Hello community, here is the log from the commit of package rubygem-hashie for openSUSE:Factory checked in at 2017-09-26 21:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-hashie (Old) and /work/SRC/openSUSE:Factory/.rubygem-hashie.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-hashie" Tue Sep 26 21:13:25 2017 rev:20 rq:514943 version:3.5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-hashie/rubygem-hashie.changes 2017-04-11 09:32:34.775736790 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-hashie.new/rubygem-hashie.changes 2017-09-26 21:13:35.769367114 +0200 @@ -1,0 +2,15 @@ +Thu Aug 3 19:21:18 UTC 2017 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- hashie-3.5.5.gem New: ---- hashie-3.5.6.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-hashie.spec ++++++ --- /var/tmp/diff_new_pack.Xtl29i/_old 2017-09-26 21:13:36.417276006 +0200 +++ /var/tmp/diff_new_pack.Xtl29i/_new 2017-09-26 21:13:36.421275444 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-hashie -Version: 3.5.5 +Version: 3.5.6 Release: 0 %define mod_name hashie %define mod_full_name %{mod_name}-%{version} ++++++ hashie-3.5.5.gem -> hashie-3.5.6.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 2017-02-24 19:50:58.000000000 +0100 +++ new/CHANGELOG.md 2017-07-12 16:56:12.000000000 +0200 @@ -6,6 +6,15 @@ [semver]: http://semver.org/spec/v2.0.0.html +## [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. + ## [3.5.5] - 2017-02-24 [3.5.5]: https://github.com/intridea/hashie/compare/v3.5.4...v3.5.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2017-02-24 19:50:58.000000000 +0100 +++ new/README.md 2017-07-12 16:56:12.000000000 +0200 @@ -20,7 +20,7 @@ ## Upgrading -You're reading the documentation for the stable release of Hashie, 3.5.5. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. +You're reading the documentation for the stable release of Hashie, 3.5.6. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. ## Hash Extensions Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/hashie/mash.rb new/lib/hashie/mash.rb --- old/lib/hashie/mash.rb 2017-02-24 19:50:58.000000000 +0100 +++ new/lib/hashie/mash.rb 2017-07-12 16:56:12.000000000 +0200 @@ -83,7 +83,7 @@ # @api semipublic # @return [Boolean] def self.disable_warnings? - !!@disable_warnings + @disable_warnings ||= false end # Inheritance hook that sets class configuration when inherited. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/hashie/version.rb new/lib/hashie/version.rb --- old/lib/hashie/version.rb 2017-02-24 19:50:58.000000000 +0100 +++ new/lib/hashie/version.rb 2017-07-12 16:56:12.000000000 +0200 @@ -1,3 +1,3 @@ module Hashie - VERSION = '3.5.5' + VERSION = '3.5.6' end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-02-24 19:50:58.000000000 +0100 +++ new/metadata 2017-07-12 16:56:12.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: hashie version: !ruby/object:Gem::Version - version: 3.5.5 + version: 3.5.6 platform: ruby authors: - Michael Bleigh @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2017-02-24 00:00:00.000000000 Z +date: 2017-07-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake @@ -169,7 +169,7 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.6.10 +rubygems_version: 2.6.11 signing_key: specification_version: 4 summary: Your friendly neighborhood hash library. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/spec/spec_helper.rb new/spec/spec_helper.rb --- old/spec/spec_helper.rb 2017-02-24 19:50:58.000000000 +0100 +++ new/spec/spec_helper.rb 2017-07-12 16:56:12.000000000 +0200 @@ -19,4 +19,5 @@ config.expect_with :rspec do |expect| expect.syntax = :expect end + config.warnings = true end
