arrayfields
arrayfields copied to clipboard
allow keyword access to array instances.
RubyGems.org doesn't report a license for your gem. This is because it is not specified in the [gemspec](http://docs.rubygems.org/read/chapter/20#license) of your last release. via e.g. ``` spec.license = 'MIT' # or...
With ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] I get the following test failures: ``` 1) Failure: test_33(ArrayFieldsTest) [test/arrayfields.rb:165]: expected but was . 2) Failure: test_80(ArrayFieldsTest) [test/arrayfields.rb:306]: expected but was ....
the gemspec.rb is world writeable (installed with "gem install arrayfields" on ubuntu-12.04, debian squeeze and scientific linux 6.1 (redhat compatible) with ruby1.8 (provided by system)) $ ls -hal /var/lib/gems/1.8/gems/arrayfields-4.7.4/gemspec.rb #...
Hi, is your license the same as Ruby 1.8 (GPLv2+ or Ruby) or Ruby 1.9 (BSD or Ruby)? Thanks for the clarification, Bohuslav.