pkgsrc/devel/ruby-activesupport42/distinfo
minskim 66d531c695 Import ruby-activesupport-4.2.8 as devel/ruby-activesupport42
Notable changes since 3.2:
- Replace deprecated memcache-client gem with dalli in
  ActiveSupport::Cache::MemCacheStore.
- Optimize ActiveSupport::Cache::Entry to reduce memory and processing
  overhead.
- Inflections can now be defined per locale. singularize and pluralize
  accept locale as an extra argument.
- Object#try will now return nil instead of raise a NoMethodError if
  the receiving object does not implement the method, but you can still
  get the old behavior by using the new Object#try!.
- String#to_date now raises ArgumentError: invalid date instead of
  NoMethodError: undefined method 'div' for nil:NilClass when given an
  invalid date. It is now the same as Date.parse, and it accepts more
  invalid dates than 3.x.

See the release notes of 4.0, 4.1, and 4.2 for the full list:
- http://edgeguides.rubyonrails.org/4_0_release_notes.html
- http://edgeguides.rubyonrails.org/4_1_release_notes.html
- http://edgeguides.rubyonrails.org/4_2_release_notes.html
2017-04-14 08:00:26 +00:00

6 lines
419 B
Text

$NetBSD: distinfo,v 1.1 2017/04/14 08:00:26 minskim Exp $
SHA1 (activesupport-4.2.8.gem) = 7f3383216dd88dd9317447d619a7c671aa362115
RMD160 (activesupport-4.2.8.gem) = cb662ade5c7dc4375ec87d342a070672735a0b3a
SHA512 (activesupport-4.2.8.gem) = ef75c6396a34b900502f94c8b1e9fe0cfc9d38034af7ca6ba469c364ee186ea15ec2a5906143ea4c695af582eb3de53dea0d19d41304e6d618648792bfedd048
Size (activesupport-4.2.8.gem) = 332800 bytes