Hello community,

here is the log from the commit of package rubygem-hashie for openSUSE:Factory 
checked in at 2014-05-21 16:28:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-hashie (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-hashie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-hashie"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-hashie/rubygem-hashie.changes    
2013-05-27 10:00:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hashie.new/rubygem-hashie.changes       
2014-05-21 16:28:11.000000000 +0200
@@ -1,0 +2,25 @@
+Sun May 18 09:04:35 UTC 2014 - co...@suse.com
+
+- updated to version 2.1.1
+ * [#144](https://github.com/intridea/hashie/issues/144): Fixed regression 
invoking `to_hash` with no parameters - [@mbleigh](https://github.com/mbleigh).
+ * [#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).
+
+-------------------------------------------------------------------

Old:
----
  hashie-2.0.5.gem

New:
----
  hashie-2.1.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-hashie.spec ++++++
--- /var/tmp/diff_new_pack.T3E5o6/_old  2014-05-21 16:28:12.000000000 +0200
+++ /var/tmp/diff_new_pack.T3E5o6/_new  2014-05-21 16:28:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hashie
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,21 @@
 
 
 Name:           rubygem-hashie
-Version:        2.0.5
+Version:        2.1.1
 Release:        0
 %define mod_name hashie
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
+BuildRequires:  ruby-macros >= 3
 Url:            https://github.com/intridea/hashie
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:        Your friendly neighborhood hash toolkit
+Summary:        Your friendly neighborhood hash library
 License:        MIT
 Group:          Development/Languages/Ruby
 
 %description
-Hashie is a small collection of tools that make hashes more powerful.
-Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).
+Hashie is a collection of classes and mixins that make hashes more powerful.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -61,22 +60,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to