Skip to content

Commit

Permalink
Prepare for 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Apr 23, 2015
1 parent e4276f1 commit e9cc863
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.3.5

* Fixes for Ruby 2.2.2p95

=== 1.3.4

* Workarounds for Ruby 2.1.5
Expand Down
2 changes: 1 addition & 1 deletion bin/ocra
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module Ocra
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
end

VERSION = "1.3.4"
VERSION = "1.3.5"

IGNORE_MODULES = /\/(enumerator.so|rational.so|complex.so|thread.rb)$/

Expand Down
2 changes: 1 addition & 1 deletion lib/ocra.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Ocra
VERSION = '1.3.4'
VERSION = '1.3.5'
end

0 comments on commit e9cc863

Please sign in to comment.