diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d31a8..1447337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ # Changelog +## r4 (2017/08/31) + +* Fix strbvars path on release 2.4.1.2.p111 + ## r3 (2017/07/11) -* New bundles : 2.4.1.2.p111 (Issue crazy-max/neard#284) +* New release : 2.4.1.2.p111 (Issue crazy-max/neard#284) * Include [RubyGems](https://rubygems.org) 2.6.12 ## r2 (2017/03/06) -* New bundles : 2.2.6.p396, 2.3.3.p222 (Issue crazy-max/neard#227) +* New releases : 2.2.6.p396, 2.3.3.p222 (Issue crazy-max/neard#227) * Include [RubyGems](https://rubygems.org) 2.6.10 ## r1 (2016/11/10) -* Add bundles : 2.0.0.p648, 2.1.9.p490, 2.2.5.p319, 2.3.1.p112 -* Fixe encoding issue on 2.1.x. See [Ruby bug issue 10300](https://bugs.ruby-lang.org/issues/10300). +* Add releases : 2.0.0.p648, 2.1.9.p490, 2.2.5.p319, 2.3.1.p112 +* Fix encoding issue on 2.1.x. See [Ruby bug issue 10300](https://bugs.ruby-lang.org/issues/10300). * Include [RubyGems](https://rubygems.org) 2.6.8 \ No newline at end of file diff --git a/bin/ruby2.4.1.2.p111/neard.conf b/bin/ruby2.4.1.2.p111/neard.conf index 93bc617..4489492 100644 --- a/bin/ruby2.4.1.2.p111/neard.conf +++ b/bin/ruby2.4.1.2.p111/neard.conf @@ -1,5 +1,5 @@ rubyVersion = "2.4.1.2.p111" rubyExe = "bin\ruby.exe" -rubyConsoleExe = "bin\setrbvars.bat" +rubyConsoleExe = "bin\setrbvars.cmd" bundleRelease = "@RELEASE_VERSION@" diff --git a/build.properties b/build.properties index 0997d7c..0cc26d0 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ruby -bundle.release = r3 +bundle.release = r4 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 59d5baa..cef5b8b 100644 --- a/releases.properties +++ b/releases.properties @@ -3,4 +3,4 @@ 2.2.5.p319 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r1/neard-ruby-2.2.5.p319-r1.7z 2.3.1.p112 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r1/neard-ruby-2.3.1.p112-r1.7z 2.3.3.p222 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r2/neard-ruby-2.3.3.p222-r2.7z -2.4.1.2.p111 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r3/neard-ruby-2.4.1.2.p111-r3.7z +2.4.1.2.p111 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r4/neard-ruby-2.4.1.2.p111-r4.7z