Commit graph

1137 commits

Author SHA1 Message Date
Sam Stephenson
b96c23183b Adopt Contributor Covenant 1.4 2016-02-19 12:28:49 -06:00
SHIBATA Hiroshi
9e57fb062d Merge pull request #901 from jasonkarns/rbx-2.71828182
add rbx-2.71828182
2016-02-02 09:24:39 +09:00
Jason Karns
b98bf82ee8 add rbx-2.71828182
scraped via ruby-build-update-defs plugin
2016-02-01 11:56:43 -05:00
Mislav Marohnić
e3d13db796 Merge pull request #900 from rbenv/rename-rbx2
Rename rbx-2.10 and 2.11
2016-01-31 00:35:32 +11:00
SHIBATA Hiroshi
bb26b2b9c8 rename 2.10 and 2.11 2016-01-30 19:49:13 +09:00
Mislav Marohnić
1bd0a0abd4 Merge pull request #899 from deepj/jruby
Remove JRuby 9.0.0.0-dev since its snapshots are unavailable anymore
2016-01-30 21:37:54 +11:00
deepj
15b0042184 Remove JRuby 9.0.0.0-dev since its snapshots are unavailable anymore 2016-01-30 10:40:51 +01:00
Mislav Marohnić
93f01cb7e5 ruby-build 20160130 2016-01-30 18:26:09 +11:00
Mislav Marohnić
442d4a1a02 Merge branch 'rbx-openssl'
Closes #883
2016-01-30 18:24:50 +11:00
Mislav Marohnić
80796ac1cf Merge pull request #864 2016-01-30 18:23:34 +11:00
SHIBATA Hiroshi
57858d2963 Removed patch version from Rubinius definitions
http://rubinius.com/2016/01/07/rubinius-3-0-the-third-epoch/
2016-01-30 18:20:16 +11:00
Mislav Marohnić
875ded8c69 Upgrade OpenSSL to 1.0.2f across the board 2016-01-30 18:16:28 +11:00
Mislav Marohnić
3259734523 Merge pull request #896 into rbx-openssl 2016-01-30 18:08:31 +11:00
deepj
c9a3e265ef Upgrade to OpenSSL 1.0.1r and 1.0.2f 2016-01-30 02:03:10 +01:00
Mislav Marohnić
27dabd3ec8 Merge pull request #897 from deepj/rubinius
New urls for old Rubinius versions and unavailable versions removed
2016-01-30 11:37:51 +11:00
deepj
40e32f27d2 Remove old unavailable Rubinius versions 2016-01-29 15:55:21 +01:00
deepj
01a04c180e Add Rubinius 3.6--3.14 2016-01-29 14:04:42 +01:00
deepj
22b43e67b7 New urls for old Rubinius versions 2016-01-29 13:36:03 +01:00
Erik Michaels-Ober
06f1254f24 Merge pull request #893 from deepj/jruby-9.0.5.0
Add JRuby 9.0.5.0
2016-01-26 15:15:02 -08:00
deepj
29da53438a Add JRuby 9.0.5.0 2016-01-26 23:53:00 +01:00
Mislav Marohnić
3b0714a750 Merge pull request #890 from jasonkarns/test-assertions
Leverage assertion test helpers
2016-01-21 09:35:23 +11:00
Mislav Marohnić
9fdc2fb1e8 Merge pull request #891 from deepj/jruby-1.7.24
Add JRuby 1.7.24
2016-01-21 09:30:25 +11:00
deepj
c869a40c15 Add JRuby 1.7.24 2016-01-20 22:07:48 +01:00
Jason Karns
84b49768b9 Add refute test helper 2016-01-20 10:43:46 -05:00
Jason Karns
8f86b59a34 Leverage assertion helpers in tests 2016-01-20 09:30:57 -05:00
Mislav Marohnić
8ea265d2fa Merge pull request #887 from jasonkarns/checksum-refactor
Checksum refactor
2016-01-20 19:08:57 +11:00
Jason Karns
af49837c12 Helpful error msg for unexpected checksum length 2016-01-19 08:24:28 -05:00
Jason Karns
8738d1935c Replace associative array w/ variable indirection
Bash 3 doesn't have associative arrays. Use variable indirection to
save various checksum algorithm support results. `printf -v` can save
the output to a variable, whose name is itself stored in a variable
2016-01-19 08:24:28 -05:00
Jason Karns
14750a0b93 Extract has_checksum_support predicate function
- Remove unnecessary HAS_X_SUPPORT variables
- Merge conditional for unsetting mirror-url
- Memoize has_checksum_support function
2016-01-18 23:27:01 -05:00
Jason Karns
a187b07dab Move empty-checksum handling into case stmt 2016-01-18 23:27:01 -05:00
Jason Karns
26af69a9d3 Unknown checksum algorithms (based on length) are errors 2016-01-18 23:27:01 -05:00
Jason Karns
abc69bd630 SHA2 support shouldn't be a pre-req for MD5 checksum verification 2016-01-18 23:27:00 -05:00
Jason Karns
018357fefb Convert checksum algorithm chooser to switch case 2016-01-18 23:27:00 -05:00
Mislav Marohnić
6bdc16c0c4 Merge pull request #877 from jasonkarns/brew-publish-refspec
Explicitly specify destination refspec
2016-01-19 14:21:08 +11:00
Jason Karns
c9a6cdb3b1 Ensure current branch pushes to matching on remote
`git push <remote> HEAD` is documented to push current branch to
same-named branch on the remote
2016-01-18 21:59:42 -05:00
Mislav Marohnić
981a34425e Merge pull request #888 from jasonkarns/test-assertions
Leverage assert_success helper
2016-01-19 11:49:37 +11:00
Mislav Marohnić
a937418190 Merge pull request #886 from jasonkarns/rbenv-root
rbenv ensures RBENV_ROOT is set for us
2016-01-19 11:47:48 +11:00
Mislav Marohnić
87ed96dc10 Merge pull request #879 from jasonkarns/usage
Clean up usage documentation
2016-01-19 11:42:00 +11:00
Jason Karns
29a987c9fb Include --version in completions 2016-01-18 12:12:09 -05:00
Jason Karns
c534656f7a Include --version in usage documentation 2016-01-18 12:12:09 -05:00
Jason Karns
67fc7e2a1d Clean up usage documentation 2016-01-18 12:12:05 -05:00
Jason Karns
9ff6402e43 Leverage assert_success helper
And separate test body into arrange-act-assert blocks via newlines
2016-01-18 11:49:59 -05:00
Jason Karns
6b639919cf rbenv ensures RBENV_ROOT is set for us 2016-01-18 09:43:28 -05:00
Mislav Marohnić
0cd6f9fbb9 Merge pull request #882 from jasonkarns/rubinius-openssl
Update rubinius builds openssl from 1.0.1q to 1.0.2e
2016-01-16 21:43:36 +11:00
Jason Karns
453581b355 Update rubinius builds openssl from 1.0.1q to 1.0.2e 2016-01-16 00:10:36 -05:00
Mislav Marohnić
288261985c ruby-build 20160111 2016-01-11 17:07:12 +01:00
Mislav Marohnić
31585e7f2e Add rbx-3.5.0 2016-01-11 17:06:45 +01:00
Mislav Marohnić
21fd7c85ed Add rbx-3.4.0 2016-01-10 15:23:24 +01:00
Mislav Marohnić
3cb43b65b6 Add rbx-3.1.0, rbx-3.2.0, rbx-3.3.0 2016-01-09 11:41:15 +01:00
Mislav Marohnić
6dea6442bf Merge pull request #866 from keltia/rbx-3.0.0
Add metadata for Rubinius 3.0 aka rbx-3.0.0.
2016-01-09 11:16:41 +01:00