Sha256: 83c85a4700e419068937806d5e36791c0485e79ee9c44aea3b81e4d9ca553227

Contents?: true

Size: 690 Bytes

Versions: 4

Compression:

Stored size: 690 Bytes

Contents

= Packable --- History

== Version 1.3 - April 17, 2009

* Enumerable
  * <tt>none?</tt>
  
* Array
  * +sample+, +shuffle+, +shuffle!+

* String
  * +each_char+, +chars+
  * +partition+

Tests and fixes for <tt>String#start_with?</tt> and <tt>String#end_with?</tt>

== Version 1.2 - April 12, 2009

* Array
  * +reverse_each+
  * +cycle+

* Enumerable
  * +reverse_each+
  * +each_slice+, +each_cons+
  * +count+
  * +cycle+
  * +group_by+
  
* Hash
  * <tt>default_proc=</tt>

== Version 1.1 - April 11, 2009

* Array
  * +flatten+, <tt>flatten!</tt>
  * +find_index+, +index+
  
* Hash
  * +reverse_merge+, <tt>reverse_merge!</tt>

== Version 1.0 - April 2nd, 2009

=== Initial release.

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
marcandre-backports-1.3.0 CHANGELOG.rdoc
marcandre-backports-1.3.1 CHANGELOG.rdoc
backports-1.3.0 CHANGELOG.rdoc
backports-1.3.1 CHANGELOG.rdoc