Skip to content

Releases: github/ruby

GitHub Ruby 2.1.7

19 Aug 10:42
Compare
Choose a tag to compare

Merged upstream Ruby 2.1.7

GitHub Ruby 2.1.6

15 Apr 23:31
Compare
Choose a tag to compare

Include upstream 2.1.6 changes

GitHub Ruby 2.1.5

14 Nov 08:31
Compare
Choose a tag to compare

Updated with upstream 2.1.5

GitHub Ruby 2.1.4

11 Nov 12:49
Compare
Choose a tag to compare

Updated with the upstream 2.1.4 changes.

GitHub Ruby 2.1.3

11 Nov 10:59
Compare
Choose a tag to compare

Based off upstream 2.1.3 plus some small StringIO fixes.

GitHub Ruby 2.1.2

09 Sep 05:57
Compare
Choose a tag to compare

Based off upstream 2.1.2 plus some additional memory usage optimization fixes.

GitHub Ruby 2.1.1

20 Mar 09:11
Compare
Choose a tag to compare

GitHub Ruby 2.1.0

20 Mar 09:11
Compare
Choose a tag to compare

Based of upstream 2.1.0 including some critical fixes described here:

https://gist.github.com/tmm1/8393897

2.0.0-github5

13 Sep 11:35
Compare
Choose a tag to compare
  • Backport frozen string syntax from trunk

2.0.0-github3

13 Sep 11:33
Compare
Choose a tag to compare
  • Add method visibility predicate methods (Method#private?, #public?, #protected?) to keep Rails 2.3 working when respond_to? started ignoring protected methods in Ruby 2.0.0
  • Add Encoding.compatibility? which returns true if encoding compatibility mode is on (set by --encoding-compatibility)
  • Add GC stats patch
  • Add encoding compatibility patch