SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ruby2.4-rubygem-typed-array rpm build for : OpenSuSE. For other distributions click ruby2.4-rubygem-typed-array.

Name : ruby2.4-rubygem-typed-array
Version : 0.1.2 Vendor : obs://build_opensuse_org/home:ftake
Release : lp150.1.1 Date : 2018-04-30 08:38:38
Group : Development/Languages/Ruby Source RPM : rubygem-typed-array-0.1.2-lp150.1.1.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:/ftake:/branches:/devel:/languages:/ruby:/extensions/openSUSE_15.0/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ruby2.4-rubygem-typed-array
ruby2.4-rubygem-typed-array(x86-64)
rubygem(ruby:2.4.0:typed-array)
rubygem(ruby:2.4.0:typed-array:0)
rubygem(ruby:2.4.0:typed-array:0.1)
rubygem(ruby:2.4.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(PayloadIsXz) <= 5.2-1
ruby(abi) = 2.4.0


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

 
ICM