Sha256: bd79b44fd49df2045a320337658c1b776790e793853169314171e7b9db81c6db

Contents?: true

Size: 781 Bytes

Versions: 1

Compression:

Stored size: 781 Bytes

Contents


=== 1.1.0 2010-03-30

* Merged some of my other core extensions:
  * Array#deep_dup
  * Array#%
  * Hash#deep_dup
  * Object#dup?
  * String#parenthesize
  * String#depunctuate
  * String#indent
  * String#hex_to_bin
  * DateTime#to_i / DateTime#to_f
    * https://rails.lighthouseapp.com/projects/8994/tickets/3511-to_yaml-fails-for-datetime-objects
  * Object#attr_boolean
  * ActiveSupport::OrderedHash
    * patched to support #to_yaml, unless patch is already applied
  * Float#to_frac

* 2 minor enhancements:
  * Hash and array methods now call self.class.new instead of {} or [], so that their descendants work as expected.
  * Hash#camelize_keys saw some improvement by removing redundant calls to #to_s

=== 1.0.0 2010-03-18

* 1 major enhancement:
  * Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sc-core-ext-1.2.1 History.txt