Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f9cee commit be47576Copy full SHA for be47576
ChangeLog.md
@@ -1,3 +1,12 @@
1
+### 0.1.0 / 2012-09-18
2
+
3
+* Added support for [zsh].
4
+* Renamed the `$RUBY_PATH` variable to `$RUBY`.
5
+* Set the `$RUBY_ENGINE` variable.
6
+* Set the `$GEM_ROOT` variable to `Gem.default_dir`.
7
+ This supports the custom RubyGems directory used by [Rubinius].
8
+* Only initialize the `$RUBIES` variable if it does not have a value.
9
10
### 0.0.2 / 2012-08-14
11
12
* Added a `LICENSE.txt`.
@@ -8,3 +17,5 @@
17
18
* Initial release.
19
20
+[zsh]: http://www.zsh.org/
21
+[Rubinius]: http://rubini.us/
0 commit comments