Skip to content

Commit 16aaf92

Browse files
committed
ruby-build 20121120
1 parent d924fce commit 16aaf92

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Sam Stephenson
1+
Copyright (c) 2012 Sam Stephenson
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,20 @@ include the full build log for build failures.
202202

203203
## Version History
204204

205+
#### 20121120
206+
* Added optional package checksum support. When a package URL is
207+
annotated with an MD5 checksum, ruby-build will use it to verify
208+
the contents of the downloaded file. Package URLs in all existing
209+
definitions have been updated with checksum annotations.
210+
* Added an optional package download cache. When the
211+
`RUBY_BUILD_CACHE_PATH` environment variable is set to a directory
212+
of your choice, ruby-build will store downloaded packages there and
213+
reuse them for future installations.
214+
* Added mirror support for faster package downloads. Packages on the
215+
official ruby-build mirror will be served via S3. You can point
216+
ruby-build to your own local package mirror by setting the
217+
`RUBY_BUILD_MIRROR_URL` environment variable.
218+
205219
#### 20121110
206220
* Added a definition for Ruby 1.9.3-p327
207221
* Fetch Ruby 2.0.0.dev and 1.9.3.dev via Git instead of Subversion
@@ -339,7 +353,7 @@ include the full build log for build failures.
339353

340354
(The MIT License)
341355

342-
Copyright (c) 2011 Sam Stephenson
356+
Copyright (c) 2012 Sam Stephenson
343357

344358
Permission is hereby granted, free of charge, to any person obtaining
345359
a copy of this software and associated documentation files (the

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="20121110"
3+
RUBY_BUILD_VERSION="20121120"
44

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

0 commit comments

Comments
 (0)