Commit 458d3331 by Sam Stephenson

ruby-build 20131122.1

parent 5556926a
## Version History ## Version History
#### 20131122.1
* Fix typo in 2.1.0-preview2 definition
#### 20131122 #### 20131122
* Added a definition for 1.9.3-p484 * Added a definition for 1.9.3-p484
* Added a definition for 2.0.0-p353 * Added a definition for 2.0.0-p353
......
#!/usr/bin/env bash #!/usr/bin/env bash
RUBY_BUILD_VERSION="20131122" RUBY_BUILD_VERSION="20131122.1"
set -E set -E
exec 3<&2 # preserve original stderr at fd 3 exec 3<&2 # preserve original stderr at fd 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment