SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ruby3.3-rubygem-typed-array rpm build for : openSUSE Tumbleweed. For other distributions click ruby3.3-rubygem-typed-array.

Name : ruby3.3-rubygem-typed-array
Version : 0.1.2 Vendor : obs://build_opensuse_org/home:ykoba
Release : 4.25 Date : 2015-09-26 19:10:51
Group : Development/Languages/Ruby Source RPM : rubygem-typed-array-0.1.2-4.25.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Provides methods for creating type-enforced Arrays
Description :
All methods that alter the contents of an array that implements this Gem
are first checked to
ensure that the added items are of the types allowed. All methods behave
exactly as their Array
counterparts, including additional forms, block processing, etc.
Defining a TypedArray Class:
```ruby
class ThingsArray < Array
extend TypedArray
restrict_types Thing1, Thing2
end
things = ThingsArray.new
```
Generating a single TypedArray
```ruby
things = TypedArray(Thing1,Thing2).new
These classes can be extended, and their accepted-types appended to after
their initial definition.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/ykoba:/ruby/openSUSE_Tumbleweed/i586

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ruby3.3-rubygem-typed-array-0.1.2-4.25.i586.rpm
     Search for other platforms
ruby3.3-rubygem-typed-array-0.1.2-4.25.sparc.rpm
ruby3.3-rubygem-typed-array-0.1.2-4.25.alpha.rpm
ruby3.3-rubygem-typed-array-0.1.2-4.25.ppc.rpm
ruby3.3-rubygem-typed-array-0.1.2-4.25.ia64.rpm
ruby3.3-rubygem-typed-array-0.1.2-4.25.s390.rpm

Provides :
ruby3.3-rubygem-typed-array
ruby3.3-rubygem-typed-array(x86-32)
rubygem(ruby:3.3.0:typed-array)
rubygem(ruby:3.3.0:typed-array:0)
rubygem(ruby:3.3.0:typed-array:0.1)
rubygem(ruby:3.3.0:typed-array:0.1.2)
rubygem(typed-array)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
ruby(abi) = 3.3.0


Content of RPM :
/usr/lib/ruby/gems/3.3.0/build_info
/usr/lib/ruby/gems/3.3.0/cache/typed-array-0.1.2.gem
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/.document
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/.rspec
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/Gemfile
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/Gemfile.lock
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/LICENSE.txt
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/README.rdoc
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/Rakefile
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/VERSION
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/lib
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/lib/typed-array
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/lib/typed-array.rb
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/lib/typed-array/.DS_Store
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/lib/typed-array/functions.rb
/usr/lib/ruby/gems/3.3.0/gems/typed-array-0.1.2/typed-array.gemspec
/usr/lib/ruby/gems/3.3.0/specifications/typed-array-0.1.2.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-typed-array
/usr/share/doc/packages/ruby3.3-rubygem-typed-array/LICENSE.txt
/usr/share/doc/packages/ruby3.3-rubygem-typed-array/README.rdoc

 
ICM