From 804e05b7430862d02e5c746a23eac266370ae63a Mon Sep 17 00:00:00 2001 From: Lars Christensen Date: Tue, 13 Jan 2015 21:34:50 +0100 Subject: [PATCH] Prepare docs for 1.3.4, bump versions --- History.txt | 4 ++++ README.rdoc | 2 +- bin/ocra | 2 +- lib/ocra.rb | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/History.txt b/History.txt index 15a16149..debd42ba 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 1.3.4 + +* Workarounds for Ruby 2.1.5 + === 1.3.3 * Rebuild executables with MinGW GCC 4.8.1-4. diff --git a/README.rdoc b/README.rdoc index e8327cd3..c36e42bc 100644 --- a/README.rdoc +++ b/README.rdoc @@ -14,7 +14,7 @@ any additionally needed ruby libraries or DLL. == FEATURES * LZMA Compression (optional, default on) -* Ruby 1.8.7, 1.9.3 and 2.0.0 support +* Ruby 1.8.7, 1.9.3, 2.0.0 and 2.1.5 support * Both windowed/console mode supported * Includes gems based on usage, or from a Bundler Gemfile diff --git a/bin/ocra b/bin/ocra index 1ba06362..0925112c 100644 --- a/bin/ocra +++ b/bin/ocra @@ -175,7 +175,7 @@ module Ocra a.sort.inject([]) { |r, e| r.last == e ? r : r << e } end - VERSION = "1.3.3" + VERSION = "1.3.4" IGNORE_MODULES = /\/(enumerator.so|thread.rb)$/ diff --git a/lib/ocra.rb b/lib/ocra.rb index afcae836..76dfa221 100644 --- a/lib/ocra.rb +++ b/lib/ocra.rb @@ -1,3 +1,3 @@ class Ocra - VERSION = '1.3.3' + VERSION = '1.3.4' end