a404380d77
${RUBY_PKGPREFIX}-hashie2. ## 2.1.2 (5/12/2014) * [#169](https://github.com/intridea/hashie/pull/169): Hash#to_hash will also convert nested objects that implement `to_hash` - [@gregory](https://github.com/gregory). ## 2.1.1 (4/12/2014) * [#144](https://github.com/intridea/hashie/issues/144): Fixed regression invoking `to_hash` with no parameters - [@mbleigh](https://github.com/mbleigh). ## 2.1.0 (4/6/2014) * [#134](https://github.com/intridea/hashie/pull/134): Add deep_fetch extension for nested access - [@tylerdooling](https://github.com/tylerdooling). * Removed support for Ruby 1.8.7 - [@dblock](https://github.com/dblock). * Ruby style now enforced with Rubocop - [@dblock](https://github.com/dblock). * [#138](https://github.com/intridea/hashie/pull/138): Added Hashie::Rash, a hash whose keys can be regular expressions or ranges - [@epitron](https://github.com/epitron). * [#131](https://github.com/intridea/hashie/pull/131): Added IgnoreUndeclared, an extension to silently ignore undeclared properties at intialization - [@righi](https://github.com/righi). * [#136](https://github.com/intridea/hashie/issues/136): Removed Hashie::Extensions::Structure - [@markiz](https://github.com/markiz). * [#107](https://github.com/intridea/hashie/pull/107): Fixed excessive value conversions, poor performance of deep merge in Hashie::Mash - [@davemitchell](https://github.com/dblock), [@dblock](https://github.com/dblock). * [#69](https://github.com/intridea/hashie/issues/69): Fixed assigning multiple properties in Hashie::Trash - [@einzige](https://github.com/einzige). * [#100](https://github.com/intridea/hashie/pull/100): IndifferentAccess#store will respect indifference - [@jrochkind](https://github.com/jrochkind). * [#103](https://github.com/intridea/hashie/pull/103): Fixed support for Hashie::Dash properties that end in bang - [@thedavemarshall](https://github.com/thedavemarshall). * [89](https://github.com/intridea/hashie/issues/89): Do not respond to every method with suffix in Hashie::Mash, fixes Rails strong_parameters - [@Maxim-Filimonov](https://github.com/Maxim-Filimonov). * [#110](https://github.com/intridea/hashie/pull/110): Correctly use Hash#default from Mash#method_missing - [@ryansouza](https://github.com/ryansouza). * [#120](https://github.com/intridea/hashie/pull/120): Pass options to recursive to_hash calls - [@pwillett](https://github.com/pwillett). * [#113](https://github.com/intridea/hashie/issues/113): Fixed Hash#merge with Hashie::Dash - [@spencer1248](https://github.com/spencer1248). * [#99](https://github.com/intridea/hashie/issues/99): Hash#deep_merge raises errors when it encounters integers - [@defsprite](https://github.com/defsprite). * [#133](https://github.com/intridea/hashie/pull/133): Fixed Hash##to_hash with symbolize_keys - [@mhuggins](https://github.com/mhuggins). * [#130](https://github.com/intridea/hashie/pull/130): IndifferentAccess now works without MergeInitializer - [@npj](https://github.com/npj). * [#111](https://github.com/intridea/hashie/issues/111): Trash#translations correctly maps original to translated names - [@artm](https://github.com/artm). * [#129](https://github.com/intridea/hashie/pull/129): Added Trash#permitted_input_keys and inverse_translations - [@artm](https://github.com/artm).
50 lines
2 KiB
Text
50 lines
2 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2015/02/04 14:09:40 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.rspec
|
|
${GEM_LIBDIR}/.rubocop.yml
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/Guardfile
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/hashie.gemspec
|
|
${GEM_LIBDIR}/lib/hashie.rb
|
|
${GEM_LIBDIR}/lib/hashie/clash.rb
|
|
${GEM_LIBDIR}/lib/hashie/dash.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/coercion.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/deep_fetch.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/deep_merge.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/ignore_undeclared.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/indifferent_access.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/key_conversion.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/merge_initializer.rb
|
|
${GEM_LIBDIR}/lib/hashie/extensions/method_access.rb
|
|
${GEM_LIBDIR}/lib/hashie/hash.rb
|
|
${GEM_LIBDIR}/lib/hashie/hash_extensions.rb
|
|
${GEM_LIBDIR}/lib/hashie/mash.rb
|
|
${GEM_LIBDIR}/lib/hashie/rash.rb
|
|
${GEM_LIBDIR}/lib/hashie/trash.rb
|
|
${GEM_LIBDIR}/lib/hashie/version.rb
|
|
${GEM_LIBDIR}/spec/hashie/clash_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/dash_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/coercion_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/deep_fetch_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/deep_merge_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/ignore_undeclared_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/indifferent_access_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/key_conversion_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/merge_initializer_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/extensions/method_access_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/hash_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/mash_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/rash_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/trash_spec.rb
|
|
${GEM_LIBDIR}/spec/hashie/version_spec.rb
|
|
${GEM_LIBDIR}/spec/spec.opts
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|