-------------------------------------------------------------------
Thu Jul  2 17:56:50 UTC 2015 - jmassaguerpla@suse.com

- CVE-2015-3227: rubygem-activesupport: Possible Denial of Service
  attack in Active Support (bnc#934800)

  CVE-2015-3227.patch: contains the fix

-------------------------------------------------------------------
Thu Jul  2 17:26:28 UTC 2015 - jmassaguerpla@suse.com

- fix CVE-2015-3226: rubygem-activesupport: XSS Vulnerability in
  ActiveSupport::JSON (bnc#934799)

  CVE-2015-3226.patch: contains the fix

-------------------------------------------------------------------
Mon Jan 19 21:13:16 UTC 2015 - dmueller@suse.com

- update to 4.1.9:
  * `Method` objects now report themselves as not `duplicable?`. This allows
  hashes and arrays containing `Method` objects to be `deep_dup`ed.

-------------------------------------------------------------------
Mon Nov 10 14:00:03 UTC 2014 - tboerger@suse.com

- To get rails 4 running on SLE 11 i have switched the
  rb_build_versions definition to rub21 as it is activated within
  devel:languages:ruby. That way we can get running rails 4 on
  SLE 11 too.

-------------------------------------------------------------------
Tue Oct 14 10:00:19 UTC 2014 - coolo@suse.com

- updated to version 4.1.6
 *   Fix DateTime comparison with DateTime::Infinity object.
 *   Fixed a compatibility issue with the `Oj` gem when cherry-picking the file
     `active_support/core_ext/object/json` without requiring `active_support/json`.
     Fixes #16131.
 *   Make Dependencies pass a name to NameError error.
 *   Fixed precision error in NumberHelper when using Rationals.

     before:
         ActiveSupport::NumberHelper.number_to_rounded Rational(1000, 3), precision: 2
         #=> "330.00"
     after:
         ActiveSupport::NumberHelper.number_to_rounded Rational(1000, 3), precision: 2
         #=> "333.33"
     See #15379.

-------------------------------------------------------------------
Wed Jul 23 13:30:47 UTC 2014 - mrueckert@suse.com

- - initial package

