Skip to content

Commit e4788cc

Browse files
committed
ruby-build 20121201
1 parent 34c34d7 commit e4788cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ include the full build log for build failures.
202202

203203
## Version History
204204

205+
#### 20121201
206+
* Added a definition for Ruby 2.0.0-preview2
207+
205208
#### 20121120
206209
* Added optional package checksum support. When a package URL is
207210
annotated with an MD5 checksum, ruby-build will use it to verify

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20121120"
3+
RUBY_BUILD_VERSION="20121201"
44

55
set -E
66
exec 3<&2 # preserve original stderr at fd 3

0 commit comments

Comments
 (0)