File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11class Ocra
2- VERSION = '1.3.3 '
2+ VERSION = '1.3.4 '
33end
You can’t perform that action at this time.
0 commit comments