| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby3.4-rubygem-hashie | Distribution: openSUSE Tumbleweed |
| Version: 5.0.0 | Vendor: openSUSE |
| Release: 1.17 | Build date: Tue Jan 25 08:02:27 2022 |
| Group: Development/Languages/Ruby | Build host: reproducible |
| Size: 243109 | Source RPM: rubygem-hashie-5.0.0-1.17.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/hashie/hashie | |
| Summary: Your friendly neighborhood hash library | |
Hashie is a collection of classes and mixins that make hashes more powerful.
MIT
* Tue Jan 25 2022 Stephan Kulow <coolo@suse.com>
updated to version 5.0.0
see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow <coolo@suse.com>
- updated to version 4.1.0
see installed CHANGELOG.md
[#]# [4.1.0] - 2020-02-01
[4.1.0]: https://github.com/hashie/hashie/compare/v4.0.0...v4.1.0
[#]## Added
* [#499](https://github.com/hashie/hashie/pull/499): Add `Hashie::Extensions::Mash::PermissiveRespondTo` to make specific subclasses of Mash fully respond to messages for use with `SimpleDelegator` - [@michaelherold](https://github.com/michaelherold).
[#]## Fixed
* [#467](https://github.com/intridea/hashie/pull/467): Fixed `DeepMerge#deep_merge` mutating nested values within the receiver - [@michaelherold](https://github.com/michaelherold).
* [#505](https://github.com/hashie/hashie/pull/505): Ensure that `Hashie::Array`s are not deconverted within `Hashie::Mash`es to make `Mash#dig` work properly - [@michaelherold](https://github.com/michaelherold).
* [#507](https://github.com/hashie/hashie/pull/507): Suppress `Psych.safe_load` arg warn when using Psych 3.1.0+ - [@koic](https://github.com/koic).
* [#508](https://github.com/hashie/hashie/pull/508): Fixed `Mash.load` no longer uses Rails-only `#except` - [@bobbymcwho](https://github.com/bobbymcwho).
* [#508](https://github.com/hashie/hashie/pull/508): Fixed `Hashie::Extensions::DeepMerge` `#deep_merge` not correctly dup'ing sub-hashes if active_support hash extensions were not present - [@bobbymcwho](https://github.com/bobbymcwho).
* [#500](https://github.com/hashie/hashie/pull/500): Do not warn when setting Mash keys that look like underbang, bang, and query methods - [@michaelherold](https://github.com/michaelherold).
* [#510](https://github.com/hashie/hashie/pull/510): Ensure that `Hashie::Mash#compact` is only defined on Ruby version >= 2.4.0 - [@bobbymcwho](https://github.com/bobbymcwho).
* [#511](https://github.com/hashie/hashie/pull/511): Suppress keyword arguments warning for Ruby 2.7.0 - [@koic](https://github.com/koic).
* [#512](https://github.com/hashie/hashie/pull/512): Suppress an integer unification warning for using Ruby 2.4.0+ - [@koic](https://github.com/koic).
* [#513](https://github.com/hashie/hashie/pull/513): Suppress a Ruby's warning when using Ruby 2.6.0+ - [@koic](https://github.com/koic).
[#]## Miscellaneous
* [#981](https://github.com/hashie/hashie/pull/981): Exclude tests from the gem release to reduce installation size and improve installation speed - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
[#]# [4.0.0] - 2019-10-30
[4.0.0]: https://github.com/hashie/hashie/compare/v3.6.0...v4.0.0
[#]## Added
* [#323](https://github.com/hashie/hashie/pull/323): Added `Hashie::Extensions::Mash::DefineAccessors` - [@marshall-lee](https://github.com/marshall-lee).
* [#474](https://github.com/hashie/hashie/pull/474): Expose `YAML#safe_load` options in `Mash#load` - [@riouruma](https://github.com/riouruma), [@dblock](https://github.com/dblock).
* [#478](https://github.com/hashie/hashie/pull/478): Added optional array parameter to `Hashie::Mash.disable_warnings` - [@bobbymcwho](https://github.com/bobbymcwho).
* [#481](https://github.com/hashie/hashie/pull/481): Ruby 2.6 - Support `Hash#merge` and `#merge!` called with multiple Hashes/Mashes - [@bobbymcwho](https://github.com/bobbymcwho).
* [#488](https://github.com/hashie/hashie/pull/488): Added ability to create an anonymous `Hashie::Mash` subclass with key conflict errors silenced using `Hashie::Mash.quiet.new` - [@bobbymcwho](https://github.com/bobbymcwho).
[#]## Changed
* [#481](https://github.com/hashie/hashie/pull/481): Implement non-destructive standard Hash methods - [@bobbymcwho](https://github.com/bobbymcwho).
[#]## Fixed
* [#459](https://github.com/hashie/hashie/pull/459): Fixed a regression in `Mash.load` that disallowed aliases - [@arekt](https://github.com/arekt) and [@michaelherold](https://github.com/michaelherold).
* [#465](https://github.com/hashie/hashie/pull/465): Fixed `deep_update` to call any readers when a key exists - [@laertispappas](https://github.com/laertispappas).
* [#479](https://github.com/hashie/hashie/pull/479): Fixed an issue with `Hash#except` not returning a `Mash` in Rails 6 - [@bobbymcwho](https://github.com/bobbymcwho).
* [#489](https://github.com/hashie/hashie/pull/489): Updated the documentation to exlain the behavior of `Mash` and keyword arguments - [@Bhacaz](https://github.com/Bhacaz).
[#]## Miscellaneous
* [#465](https://github.com/hashie/hashie/pull/465): Clean up our RuboCop configuration and fix the outstanding line length violations. This involved some minor refactoring on `Hashie::Extensions::Coercion`, `Hashie::Extensions::Dash::IndifferentAccess`, `Hashie::Extensions::DeepLocate`, `Hashie::Extensions::Mash::SafeAssignment`, and `Hashie::Hash`, but none that were detectable via the test suite - [@michaelherold](https://github.com/michaelherold).
* [#482](https://github.com/hashie/hashie/pull/482): Update Travis configs to make jruby builds run on trusty dist. - [@BobbyMcWho](https://github.com/BobbyMcWho).
* Wed Sep 05 2018 coolo@suse.com
- updated to version 3.6.0
see installed CHANGELOG.md
[#]# [3.6.0] - 2018-08-13
[3.6.0]: https://github.com/intridea/hashie/compare/v3.5.7...v3.6.0
[#]## Added
* [#455](https://github.com/intridea/hashie/pull/455): Allow overriding methods when passing in a hash - [@lnestor](https://github.com/lnestor).
[#]## Fixed
* [#435](https://github.com/intridea/hashie/pull/435): Mash `default_proc`s are now propagated down to nested sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#436](https://github.com/intridea/hashie/pull/436): Ensure that `Hashie::Extensions::IndifferentAccess` injects itself after a non-destructive merge - [@michaelherold](https://github.com/michaelherold).
* [#437](https://github.com/intridea/hashie/pull/437): Allow codependent properties to be set on Dash - [@michaelherold](https://github.com/michaelherold).
* [#438](https://github.com/intridea/hashie/pull/438): Fix: `NameError (uninitialized constant Hashie::Extensions::Parsers::YamlErbParser::Pathname)` in `Hashie::Mash.load` - [@onk](https://github.com/onk).
* [#457](https://github.com/intridea/hashie/pull/457): Fix `Trash` to allow it to copy properties from other properties - [@michaelherold](https://github.com/michaelherold).
[#]## Miscellaneous
* [#433](https://github.com/intridea/hashie/pull/433): Update Rubocop to the most recent version - [@michaelherold](https://github.com/michaelherold).
* [#434](https://github.com/intridea/hashie/pull/434): Add documentation around Mash sub-Hashes - [@michaelherold](https://github.com/michaelherold).
* [#439](https://github.com/intridea/hashie/pull/439): Add an integration spec for Elasticsearch - [@michaelherold](https://github.com/michaelherold).
* Tue Jan 09 2018 coolo@suse.com
- updated to version 3.5.7
see installed CHANGELOG.md
[#]# [3.5.7] - 2017-12-19
[3.5.7]: https://github.com/intridea/hashie/compare/v3.5.6...v3.5.7
[#]## Fixed
[#430](https://github.com/intridea/hashie/pull/430): Fix Hashie::Rash randomly losing items - [@Antti](https://github.com/Antti)
[#]## Miscellaneous
* [#425](https://github.com/intridea/hashie/pull/425): Update rubies in CI - [@kachick](https://github.com/kachick).
* Thu Aug 03 2017 coolo@suse.com
- updated to version 3.5.6
see installed CHANGELOG.md
[#]# [3.5.6] - 2017-07-12
[3.5.6]: https://github.com/intridea/hashie/compare/v3.5.5...v3.5.6
[#]## Miscellaneous
* [#416](https://github.com/intridea/hashie/pull/416): Fix `warning: instance variable @disable_warnings not initialized` - [@axfcampos](https://github.com/axfcampos).
* Your contribution here.
* Thu Mar 16 2017 coolo@suse.com
- updated to version 3.5.5
see installed CHANGELOG.md
[#]# [3.5.5] - 2017-02-24
[3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5
[#]## Added
* [#326](https://github.com/intridea/hashie/pull/326): Added `Hashie::Extensions::Mash::KeepOriginalKeys` to give Mashes the ability to keep the original structure given to it - [@michaelherold](https://github.com/michaelherold).
[#]## Fixed
* [#415](https://github.com/intridea/hashie/pull/415): Fixed Mash logging keys multiple times which lead to a bad user experience or, in some cases, errors - [@michaelherold](https://github.com/michaelherold).
[#]# [3.5.4] - 2017-02-22
[3.5.4]: https://github.com/intridea/hashie/compare/v3.5.3...v3.5.4
[#]## Added
* [#412](https://github.com/intridea/hashie/pull/412): Added a Hashie::Extensions::Mash::SymbolizeKeys extension that overrides the default stringification behavior for keys - [@michaelherold](https://github.com/michaelherold).
[#]## Fixed
* [#409](https://github.com/intridea/hashie/pull/409): Fixed Railtie detection for projects where Rails is defined but Railties are not availble - [@CallumD](https://github.com/callumd).
* [#411](https://github.com/intridea/hashie/pull/411): Fixed a performance regression from 3.4.3 that caused a 10x slowdown in OmniAuth - [@michaelherold](https://github.com/michaelherold).
* Wed Feb 15 2017 coolo@suse.com
- updated to version 3.5.3
see installed CHANGELOG.md
[#]# [3.5.3] - 2017-02-11
[3.5.3]: https://github.com/intridea/hashie/compare/v3.5.2...v3.5.3
[#]## Fixed
* [#402](https://github.com/intridea/hashie/pull/402): Use a Railtie to set Hashie.logger on rails boot - [@matthewrudy](https://github.com/matthewrudy).
* [#406](https://github.com/intridea/hashie/pull/406): Ensure that subclasses that disable warnings propagate that setting to grandchild classes - [@michaelherold](https://github.com/michaelherold).
* Your contribution here.
[#]# [3.5.2] - 2017-02-10
[3.5.2]: https://github.com/intridea/hashie/compare/v3.5.1...v3.5.2
[#]## Added
* [#395](https://github.com/intridea/hashie/pull/395): Add the ability to disable warnings in Mash subclasses - [@michaelherold](https://github.com/michaelherold).
* [#400](https://github.com/intridea/hashie/pull/400): Fix Hashie.logger load and set the Hashie logger to the Rails logger in a Rails environment - [@michaelherold](https://github.com/michaelherold).
[#]## Fixed
* [#396](https://github.com/intridea/hashie/pull/396): Fix for specs in #381: Incorrect use of shared context meant example was not being run - [@biinari](https://github.com/biinari).
* [#399](https://github.com/intridea/hashie/pull/399): Fix passing Pathname object to Hashie::Mesh.load() - [@albb0920](https://github.com/albb0920).
[#]## Miscellanous
* [#397](https://github.com/intridea/hashie/pull/397): Add the integration specs harness into the main test tasks - [@michaelherold](https://github.com/michaelherold).
* Wed Feb 01 2017 coolo@suse.com
- updated to version 3.5.1
see installed CHANGELOG.md
[#]# [3.5.1] - 2017-01-31
* [#392](https://github.com/intridea/hashie/pull/392): Fix for #391: Require all dependencies of Hashie::Mash - [@dblock](https://github.com/dblock).
[3.5.1]: https://github.com/intridea/hashie/compare/v3.5.0...v3.5.1
[#]# [3.5.0] - 2017-01-31 (YANKED)
* [#386](https://github.com/intridea/hashie/pull/386): Fix for #385: Make `deep_merge` always `deep_dup` nested hashes before merging them in so that there are no shared references between the two hashes being merged. - [@mltsy](https://github.com/mltsy).
* [#389](https://github.com/intridea/hashie/pull/389): Support Ruby 2.4.0 - [@camelmasa](https://github.com/camelmasa).
[3.5.0]: https://github.com/intridea/hashie/compare/v3.4.6...v3.5.0
[#]## Added
* [#381](https://github.com/intridea/hashie/pull/381): Add a logging layer that lets us report potential issues to our users. As the first logged issue, report when a `Hashie::Mash` is attempting to overwrite a built-in method, since that is one of our number one questions - [@michaelherold](https://github.com/michaelherold).
[#]## Changed
* [#384](https://github.com/intridea/hashie/pull/384): Updated to CodeClimate 1.x - [@boffbowsh](https://github.com/boffbowsh).
[#]## Fixed
* [#369](https://github.com/intridea/hashie/pull/369): If a translation for a property exists when using IndifferentAccess and IgnoreUndeclared, use the translation to find the property - [@whitethunder](https://github.com/whitethunder).
* [#376](https://github.com/intridea/hashie/pull/376): Leave string index unchanged if it can't be converted to integer for Array#dig - [@sazor](https://github.com/sazor).
* [#377](https://github.com/intridea/hashie/pull/377): Dont use Rubygems to check ruby version - [@sazor](https://github.com/sazor).
* [#378](https://github.com/intridea/hashie/pull/378): Deep find all searches inside all nested hashes - [@sazor](https://github.com/sazor).
* [#380](https://github.com/intridea/hashie/pull/380): Evaluate procs default values of Dash in object initialization - [@sazor](https://github.com/sazor).
[#]## Miscellanous
* [#387](https://github.com/intridea/hashie/pull/387): Fix builds failing due to Rake 11 having a breaking change - [@michaelherold](https://github.com/michaelherold).
[#]# [3.4.6] - 2016-09-16
* Sat Sep 17 2016 coolo@suse.com
- updated to version 3.4.6
see installed CHANGELOG.md
[3.4.6]: https://github.com/intridea/hashie/compare/v3.4.5...v3.4.6
[#]## Fixed
* [#368](https://github.com/intridea/hashie/pull/368): Since `hashie/mash` can be required alone, require its dependencies - [@jrafanie](https://github.com/jrafanie).
[#]# [3.4.5] - 2016-09-16
[3.4.5]: https://github.com/intridea/hashie/compare/v3.4.4...v3.4.5
[#]## Added
* [#337](https://github.com/intridea/hashie/pull/337), [#331](https://github.com/intridea/hashie/issues/331): `Hashie::Mash#load` accepts a `Pathname` object - [@gipcompany](https://github.com/gipcompany).
[#]## Deprecated
* [#366](https://github.com/intridea/hashie/pull/366): Hashie is no longer tested on Ruby < 2 - [@dblock](https://github.com/dblock).
[#]## Fixed
* [#358](https://github.com/intridea/hashie/pull/358): Fixed support for Array#dig - [@modosc](https://github.com/modosc).
* [#365](https://github.com/intridea/hashie/pull/365): Ensured ActiveSupport::HashWithIndifferentAccess is defined before use in #deep_locate - [@mikejarema](https://github.com/mikejarema).
[#]## Miscellanous
* [#366](https://github.com/intridea/hashie/pull/366): Added Danger, PR linter - [@dblock](https://github.com/dblock).
* Sat Apr 30 2016 coolo@suse.com
- updated to version 3.4.4
see installed CHANGELOG.md
/usr/lib/ruby/gems/3.4.0/build_info /usr/lib/ruby/gems/3.4.0/cache/hashie-5.0.0.gem /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0 /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/.yardopts /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/CHANGELOG.md /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/CONTRIBUTING.md /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/LICENSE /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/README.md /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/Rakefile /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/UPGRADING.md /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/hashie.gemspec /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/array.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/clash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/dash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/active_support /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/active_support/core_ext /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/active_support/core_ext/hash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/array /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/array/pretty_inspect.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/coercion.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/dash /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/dash/coercion.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/dash/indifferent_access.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/dash/predefined_values.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/dash/property_translation.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/deep_fetch.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/deep_find.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/deep_locate.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/deep_merge.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/ignore_undeclared.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/indifferent_access.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/key_conflict_warning.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/key_conversion.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/mash /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/mash/define_accessors.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/mash/keep_original_keys.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/mash/permissive_respond_to.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/mash/safe_assignment.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/mash/symbolize_keys.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/merge_initializer.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/method_access.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/parsers /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/parsers/yaml_erb_parser.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/pretty_inspect.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/ruby_version.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/ruby_version_check.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/strict_key_access.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/stringify_keys.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/extensions/symbolize_keys.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/hash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/logger.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/mash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/railtie.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/rash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/trash.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/utils.rb /usr/lib/ruby/gems/3.4.0/gems/hashie-5.0.0/lib/hashie/version.rb /usr/lib/ruby/gems/3.4.0/specifications/hashie-5.0.0.gemspec /usr/share/doc/packages/ruby3.4-rubygem-hashie /usr/share/doc/packages/ruby3.4-rubygem-hashie/CHANGELOG.md /usr/share/doc/packages/ruby3.4-rubygem-hashie/LICENSE /usr/share/doc/packages/ruby3.4-rubygem-hashie/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 24 23:31:51 2025