SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby1.8-rubygem-backports-testsuite-3.11.4-1.4.x86_64.rpm :
Wed Sep 5 14:00:00 2018 cooloAATTsuse.com
- updated to version 3.11.4
see installed CHANGELOG.rdoc

Mon Apr 16 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 3.11.3
see installed CHANGELOG.rdoc

Tue Apr 10 14:00:00 2018 factory-autoAATTkulow.org
- updated to version 3.11.2
see installed CHANGELOG.rdoc

Thu Feb 8 13:00:00 2018 factory-autoAATTkulow.org
- updated to version 3.11.1
see installed CHANGELOG.rdoc
== Version 3.11.0 - December 25th, 2017

* New Ruby version 2.5.0

* Array

* +append+, +prepend+

* Dir

* +children+, +each_child+

* Enumerable

* +any?+, +all?+, +none?+, +one?+ (with pattern argument)

* Hash

* +slice+

* +transform_keys+

* Integer

* +sqrt+

* +allbits?+, +anybits?+ and +nobits?+

* Kernel

* +yield_self+

* Module

* +attr+, +attr_accessor+, +attr_reader+, +attr_writer+ (now public)

* +define_method+, +alias_method+, +undef_method+, +remove_method+ (now public)

* String

* +delete_prefix+, +delete_prefix!+

* +delete_suffix+, +delete_suffix!+

* Struct

* +new+ (with keyword_init: true)

* require \'backports/latest\' is now the right way to require everything
== Version 3.10.0 - October 17, 2017

* Additional features of 2.4.0

* Enumerable

* +uniq+

* +sum+

* Hash

* +compact+

* +transform_values+
== Version 3.9.0 - October 07, 2017

* From 2.4.0: +dup+ for +true+, +false+, +nil+, Numeric

* From 2.2.0: Method#super_method
== Version 3.8.0 - April 26, 2017

* From 2.4.0: String#match?, Regexp#match?

* From 2.3.0:

* unary String#+, +-+

* Numeric: +positive?+, +negative?+

* Hash: +to_proc+, +fetch_values+, >, <, >=, <=

* Enumerable: +chunk_while+, +grep_v+

* {Array|Hash|Struct}#dig

* Array#bsearch_index

* From 2.2.0:

* Method#curry

* String#unicode_normalize{|?|!}

* Kernel#itself

* Float: +next_float+, +prev_float+
== Version 3.7.0 - March 28, 2017

* Initiate work on backports of 2.2, 2.3, 2.4

* From 2.4.0:

* Comparable#clamp

* From 2.2.0:

* Enumerable: +slice_when+, +slice_after+

Tue Jan 9 13:00:00 2018 cooloAATTsuse.com
- updated to version 3.11.0
see installed CHANGELOG.rdoc

Thu Oct 26 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.10.3
see installed CHANGELOG.rdoc

Wed Oct 11 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.10.0
see installed CHANGELOG.rdoc

Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.8.0
see installed CHANGELOG.rdoc

Wed Mar 29 14:00:00 2017 cooloAATTsuse.com
- updated to version 3.7.0
see installed CHANGELOG.rdoc

Wed Feb 10 13:00:00 2016 cooloAATTsuse.com
- updated to version 3.6.8
see installed CHANGELOG.rdoc

Tue Nov 3 13:00:00 2015 cooloAATTsuse.com
- updated to version 3.6.7
see installed CHANGELOG.rdoc

Sun Aug 2 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.6.6
see installed CHANGELOG.rdoc

Tue Jul 14 14:00:00 2015 cooloAATTsuse.com
- updated to version 3.6.5
see installed CHANGELOG.rdoc

Thu Jan 1 13:00:00 2015 mailaenderAATTopensuse.org
- update to version 3.6.4

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Sat Feb 22 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.6.0

* Additional features of 2.1.0

* Bignum#bit_length

* Fixnum#bit_length

* Module#include (now public)

Thu Feb 6 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.5.0

* Additional features of 2.0.0

* Range#size

Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 3.4.0

Sun Oct 13 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.3.5

Mon Sep 23 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.3.4

Wed Jul 31 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.3.3

Tue Jun 4 14:00:00 2013 cooloAATTsuse.com
- updated to version 3.3.1

* Moved `Proc#yield` & `Hash#key` from 1.8.7 to 1.9.1
== Version 3.2.0 - April 2nd, 2013

* Moved `Dir.mktmpdir` to the stdlib \'tmpdir\' for Ruby 1.8.7

* Removed `returning` as it is no longer part of Rails.
== Version 3.1.0 - March 5th, 2013

* Backports can now be loaded separately!

* Small tweaks and fixes for many methods to pass more RubySpecs
== Version 3.0.0 - February 24th, 2013

* Features of 2.0.0 are now required when requiring \'backports\'.

* Additional features of 2.0.0

* Struct#to_h, NilClass#to_h, Hash#to_h

* Hash#default_proc = nil

* OpenStruct lib

* 1.8.7\'s Enumerator#with_index (it wasn\'t in the 1.8.7 NEWS file...)
== Version 2.8.0 - February 3rd, 2013

* Added some features of 2.0.0 (must be required explicitly until official release):

* Array#bsearch

* Range#bsearch
== Version 2.7.0 - January 14th, 2013

* Added some features of 2.0.0 (must be required explicitly until official release):

* Enumerable#lazy

* Enumerator::Lazy

Fri Jan 4 13:00:00 2013 cooloAATTsuse.com
- initial package (version 2.6.5)


 
ICM