Skip to content

Commit 804e05b

Browse files
committed
Prepare docs for 1.3.4, bump versions
1 parent 8779841 commit 804e05b

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

History.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 1.3.4
2+
3+
* Workarounds for Ruby 2.1.5
4+
15
=== 1.3.3
26

37
* Rebuild executables with MinGW GCC 4.8.1-4.

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ any additionally needed ruby libraries or DLL.
1414
== FEATURES
1515

1616
* LZMA Compression (optional, default on)
17-
* Ruby 1.8.7, 1.9.3 and 2.0.0 support
17+
* Ruby 1.8.7, 1.9.3, 2.0.0 and 2.1.5 support
1818
* Both windowed/console mode supported
1919
* Includes gems based on usage, or from a Bundler Gemfile
2020

bin/ocra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module Ocra
175175
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
176176
end
177177

178-
VERSION = "1.3.3"
178+
VERSION = "1.3.4"
179179

180180
IGNORE_MODULES = /\/(enumerator.so|thread.rb)$/
181181

lib/ocra.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Ocra
2-
VERSION = '1.3.3'
2+
VERSION = '1.3.4'
33
end

0 commit comments

Comments
 (0)