map
map copied to clipboard
the ruby container you've always wanted: an ordered string/symbol indifferent hash
My humble commit would fix the #24 failures: ``` eddie@white:~/Coding/map$ ruby test/map_test.rb Loaded suite test/map_test Started ......................................................... Finished in 0.207305203 seconds. 57 tests, 4956 assertions, 0 failures, 0 errors, 0...
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.8.7 (2012-06-29 patchlevel 370) [x86_64-linux] I'm seeing the following test failure: ``` ======================================================================================================================= @1 => /usr/bin/ruby18 -I ./lib -I ./test/lib /var/tmp/portage/dev-ruby/map-6.2.0/work/ruby18/map-6.2.0/test/map_test.rb ----------------------------------------------------------------------------------------------------------------------- /var/tmp/portage/dev-ruby/map-6.2.0/work/ruby18/map-6.2.0/test/map_test.rb:420: syntax error, unexpected ')' /var/tmp/portage/dev-ruby/map-6.2.0/work/ruby18/map-6.2.0/test/map_test.rb:764:...