File rubygem-activemodel-3_2.changes of Package rubygem-activemodel-3_2
-------------------------------------------------------------------
Tue Jul 15 15:26:38 UTC 2014 - mrueckert@suse.de
- added gem2rpm.yml and regenerated the spec file with it
-------------------------------------------------------------------
Thu Jun 26 11:30:48 UTC 2014 - mrueckert@suse.de
- acccidently killed the package versioning, bringing it back.
-------------------------------------------------------------------
Wed Jun 25 18:39:20 UTC 2014 - mrueckert@suse.de
- move to SLE 12 packaging schema
-------------------------------------------------------------------
Thu Apr 3 14:38:15 UTC 2014 - jmassaguerpla@suse.com
- updated to version 3.2.17
* I had to update other rails components because of security issues,
thus I am updating this one so that we have all rails components
in the same version
-------------------------------------------------------------------
Mon Mar 18 19:53:26 UTC 2013 - coolo@suse.com
- updated to version 3.2.13
* Specify type of singular association during serialization *Steve Klabnik*
-------------------------------------------------------------------
Tue Feb 12 13:39:19 UTC 2013 - coolo@suse.com
- updated to version 3.2.12, no changelog
-------------------------------------------------------------------
Tue Jan 8 20:14:39 UTC 2013 - coolo@suse.com
- updated to version 3.2.11, version bump
-------------------------------------------------------------------
Thu Jan 3 22:41:30 UTC 2013 - coolo@suse.com
- updated to version 3.2.10
-------------------------------------------------------------------
Tue Nov 13 20:52:10 UTC 2012 - coolo@suse.com
- updated to version 3.2.9
* Due to a change in builder, nil values and empty strings now generates
closed tags, so instead of this:
<pseudonyms nil=\"true\"></pseudonyms>
It generates this:
<pseudonyms nil=\"true\"/>
-------------------------------------------------------------------
Fri Aug 10 06:31:37 UTC 2012 - coolo@suse.com
- updated to version 3.2.8, no changes
-------------------------------------------------------------------
Fri Jul 27 13:20:53 UTC 2012 - coolo@suse.com
- update to 3.2.7
* `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented.
* Fix the the backport of the object dup with the ruby 1.9.3p194.
-------------------------------------------------------------------
Fri Jun 29 09:28:07 UTC 2012 - coolo@suse.com
- update to 3.2.6, "No changes."
-------------------------------------------------------------------
Mon Apr 23 10:21:05 UTC 2012 - saschpe@suse.de
- Explicit (build)requires for rubygem-activesupport-3_2
-------------------------------------------------------------------
Wed Apr 4 15:38:52 UTC 2012 - coolo@suse.com
- update to 3.2.3, just a version bump
-------------------------------------------------------------------
Fri Mar 23 11:19:03 UTC 2012 - saschpe@suse.de
- Spec file cleanup:
* Factory preparation
-------------------------------------------------------------------
Fri Jan 27 01:01:12 UTC 2012 - mrueckert@suse.de
- update to 3.2.1
just a version bump
-------------------------------------------------------------------
Thu Jan 26 16:36:14 UTC 2012 - mrueckert@suse.de
- initial package of the 3.2 branch