This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix strbvars path on release 2.4.1.2.p111
- Loading branch information
crazy-max
committed
Aug 31, 2017
1 parent
ea54bf7
commit a637986
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
bundle.name = ruby | ||
bundle.release = r3 | ||
bundle.release = r4 | ||
bundle.type = tools | ||
bundle.format = 7z | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters