repo
string | commit
string | message
string | diff
string |
---|---|---|---|
rvm/rvm
|
6aad718a0c8ab7a16f9b03ce1e57ab9abc9fc009
|
Add support for Ruby 3.3.2 (#5470) (#5470)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2000bde..8e66b9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,572 +1,573 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
* Fix bug with Bootsnap on Ruby 3.3.1 [\#5457](https://github.com/rvm/rvm/pull/5457)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
* 3.4.0-preview1 [\#5466](https://github.com/rvm/rvm/pull/5466)
+* 3.3.2 [\#5470](https://github.com/rvm/rvm/pull/5470)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.7.0 [\#5449](https://github.com/rvm/rvm/pull/5449)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
* 3.0.7, 3.1.5, 3.2.4 and 3.3.1 [\#5465](https://github.com/rvm/rvm/pull/5465)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
* Upgrade github actions and truffleruby version in CI [\#5456](https://github.com/rvm/rvm/pull/5456)
* Parallelize GitHub Action jobs in CI [\#5458](https://github.com/rvm/rvm/pull/5458)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
diff --git a/config/db b/config/db
index 9727f5d..a656f31 100644
--- a/config/db
+++ b/config/db
@@ -1,154 +1,154 @@
# General
default_ruby=ruby
interpreter=ruby
niceness=0
#
# RVM
#
rvm_remote_server_path1=maven2/org/jruby/jruby-dist
rvm_remote_server_url1=https://repo1.maven.org
rvm_remote_server_url2=https://rubies.travis-ci.org
rvm_remote_server_url=https://rvm-io.global.ssl.fastly.net/binaries
#
# RubyGems
#
gem_gem-empty_version=>=1.1.2
gem_gem-wrappers_version=>=1.4.0
gem_rdoc_version=>=4.1.1
gem_rvm_version=>=1.11.3.9
rubygems_repo_url=https://github.com/rubygems/rubygems.git
rubygems_url=https://rubygems.org/rubygems
rubygems_url_fallback_1=https://github.com/rubygems/rubygems/archive/v\1.tar.gz
rubygems_url_fallback_1_pattern=https://rubygems.org/rubygems/rubygems-([[:digit:]\.]+).tgz
rubygems_version=latest-3.0
#
# Packages
#
autoconf_url=https://ftp.gnu.org/gnu/autoconf
curl_url=https://github.com/bagder/curl/archive
gettext_url=https://ftp.gnu.org/pub/gnu/gettext
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23
libiconv_url=https://ftp.gnu.org/pub/gnu/libiconv
libxml2_url=ftp://xmlsoft.org/libxml2
libxslt_url=ftp://xmlsoft.org/libxslt
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk
mono_url=http://ftp.novell.com/pub/mono/sources/mono
ncurses_url=https://ftp.gnu.org/pub/gnu/ncurses
openssl_url=https://www.openssl.org/source/old/1.0.1
openssl_version=1.0.1i
pkg-config_url=http://pkgconfig.freedesktop.org/releases
readline_url=https://ftp.gnu.org/gnu/readline
yaml_url=http://pyyaml.org/download/libyaml
yaml_version=0.1.6
zlib_url=https://prdownloads.sourceforge.net/libpng
#
# CentOS / Fedora EPEL
#
epel5_i386_rpm=https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
epel5_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-5
epel5_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
epel6_i386_rpm=https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
epel6_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
epel6_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
epel7_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
epel7_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
#
# MRI Ruby
#
CentOS_5_ruby_1.8.7_patch_level=p374
CentOS_5_ruby_1.8.7_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
CentOS_5_ruby_1.9.2_patch_level=p320
CentOS_5_ruby_1.9.2_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
ruby_1.8.4_rubygems_version=1.3.5
ruby_1.8.5_patch_level=p231
ruby_1.8.5_rubygems_version=1.3.5
ruby_1.8.6_patch_level=p420
ruby_1.8.6_rubygems_version=1.3.7
ruby_1.8.7_patch_level=head
ruby_1.8.7_rubygems_version=latest-2.0
ruby_1.9.1_patch_level=p431
ruby_1.9.1_rubygems_version=latest-1.8
ruby_1.9.2_patch_level=p330
ruby_1.9.3_patch_level=p551
ruby_2.0.0_patch_level=p648
ruby_head_rubygems_version=ignore
ruby_repo_url=https://github.com/ruby/ruby.git
ruby_unmaintained_date=2017-04-01
ruby_unmaintained_version=2.1.0
ruby_url=https://cache.ruby-lang.org/pub/ruby
ruby_url_fallback_1=https://ftp.ruby-lang.org/pub/ruby
-ruby_version=3.3.1
+ruby_version=3.3.2
#
# REE
#
ree_1.8.6_patch_level=20090610
ree_1.8.6_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition.git
ree_1.8.6_rubygems_version=1.3.7
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677
ree_1.8.7_2010.02_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition/ruby-enterprise-1.8.7-2012.02.tar.gz
ree_1.8.7_patch_level=2012.02
ree_1.8.7_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition187-330
ree_1.8.7_rubygems_version=latest-2.0
ree_1.8.7_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition
ree_configure_flags=--dont-install-useful-gems
ree_version=1.8.7
#
# Rubinius
#
rbx_1.0.0_patch_level=20100514
rbx_1.0.1_patch_level=20100603
rbx_1.1.0_patch_level=20100923
rbx_1.1.1_patch_level=20101116
rbx_1.2.0_patch_level=20101221
rbx_1.2.1_patch_level=20110215
rbx_1.2.2_patch_level=20110222
rbx_1.2.3_patch_level=20110315
rbx_1.2.4_patch_level=20110705
rbx_repo_url=https://github.com/rubinius/rubinius.git
rbx_url=https://s3.amazonaws.com/asset.rubini.us
rbx_url_2.0_and_newer=https://rubinius-releases-rubinius-com.s3.amazonaws.com
rbx_version=4.1
#
# MRuby
#
mruby_repo_url=https://github.com/mruby/mruby.git
mruby_url=https://github.com/mruby/mruby/archive
mruby_version=2.0.1
#
# JRuby
#
jruby_repo_url=https://github.com/jruby/jruby.git
jruby_url=https://repo1.maven.org/maven2/org/jruby/jruby-dist
jruby_version=9.4.7.0
maven_version=3.5.0
#
# TruffleRuby
#
truffleruby_url=https://github.com/oracle/truffleruby/releases/download
truffleruby_version=24.0.1
#
# MacRuby
#
macruby_0.10_url=http://macruby.macosforge.org/files
macruby_nightly_url=http://macruby.jp/files/nightlies
macruby_repo_url=https://github.com/MacRuby/MacRuby.git
macruby_url=https://github.com/downloads/MacRuby/MacRuby
macruby_version=0.12
#
# Maglev
#
maglev_repo_url=https://github.com/MagLev/maglev.git
maglev_url=http://seaside.gemtalksystems.com/maglev
maglev_version=1.2Alpha4
#
# IronRuby
#
ironruby_1.1.3_url=https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=ironruby&DownloadId=217153&FileTime=129445296766130000&Build=19727
ironruby_repo_url=https://github.com/ironruby/ironruby.git
ironruby_version=1.1.3
#
# Topaz
#
topaz_repo_url=https://github.com/topazproject/topaz.git
topaz_url=https://d3sgc2zfsedosj.cloudfront.net
topaz_version=head
diff --git a/config/known b/config/known
index a0656e9..2186457 100644
--- a/config/known
+++ b/config/known
@@ -1,81 +1,81 @@
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p648]
[ruby-]2.1[.10]
[ruby-]2.2[.10]
[ruby-]2.3[.8]
[ruby-]2.4[.10]
[ruby-]2.5[.9]
[ruby-]2.6[.10]
[ruby-]2.7[.8]
[ruby-]3.0[.7]
[ruby-]3.1[.5]
[ruby-]3.2[.4]
-[ruby-]3[.3.1]
+[ruby-]3[.3.2]
[ruby-]3.4[.0-preview1]
ruby-head
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2
# JRuby
jruby-1.6[.8]
jruby-1.7[.27]
jruby-9.1[.17.0]
jruby-9.2[.21.0]
jruby-9.3[.14.0]
jruby[-9.4.7.0]
jruby-head
# Rubinius
rbx-1[.4.3]
rbx-2.3[.0]
rbx-2.4[.1]
rbx-2[.5.8]
rbx-3[.107]
rbx-4[.20]
rbx-5[.0]
rbx-head
# TruffleRuby
truffleruby[-24.0.1]
# Opal
opal
# Minimalistic ruby implementation - ISO 30170:2012
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1[.4.1]
mruby-2.0.1
mruby-2[.1.1]
mruby[-head]
# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]
# Topaz
topaz
# MagLev
maglev-1.0.0
maglev-1.1[RC1]
maglev[-1.2Alpha4]
maglev-head
# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head
# IronRuby
ironruby[-1.1.3]
ironruby-head
diff --git a/config/known_strings b/config/known_strings
index 5c0dd42..b595fa8 100644
--- a/config/known_strings
+++ b/config/known_strings
@@ -1,558 +1,559 @@
ironruby-1.0
ironruby-1.1.3
jruby-0.9.0
jruby-0.9.1
jruby-0.9.2
jruby-0.9.8
jruby-0.9.9
jruby-1.0.0RC1
jruby-1.0.0RC2
jruby-1.0.0RC3
jruby-1.0
jruby-1.0.1
jruby-1.0.2
jruby-1.0.3
jruby-1.1b1
jruby-1.1RC1
jruby-1.1RC2
jruby-1.1RC3
jruby-1.1
jruby-1.1.1
jruby-1.1.2
jruby-1.1.3
jruby-1.1.4
jruby-1.1.5
jruby-1.1.6RC1
jruby-1.1.6
jruby-1.2.0RC1
jruby-1.2.0RC2
jruby-1.2.0
jruby-1.3.0RC1
jruby-1.3.0RC2
jruby-1.3.0
jruby-1.3.1
jruby-1.4.0RC1
jruby-1.4.0RC2
jruby-1.4.0RC3
jruby-1.4.0
jruby-1.4.1
jruby-1.5.0.RC1
jruby-1.5.0.RC2
jruby-1.5.0.RC3
jruby-1.5.0
jruby-1.5.1
jruby-1.5.2
jruby-1.5.3
jruby-1.5.4
jruby-1.5.5
jruby-1.5.6
jruby-1.6.0.RC1
jruby-1.6.0.RC2
jruby-1.6.0.RC3
jruby-1.6.0
jruby-1.6.1
jruby-1.6.2
jruby-1.6.3
jruby-1.6.4
jruby-1.6.5
jruby-1.6.5.1
jruby-1.6.7
jruby-1.6.7.2
jruby-1.6.8
jruby-1.7.0.preview1
jruby-1.7.0.preview2
jruby-1.7.0.RC1
jruby-1.7.0.RC2
jruby-1.7.0
jruby-1.7.1
jruby-1.7.2
jruby-1.7.3
jruby-1.7.4
jruby-1.7.5
jruby-1.7.6
jruby-1.7.7
jruby-1.7.8
jruby-1.7.9
jruby-1.7.10
jruby-1.7.11
jruby-1.7.12
jruby-1.7.13
jruby-1.7.14
jruby-1.7.15
jruby-1.7.16
jruby-1.7.16.1
jruby-1.7.16.2
jruby-1.7.17
jruby-1.7.18
jruby-1.7.19
jruby-1.7.20
jruby-1.7.20.1
jruby-1.7.21
jruby-1.7.22
jruby-1.7.23
jruby-1.7.24
jruby-1.7.25
jruby-1.7.26
jruby-1.7.27
jruby-9.0.0.0.pre1
jruby-9.0.0.0.pre2
jruby-9.0.0.0.rc1
jruby-9.0.0.0.rc2
jruby-9.0.0.0
jruby-9.0.1.0
jruby-9.0.2.0
jruby-9.0.3.0
jruby-9.0.4.0
jruby-9.0.5.0
jruby-9.1.0.0
jruby-9.1.1.0
jruby-9.1.2.0
jruby-9.1.3.0
jruby-9.1.4.0
jruby-9.1.5.0
jruby-9.1.6.0
jruby-9.1.7.0
jruby-9.1.8.0
jruby-9.1.9.0
jruby-9.1.10.0
jruby-9.1.11.0
jruby-9.1.12.0
jruby-9.1.13.0
jruby-9.1.14.0
jruby-9.1.15.0
jruby-9.1.16.0
jruby-9.1.17.0
jruby-9.2.0.0
jruby-9.2.1.0
jruby-9.2.2.0
jruby-9.2.3.0
jruby-9.2.4.0
jruby-9.2.4.1
jruby-9.2.5.0
jruby-9.2.6.0
jruby-9.2.7.0
jruby-9.2.8.0
jruby-9.2.9.0
jruby-9.2.10.0
jruby-9.2.11.0
jruby-9.2.11.1
jruby-9.2.12.0
jruby-9.2.13.0
jruby-9.2.14.0
jruby-9.2.15.0
jruby-9.2.16.0
jruby-9.2.17.0
jruby-9.2.18.0
jruby-9.2.19.0
jruby-9.2.20.0
jruby-9.2.20.1
jruby-9.2.21.0
jruby-9.3.0.0
jruby-9.3.1.0
jruby-9.3.2.0
jruby-9.3.3.0
jruby-9.3.4.0
jruby-9.3.6.0
jruby-9.3.7.0
jruby-9.3.8.0
jruby-9.3.9.0
jruby-9.3.10.0
jruby-9.3.11.0
jruby-9.3.13.0
jruby-9.3.14.0
jruby-9.4.0.0
jruby-9.4.1.0
jruby-9.4.2.0
jruby-9.4.3.0
jruby-9.4.4.0
jruby-9.4.5.0
jruby-9.4.6.0
jruby-9.4.7.0
macruby-0.12
maglev-1.0.0
maglev-1.1beta
maglev-1.1beta2
maglev-1.1RC1
maglev-1.2Alpha
maglev-1.2Alpha2
maglev-1.2Alpha3
maglev-1.2Alpha4
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1.4.0
mruby-1.4.1
mruby-2.0.0
mruby-2.0.1
mruby-2.1.0-rc
mruby-2.1.0
mruby-2.1.1-rc
mruby-2.1.1-rc2
mruby-2.1.1
rbx-1.0.0-20100514
rbx-1.0.1-20100603
rbx-1.1.0-20100923
rbx-1.1.1-20101116
rbx-1.2.0-20101221
rbx-1.2.1-20110215
rbx-1.2.2-20110222
rbx-1.2.3-20110315
rbx-1.2.4-20110705
rbx-1.3.2
rbx-1.3.3
rbx-1.4.1
rbx-1.4.3
rbx-2.0.0
rbx-2.1.0
rbx-2.1.1
rbx-2.2.0
rbx-2.2.2
rbx-2.2.3
rbx-2.2.4
rbx-2.2.5
rbx-2.2.6
rbx-2.2.7
rbx-2.2.8
rbx-2.2.9
rbx-2.2.10
rbx-2.3.0
rbx-2.4.0
rbx-2.4.1
rbx-2.5.0
rbx-2.5.1
rbx-2.5.2
rbx-2.5.3
rbx-2.5.4
rbx-2.5.5
rbx-2.5.6
rbx-2.5.7
rbx-2.5.8
rbx-3.70
rbx-3.71
rbx-3.72
rbx-3.73
rbx-3.74
rbx-3.75
rbx-3.76
rbx-3.77
rbx-3.78
rbx-3.79
rbx-3.80
rbx-3.81
rbx-3.82
rbx-3.83
rbx-3.84
rbx-3.85
rbx-3.86
rbx-3.87
rbx-3.88
rbx-3.89
rbx-3.90
rbx-3.91
rbx-3.92
rbx-3.93
rbx-3.94
rbx-3.95
rbx-3.96
rbx-3.97
rbx-3.98
rbx-3.99
rbx-3.100
rbx-3.101
rbx-3.102
rbx-3.103
rbx-3.104
rbx-3.105
rbx-3.106
rbx-3.107
rbx-4.0
rbx-4.1
rbx-4.2
rbx-4.3
rbx-4.4
rbx-4.5
rbx-4.6
rbx-4.7
rbx-4.8
rbx-4.9
rbx-4.10
rbx-4.11
rbx-4.12
rbx-4.13
rbx-4.14
rbx-4.15
rbx-4.16
rbx-4.17
rbx-4.18
rbx-4.19
rbx-4.20
rbx-5.0
ree-1.8.6-20080507
ree-1.8.6-20080621
ree-1.8.6-20080623
ree-1.8.6-20080624
ree-1.8.6-20080709
ree-1.8.6-20080810
ree-1.8.6-20081205
ree-1.8.6-20081215
ree-1.8.6-20090113
ree-1.8.6-20090201
ree-1.8.6-20090421
ree-1.8.6-20090520
ree-1.8.6-20090610
ree-1.8.6-20090928
ree-1.8.7-2009.10
ree-1.8.7-2010.01
ree-1.8.7-2010.02
ree-1.8.7-2011.01
ree-1.8.7-2011.02
ree-1.8.7-2011.03
ree-1.8.7-2011.12
ree-1.8.7-2012.02
ruby-1.8.5-p115
ruby-1.8.5-p231
ruby-1.8.6-p286
ruby-1.8.6-p287
ruby-1.8.6-p369
ruby-1.8.6-p383
ruby-1.8.6-p398
ruby-1.8.6-p399
ruby-1.8.6-p420
ruby-1.8.7-p160
ruby-1.8.7-p174
ruby-1.8.7-p248
ruby-1.8.7-p249
ruby-1.8.7-p299
ruby-1.8.7-p302
ruby-1.8.7-p330
ruby-1.8.7-p334
ruby-1.8.7-p352
ruby-1.8.7-p357
ruby-1.8.7-p358
ruby-1.8.7-p370
ruby-1.8.7-p371
ruby-1.8.7-p374
ruby-1.9.0
ruby-1.9.1-p129
ruby-1.9.1-p243
ruby-1.9.1-p376
ruby-1.9.1-p378
ruby-1.9.1-p429
ruby-1.9.1-p431
ruby-1.9.2-p0
ruby-1.9.2-p136
ruby-1.9.2-p180
ruby-1.9.2-p290
ruby-1.9.2-p318
ruby-1.9.2-p320
ruby-1.9.2-p330
ruby-1.9.3-preview1
ruby-1.9.3-rc1
ruby-1.9.3-p0
ruby-1.9.3-p125
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p385
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-1.9.3-p484
ruby-1.9.3-p545
ruby-1.9.3-p547
ruby-1.9.3-p550
ruby-1.9.3-p551
ruby-2.0.0-preview1
ruby-2.0.0-preview2
ruby-2.0.0-rc1
ruby-2.0.0-rc2
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.0.0-p451
ruby-2.0.0-p481
ruby-2.0.0-p576
ruby-2.0.0-p594
ruby-2.0.0-p598
ruby-2.0.0-p643
ruby-2.0.0-p645
ruby-2.0.0-p647
ruby-2.0.0-p648
ruby-2.1.0-preview1
ruby-2.1.0-preview2
ruby-2.1.0-rc1
ruby-2.1.0
ruby-2.1.1
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.1.6
ruby-2.1.7
ruby-2.1.8
ruby-2.1.9
ruby-2.1.10
ruby-2.2.0-preview1
ruby-2.2.0-preview2
ruby-2.2.0-rc1
ruby-2.2.0
ruby-2.2.1
ruby-2.2.2
ruby-2.2.3
ruby-2.2.4
ruby-2.2.5
ruby-2.2.6
ruby-2.2.7
ruby-2.2.8
ruby-2.2.9
ruby-2.2.10
ruby-2.3.0-preview1
ruby-2.3.0-preview2
ruby-2.3.0
ruby-2.3.1
ruby-2.3.2
ruby-2.3.3
ruby-2.3.4
ruby-2.3.5
ruby-2.3.6
ruby-2.3.7
ruby-2.3.8
ruby-2.4.0-preview1
ruby-2.4.0-preview2
ruby-2.4.0-preview3
ruby-2.4.0-rc1
ruby-2.4.0
ruby-2.4.1
ruby-2.4.2
ruby-2.4.3
ruby-2.4.4
ruby-2.4.5
ruby-2.4.6
ruby-2.4.7
ruby-2.4.8
ruby-2.4.9
ruby-2.4.10
ruby-2.5.0-preview1
ruby-2.5.0-rc1
ruby-2.5.0
ruby-2.5.1
ruby-2.5.2
ruby-2.5.3
ruby-2.5.4
ruby-2.5.5
ruby-2.5.6
ruby-2.5.7
ruby-2.5.8
ruby-2.5.9
ruby-2.6.0-preview1
ruby-2.6.0-preview2
ruby-2.6.0-preview3
ruby-2.6.0-rc1
ruby-2.6.0-rc2
ruby-2.6.0
ruby-2.6.1
ruby-2.6.2
ruby-2.6.3
ruby-2.6.4
ruby-2.6.5
ruby-2.6.6
ruby-2.6.7
ruby-2.6.8
ruby-2.6.9
ruby-2.6.10
ruby-2.7.0-preview1
ruby-2.7.0-preview2
ruby-2.7.0-preview3
ruby-2.7.0-rc1
ruby-2.7.0-rc2
ruby-2.7.0
ruby-2.7.1
ruby-2.7.2
ruby-2.7.3
ruby-2.7.4
ruby-2.7.5
ruby-2.7.6
ruby-2.7.7
ruby-2.7.8
ruby-3.0.0-preview1
ruby-3.0.0-preview2
ruby-3.0.0-rc1
ruby-3.0.0
ruby-3.0.1
ruby-3.0.2
ruby-3.0.3
ruby-3.0.4
ruby-3.0.5
ruby-3.0.6
ruby-3.0.7
ruby-3.1.0-preview1
ruby-3.1.0
ruby-3.1.1
ruby-3.1.2
ruby-3.1.3
ruby-3.1.4
ruby-3.1.5
ruby-3.2.0-preview1
ruby-3.2.0-preview2
ruby-3.2.0-preview3
ruby-3.2.0-rc1
ruby-3.2.0
ruby-3.2.1
ruby-3.2.2
ruby-3.2.3
ruby-3.2.4
ruby-3.3.0-preview1
ruby-3.3.0-preview2
ruby-3.3.0-preview3
ruby-3.3.0
ruby-3.3.1
+ruby-3.3.2
ruby-3.4.0-preview1
truffleruby-1.0.0-rc2
truffleruby-1.0.0-rc3
truffleruby-1.0.0-rc5
truffleruby-1.0.0-rc6
truffleruby-1.0.0-rc7
truffleruby-1.0.0-rc8
truffleruby-1.0.0-rc9
truffleruby-1.0.0-rc10
truffleruby-1.0.0-rc11
truffleruby-1.0.0-rc12
truffleruby-1.0.0-rc13
truffleruby-1.0.0-rc14
truffleruby-1.0.0-rc15
truffleruby-1.0.0-rc16
truffleruby-19.0.0
truffleruby-19.0.2
truffleruby-19.1.0
truffleruby-19.1.1
truffleruby-19.2.0
truffleruby-19.2.0.1
truffleruby-19.2.1
truffleruby-19.3.0
truffleruby-19.3.0.2
truffleruby-19.3.1
truffleruby-20.0.0
truffleruby-20.1.0
truffleruby-20.2.0
truffleruby-20.3.0
truffleruby-21.0.0
truffleruby-21.1.0
truffleruby-21.2.0
truffleruby-21.2.0.1
truffleruby-21.3.0
truffleruby-22.0.0.2
truffleruby-22.1.0
truffleruby-22.2.0
truffleruby-22.3.0
truffleruby-22.3.1
truffleruby-23.0.0-preview1
truffleruby-23.0.0
truffleruby-23.1.0
truffleruby-23.1.1
truffleruby-23.1.2
truffleruby-24.0.0
truffleruby-24.0.1
diff --git a/config/md5 b/config/md5
index 872a9d4..beabd37 100644
--- a/config/md5
+++ b/config/md5
@@ -1274,756 +1274,757 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=5da9cf19b005948398f3541a1ded7105
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=a27a413146d903d258fe9fc907e60c1a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=77794ae2fb09dca79bfb636198ccaaed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=565f3c0dbc3211c6f86ebcb60cbd5de7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=5cc60a18ac4cca5322994c6d19753846
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=45b547a987088761a88143e5fabef13e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=e993696c73e6be0017d90ccdddbcc644
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=032a73d5182d84cbbf20b6e7e310c7c2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=07c61bc0c9e09fc87808f62985cbff25
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=62745ec761a45826841002e72cfca795
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=538383cc35e5710a2175f36416ca3b7c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=8a17255fa833fe3ff9c0275db79bfbff
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=66dc3fdf49b1371fd6d362f3ea9d019b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=873b63cc2e4abbb6ec5126ab07ce429a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=84658482a83ee3a4c80d145d0bd7ccb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=d3af42a4fd701e0710d5f6a16e6bb9a3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c5f56b0149ab787d89c69056eb45e483
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=13f1011cc048aef7199ae8f14bc2ac62
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=fba1bf0b819f52561deab198fd36743d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=3ec8f383026889e2f3c328d86839a7b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=9c3775365cab8e1e82aa19e87b9711dd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=cce17e87cc9bfcb6b995e5f1996c423c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=b80a93441133b85258d97085aeead20a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=74c45b08a2dc28871ff158b608cc8685
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=469b22a4b12f23e86ac25b3d797ff559
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=ea7767cbfacd744813ccaedd1b4e0013
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=0d9f69db1bd665c9e5c9592b483b31a1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=068f5c90b5b381cd58d8804ca2b3be64
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=6181192273efab4aabaa8628fc83c7be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=fa690cb7132706fb25dfc625e949e96a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=c443f32cd4c91fb37ff79bd86906e1bc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=6fa3edab1bbacf7328074a7fba22be50
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=a950bc4af16446fce2f9266e95629bdb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=d9bce275c2f36dbde8a6c25f9fa10c2e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=6486c5ce9ec697039b0bb36d2bf18a0d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=79f0927984b8e6e7934b34bdb2a3e5e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=214ac1e49a75291a68c63134bc246a8a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=94a39d1b226350362666f6305866b20b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=4db7d99d775a7f24bb55c6053d4eb864
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=c0db831a97b8427e0777adeaebf7a9d8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=830b4845fbfd45df75758e311a013ffc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=3fc39c824b2060a3a2766ca01037dd15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=0b395f3884c78c6938896ff253c5251b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=2be294a056a45a50262d1796906f8860
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=0270733b808489a91e41f73d9fe971e9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=33db4a687e4943faf6c2853179b67935
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=dea6663b2c113190e9b99a6dcedb3aa0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=835e563bfbe3c8311326660a51f3394c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=66e3c1e1140300c8236c13e3178cb8ab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=07b12bd2a7d8242c34d824882e654c22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=fe12c0e211f90076b51c7916c830971f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=65ab3105b0c6d5e8a2e9977a3ab7ed94
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=08547ad8e760e0776c74401ae5bbd8e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=631b4ea065d18df96c6ccbc141904bb3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=03a67e234d886f3c698c1571e42cc7a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=0ded0cb8ce18a846d71d7e04d24c2e78
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=5251aed0ba4d8349413d6bf4c261bea3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=f09694c4f23d7625f72606bce0efb710
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=340db3acb58829b51e4a7ac1c77246d4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1bd86cb46a9e6c40c285258879a3d59
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=d86b2a1e9721b9459e1283006e03fa92
ironruby-1.0.zip=7a92888837b3507355ed391dbfc0ab83
ironruby-1.1.3.zip=4f2af6253a459cc054d6c55956e514a9
jruby-bin-1.3.1.tar.gz=4a95db8fc93ed7219663fbede98b6117
jruby-bin-1.4.tar.gz=54dba9a88b2b3f99ac86a79828d0178b
jruby-bin-1.4.0.tar.gz=f37322c18e9134e91e064aebb4baa4c7
jruby-bin-1.4.0.zip=3a9c8a5115a679da7d7a49a56d57d4c0
jruby-bin-1.4.1.tar.gz=a4aa8c43d1b9ffd9dbc6cb738d55a034
jruby-bin-1.5.0.tar.gz=ee2b4e326e8b87858e5dd0c8e94102e6
jruby-bin-1.5.1.tar.gz=74251383e08e8c339cacc35a7900d3af
jruby-bin-1.5.2.tar.gz=d239deb9a108a6abbfbd6cb79cf8255b
jruby-bin-1.5.3.tar.gz=ccb0b2dbc300d8dd4ad1bd4da48b8320
jruby-bin-1.5.5.tar.gz=8e00f7d40cbf221f733d6f7a15784e9a
jruby-bin-1.5.6.tar.gz=94033a36517645b7a7ec781a3507c654
jruby-bin-1.6.0.tar.gz=f4d7e339dfc0fbaef5b878d1c0a66fbe
jruby-bin-1.6.2.tar.gz=a46f978c24a208717023bb4b8995c678
jruby-bin-1.6.3.tar.gz=694b80e4eea784cdc1eb39fb1e3132c9
jruby-bin-1.6.4.tar.gz=0e96b6f4d1c6f12b5ac480cd7ab7da78
jruby-bin-1.6.5.tar.gz=54354082673bd115f945890dc6864413
jruby-bin-1.6.5.1.tar.gz=246a7aa2b7d7e6e9e8a0c2e282cbcfd0
jruby-bin-1.6.7.tar.gz=fd1b8d7389aa92da69ea6efb4782e40a
jruby-bin-1.6.7.2.tar.gz=1e520f1b5130114464e5f1950cb24774
jruby-bin-1.6.8.tar.gz=a76ac5845640e4a1ebdfa74421efc935
jruby-bin-1.7.0.preview1.tar.gz=7b9e5e1cd0d818d0199086d948f948b4
jruby-bin-1.7.0.preview2.tar.gz=e8f1623759590aadbf49e4cc53f1cb61
jruby-bin-1.7.0.RC1.tar.gz=bdddcee3d126cddd9a85b5a066a7e25e
jruby-bin-1.7.0.RC2.tar.gz=ffe2dd61711f4574fed344af151e5de5
jruby-bin-1.7.0.tar.gz=21861e0ecdbf48cda713c8ade82fdddb
jruby-bin-1.7.1.tar.gz=86e659863541d8b987cb7bfbe3b4cfb0
jruby-bin-1.7.2.tar.gz=6ec9293b6dffd1e8ee57e9b7c6d18cbe
jruby-bin-1.7.3.tar.gz=f0adf8ccee6f6777f7ab8e5e1d7a1f47
jruby-bin-1.7.4.tar.gz=c6a56eae78db28dddba911ccd0848c32
jruby-bin-1.7.5.tar.gz=c2a28c43c8095127d4a4aee0cf9b1439
jruby-bin-1.7.6.tar.gz=5d10011516a3d3bde10209b60cfcc0ef
jruby-bin-1.7.7.tar.gz=9d6df2188fa57f12bf6fde4e4b2e3f09
jruby-bin-1.7.8.tar.gz=1e68f39d6dba7b6d9db81e24bb6b7d0a
jruby-bin-1.7.9.tar.gz=b2e44f1f44837c07068ee453a89f4b55
jruby-bin-1.7.10.tar.gz=c84fe9245a73f9cd29f56343b7d2e39a
jruby-bin-1.7.11.tar.gz=d6e6ab72426fa7fdc9ae55950980d877
jruby-bin-1.7.12.tar.gz=2073aa6dfc7c701ef7c3d3143d181582
jruby-bin-1.7.14.tar.gz=bc33284f27a3508a70d2ade100a2f6bd
jruby-bin-1.7.15.tar.gz=92e63cffcb86842511aeeed95bdf96ed
jruby-bin-1.7.16.tar.gz=92cb058d1a896257b5ac1c26dc433506
jruby-bin-1.7.16.1.tar.gz=eec2f0e03560bacf02a09c0096a99cad
jruby-bin-1.7.16.2.tar.gz=cd31909b67239c5c6a795521fca5c239
jruby-bin-1.7.17.tar.gz=8b78ba1acdb718431f71c38287c07967
jruby-bin-1.7.18.tar.gz=aa7286140be0f6f60534ebffededc708
jruby-bin-1.7.19.tar.gz=bc38596757d8000d6ca4c4c3f8eacea6
jruby-bin-1.7.20.tar.gz=0c2adc160cb85c888b269e8ac4f886fc
jruby-bin-1.7.21.tar.gz=bc91594072032023d146f330764d3274
jruby-bin-1.7.22.tar.gz=1da904bf41d362d0d0b366d9e781168f
jruby-bin-1.7.23.tar.gz=41e3f45c28c94a275f9eeb22721da35d
jruby-bin-1.7.25.tar.gz=fc43ead73f657f5261428923974fd605
jruby-bin-1.7.26.tar.gz=4ca60264a9560f37fdba8108543e72c2
jruby-bin-1.7.27.tar.gz=b98b0a2c52e885a868a2b60092e1cd3d
jruby-bin-9.0.0.0.pre1.tar.gz=d5c8b30648348aa883f893d464d46bf1
jruby-bin-9.0.0.0.pre2.tar.gz=86994a9d7ed2cf318c75392623a3e6da
jruby-bin-9.0.0.0.tar.gz=fe9036ea69bf23dc3b69cfc94adb5404
jruby-bin-9.0.1.0.tar.gz=a82bc640e0080b1d9a21d1477c8400e3
jruby-bin-9.0.3.0.tar.gz=828dd6c6dd18e5b186ccfd65753077bd
jruby-bin-9.0.4.0.tar.gz=645bf4a1dcde3f19dc0fff75c8b4b685
jruby-bin-9.0.5.0.tar.gz=1d2dc649cbacbe26418ef3ba421018b1
jruby-bin-9.1.0.0.tar.gz=fe26e6308d006d35eb613cdd47d1dc99
jruby-bin-9.1.1.0.tar.gz=8356334270df07a214590d00a986837b
jruby-bin-9.1.2.0.tar.gz=749bb917dde9666e365e12bbe776a5c2
jruby-bin-9.1.3.0.tar.gz=91c246cd623702032e88283565da5480
jruby-bin-9.1.4.0.tar.gz=5b80b78c09bf0cd4dcbcb9e1fe3e8b73
jruby-bin-9.1.5.0.tar.gz=e9b2cc44757db4cfbe7da79601d0169a
jruby-bin-9.1.6.0.tar.gz=4092a89b01b55d1fb5498113f97ab0ca
jruby-bin-9.1.7.0.tar.gz=b120c3eaeef7ff2aed3a57701e414e78
jruby-bin-9.1.8.0.tar.gz=0fdee002c56ec91dff1efffce205265c
jruby-bin-9.1.9.0.tar.gz=170efc34297d7ac2a56bb1163e96b363
jruby-bin-9.1.10.0.tar.gz=b75e0d1a200e8f790d8bbc84f91e3002
jruby-bin-9.1.11.0.tar.gz=0502a14141da25a460ce197720bab4c3
jruby-bin-9.1.12.0.tar.gz=74bd7ae08c159fc62cb6f64845a868cc
jruby-bin-9.1.13.0.tar.gz=6c642c8a2653a585779f453d8c843fd7
jruby-bin-9.1.14.0.tar.gz=a7e0ecd529690025d327c45744f60fa4
jruby-bin-9.1.15.0.tar.gz=01c29690324d7eb414fba66e4c009c9e
jruby-bin-9.1.16.0.tar.gz=e64c3aa1310c272194fd1750b0b79fac
jruby-bin-9.1.17.0.tar.gz=f28d1fcbb60e550f3abd839102ad0069
jruby-bin-9.2.0.0.tar.gz=bd476da4bed39ffcfff7116f448a5365
jruby-bin-9.2.1.0.tar.gz=4b78b0a40ca541556f5ee75a815e0be0
jruby-bin-9.2.2.0.tar.gz=be678559801be029fe233c33396e34d2
jruby-bin-9.2.3.0.tar.gz=79328ab1ed37d612da35271183e46bbd
jruby-bin-9.2.4.0.tar.gz=f538f2be459f0f0e517a53446e78a354
jruby-bin-9.2.4.1.tar.gz=d373bbc2bd6caabfcc9914c4067e9d24
jruby-bin-9.2.5.0.tar.gz=14582fd6eee19610f0a7433ce5dd5ce4
jruby-bin-9.2.6.0.tar.gz=dba182ac9943b726b609ca61747c1835
jruby-bin-9.2.7.0.tar.gz=c0111b2cafa920df76284044e1aeedc7
jruby-bin-9.2.8.0.tar.gz=7d652b586a18f1c665289fd7e6edf4f5
jruby-bin-9.2.9.0.tar.gz=74b3451f79c13c2fc66c6dee69d46699
jruby-bin-9.2.10.0.tar.gz=e6ce97eae6e35b622c1b572f9297705b
jruby-bin-9.2.11.0.tar.gz=22b003adfb03b253721cc85db248698f
jruby-bin-9.2.11.1.tar.gz=687586132f7b649b1bdd7b823577c9d8
jruby-bin-9.2.12.0.tar.gz=cc7599837fbd0839cce7293577a34f2c
jruby-bin-9.2.13.0.tar.gz=99df4eb89f88c7582bfe7c313daec7b4
jruby-bin-9.2.14.0.tar.gz=421c5b8146701177a738a0a691190018
jruby-bin-9.2.15.0.tar.gz=ba593f1de2c4e592a8ca9b9e903af457
jruby-bin-9.2.16.0.tar.gz=d8d954ee0ab6f4868c3fc63339660af9
jruby-bin-9.2.17.0.tar.gz=382fb3d9d2982efd5396f1a42e3fa6a1
jruby-bin-9.2.18.0.tar.gz=002ac95859a2176cb0a58d81d6e0fb14
jruby-bin-9.2.19.0.tar.gz=0961867a77838853f32ee72dbde7c00e
jruby-bin-9.2.20.0.tar.gz=840876dd0ca0098452dd2667fe9dd7f4
jruby-bin-9.2.20.1.tar.gz=5856ed030f0d9e75d2384cf42f62a4de
jruby-bin-9.2.21.0.tar.gz=9957c1d2bd9265144fe55f9f7093272a
jruby-bin-9.3.0.0.tar.gz=501a3c975b3c9478b72d4b0cd37170b9
jruby-bin-9.3.1.0.tar.gz=201d3e483bf847f5c59f4b1f3bf594d5
jruby-bin-9.3.2.0.tar.gz=259c276f68a01495dda24407394a382d
jruby-bin-9.3.3.0.tar.gz=cd49b81753048cee9c8ffdd2ce1cb3e2
jruby-bin-9.3.4.0.tar.gz=7292dd9a56155aa015ec08c03855b3fc
jruby-bin-9.3.6.0.tar.gz=bc5a7b02be69fdf3f5584e8880fc7dcc
jruby-bin-9.3.7.0.tar.gz=49b17b5cd7cf8bfb09d8f64147d992ef
jruby-bin-9.3.8.0.tar.gz=6ea209b699a06944d0653d8048d8bfec
jruby-bin-9.3.9.0.tar.gz=9a0f0a931346bc6ea34196a5c88002ec
jruby-bin-9.3.10.0.tar.gz=83c9d776dfc8cf33bfa60f7e78077160
jruby-bin-9.3.11.0.tar.gz=6ccc04e658c49db19fc0c452db0f2931
jruby-bin-9.3.13.0.tar.gz=3f20268b494da900504e921507248183
jruby-bin-9.3.14.0.tar.gz=87a96fd3af448ec8fd5ca45c6469ecc9
jruby-bin-9.4.0.0.tar.gz=d0136daa4910f6e6b21858260eb00fe2
jruby-bin-9.4.1.0.tar.gz=abe2669672ac973f1b41a4d3860eb7ae
jruby-bin-9.4.2.0.tar.gz=486e50f3c74e7400e71631819fde91da
jruby-bin-9.4.3.0.tar.gz=526006fefb3e5ffc5095ab5599cc38c6
jruby-bin-9.4.4.0.tar.gz=287b5c3a9b63ff93e49ae9dc0347263b
jruby-bin-9.4.5.0.tar.gz=09c6fceb38d6c086af2e4d5f21f9fe65
jruby-bin-9.4.6.0.tar.gz=5e2fe4ed897d938332ee0d85d2aa60bc
jruby-bin-9.4.7.0.tar.gz=a0633ca837efff62edca84ceae1f5515
libiconv-1.13.1.tar.gz=7ab33ebd26687c744a37264a330bbe9a
MacRuby%200.5.zip=675454a8c7bc19d606d90a726e08427c
MacRuby%200.6.zip=a80afd3700c88cf95c539fc63b272faf
MacRuby%200.7.1.zip=e8245dcd03c0757dfae7e6fee913947a
MacRuby%200.7.zip=0bb60588c9ec9b1517665743bb05132f
MacRuby%200.8.zip=735ac0a70f539e00b5de6fbec09c2c5c
MacRuby%200.9.zip=fa01345e8fbfee620bbac64743a45f69
MacRuby%200.10.zip=1662d13d2f73cfc26258598f6988dcbc
MacRuby%200.11.zip=b0cc23d60484a07012bcad549cef6054
MacRuby%200.12.zip=e1c5fa1b007a1cdc38c527a47302bf5e
MagLev-1.0.0.tar.gz=e02cb8ee04438451eb78df14f91a68a9
MagLev-1.1beta.tar.gz=d542c7af290ce3b588b57629906b19e9
MagLev-1.1beta2.tar.gz=0ef88d5d145611aef324cb51be0aaafd
MagLev-1.1RC1.tar.gz=41f4a0994daf1e5271cbd0ebe57816f4
MagLev-1.2Alpha.tar.gz=5c7dd3acef9dbddc0829bb1daa087abb
MagLev-1.2Alpha2.tar.gz=cbbeae109854a6bf107a747a93fd478b
MagLev-1.2Alpha3.tar.gz=b7470518f2b697eb1a5a39eff9b6d749
MagLev-1.2Alpha4.tar.gz=d54f04a611ce838b9d7009627065b7ca
mruby-1.0.0.tar.gz=d9aec6a20fc1add65ee07ff6cf0e1ef2
mruby-1.1.0.tar.gz=60d75ea704c9285f3c80b3ad1d2b68de
mruby-1.2.0.tar.gz=b5a3b7962d9db8cb8fb8105aa914d16c
mruby-1.3.0.tar.gz=9714dd2804064d0043e099b7211d72b9
mruby-1.4.0.tar.gz=25efc35511070454074b36863c4d5b5e
mruby-1.4.1.tar.gz=b40bf09af3f4c6e2bc443b9ac803a3ad
mruby-2.0.0.tar.gz=b86c6a1dd86cb4ebe51e3fe38964a830
mruby-2.0.1.tar.gz=15b426a8a94a610c45414578786d05e3
mruby-2.1.0-rc.tar.gz=58a85fcb102d72900a25190da670e01d
mruby-2.1.0.tar.gz=c01a4bbf62e6f5765c70b8813e0ce7da
mruby-2.1.1-rc.tar.gz=809edd80e680855e7c4cf3c569972f28
mruby-2.1.1-rc2.tar.gz=24879fa5eb587f9415f03f8f3701842e
mruby-2.1.1.tar.gz=c0ee4a112695046b9e4f177e31096d6c
ncurses.tar.gz=cce05daf61a64501ef6cd8da1f727ec6
openssl-0.9.8k.tar.gz=e555c6d58d276aec7fdc53363e338ab3
openssl-0.9.8n.tar.gz=076d8efc3ed93646bd01f04e23c07066
openssl-1.0.1c.tar.gz=ae412727c8c15b67880aef7bd2999b2e
openssl-1.0.1i.tar.gz=c8dc151a671b9b92ff3e4c118b174972
pkg-config-0.23.tar.gz=d922a88782b64441d06547632fd85744
readline-5.2.tar.gz=e39331f32ad14009b9ff49cc10c5e751
readline-6.0.tar.gz=b7f65a48add447693be6e86f04a63019
readline-6.2.tar.gz=67948acb2ca081f23359d0256e9a271c
release-2.0.0-rc1.zip=b05b5e3c2712a294e4b09ebf450c1bfe
rubinius-1.0.0-20100514.tar.gz=b05f4e791d3712c5a50b3d210dac6eb0
rubinius-1.0.1-20100603.tar.gz=eb185703c7ae0c0210e8dcb7f783ee8e
rubinius-1.1.0-20100923.tar.gz=e2ae16238b201de09975abe19da09ea9
rubinius-1.1.1-20101116.tar.gz=b39f618eeba37c3aff215da8bca55fd7
rubinius-1.2.0-20101221.tar.gz=4284c2660f1f648942de35d4fc871f70
rubinius-1.2.1-20110215.tar.gz=e4a5127480062fddddc7ce2860b3b813
rubinius-1.2.2-20110222.tar.gz=59124378fb7ee040e9ee4e4736d89fc0
rubinius-1.2.3-20110315.tar.gz=9782dab18c2dd440af6b76e8eb5bc0f0
rubinius-1.2.4-20110705.tar.gz=403c777d19b3553e9cb36701fe002c5e
rubinius-1.3.2.tar.bz2=64801ad8dd4e5e4fcb74ff313fec0a69
rubinius-1.3.3.tar.bz2=79f1f860ed8242257bd7f3e88c81a197
rubinius-1.4.1.tar.bz2=76b840405d4b9303261c27cf15002386
rubinius-2.0.0.tar.bz2=62e379e044c822b81e7b20a27daf133e
rubinius-2.1.0.tar.bz2=908053f38fd840c75a93aab7487c20a5
rubinius-2.1.1.tar.bz2=6b4df0caec5ea88373e113f97a3b4c72
rubinius-2.2.0.tar.bz2=f1fbc6f3baf1da5ad86b3858f30f3349
rubinius-2.2.2.tar.bz2=ac70d629ea43525d91e81f4ccf135299
rubinius-2.2.3.tar.bz2=d9978cf1a4e8f0310db63e49834f9837
rubinius-2.2.4.tar.bz2=c10699da85a8eb5861a37b29077213bd
rubinius-2.2.5.tar.bz2=5996dc8529b2ffe5921c5e7020bee20e
rubinius-2.2.6.tar.bz2=85339bb6dd525eee719edf0551868f56
rubinius-2.2.7.tar.bz2=de2e6f4c3bd9a90bcb89f2ea27ddee9e
rubinius-2.2.8.tar.bz2=c4db1ffb8dbdf864240cabe8b7758b49
rubinius-2.2.9.tar.bz2=0bf87ba617fa989e47d20942410028af
rubinius-2.2.10.tar.bz2=8680da7eb921e6f595a1d716915ca7e0
rubinius-2.3.0.tar.bz2=e003a30af6689c8198116b3405d09d8e
rubinius-2.4.0.tar.bz2=62391a51f49820daa51463066c3ce007
rubinius-2.4.1.tar.bz2=7758721b6e848387c3943ddb9ebd9479
rubinius-2.5.0.tar.bz2=178baa1ad172df0801765ea93bc36d87
rubinius-2.5.1.tar.bz2=77e1b87dc357691ad44b561a5f45c188
rubinius-2.5.2.tar.bz2=e5973d6e0a16f0390dc2a7478db83ff5
rubinius-2.5.3.tar.bz2=b19709eb3fa9e05b3fa6a357b33e3b5b
rubinius-2.5.4.tar.bz2=64587916e5d445ed9bc630017a04498e
rubinius-2.5.5.tar.bz2=ef671bbab50cbe2f70f953c491311261
rubinius-2.5.6.tar.bz2=597e4b049f49966c646faf699856c1b9
rubinius-2.5.7.tar.bz2=9a7f404019bce9fc34a7af7feb7cbb74
rubinius-2.5.8.tar.bz2=a24520892cada1f660e719a25abf63e3
ruby-1.8.5-p115.tar.bz2=03955e3c367b9beb3efe144c9f00d689
ruby-1.8.5-p115.tar.gz=20ca6cc87eb077296806412feaac0356
ruby-1.8.5-p231.tar.bz2=327f5aa6573787432222e96195cffd1e
ruby-1.8.5-p231.tar.gz=e900cf225d55414bffe878f00a85807c
ruby-1.8.6-p286.tar.bz2=e6b6bf8f34370e433936adb7a7065e63
ruby-1.8.6-p286.tar.gz=797ea136fe43e4286c9362ee4516674e
ruby-1.8.6-p287.tar.bz2=80b5f3db12531d36e6c81fac6d05dda9
ruby-1.8.6-p287.tar.gz=6ff3420094711266c3201a0c7c2faa38
ruby-1.8.6-p369.tar.bz2=c3c1f3dd0dfbd2e17a04e59c2f12cfc8
ruby-1.8.6-p369.tar.gz=8c140ae28b4c3947b92dfad69109d90b
ruby-1.8.6-p383.tar.bz2=a48703cd982b9f0e3002700a50b0e88e
ruby-1.8.6-p383.tar.gz=4f49544d4a4d0d34e9d86c41e853db2e
ruby-1.8.6-p398.tar.bz2=fbd43dc44ee26be4d37e6bebbed6f8bd
ruby-1.8.6-p398.tar.gz=736db5f56c2d9b0136e563d049249fa8
ruby-1.8.6-p399.tar.bz2=f77c307cb72fb8808b0e85af5d05cefc
ruby-1.8.6-p399.tar.gz=c3d16cdd3c1ee8f3b7d1c399d4884e33
ruby-1.8.6-p420.tar.bz2=1c7a978e9ffd4f56dc2ad74bbd2c34f3
ruby-1.8.6-p420.tar.gz=ca1eee44f842e93b5098bc5a2bb9a40b
ruby-1.8.7-p160.tar.bz2=f8ddb886b8a81cf005f53e9a9541091d
ruby-1.8.7-p160.tar.gz=945398f97e2de6dd8ab6df68d10bb1a1
ruby-1.8.7-p174.tar.bz2=88c45aaf627b4404e5e4273cb03ba2ee
ruby-1.8.7-p174.tar.gz=18dcdfef761a745ac7da45b61776afa5
ruby-1.8.7-p248.tar.bz2=37e19d46b7d4b845f57d3389084b94a6
ruby-1.8.7-p248.tar.gz=60a65374689ac8b90be54ca9c61c48e3
ruby-1.8.7-p249.tar.bz2=37200cc956a16996bbfd25bb4068f242
ruby-1.8.7-p249.tar.gz=d7db7763cffad279952eb7e9bbfc221c
ruby-1.8.7-p299.tar.bz2=244439a87d75ab24170a9c2b451ce351
ruby-1.8.7-p299.tar.gz=43533980ee0ea57381040d4135cf9677
ruby-1.8.7-p302.tar.bz2=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p302.tar.gz=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p330.tar.bz2=2689719fb42c8cf0aa336f8c8933f413
ruby-1.8.7-p330.tar.gz=50a49edb787211598d08e756e733e42e
ruby-1.8.7-p334.tar.bz2=2f14f604bf981bb938ab5fc8b09eb1a6
ruby-1.8.7-p334.tar.gz=aacb6ee5dfe2367682bba56af7f415b8
ruby-1.8.7-p352.tar.bz2=0c61ea41d1b1183b219b9afe97f18f52
ruby-1.8.7-p352.tar.gz=0c33f663a10a540ea65677bb755e57a7
ruby-1.8.7-p357.tar.bz2=3abd9e2a29f756a0d30c7bfca578cdeb
ruby-1.8.7-p357.tar.gz=b2b8248ff5097cfd629f5b9768d1df82
ruby-1.8.7-p358.tar.bz2=de35f00997f4ccee3e22dff0f2d01b8a
ruby-1.8.7-p370.tar.bz2=1e4c3194537dd8ff92e756993e55a29d
ruby-1.8.7-p371.tar.bz2=c27526b298659a186bdb5107fcec2341
ruby-1.8.7-p371.tar.gz=653f07bb45f03d0bf3910491288764df
ruby-1.8.7-p374.tar.bz2=83c92e2b57ea08f31187060098b2200b
ruby-1.8.7-p374.tar.gz=b72a0bc5b824398537762e5272bbb8dc
ruby-1.9.0.tar.bz2=17eb66ac3721340d21db352d8f5dec76
ruby-1.9.1-p129.tar.bz2=6fa62b20f72da471195830dec4eb2013
ruby-1.9.1-p129.tar.gz=c71f413514ee6341c627be2957023a5c
ruby-1.9.1-p243.tar.bz2=66d4f8403d13623051091347764881a0
ruby-1.9.1-p243.tar.gz=515bfd965814e718c0943abf3dde5494
ruby-1.9.1-p376.tar.bz2=e019ae9c643c5efe91be49e29781fb94
ruby-1.9.1-p376.tar.gz=ebb20550a11e7f1a2fbd6fdec2a3e0a3
ruby-1.9.1-p378.tar.bz2=5922459622a23612eb9b68a3586cb5f8
ruby-1.9.1-p378.tar.gz=9fc5941bda150ac0a33b299e1e53654c
ruby-1.9.1-p429.tar.bz2=09df32ae51b6337f7a2e3b1909b26213
ruby-1.9.1-p429.tar.gz=0f6d7630f26042e00bc59875755cf879
ruby-1.9.1-p431.tar.bz2=03179138ae95dbfae872ef49e9cc6da7
ruby-1.9.1-p431.tar.gz=23f28cffc007ed5ac72c8e9bec6837ce
ruby-1.9.2-p0.tar.bz2=d8a02cadf57d2571cd4250e248ea7e4b
ruby-1.9.2-p0.tar.gz=755aba44607c580fddc25e7c89260460
ruby-1.9.2-p136.tar.bz2=52958d35d1b437f5d9d225690de94c13
ruby-1.9.2-p136.tar.gz=6e17b200b907244478582b7d06cd512e
ruby-1.9.2-p180.tar.bz2=68510eeb7511c403b91fe5476f250538
ruby-1.9.2-p180.tar.gz=0d6953820c9918820dd916e79f4bfde8
ruby-1.9.2-p290.tar.bz2=096758c3e853b839dc980b183227b182
ruby-1.9.2-p290.tar.gz=604da71839a6ae02b5b5b5e1b792d5eb
ruby-1.9.2-p318.tar.bz2=be431c6cbfa27e3836a06c6315717747
ruby-1.9.2-p318.tar.gz=cc7bf1025128e1985882ae243f348802
ruby-1.9.2-p320.tar.bz2=b226dfe95d92750ee7163e899b33af00
ruby-1.9.2-p320.tar.gz=5ef5d9c07af207710bd9c2ad1cef4b42
ruby-1.9.2-p330.tar.bz2=8ba4aaf707023e76f80fc8f455c99858
ruby-1.9.2-p330.tar.gz=4b9330730491f96b402adc4a561e859a
ruby-1.9.3-p0.tar.bz2=65401fb3194cdccd6c1175ab29b8fdb8
ruby-1.9.3-p0.tar.gz=8e2fef56185cfbaf29d0c8329fc77c05
ruby-1.9.3-p125.tar.bz2=702529a7f8417ed79f628b77d8061aa5
ruby-1.9.3-p125.tar.gz=e3ea86b9d3fc2d3ec867f66969ae3b92
ruby-1.9.3-p194.tar.bz2=2278eff4cfed3cbc0653bc73085caa34
ruby-1.9.3-p194.tar.gz=bc0c715c69da4d1d8bd57069c19f6c0e
ruby-1.9.3-p286.tar.bz2=e76848a86606a4fd5dcf14fc4b4e755e
ruby-1.9.3-p327.tar.bz2=7d602aba93f31ceef32800999855fbca
ruby-1.9.3-p327.tar.gz=96118e856b502b5d7b3a4398e6c6e98c
ruby-1.9.3-p362.tar.bz2=13c26ea368d88a560f07cc8c5eb4fa05
ruby-1.9.3-p374.tar.bz2=944e73eba9ee9e1f2647ff32ec0b14b2
ruby-1.9.3-p385.tar.bz2=5ec9aff670f4912b0f6f0e11e855ef6c
ruby-1.9.3-p392.tar.bz2=a810d64e2255179d2f334eb61fb8519c
ruby-1.9.3-p392.tar.gz=f689a7b61379f83cbbed3c7077d83859
ruby-1.9.3-p429.tar.bz2=c2b2de5ef15ea9b1aaa3152f9112af1b
ruby-1.9.3-p429.tar.gz=993c72f7f805a9eb453f90b0b7fe0d2b
ruby-1.9.3-p448.tar.bz2=aa710d386e5903f78f0231868255e6af
ruby-1.9.3-p448.tar.gz=a893cff26bcf351b8975ebf2a63b1023
ruby-1.9.3-p484.tar.bz2=03f5b08804927ceabe5122cb90f5d0a9
ruby-1.9.3-p484.tar.gz=8ac0dee72fe12d75c8b2d0ef5d0c2968
ruby-1.9.3-p545.tar.bz2=4743c1dc48491070bae8fc8b423bc1a7
ruby-1.9.3-p545.tar.gz=8e8f6e4d7d0bb54e0edf8d9c4120f40c
ruby-1.9.3-p547.tar.bz2=5363d399be7f827c77bf8ae5d1a69b38
ruby-1.9.3-p547.tar.gz=7531f9b1b35b16f3eb3d7bea786babfd
ruby-1.9.3-p550.tar.bz2=c2169c8b14ccefd036081aba5ffa96da
ruby-1.9.3-p551.tar.bz2=0d8b272b05c3449dc848bb7570f65bfe
ruby-1.9.3-preview1.tar.bz2=7d93dc773c5824f05c6e6630d8c4bf9b
ruby-1.9.3-preview1.tar.gz=0f0220be4cc7c51a82c1bd8f6a0969f3
ruby-1.9.3-rc1.tar.bz2=26f0dc51ad981e12c58b48380112fa4d
ruby-1.9.3-rc1.tar.gz=46a2a481536ca0ca0b80ad2b091df68e
ruby-2.0.0-p0.tar.bz2=895c1c581f8d28e8b3bb02472b2ccf6a
ruby-2.0.0-p195.tar.bz2=2f54faea6ee1ca500632ec3c0cb59cb6
ruby-2.0.0-p247.tar.bz2=60913f3eec0c4071f44df42600be2604
ruby-2.0.0-p353.tar.bz2=20eb8f067d20f6b76b7e16cce2a85a55
ruby-2.0.0-p451.tar.bz2=908e4d1dbfe7362b15892f16af05adf8
ruby-2.0.0-p481.tar.bz2=ea406a8d415a1a5d8365596d4288f3da
ruby-2.0.0-p576.tar.bz2=eccd42d43620544a085c5e3834572f37
ruby-2.0.0-p594.tar.bz2=58469c0daf5f3a892a70cc674ea59c7f
ruby-2.0.0-p598.tar.bz2=a3f3908103a7d209d1d1cf4712e3953c
ruby-2.0.0-p643.tar.bz2=1390888cac6cd175e6f164eff378cdde
ruby-2.0.0-p645.tar.bz2=d576240c97cfcc3ed9bdc457eb1e8280
ruby-2.0.0-p647.tar.bz2=27a3ea1a8b8bca1a6de43a7d08e88b69
ruby-2.0.0-p648.tar.bz2=3544031334f4665aa2eb1414babc9345
ruby-2.0.0-preview1.tar.bz2=47a0f662f0e258aa1c5e429c310861b3
ruby-2.0.0-preview2.tar.bz2=a645a783c3302cc094a9963a5e700a4d
ruby-2.0.0-rc1.tar.bz2=24cebdda11e01ff4889ac983cd7dc02c
ruby-2.0.0-rc2.tar.bz2=e92420131bd7994513e0bf09a3e2a19b
ruby-2.1.0-preview1.tar.bz2=d32d1ea23988399afadbd21c5a7a37fc
ruby-2.1.0-preview2.tar.bz2=9d566a9b2d2e7e35ad6125e2a14ce672
ruby-2.1.0-rc1.tar.bz2=cae095b90349b5b0f7026060cc3dd2c5
ruby-2.1.0.tar.bz2=1546eeb763ac7754365664be763a1e8f
ruby-2.1.1.tar.bz2=53edc33b2f590ecdd9f6a344b9d92d0d
ruby-2.1.1.tar.gz=e57fdbb8ed56e70c43f39c79da1654b2
ruby-2.1.2.tar.bz2=ed9b8565bdeccb401d628ec8d54a0774
ruby-2.1.2.tar.gz=a5b5c83565f8bd954ee522bd287d2ca1
ruby-2.1.3.tar.bz2=02b7da3bb06037c777ca52e1194efccb
ruby-2.1.4.tar.bz2=f4136e781d261e3cc20748005e1740b7
ruby-2.1.5.tar.bz2=a7c3e5fec47eff23091b566e9e1dac1b
ruby-2.1.6.tar.bz2=e1a8e6c6bfbb09bb7f8d6be8f508e4a1
ruby-2.1.7.tar.bz2=3a878e98311d543e5de3533b82ef4a5a
ruby-2.1.8.tar.bz2=b17130b5f02a61640ae3b629af931610
ruby-2.1.9.tar.bz2=62bd1cbfcbc22e4d137462bce992f6d1
ruby-2.1.10.tar.bz2=5155c624807ff2418a9e9f15202954d0
ruby-2.2.0-preview1.tar.bz2=767b132eec3e70b14afe5884a7a767b1
ruby-2.2.0-preview2.tar.bz2=d7abace25a8ffe861cb2807bef1c58a6
ruby-2.2.0-rc1.tar.bz2=7144732d30dd4547c0a59862b3345d54
ruby-2.2.0.tar.bz2=d03cd4690fec1fff81d096d1c1255fde
ruby-2.2.1.tar.bz2=06973777736d8e6bdad8dcaa469a9da3
ruby-2.2.2.tar.bz2=af6eb4fa7247f1f7b2e19c8e6f3e3145
ruby-2.2.3.tar.bz2=f49a734729a71774d4a94a9a603114b2
ruby-2.2.4.tar.bz2=c3d65f6d2ebe90dda81a37885ea244f5
ruby-2.2.5.tar.bz2=0c7edd1ff3650c3b74da2efaf641bf34
ruby-2.2.6.tar.bz2=3d13cf447142b8a11cd9beb7bc63fee0
ruby-2.2.7.tar.bz2=ca7224d80c08b015bc3b8c226d0914c3
ruby-2.2.8.tar.bz2=054d2e2904d5175662293e29c3bdb927
ruby-2.2.9.tar.bz2=575adf8ede6b1ca7236a5341e73536b0
ruby-2.2.10.tar.bz2=bef1909a4c885157870ef69548cdad3a
ruby-2.3.0-preview1.tar.bz2=776000d74ec6dd34bf355ff6921c8311
ruby-2.3.0-preview2.tar.bz2=3ad442ccb337e77e4acaa4113f25b76a
ruby-2.3.0.tar.bz2=f0d9f9bbdc87372ca98988a571875819
ruby-2.3.1.tar.bz2=c194281f63d7fcd816747fe78474be5e
ruby-2.3.2.tar.bz2=9d00f3772f1c8fa5eecdfea089e3032f
ruby-2.3.3.tar.bz2=04b9c461a2bc1eec0535ad1947cad4fb
ruby-2.3.4.tar.bz2=99961e97566aee6d63635e2da4cf73ac
ruby-2.3.5.tar.bz2=e1efc3d5a948ca1f552005efe5925513
ruby-2.3.6.tar.bz2=b2443b11ee80319a119f7ec0c9b8d79a
ruby-2.3.7.tar.bz2=5eb580d5cd13ffb5aacfb96580c0043d
ruby-2.3.8.tar.bz2=78045332e298dfd859ceef9fe946950f
ruby-2.4.0-preview1.tar.bz2=64b8983b5f53d053906e394f734aa296
ruby-2.4.0-preview2.tar.bz2=1074e8dea5baa89af7f7c2d1d2b9ebaa
ruby-2.4.0-preview3.tar.bz2=9f767e6bc61830735ea7dc9cd5a63653
ruby-2.4.0-rc1.tar.bz2=0f8b665acf4e883334adc121a42a206f
ruby-2.4.0.tar.bz2=98f29161860fe1b6c65396717847a358
ruby-2.4.1.tar.bz2=07b2ae5d2f46321c95b37066c8415900
ruby-2.4.2.tar.bz2=5ff3ad6ec816bcce8806a55090936ab6
ruby-2.4.3.tar.bz2=ac8215ba561cc7c79b4f61daee11b706
ruby-2.4.4.tar.bz2=d994274eaa95b82aa5d31ec2188253c6
ruby-2.4.5.tar.bz2=45d70a8bb9397d818795ffe992163d27
ruby-2.4.6.tar.bz2=4abd13c50c1fc273a0a81a0ae74ed39f
ruby-2.4.7.tar.bz2=1ce166ced489908993d78e8bb68325e0
ruby-2.4.8.tar.bz2=396d35f1a2d1deaf303f59cb5245d4ae
ruby-2.4.9.tar.bz2=0b3447370651df55a2014a170c0cb1d5
ruby-2.4.10.tar.bz2=b10a7d2fcaf218c98edbaf57efc36e58
ruby-2.5.0-preview1.tar.bz2=889454189f41e271ae5ba15382911b6a
ruby-2.5.0-rc1.tar.bz2=f5acdeacf56aced3c00ae6a8fa816bbc
ruby-2.5.0.tar.bz2=63a6cd49546783d62de25a0ffc4aecc3
ruby-2.5.1.tar.bz2=5aaaf2fb4893214fa316516f3ac43519
ruby-2.5.2.tar.bz2=e90ab127e2ac3ee1d8840835e8ba1f13
ruby-2.5.3.tar.bz2=49aea0bf56d25351ccaf938c642400df
ruby-2.5.4.tar.bz2=0c923215470f1debe593fe21e66fd37b
ruby-2.5.5.tar.bz2=8f41b5cb683d48b5cb6cdfe03d135d6b
ruby-2.5.6.tar.bz2=f2a74416ab3016434896194120796f04
ruby-2.5.7.tar.bz2=65597b69aa54bdca8745502c10349f96
ruby-2.5.8.tar.bz2=9ec96e7a590ef801ede294b6184c9c0f
ruby-2.5.9.tar.bz2=9e905a545a729af1f1620ddfc2976fe5
ruby-2.6.0-preview1.tar.bz2=1ce507e27fa02aeb36100dabcf1da94f
ruby-2.6.0-preview2.tar.bz2=e45011116334d21857b9e1712a01e6b3
ruby-2.6.0-preview3.tar.bz2=b326ceee3d3756f892515009e148f4b2
ruby-2.6.0-rc1.tar.bz2=40457a72e36cbecd0c51d9f895347302
ruby-2.6.0-rc2.tar.bz2=9665e6d886a9da2d4076fa75836798f1
ruby-2.6.0.tar.bz2=d3372daec93f83e7a91c669821053014
ruby-2.6.1.tar.bz2=73d19ac478db1a178be5ae2f2fb8c9ec
ruby-2.6.2.tar.bz2=658fcc0da15578c2420ded807b11cce1
ruby-2.6.3.tar.bz2=52e609b756735115814b9c8463f185e2
ruby-2.6.4.tar.bz2=d9b35753c65f54c745ab6b0094511839
ruby-2.6.5.tar.bz2=d1b89c88effb71d75cd7ef77c35e1985
ruby-2.6.6.tar.bz2=abc030870bfbe18ae9c356abebd95cb6
ruby-2.6.7.tar.bz2=46f24740181f91247c72f19d52334379
ruby-2.6.8.tar.bz2=c53761123d17e929cfe248f50429bcab
ruby-2.6.9.tar.bz2=ddc24495adaf215c8ee40630b4a55041
ruby-2.6.10.tar.bz2=6ad76db639ab308e3b6c19408729a0cf
ruby-2.7.0-preview1.tar.bz2=82fab0496947acd847a6b2eb758acfc6
ruby-2.7.0-preview2.tar.bz2=966a544ab59114591898403c23d91397
ruby-2.7.0-preview3.tar.bz2=2fa6c213774744b287e7e0212b43f626
ruby-2.7.0-rc1.tar.bz2=48a8837cb352f5b95e97a1ae0d62a9d0
ruby-2.7.0-rc2.tar.bz2=cca58fdb8c5e8be8273842d54199c42d
ruby-2.7.0.tar.bz2=89347748b7414f5bc7aeb8f4a87ebef4
ruby-2.7.1.tar.bz2=4bb2b2b2f0c6953859e30af140cf249a
ruby-2.7.2.tar.bz2=a8acc9c24708fe29dfc287823ecaae65
ruby-2.7.3.tar.bz2=604acb258b1d8228f55799e846cfe6d3
ruby-2.7.4.tar.bz2=52705d799ed851dd3bfd5634265cde46
ruby-2.7.5.tar.bz2=d97d4377eee18b0e790510c3afed648c
ruby-2.7.6.tar.bz2=1b6efacb9f129d0253d8a9faa9c21f99
ruby-2.7.7.tar.bz2=63c55e75150251d3ba092b662138e4af
ruby-2.7.8.tar.bz2=f44dedf51fdb7441a7dba592d6a4a14d
ruby-3.0.0-preview1.tar.gz=991df063b86a8f8412ca07f548579f39
ruby-3.0.0-preview2.tar.gz=ce14b24e923f2e269fea6441791a7248
ruby-3.0.0-rc1.tar.gz=848a8628c8abde270b66e2474049a4a3
ruby-3.0.0.tar.gz=d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz=8d1c460a9a9d48a353de3eb0f338bbfd
ruby-3.0.2.tar.gz=b973af486291a1e17ad50d88472bfa86
ruby-3.0.3.tar.gz=9ecae293da9547c1438a970f04f64655
ruby-3.0.4.tar.gz=ec9de9a15acc4f205b08816d94267415
ruby-3.0.5.tar.gz=cdff2395625dc1d632fc5400c8fec103
ruby-3.0.6.tar.gz=6b5a7b14505697e6fc2b40b345679f40
ruby-3.0.7.tar.gz=147a3467facc704b5d479e809c131603
ruby-3.1.0-preview1.tar.gz=d131b9bca700ee87ea276f8233ea4c0b
ruby-3.1.0.tar.gz=1ca89d713f2c18a20104befed51b3b9a
ruby-3.1.1.tar.gz=702778a0ef8b7a01ef7530a541002e19
ruby-3.1.2.tar.gz=9daf064899cccc32fd564117c7a7e0dd
ruby-3.1.3.tar.gz=cce38a2b2c589d59f440f67c7d8cc697
ruby-3.1.4.tar.gz=3e601ae6db76a487219a1084e5cb4c9c
ruby-3.1.5.tar.gz=ce1e92ddb1230fa2d4f4367882542555
ruby-3.2.0-preview1.tar.gz=a83c91d53e130fe232e4c27ecc8738da
ruby-3.2.0-preview2.tar.gz=56e7801b37612b82285c9a09cfeb28ce
ruby-3.2.0-preview3.tar.gz=0ed16faae50403b4e2ba2e85ec2314a1
ruby-3.2.0-rc1.tar.gz=4657d7013702adce21ca21dfe71ea4a0
ruby-3.2.0.tar.gz=76ca7e7d71898ab1e85155d69403754e
ruby-3.2.1.tar.gz=055101c924538467c63fcbf42abddc75
ruby-3.2.2.tar.gz=eb6f18605e1e1be5dfb5b45f31bf6a93
ruby-3.2.3.tar.gz=e0ba90554f7ea41c587ffa7fcfd064ca
ruby-3.2.4.tar.gz=c48283a23c72d7aae19b7f510b89444a
ruby-3.3.0-preview1.tar.gz=0833f555b1b8d5423953600fb4146639
ruby-3.3.0-preview2.tar.gz=4f82f4c9e512ec0a53baa1be8d35ebf7
ruby-3.3.0-preview3.tar.gz=a32ede198a9da50d4afc4421a4a993ad
ruby-3.3.0.tar.gz=f57422a0f995cd5a93c726f6c42c310a
ruby-3.3.1.tar.gz=368e331a35145ace4948390ed76cf1df
+ruby-3.3.2.tar.gz=9a7efebc6a0e4810c716ec6d401dc372
ruby-3.4.0-preview1.tar.gz=93b9b1040a2dd7be7514a7870aa7da03
ruby-enterprise-1.8.6-20080507.tar.gz=17e3c52e73e42809f57ad0000a6cb4ab
ruby-enterprise-1.8.6-20080621.tar.gz=626fc3811eee2dc92ac27ea63d37a8b2
ruby-enterprise-1.8.6-20080623.tar.gz=0bf8a3a93c6b37bb1260cc09b05e81fd
ruby-enterprise-1.8.6-20080624.tar.gz=de58b97128aa65209f291c66eab7c4a7
ruby-enterprise-1.8.6-20080709.tar.gz=f0ded08cec64959fa388ec6a237b9c47
ruby-enterprise-1.8.6-20080810.tar.gz=bfdcf06f437af825cd9f2d321f9d1896
ruby-enterprise-1.8.6-20081205.tar.gz=50206bec9be2e08a862e5ec2e70fa693
ruby-enterprise-1.8.6-20081215.tar.gz=aab57b7d5061c1980bec5dbe311ec9b2
ruby-enterprise-1.8.6-20090113.tar.gz=e8d796a5bae0ec1029a88ba95c5d901d
ruby-enterprise-1.8.6-20090201.tar.gz=a965e6789b553efaed72191825b13713
ruby-enterprise-1.8.6-20090421.tar.gz=c777b361aadccda7988be16ede7ab15f
ruby-enterprise-1.8.6-20090520.tar.gz=156572a8296bd0440970a6bb95018a13
ruby-enterprise-1.8.6-20090610.tar.gz=0bf66ee626918464a6eccdd83c99d63a
ruby-enterprise-1.8.7-2009.10.tar.gz=3727eef7b6b1b2f31db7d091328d966e
ruby-enterprise-1.8.7-2010.01.tar.gz=587aaea02c86ddbb87394a340a25e554
ruby-enterprise-1.8.7-2010.02.tar.gz=4df7b09c01adfd711b0ab76837611542
ruby-enterprise-1.8.7-2011.01.tar.gz=4640634347cd8e5469cb718853e2112e
ruby-enterprise-1.8.7-2011.02.tar.gz=8c5faa11c1ddaed3f44b7294711980cc
ruby-enterprise-1.8.7-2011.03.tar.gz=038604ce25349e54363c5df9cd535ec8
ruby-enterprise-1.8.7-2011.12.tar.gz=1e5f3059d52a67ab5d91d472b756de08
ruby-enterprise-1.8.7-2012.02.tar.gz=8d086d2fe68a4c57ba76228e97fb3116
ruby-enterprise-1.8.7-20090928.tar.gz=ae00018ce89d95419dfde370fcd485ac
rubygems-0.4.0.tgz=86a64616548a793e1a5f825f0dd385b9
rubygems-0.5.0.tgz=80d151edd94a06bcd2452a7e272b4d96
rubygems-0.6.0.tgz=5df803f5a04654833690dd32283de741
rubygems-0.6.1.tgz=c4a0faa9f876ad805ae80d1396a29d97
rubygems-0.7.0.tgz=ede9b55343219e8b3491793aa12c46f3
rubygems-0.8.0.tgz=9ef6e3c34dcb54e295c8e57321ddc079
rubygems-0.8.1.tgz=6276d268b420c0d61796cdbf6d28dae4
rubygems-0.8.3.tgz=6e6da80f61d6e77d0ad9e531767f6fd5
rubygems-0.8.4.tgz=a2ad2d03dae8a98002c2a7cd6c3ed352
rubygems-0.8.5.tgz=b917c084e1e6e99d8e102af8dd687ddb
rubygems-0.8.6.tgz=9de98d2f62e3f91521b0207a4dcdeb5b
rubygems-0.8.7.tgz=7fc04b9f9acc0c18cbbe6222be8d0bd3
rubygems-0.8.8.tgz=a8535e9c35a4c215d6ef9268d4bc69ed
rubygems-0.8.10.tgz=d26592e280c0fb24c51f2837c3f48e67
rubygems-0.8.11.tgz=aa363b428c4c1fc2e076a4ff77b957d7
rubygems-0.9.0.tgz=5d496e1f415b8b4033ab867f01d1161f
rubygems-0.9.1.tgz=a62314cdb174ccc88a27b8924fa79e4a
rubygems-0.9.2.tgz=cc525053dd465ab6e33af382166fa808
rubygems-0.9.3.tgz=600940a22ecd79e28e0fd37ad1f1d871
rubygems-0.9.4.tgz=b5680acaa019c80ea44fe87cc2e227da
rubygems-0.9.5.tgz=91f7036a724e34cc66dd8d09348733d9
rubygems-1.0.0.tgz=b0b74eac0cbfc5a13f895ab6f803edc1
rubygems-1.0.1.tgz=0d5851084955c327ee1dc9cbd631aa5f
rubygems-1.1.0.tgz=85f994904c5b4045f0a859b29d0be717
rubygems-1.1.1.tgz=1a77c5b6b293a3ccd5261dc120641ccc
rubygems-1.2.0.tgz=b77a4234360735174d1692e6fc598402
rubygems-1.3.0.tgz=63d3dfc038710eaf532b6a133225115a
rubygems-1.3.1.tgz=a04ee6f6897077c5b75f5fd1e134c5a9
rubygems-1.3.2.tgz=6204d0a4c526a1d8fdbce746647b179a
rubygems-1.3.3.tgz=0e9697db44d812712350baf28016b4a7
rubygems-1.3.4.tgz=b17b398503253bf36a101c58f02a226f
rubygems-1.3.5.tgz=6e317335898e73beab15623cdd5f8cff
rubygems-1.3.6.tgz=789ca8e9ad1d4d3fe5f0534fcc038a0d
rubygems-1.3.7.tgz=e85cfadd025ff6ab689375adbf344bbe
rubygems-1.4.1.tgz=e915dbf79e22249d10c0fcf503a5adda
rubygems-1.4.2.tgz=b5badb7c5adda38d9866fa21ae46bbcc
rubygems-1.5.0.tgz=49bef7186bf3c0ca6ee7adf4b585bccc
rubygems-1.5.1.tgz=47577a5e33c9c6f1e3a56aff7f51d0ff
rubygems-1.5.2.tgz=3951f94c09c16c774c8bcebc94fa5374
rubygems-1.5.3.tgz=38bbbdc17aef923fb41f054cf8421116
rubygems-1.6.0.tgz=abd27b5a9002100ff74ddb398a1c9689
rubygems-1.6.1.tgz=a77c64896aaa10d64aaf34f5c1488173
rubygems-1.6.2.tgz=0c95a9869914ba1a45bf71d3b8048420
rubygems-1.8.6.tgz=8e95d0c5b377a003f3d54a49461e81d9
rubygems-1.8.9.tgz=fc399445d693c29778779e5828ee5e90
rubygems-1.8.10.tgz=5b08ee31740c9b0bd36f6c04d537e7d4
rubygems-1.8.23.1.tgz=5259ce3eb7988950fa3aff9051a5de91
rubygems-1.8.23.2.tgz=fb377c7fd387df14a33e529153adc316
rubygems-1.8.23.tgz=178b0ebae78dbb46963c51ad29bb6bd9
rubygems-1.8.24.tgz=3a555b9d579f6a1a1e110628f5110c6b
rubygems-1.8.25.tgz=1376a258d43c53750a8df30e67853e10
rubygems-1.8.26.tgz=0ea47f1efd010f4c82b8a51a934f48dc
rubygems-1.8.27.tgz=6686ad26735c21d0d6e58b6192c7da5d
rubygems-1.8.28.tgz=2df78039f391fb1f71c02c2fc5671c94
rubygems-1.8.29.tgz=a57fec0af33e2e2e1dbb3a68f6cc7269
rubygems-2.0.0.tgz=89ce467eb2d55657e9965a46559acbcf
rubygems-2.0.1.tgz=2652ab6f001a873b8933e2ca09505974
rubygems-2.0.2.tgz=3471f140a70bcd32a7495b545cfce790
rubygems-2.0.3.tgz=854691f145cea98b4100e5b0831b73ed
rubygems-2.0.4.tgz=3ec32dbe783bab37a87f50758f8efe13
rubygems-2.0.5.tgz=641d82672937d40d664dbc18f49cdcec
rubygems-2.0.6.tgz=0633f50db16112bf6c3cf9bfb9ceb9bd
rubygems-2.0.7.tgz=9046700f1222712fedfb836fafa08c50
rubygems-2.0.8.tgz=5432214a740c0d13482e43a5328a6518
rubygems-2.0.9.tgz=bc55898247297ffa190223276b1b1bd7
rubygems-2.0.10.tgz=5457ba403cd9a5f4f5fb2ef4a2a1c03e
rubygems-2.0.11.tgz=0f28e3fde3348c0f23ceecba73a6cbef
rubygems-2.0.12.tgz=99c416517e2de1146d2c6fbb4c4c1441
rubygems-2.0.13.tgz=3970e66a670ddb6d1aade9c7b18033d4
rubygems-2.0.14.tgz=4a7aa0b144e465230ab5d7b59dfd7e8f
rubygems-2.1.0.tgz=9a9d242baef5e58fbfe79ec5206cd316
rubygems-2.1.1.tgz=b34d6f4028b69a84123a6b7cb0ac8028
rubygems-2.1.2.tgz=b5c5c4430be60f911014216d41886ef3
rubygems-2.1.3.tgz=ac7bbdfecd49f9304756aa5ebeb51400
rubygems-2.1.4.tgz=aa502b1ea90fbdd14ca9b32634795c2b
rubygems-2.1.5.tgz=60564b762d4e186815997653b1c876ab
rubygems-2.1.6.tgz=e11237a8f87dbd8c085770551d64a8f8
rubygems-2.1.7.tgz=b721ed7d5fd57ed05f77eb21a3a592ee
rubygems-2.1.8.tgz=cc4c84c0482840389a457740e8083ed9
rubygems-2.1.9.tgz=2636bf26c0a9ec889c7bd938887bd9a3
rubygems-2.1.10.tgz=6fa671d7d6605de73d16f529cf7bffb8
rubygems-2.1.11.tgz=b561b7aaa70d387e230688066e46e448
rubygems-2.2.0.rc.1.tgz=f7d80b612339169569f2675155c202f1
rubygems-2.2.0.tgz=3c16e50673adb99d1ce76d5231f764bd
rubygems-2.4.8.tgz=dc77b51449dffe5b31776bff826bf559
rubygems-2.6.10.tgz=ab5a0028d2a0653691b29d7463bd0892
rubygems-2.6.11.tgz=8d514b836fcf3ae2c20b4fe8d5cdc3c5
rubygems-2.6.12.tgz=7c454ef88b716c1a123f62b26bb9612b
rubygems-2.6.13.tgz=e6f19b51614055d826e431549a12a80b
rubygems-2.6.14.tgz=e0a6914ce03b91dfc6d448ebf292f145
rubygems-2.7.0.tgz=771c40015538c0f225c5249e4bc7d441
rubygems-2.7.1.tgz=65646f28f3c36ccaa7f991c17e15b8a9
rubygems-2.7.2.tgz=312a238ed98a61d2b3d165b790b6062b
rubygems-2.7.3.tgz=fb3a1927a1842b75677a24f48dd63ddc
rubygems-2.7.4.tgz=e9bbf5a4cc9a74293884b91f49603ea0
rubygems-2.7.5.tgz=516a4f219976003feb4b4f797cbc66b0
rubygems-2.7.6.tgz=366cea352c2b1243db726013c3d76fc4
rubygems-2.7.7.tgz=b6721f6ce4af08f68c6f513bbddfe484
rubygems-2.7.8.tgz=a3ed89a34e1ae8f9da0c620a8aa35f12
rubygems-2.7.9.tgz=173272ed55405caf7f858b6981fff526
rubygems-2.7.10.tgz=464754059d8ca01c1121a1233d866e8c
rubygems-3.0.0.tgz=3908105894e531f7ad3aceb8b41dcbcd
rubygems-3.0.1.tgz=1e8af9b87a67f15841ad2be7d5725a5f
rubygems-3.0.2.tgz=d8db1b516ae1e35b8f6f56cb526f879a
rubygems-3.0.3.tgz=b7a7dd5f85485334a6cb61b7dac20cff
rubygems-3.0.4.tgz=7d0c49077a2d19f48d88567cfa3cf17a
rubygems-3.0.5.tgz=4664467d621d719688e4778d147c306a
rubygems-3.0.6.tgz=60d84e843b131fb87c8fd67e8fac6470
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=3e9afdf72f153e2f66259fc2b6fca594
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=c30459287aec83548cfcb17340fa73d5
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=138f6814451ce634b0fae3aca5579248
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=94ed54ecb65bea2166a2159431b0362b
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=9e5428611e22b093d05afebbe0ccbc2b
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=b32a254fed71434c3431fb2effb35c5a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=7f394a8c7fe356b7bd36683c57f74ebd
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=f033329d03f1f846d25728c2af9d7524
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=184e98f2d6939f63db4b915943ff60c6
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=d19213b33011f7a55e0f32d25e19184f
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=a394167c0331c6d8c1123e1f992e5411
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=dc1bf0fcfdd5837ae0ca56d6d6e5f7b0
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=f6ec25bd532bf0551d35327d1aa4caf9
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=c80a345f9071521cf1961ab75ebc7dd1
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=3a889726efcdf33feb7ef3df13fd5f39
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=bba618b4483b79eebf9f0e7af4078502
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=a25e179ca0be96a1bc737a600729c195
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=bb8d8f5525e1ba86bb039e56291c6c7c
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=872774837057489250527bf863192115
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=bb4a64e6c4882fd0c5e412bf9c57720b
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=0f36eed2eb36846785fdd4eae24adfa0
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=1bd3087a0f2df4c006b87c9488ada6d4
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=9eddd1aa98c9649e7c01bb10bf28c471
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c93643f1d00b370411310ee7a1dd5330
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=bc7339a6218ea991f2c72ce8759cb6e3
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=1671d08dd2f5026d58b326fd55c9b7de
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=5564d17f19b8ee0edb96ab5b1bfbda98
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=61583b529b6a1337398b0966db952d24
truffleruby-19.0.0-linux-amd64.tar.gz=006220c7bde7d0b5c72481133624a83f
truffleruby-19.0.0-macos-amd64.tar.gz=9ef7f5a311465d35e54ac6e00ec3d169
truffleruby-19.0.2-linux-amd64.tar.gz=2f7fe574e0695fb6001f4f5282aa2f79
truffleruby-19.0.2-macos-amd64.tar.gz=aa20f76b3eac1f4976a507364201d1ad
truffleruby-19.1.0-linux-amd64.tar.gz=71368f8371069017d911528f052b0a55
truffleruby-19.1.0-macos-amd64.tar.gz=7f086adbc89fdfaed35273394ac3ac66
truffleruby-19.1.1-linux-amd64.tar.gz=c1ad4d17bb40e214b124222f3a7c6db6
truffleruby-19.1.1-macos-amd64.tar.gz=f4e76b0612319b4a82480cbd1fc90210
truffleruby-19.2.0-linux-amd64.tar.gz=458ed5fec1a849ef5b00e19b0e25d5e9
truffleruby-19.2.0-macos-amd64.tar.gz=dc324575ad20e3054980835c24ea7161
truffleruby-19.2.0.1-linux-amd64.tar.gz=ad7444145550d89931199159163077c1
truffleruby-19.2.0.1-macos-amd64.tar.gz=b5bcfb0aaded1e2d1763089ab6c9a14d
truffleruby-19.2.1-linux-amd64.tar.gz=fc4879d2b0cc22c152a8bf893a72c346
truffleruby-19.2.1-macos-amd64.tar.gz=71448ff3f8f1da086f222751d3f853bc
truffleruby-19.3.0-linux-amd64.tar.gz=dd44ac30b5a1ef3a7d61172cda9b30b6
truffleruby-19.3.0-macos-amd64.tar.gz=41daa52f0f308abb77a2b91c1b7e0f3d
truffleruby-19.3.0.2-linux-amd64.tar.gz=2db2cb5c29523c9bdb6f59dfa0bd74ce
truffleruby-19.3.0.2-macos-amd64.tar.gz=edf1603643938686dce57139aadf7d3c
truffleruby-19.3.1-linux-amd64.tar.gz=a14c028351f7a3965bcb56e9b22364de
truffleruby-19.3.1-macos-amd64.tar.gz=a8707d0af3eda694ec07a5387d3443fb
truffleruby-20.0.0-linux-amd64.tar.gz=b30110ecbc50c4fce402fdf44c45dad5
truffleruby-20.0.0-macos-amd64.tar.gz=0671e5909cefb9a2c12c473fc0110821
truffleruby-20.1.0-linux-amd64.tar.gz=4592b5fc3636d82fc998ab6fe0a43584
truffleruby-20.1.0-macos-amd64.tar.gz=3c0be43db86817c7037d3ff5053d322d
truffleruby-20.2.0-linux-amd64.tar.gz=e9859decb24829f9a189d88b3c2e9b79
truffleruby-20.2.0-macos-amd64.tar.gz=49e7ccf8f9e60d6c59b3b07b854466cf
truffleruby-20.3.0-linux-amd64.tar.gz=93a20845f7d9d39100761424dfc0a734
truffleruby-20.3.0-macos-amd64.tar.gz=b178b7a94fac58400450417612fe3441
truffleruby-21.0.0-linux-amd64.tar.gz=c03304a505c8699e697acecf5030d95f
truffleruby-21.0.0-macos-amd64.tar.gz=019796be37a58ef8e186a625f2ff5d07
truffleruby-21.1.0-linux-amd64.tar.gz=065bfcc48f6925410e0da21e16428b64
truffleruby-21.1.0-macos-amd64.tar.gz=325f6854c10d8a3a114c80da582c469f
truffleruby-21.2.0-linux-amd64.tar.gz=0aec44721a040845347f18c1f72ceb75
truffleruby-21.2.0-macos-amd64.tar.gz=76d27715b20902df5779f7a0c00852b1
truffleruby-21.2.0.1-linux-amd64.tar.gz=f68e9b8a9f9cae5efc5ac45a7d9e760d
truffleruby-21.2.0.1-macos-amd64.tar.gz=b021e50fc94cab590b49d27f2ea821b0
truffleruby-21.3.0-linux-amd64.tar.gz=359aca79cba4e08f9955d9c6543c2189
truffleruby-21.3.0-macos-amd64.tar.gz=d9e2e2c6fcd3ac16f0c37b0ccffb4f41
truffleruby-22.0.0.2-linux-amd64.tar.gz=324327026e9b2963a8e5fb4ee3f4e216
truffleruby-22.0.0.2-macos-amd64.tar.gz=7029d0e291d498a264d9b413729a3e17
truffleruby-22.1.0-linux-amd64.tar.gz=9329cf507ba8ac529e93156cacc1425d
truffleruby-22.1.0-macos-amd64.tar.gz=353242978b46cafc34b05e2c81206096
truffleruby-22.2.0-linux-amd64.tar.gz=5d676377056ae94fe847be721c20405b
truffleruby-22.2.0-linux-aarch64.tar.gz=b774f4b7d330842521f1e6e56cb41db5
truffleruby-22.2.0-macos-amd64.tar.gz=e45fdd9a05aec6220a76fb707b0a5ae8
truffleruby-22.2.0-macos-aarch64.tar.gz=ebcbfe056d90d06de4bd0a9d699bad8f
truffleruby-22.3.0-linux-amd64.tar.gz=ada8bc5dc52aca8317eaeab04d91e877
truffleruby-22.3.0-linux-aarch64.tar.gz=11493301d5519aa73e8f0e140cefb581
truffleruby-22.3.0-macos-amd64.tar.gz=9e27c677637b69b0460fb0a4569a5cca
truffleruby-22.3.0-macos-aarch64.tar.gz=eaa1c9020b521226f8bb48b8c7e5c596
truffleruby-22.3.1-linux-amd64.tar.gz=243d926f038fd2220c03dfbe40ef58c3
truffleruby-22.3.1-linux-aarch64.tar.gz=01487fe680863381489bf2a0a2ac162b
truffleruby-22.3.1-macos-amd64.tar.gz=b3d5a777d94856e51034d81076e8ef72
truffleruby-22.3.1-macos-aarch64.tar.gz=320ce75730a5b9f16f111eb7ef5e4e09
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=76c1cb23ee63ba4de93a0c23784bfca9
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=eec3fc74565f08e9468982692f7f9010
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=50e38f3cd548dfe78f397f76ed577bf1
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=b769bcf9b843d9b2980def1e2139284f
truffleruby-23.0.0-linux-amd64.tar.gz=6e1a491406c5dbf42de10fcb3ed7dc1c
truffleruby-23.0.0-linux-aarch64.tar.gz=5c3663f64bee707173b2684355a9a42e
truffleruby-23.0.0-macos-amd64.tar.gz=515a9a8a0f39ba9399e869cd418ebff5
truffleruby-23.0.0-macos-aarch64.tar.gz=57e5fa52270e692b82c445107fe6b6a6
truffleruby-23.1.0-linux-amd64.tar.gz=f7511c19045e57e72f9b5415bc17c8e8
truffleruby-23.1.0-linux-aarch64.tar.gz=e8a20dd919a2ff77b7cc5457e853d15d
truffleruby-23.1.0-macos-amd64.tar.gz=d3b6a3cbc0a230ebae6f3a462a32ddd3
truffleruby-23.1.0-macos-aarch64.tar.gz=ee74fc5d192c2fb8afd0458d2d429c02
truffleruby-23.1.1-linux-amd64.tar.gz=d7e1c040da170aaa36b5f5a1d106d237
truffleruby-23.1.1-linux-aarch64.tar.gz=cf508ba3787be20c03bac690f3bdbac5
truffleruby-23.1.1-macos-amd64.tar.gz=a662a8672871524808500dddef3808c1
truffleruby-23.1.1-macos-aarch64.tar.gz=de543312024993a533e3caa63b396127
truffleruby-23.1.2-linux-amd64.tar.gz=e3e5b01b291d7fea61be2be842c7e8dc
truffleruby-23.1.2-linux-aarch64.tar.gz=8fe26f643fa81eec6de3bde7024c858a
truffleruby-23.1.2-macos-amd64.tar.gz=83bc41bf699fa847df7e60412bee2823
truffleruby-23.1.2-macos-aarch64.tar.gz=7dbd2e182cfec0cf2d2e37784721903f
truffleruby-24.0.0-linux-amd64.tar.gz=202f05706d28faca75d5e3cd0f9bef78
truffleruby-24.0.0-linux-aarch64.tar.gz=4faaf4edde4f6a516246b7c2f4ee80b3
truffleruby-24.0.0-macos-amd64.tar.gz=d07f27e0e29398c6de836b0049105c12
truffleruby-24.0.0-macos-aarch64.tar.gz=10cf176718968893468caba617c02141
truffleruby-24.0.1-linux-amd64.tar.gz=2914bfb81b136cd1fb5736c0a40068e3
truffleruby-24.0.1-linux-aarch64.tar.gz=429e6ada9a95ea23ebb95d01f90eb0f4
truffleruby-24.0.1-macos-amd64.tar.gz=e3aa5ab128f5d169d93f2d6df98c4e77
truffleruby-24.0.1-macos-aarch64.tar.gz=6f81a1afe1b89a40f00c9bd4216ec45d
yaml-0.1.4.tar.gz=36c852831d02cf90508c29852361d01b
zlib-1.2.3.tar.gz=debc62758716a169df9f62e6ab2bc634
zlib-1.2.5.tar.gz=c735eab2d659a96e5a594c9e8541ad63
diff --git a/config/sha512 b/config/sha512
index 6d45333..a5bf5d4 100644
--- a/config/sha512
+++ b/config/sha512
@@ -1085,645 +1085,646 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.6.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.7.tar.bz2=af76486c65259084dcc3afbff212b7cd5d9e17d5ac6b496db37c6c28285b41f0a72523b92505df2c7efbf5e64ff7dd6d86610f84c5efa7452d2bd01908ca0390
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.8.tar.bz2=8f8829fda202863105c0453ad40e1f8806833446d44fa01f97e742e83cb086da7eeaf3349899c9120879395ede20a192ef4546a00062585e47b6b2fe2253c89d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.9.tar.bz2=3c249490017b902b43e58a199dc420b9dc038ec139949d9bc620f58a70c7f8dd093d12313f695899ad53ee314c4bdcfeaa50cb72c196b889f38faa22936137c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.10.tar.bz2=6bcfe2a2983f6b476adfb7863c9b483aa0c7cd84abd70c59f4de427ee6274bed71200cd91269bc0b3cd418645aee6371cfd3cd77e93b98a2c6c64efac6e817d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.0.tar.bz2=e610c0029dd68d15b582f09086ac39a6e5d039ffa9c18e5fefaffe4b0279445258050327bf7c02c8ef672a7ec58a32f5850c044d9083694d0b55424f2b75e945
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.1.tar.bz2=d841aff173f5a0af71384b56e1430395b287a771f80131279e22647e368acb20b5c22e5c0d4858510525b9783da499b6f6fade081e1d37fac3fe7a50cb34cee0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.2.tar.bz2=17be6eea903f162178edae84c67f263b9532405c0cb5bb320fa51b019869d114e0dc4ad7fafd6cb2597e45b73d4777d3c4e0d4f22141de30bd2ad02ccdd41ee3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.3.tar.bz2=8dd4bb1cafb2d82586b199bf032edaf23fd9bcf8a05b7e2087de172b8a8c6c4fb96584fb15372033b97bbe11a7f8aab25057c03d71e5ee21ec4a647f95687413
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.4.tar.bz2=54f9fceb0496f647b3c59dd7411a583c74e7886d8f127aba10379de739c85e45d62c2688280ba5d21a45c5054f42a2645ac2a9d990ec1a16cbb2c533edd9eff4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.5.tar.bz2=1aee7aa974a08c6bb5a29b0782efa2950c1e530bc2100e018d66450e8e89701673a034a45adcf70bdc37f52d4027ae263d7e4410d64fc637b594ad624f10a25c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.6.tar.bz2=693173e4e235300cf30ce1592bada6aba5bb29a123157aa419ba8403757682cff31c9b2b0a4e97daed557953f52c26ebe0e49605e1d12f5e4247e0096d736630
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.7.tar.bz2=8af3b57425f7cac45e7bc61029f872facc87e9ffeb3243f8fb43407cbc0a581491f38091b0fa45c8c148b730fd8cd493aa5286177b68092d7944dd73ba585299
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.8.tar.bz2=f1a7801bd0116914a055ff4013840faeac0e432b55aaae4c0bb61eda3d812eb5b3093c2c536fd9e2e28eca81137300f84418d8bc8dd9e48ffe245ad90dd3eab7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.0.tar.bz2=e1fea7c85410615f76b02df366ee49f929cd3bf3e52c3fef8b848a8a6d2b982de03c325aac664c6550b216a11cde64ae571bd5a5467ddd4a8b61039d874b2955
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.1.tar.bz2=e8b6b5dafc4b46e97fd905a5396d09ee1cfd1c0b4b74b9c3bd9e1056684f05345ac1599817cd9cb1dcd410e4e3ea23d5f2fc86da12e01fd076434c1b2917f117
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.3.tar.bz2=8172c35a381adfdbf0f90fddf526e3a5c5d4590e133e041aeb339137c1c31f16a47b904c61048c29906dfd2245572dd69caec507432628bbc98bb3eb94891575
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.4.tar.bz2=fe9370f2f45c557fd24574219e9597826f4614a8c59f092bce54338a2e927d16bfd4abbcaf0203a60a35a11169310d45e79c4a33fa4d45916bd6e4eefcc7b888
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.5.tar.bz2=e42fe5b628b6a6cfc87abaadbd9140cbc5c0000993c3272740ee6e20d07d2bacffe5148213f9628d6bc6f97211c0905e55d7bd304763ae095d86df8c2b2d15fa
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.0.tar.bz2=baadb5c405fab06da091e75af6497370757cb694d50c9f76fb06bc0a281df13f4ae893df49657c7dd7e86dfbd052d2cb7297961f9739cda4089ed71e52ae7bed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.1.tar.bz2=71ad68ef1317ce5ba51353cc226fc7b11923d9022770b355cb1180be7c2ba4bdd87b079a8dec15c09ef3ad42056018a41a603bd0a10b8124433f36b0930153d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.2.tar.bz2=440f27f682a7f9d2a99ff8c0687c1fecebd8bce494b9db48ab9d303250b8ea12dee51eed0f68d940f141d8e2699653fca7d2a6811eddc5c512a9fe39430fde3f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p392.tar.bz2=3582744ce4a4ca8b497c918e129823167e80909367d65484c2a09a8e6fa185a38bfda8c1b6676742acb492472d0687fc5b6eb18965201e0f54268d835f618df4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p551.tar.bz2=fc04b976fa02fc5c1cd4ccdd49948b5e289b3a5bba16ef99266b65fbb35f0c20a0ed02d5b147f2fc4469db6a7b6665d34e0373dba242ff04c95fa27642cfde1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.0.0-p648.tar.bz2=7dd451549e9c1a43ef86be51eaa746344c424d1accbc9cfd360067c3aec20db8ffee277e1108d40c280f1b8ec0851c6e51bc448f25505508d9af153878d9b091
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.0.tar.bz2=cfe087a9daa6de2ef00a6501d568a25a3386da730304697e1bdb9fbb098617a143f073e58629876de4f09a1e8a60a48ec05864fcbccbd6733d9e1b3d309a1100
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.1.tar.bz2=b74cc64103a31b9b9545474fe202ab9f9b15569681262438056865e4dcad08419c44bb696c7dc8a18f72b3bd8e5e98201d0c3608ea652c907372c3c95cb7e16f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.2.tar.bz2=fafffbcd24eb3c55c89704e6e8ea48ad6be286bbb4e38f56c3b3d61f9bf4f6bec28882da2ff60f17f79516476ae50cc4cb8c6a8cf4a0f31b910d6153727caed2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.3.tar.bz2=4daaf8bba3a04d46e04720ff2af1469e1caa68168f5c27d1d3e0cab922055b1f9c0b26ee64c3cb46c17b6a9651ee7a11bad19e9414102455e96454f1a7929408
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.4.tar.bz2=988c13e900168b901a3a3deb4bb96e19b15205cf4c2793b56854b58924fff652946a083be6615b2053fb5285df0fd218d1f9f91562798f0386f0758973765dcd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.5.tar.bz2=c7396627e45d8df68b18c2491fa756085aeb4ec28c1cc707617cd903fcd47d4fdd3cd6ed225dccc14497afb14200b9bea5ba38f1e8dc621c4aea8b8f0f1ccc7d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.6.tar.bz2=389aa514d93d165fe299856a5348b1667f295aaeb49094bb5ff49e9c6861bac603e698c36bf81777797d05a1d3c405e37c1a00a4dbb85f262bf02c1b0e16ff04
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.7.tar.bz2=5a38bc1dd227658347114b935ad66e27fab67b8da9529a7f9083d6aac5743c40aea8c33ca95d4f10ed1d56f29bcc2c0747a3e88b87425a5786245792d8851301
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.8.tar.bz2=44e36e4918ab4c354cacdd20be30acf12f060aab808172184251186758f750ce688eef72f39ea110ab6429fbaaa5a792b1915a5c2d845b6e22a3cc4bc851c6b9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.9.tar.bz2=358f12ae2d4e177a080bbcde8b275691418884eae9a42c98161170c7b0f6029ffebf7ffad27961bfc8a50a393796934a2dd2c7f0ad2a35992c35dbd6c8c6349f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.10.tar.bz2=e7e98be6cf658eaab81486360f4d5d22f86805582feee4aa11a8e2fe6b461db69b850c7ea98840af0811910be7f534317ab5887bc48f47a9591b65fa7262feea
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.0.tar.bz2=307ee69b3051fcec2942fce075232a62f6adf6486239a89fab7bd63a9bf068e36371e67a5e42f86ed60e31b8219ff431c2d4bcf519b2c10393504942d2d90a9d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.1.tar.bz2=a0a30a805be9c43cfe52793d103e9f0dc6076d02b0c5af36d650564aa43958164a278958f7a7e1132ee5d3357cdcfaa8d59a4cc0bab027e288d935a44958b743
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.2.tar.bz2=d3218d01a18f5dbcdb65f216469a463215784170d32110f06372fda6325bc17e2c2aec1601a5bf3319ad753b123de056e6bee8aacdd7c64c4859570d40571ec6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.3.tar.bz2=4fb3bc10aa46a85cc37fb041d351b2a8f74d70c3de32fbceefebcd6e757cd8dffdfc86cd14fa6ae7d5273f875e1d4e13e6446b6dd1882c8fb015d1d34ab5ed2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.4.tar.bz2=a008439e903b1e97eb5a66a88cf72c2e7438b12b78750411ba0ffa496c68beb8cacc2037763be1c8c8841fe9a248d4be0d0976420db0520b4b8456aed5480f3d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.5.tar.bz2=14573495aadfabb81b985aa485c0090a816f459a0db8e790a7d1bd948897cf650fef4e8aad7d2ab8232d2ebf56bf08363730dbbfbc2318625dcab04d3904b3dc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.6.tar.bz2=e915bc10ecd1129d7ed55a12fdefdd6b6fccc281cb3cc0790e5970978f17652068ccd7fdc160608cadc8556abb73a2c187d041899adfcfcb4a311285415145ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.7.tar.bz2=d80b934273b84d7ccc4e17fa07c9e0a0f95cb4a38224bd60ff73772ef7ecb3d1974e686bb10aa319642709e49789c0886f98f4fc1ccc5312a19ca19f03674e7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.8.tar.bz2=9bf0cc35deab5f53900bc8e8264dc1b57f91a3477f241848df48109f4b5c97f3140470f523fa768a7543c61cdb7a93427866d871d09ebf8060a5cb75ac6d3790
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.9.tar.bz2=0cdefbcc88c5b9d34c08c8871c548772bd473dbaf54738f9855afddae8da5eecda607b36c546077efd0165114da385cd1f296433afe411f57a524fbff0a69291
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.10.tar.bz2=3aed1b12ca46e34fce66ac23bdd97ef815918275d91ca4723f9a6f2a2b93cb2b66f845747951593eaaf078bd0d982e06efa7641fc3e11d141b7605b086f93393
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.0.tar.bz2=ac6a699d5d08b33e7580a24c9357c0c8e8378208fc7385f5582f088a879f61e48a4654d72f03263a1dcf33fb0838b01c8c21fd39c5e2549d683466e0441381d5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.1.tar.bz2=77cb7698c66ccede33f558f6ab9ebe4be3b775a567d1d4dc12fd85d7b0f28d7bd446b18ef48ba1c879dadd76b50540b57f283e9f226e904e620afc3ba6585bae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.2.tar.bz2=9592c8e2fd9266f5d1cc780706f558e15d775cece995f5b6e933c54be7b7f2be2839b28ef1898b2072c5cdce36b830e72f967062ece4393765f8dbc88c6dff88
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.3.tar.bz2=8243575f30eb38409003b0450ddece621a589e29a4ffe219410820bc2afb97b7daec4c81d59d95dcfc83138414a2df707c925f0eb56907d565dac4bbd5a929d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.4.tar.bz2=ae16edab6e55d1b2506c4cb30d836639035a7fc153511125b578d6da8a8b40cd87650855fc6b4cf777c1fa0428c593325af88d9ad25d53acfbde0051a730eaa5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.5.tar.bz2=10f4aff595d12bdb425eb3268c868e0efb92059e6aed8683fefa5abedc1ef21d23a45e17802edd8e5e0924ba1c3277b653c0559ef4ad4c9dd2be2fee17226f8d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.6.tar.bz2=bc352df203155008da7a1099f7f7d26eb9f80e0d2e41c8adec5eb47f976529c6126bccc207563de87ccc2867d1e4c43797efbf295c9a7a4afce002ee19116074
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.7.tar.bz2=d71dc217011d154ef7b33780366bff07e4232ae77321ad6d16f19090f924ed3867c31f2af4aca4ffbc6a536b0320b676716ffb43e34b0323e81eafab13f17fa1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.8.tar.bz2=aae74010426e2a1288280f3611ba6aac842ff573f9b122fda9a4f1c514e09cb3d22281e6957b4acfcc753c94113852e083a9a80d0cae6b33682b83669c475eab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.0.tar.bz2=4a083c168d9facf3346b67dde02d9705109feef6fcd4e3c7c59c2bcb35c83597305e09ee143915fd993799a888d6d9ffffadb386bd57e9477312566dd6164deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.1.tar.bz2=58b30b00156691de2acc5d21d3255029fc3f9f2536e668298ab160d300fa0bf3eb0705aa524c9123ff09d770807cda0154bae012632b7e87120d7538f844560f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.2.tar.bz2=4c3c586765fd5afb55383d16eb9d0e7ffa5b1ff988a2b1d847e3f972a211b2401f035ff6c02d71de558cc161655438727079aafcc8ab80c97e07e16cd7fb1304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.3.tar.bz2=e66a4ca4b95496964ff4d77e36caf0894d913c1116f901c9b589da5a0e388302b64a79ad6acfe7eb1ca5917825bc0f866b482f074f1d5fed96d91e238f7ef454
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.4.tar.bz2=f95eee611be949327224b89942f4344e7d8e075b958ce3418b5874e9b23981113e4fd58254629fa9f6c2fdaf5840d44785ecf5f04433987f8fc4415df5c3e367
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.5.tar.bz2=447b28420be5b19f6b1381d232920e3c20bc894c2e0d1d2e394cc44e7859d02d177ec3ee09ce96e922f55b7fe2651918805f00fb783af3780e5f25c21f330195
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.6.tar.bz2=5f60bde5843fdc0b05bb852a2f1b30ce085dbcf7acaf105d5af951398b845c766113ff3740d44585ce3814b4953c004230eb4dc2ce8746b6236ea4b7a1d1cb10
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.7.tar.bz2=929a03725dba7de8d7eee3fe8987b858b9b9d6d377beee710af5c3e84b02501996444aa7b2c1db458aefc3e765da17cd17ac30fb0b4d77ab1e54239e72fa2a63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.8.tar.bz2=227849b5809072b3aee211125c2aad3e2e4984e9d9b4415dd8c01dbff70eb9c3758c3cf54f2b97fe282f7a42f205a2becf7b86e1e6ebb4a4d048ca32659603e1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.9.tar.bz2=c15a46ba1e89cc41523a21eec90d4e3af5b9739d27c2f2b51047f2c1db832e2773cbc04871a176f71e7124eb3f7b53262e40a1baab87262f8811a8d69d8e5358
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.10.tar.bz2=b83334e272e78995b699de28bff67accfc151cc7fb193d5c5746fcf06087643564b3a0b538cb64f50706642a620dba2cc54191357321852db42cc8c5648270df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.0.tar.bz2=82038a66827fbdaf60f404103b3956ead4e03c999893f0095109e7d853919992cab615f85cd96ba9158402b2de5a68fcbdb8b32e9d07c6f754e0591f72851b40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.1.tar.bz2=31e9f176ba61480b33b7761d2a19119a200ad61c8f85145f736eb196de50babaf278d023b274274c6a31f2173c5d022bb93e0f8d46a88223659d8ebcf6f5e278
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.2.tar.bz2=75d25fa6dc81ce8a62d02adc2e163e7c222c5946116c4880cec19460e2309457ee1a11a8eac94243ee8437514bfbba9ebee939218b6ccc7e5c1f15b673d432e7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.3.tar.bz2=84c93c85aa3733f2ac82e695c19e714ad4afd096edd6abda8a4915311d1f604453fc3fdc290c6ae1f9055d305ef400f8f8f152c5e15eb230baf7cfd5e192b7fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.4.tar.bz2=131b874ac376f42f3427dcbeb0adb0edd18ece834514ff5cc15f3b3e29b8f14697050051224d7ba2b509d428f780c653a4d7101149b8ded41ae373aab871e90a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.5.tar.bz2=f55d2ff7f2eae4d30fbc14226c928d1caff21db1f2cd559d3caeb0c07a7a3f034fa369d95f783e6f38cecb493d99aa1928def9d8574698e3edea3d33515749f4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.6.tar.bz2=06b12b2a1e85248311cf55620499806078b3b67110fb45dad9cb11cbaf1e230ce8a0da23c7de0a5abfccdeada8eb799f038b1a09980ee9572ec415e24fcf8c76
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.7.tar.bz2=49128b7845954f1f04502a484f17d5c0c6ecf8990047f5a383b2752ea9e09839e5994b210c2f60307d44ffa8b440472116fa1231ea899caf639e1b8a72f7f97c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.8.tar.bz2=24290aab4e0d48719659f8c1153d2b08020f17ae845e9ac6d6b6d3203e4a5b19061e907a214e8d4390277584ff4b46dd4a0113c6b201fa37e8a95c42fab5aea5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.9.tar.bz2=c2771d6b12f4240200926b2c40ec1bd3058c9ef213e2c6032e44799fa34b75b00f2564a0f7c0d9f972870d34c7742174310bfe3b15e2742a17ba2fa05e5a27cd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.0.tar.bz2=1be48c38da41f462c23d516f465ed34e2fe90c6fd53ee06f1efc9107077d9937413bee589d5d3384aee5c09da7087fa84864a50089bd1cf3c385ba3399e9b0a2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.1.tar.bz2=b7e1204e0e501312828ca0e30b77434b2d8d94581627196f0195ba93fb10a11046d44942393bd8a261585c564bc721313152a9087aa56b57b433ed14cc7922be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.2.tar.bz2=e91a187a9e726ed26ddfaf09cc49473c8379545e2265934fcd1a1fa78ba99f9a119fe2c3c8247eab583389c3af7ec40a0e71da19f6ecc17ffc086759cebaaa15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.3.tar.bz2=77d9be5bbcd115131ec7c842a4449729d1515bf2106a6a235472dc96b58a56873c2d0fe6a3b824dd15ad00194b30e72a75813d8b4e10ee11cc793973130e2401
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.4.tar.bz2=a2e5409a1a88557bef747ca9b1ea65ac90e430500a8f9370023b4314cb5d1e0679a1b03761980ab2e933ac3521188e2151e521408e33cb4dde5f0bf802d81a41
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.5.tar.bz2=ed6288a4d81a740d722b43925db8f22f794cc704bf834a1f9c844e2072baceb8938547abb8f4fb1a50f92c34a8616904fc2679a44bf4adec4e78ce00e8456b45
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.6.tar.bz2=08cda5ff00b9297b46d1fb620301066b21240951924337b8b87d27526e55024e61121e51d9b35feea2ac5eed4027658b39ff487195140e7abe9158181c3349af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.7.tar.bz2=3cc5695814c4ca49b6a0d7790093e85f5a359c5411618a12e60f4bda75c3635b94736762983e287cd04ce3ee3155d824bd9bb202aa929f85387a741d1685dd06
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.8.tar.bz2=91e371298a6dc1083c8b6265cc8d3d388d17a21d59e0103bba7e68640f80bdd12b98547584b1cd0feb7f8dad6ad530ef5660a154075960e1a76061d534609296
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.9.tar.bz2=7e3d0f7f42d644cf4eecfd88801afe088260d5fc8f490895378d5e4ede76b2bd67959b9803db59f7b19287801df43eba920885aa1bcd29f60d225745d67093c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.10.tar.bz2=64683129da9a476d268ffde06bd7aa1c67b3c7c97b539d856833ffb127f458a55176d8b4a101e60b18ee923485097f3bd98e8216c3092c3d0527f6111cf7a051
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.0.tar.bz2=cada908be34428bc2f302bad6ebd778a2c7a8e979476e00e45c9444b65d7f48f397b838549d56ceb91f0e5593ffd663e9facc4ea5f5c6a4aecda85a5a1136496
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.1.tar.bz2=06cb5f2f0c0941802119dbdf34995446d6d69ee59eed9a5e9d7f9e7f0e14de440a9e77eee330357fa305e81ee39a6868651c740ebc91bb9a2085a74b33685f4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.2.tar.bz2=23654c65e6e62354857f86098852af0ba50a15643df5e7f6fc8b710e35a3872f6eb7dc1bf9266375361f696d8ded0bcdb9ee9acdc8d0c975955d299292da7e21
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.3.tar.bz2=ac02a93a62c55a2a10dc260cd52749bd8f4bcf1a2d43dad3cfd2e5c0bf7800c51a5b00779526d84f759f6d50ce673c7f3e526392c4ab68322649f4fe980f2ac3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.4.tar.bz2=88651ffa2f1623ca3b93b60a591e828ea0dcfc73daf1eead2629531beef291331f8ed1a4a33d682828ca60bacfdd7fea77bcd67f1a0bdbfa9d1e4f173da53208
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.5.tar.bz2=001486271268cd1d2252f46b32001b25d493bbbc8ce981ecb608eaf8d2c2e6d6361f6d9bf052b9b2d7694e228bc302a1082689f2038564439705fbecc00de1ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.6.tar.bz2=a48c974f341cd10143eacf46a9d0eef45cfca3ed91ebc9f7fcbba73d408408eebc60c55e15dab391bc4a9ada6777e2be3ec4b9e849927c5782f4443a813a6ea9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.7.tar.bz2=b9e99d1df4a772441edf7fa4e05dd5aaa62efcc5a8c89fee68aa80c4bf1d17ad0e5ecae5682a10d2eb0ff78ee79c583f0cec46f5ac11ae874126082b9f8d76e4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0-preview1.tar.bz2=8fe71fdb37955b031769359dadc5062b6c15e0618fd8961c932212a6a2610829aba8b1dbdcf4bdcc2e133665e043b29088f714874e3ef3a41d688b7beba78928
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0.tar.bz2=c51f55af33e09ed425715dae0dd59dfa253e909bbd44b4bf3dc34452656438c23a754f6b2ccf0a3e878463519043361dc7ad8a757c87a3ae0e747599547dc7cc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.1.tar.bz2=fd09a4d721388c2b9f2fd09b68175dbd620e11df02ff7cea4e438d3205494a9883c25def06d6c1ae4207e7f82bc48fdd122fe12630bb9af9da451ce6be19d86a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.2.tar.bz2=2ade19f26f6e2eaf65a8ac3e9ca21cc8fe04252df58f9b14c6d0f92aba3c0eff27b1c68b1b05041496c367051e020dca7b0c64bf44fb07b4fbdee9e68b78fdf7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.3.tar.bz2=11d81f71ec3d293916bd6a00d28dfbcc93e721d12c6137fd58febb79e7399f8fd1ab5a66915863311db9539009dac06612a4b2daf0408fc1f1e84db8f8f4fdb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.4.tar.bz2=bff3db8c69e85d503bb0686644f2d60b97c599e0cacbdb7cd4b18d630c50d04ed0dd90ea97be01c3b3220589abefc1e4dbef39246860e3c70993f0f2de738053
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.5.tar.bz2=32f69f0e33f7f7d41f4c0e5c5a1cd859a4c6032b0978c317ec3d333da42047b7f8f8dee9c4d72afe890b47b9f17901139142cfbbf228018d8ab5d02f7a01f0a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.0.tar.bz2=f7fb515855de32badd6e5ebbb03980312144b69dd8b696fb56320981e4f0964065cd13853a34dd321fca1ab160510dee8fc3b6c99f2a5e007e6974d70a564db5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.1.tar.bz2=de183d962dd4a8c95bea54f8740cc34931c2d856783fe7506f0252c5c71bb7125db00c9c7eaf8e80f8fa1c97208ba4b2a4d6c1a76e38d2b6251a92166749fb37
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.2.tar.bz2=7589f0292f72a2217e5024b51791f9a719ff0862bf39480f1460b5106f1c11172c72ccc1fe2a00b166d80610d76fcbefe64b7c9df0ed3a72c58964c2402982c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.3.tar.bz2=d79cbc4812ebe9b308a145e96f6e7f64c2692b04370ecba0bcbaae5427afcc7e57ee83b4537914b6b90494fd45a11bbf2b27999a7a74c7fd569687a93c43961f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.0.tar.bz2=2d11ad1c89c1ce9873dcdc87c41cf38105b00e265277a173d721fce4bd350af73caf01fa4a5797e926f1a0cb180f1c6e969149d1d524c4df797939cdbbe9657f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.1.tar.bz2=cbfe8a92e732675ca1f7d51c04775dfdedec1b9f21b3b7f0760ef61b7c375cc4b0758a17302242087b55faac7c3f1217fab0f6a2e713a05dac082cd6a5d5df3c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.0.tar.bz2=172189c66b3c721e7413f0088f50e4eb8dd80d87779c3a4e74231f7036eeaacb8e373b7f5ff017f8aa274c1e1c872066f2f93485a2a369a7e9b442d157840bf2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.1.tar.bz2=829fcc1a3d878ee28e89a58a2f6d4221cec115d241a007b048953672d57548002c3a105ea4e65e344137091baaf5d5c54232a54c116afe03d0f3d61c07547c2c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.2.tar.bz2=ec2e7bd32e2d574773486e1c1d733611465765cf14895fa6b017b6ed6301ef40cd062496a3926788851e7ff3bdd62b488d03385aeacc66bed53aed18a6dec225
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.3.tar.bz2=79f822725d4e3bb7daf416e736d87f3b01c21d011423a2b3c65d9019a47ad4df256fd4a1f171961267ab8f20387019fec8f3f4ebfb6664f682bdf36914f6a329
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.4.tar.bz2=aba571bed773554b18863e6b942f2bca743729834657689a016938a34b7e4352e68d9fffc440b2fd4fcdd1bed4d1ba5dde689da535088d7ff8ae7dc364ac3b2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.5.tar.bz2=0e46655028859f5abb64d71a5585db638d00edb9d20a487739d307bc1dfa2fca4ad196e04044dceab0e279286379e73110590c772a06786214c4eb23557324f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.6.tar.bz2=177e9f0a193f9dc45f8653306cf6a87bffba16780220fedbd8be67a3608a8f8d370011f3993590d58805a8ea4833d95196385fede4b513d908fd4263a82f113b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.7.tar.bz2=88bfad0d6258372d4e9739613a07352e954db3deb43c0e2d2a176f9cf55bc5e2df73e4cb04bda75e2dbb210799649f020a7284cd2acb5fb92d2b115a933a4f03
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.8.tar.bz2=3710f83ed7f3f30c9b5d3dd515c168534d01811cd33f20d3a54e654dfb5140afc8198f46dd823ac45072a83d844ad866af1e2b8265f54f9997356be88fa254a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.9.tar.bz2=078ce0d7433e63d947fe4cb0cd5a14e6f5fca00b7309d7288359ed90989dbf618bd8c1f5f31b607f3ad6b0cf540d715dec2c38cfbf71cd170e572321598bde7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.10.tar.bz2=f97f877f7afa604dfa7e8f1b399a4c034e79b616c95bd4e48927d88d1e8adf8e203901fa178f93c6af4511d26a38e2d8cced7225c2e75457bb02dc27b8feedad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.0.tar.bz2=ad619ccf77132166151e4982996e93135fb91d97701ef9aea12b6bd05e18e585dc4d5fc34883b3369ebba15474741db238fb90192eb273dd5428864429525d9b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.1.tar.bz2=9094c9bbda4c3d830382e89e4e1c24fe43cebd9d733b6878a43a34d679092bdb6c7b23cb3cc08d4efc6e15449c68862799713006703f95e2862bad1c0b0bb94a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.2.tar.bz2=54c8fc2f2a99f834292b83ef8e68e2b120f20fc4ff74856c13137065b95262f62188ed5c6ffea8fc4b0c1034d9f8a1b497878d6a581391d422994911f5fcb35d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.3.tar.bz2=b26daf1825cbc9cbe51e1abea84f3aae542beec7c26628201325026b4d4bdeeb46f8053a1c105973242ef532e66bd4eda5199dc1aa4faba1a6393f9cc126d856
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.4.tar.bz2=e5718fb13f2fe7f6b34fbc2b1a6db95576fcf9cbed481fea59fd4dd28d064104a912a1000533810221141ec09e9fd8d1e59850ae5a26ae441bb6d8878f42c418
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.5.tar.bz2=71ae2c5bac04a97694310daf76e896a1a02c245274e9c96ca96740f78a0e245302564bce757f1688d3e83b7c0c88989f702814c434101f8df786c1276a4f5a2d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.6.tar.bz2=1693ebd7cd3a452f51ce2ef32144aa36f6fa8121ec68cd0fff715db8981214ea9fc729099e4495e1e8bc346409551d4b93c6c3803fe187fc0c25360b80caab72
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.7.tar.bz2=53b05c51b970a239fab953dcf3bb433f59465fa0b4dfe58066132a1bf6247cbe4adcafe41b219ba453ea392f88a521349df14d58a91a855c53c9b9ba4cc16c4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.8.tar.bz2=b9b0d99e590a48ceedbd1d6318c29b8fecc12b02ce5a6f1555593eb1b3e284c766f2f8800ee3070fb7a041593e4a3806d53590be760381268ef0f9588e127b08
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.0.tar.bz2=90491968190f4809fefb4068fcc37fb7e2ef179454f57c90bf2af308541f1ec175a72ded53202c1e86dbb63cb6b47678656f753574bf6ba525e982f3278a7602
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.1.tar.bz2=7f9ce1b6872352a6feb539948d26dbdfefb3d4225ba582ef8730be8fd85d5c350bd6f21346d43cfe26a8501c4ad145d733d94da5dbf25b15e7610ca037ad4227
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.2.tar.bz2=8544797f46d54cc4098227809561023bb7bd01eb2330724a94921c5a79ac64b44bd56069d7a77a3e6d2d3dbc504ec25157daf7fdf921c3acb3b4289ce1bbfb5c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.3.tar.bz2=fe086aad84ac7fe8009ea2bc16f0ccb7c60a5fc9034690af38fce1a05582a6226dc3d7b80d08d1952d03a9abcebd7b361f5fa2d506d71e1f5aae9b5f31ac22af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.4.tar.bz2=ce06ce97ea1554972b00781332f126e767a3ab98f5023d3dc83195bb36b954b1b497961c74bf31340827d9a5de2e0bb34240accbadad550b2e692d26cb097d4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.5.tar.bz2=6fa248065a48cebd1e9950ae07f3e653b3e29e369fdd914908be0b215257fa2766b0182e392fb869af51cd498e258435f6d9b45a03452356dc08da0e96877ae4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.6.tar.bz2=ce912342033f395ba6298051b081c89832f656d61ecf2064e9568692552a938599c816d2cd1fd1f9bee721611f890b8329985c69f4d5b2bdbfa6635b48afe3b1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.0.tar.bz2=cbfc7a1cddff0385187a7bf2eb9dc71a8d14912cbbe4e9529b79414e49e681302ac9009b7c8e6fcf92a9f19a0ca5053a6ed25edfdb510e3e4e247474d471c58c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.1.tar.bz2=29b99b3e04325ceca89b64c7846aeadb412215270f6f7c390fb1e275ebe19b2faef811778c0615b2d4720ddd942a2cc209c72e623f559e6c04e78849cc1c1b1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.2.tar.bz2=f67ab3ac13ae90622fb3664a869b0c584b97df0500384a28bda9c5c36cf2a27ac1f66afafea08bb29bbfbfc1e0ddc444427993ff4163987f5510c4158a90a96d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-3.0.0-preview1.tar.bz2=aaeeafee545dd1ba1c4df5b7e46e82f7e89e0dcf4fb10677b7e177e66f86e6825e85fa5ae3e74062363883768b3485495a3378f97693d45f675a6e547e989cba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.0.tar.bz2=3e78b2a73167c3680aebb1ed015c583d4f6c58804d3b272253bee2cef37fd2d1cb3852fd2b408f4af1abca17725d923a1f28d40d2a33896e5cc21c4c6711d7ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.1.tar.bz2=14e7962e180b9ae16607347ba5360b9ec086eb8055b88d2f60b1c9284fafd93fea905aceb441f07d594a34b53647520f9dec38e4e9f6ad3e5a6850750d981a27
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.2.tar.bz2=5b7d88d4405cd45a6a720295cb0b7d3152dd757aac996c8d1a576c6ab2a45cf9ed0b0ac006423791cb038a14153048e96308ecc8ba1e761d4b7671dd6f880d15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.3.tar.bz2=320734a124e26de068457237b5f973278286d7e529e92405c1b856b6e57441b5e76c59d0f519fe43fbdd2c8c48c9dd37dc5094831c0e6a81d804e88888ab6237
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.4.tar.bz2=ca34ccbfc24adc4b2c6c5c0e3b27bd2754c2c5be61e9dfa7b919b4902174e351f45128d887c179c37ccd5163a7f51c213fae96be4d0c356e2d7f96acdd4f164b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.5.tar.bz2=fabb151c29ad7ef7432efd4d51ea1e20180006601617ba896f8b1379555f4088d398e96f7bddd7c9815b266acf5ea94527ef4acfad2446950da6fabc3770f788
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.6.tar.bz2=2728c38987d41169b7110fce2b507b5d3e971d5b043b60c9a3b8d6d385ec2a40d24e464f6cf081844282d6b9fadd4abce670e79f02e4606bdd5aeacd1b57f773
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.7.tar.bz2=f98f4dacd9d8c6c9515ddc2597da8b868c66897577cc5a76819db742f3649881ef5a7f85a880f1e359772b1ab08750dda6fa74ee826938e06b93a9848699b929
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.8.tar.bz2=47fb4b41e60b1e536b3a54e18e9ee92aefee7eef92d49716b46884b2a3d73a02e88e4815df64baedebff80e9e17ac7b0af6e65b406a2c53a4f90421dbc948415
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.9.tar.bz2=c81ad5e16aa18beb7c34eeee68ffa96da243f99ff69cf00932ad5ebe427c1f80e3f7fee31b15ec0d96c1be5c2007dfa6e96c38114f61e958c6b7ecc40270db4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.10.tar.bz2=856210b3eb2bf338c5da2668e830b95d48feb82c1c4407371b18c772df12878703a9eec948a2778acd098bcc8eb402ba6d57b2b935766847f3e652c3dadaf6f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.0.tar.bz2=6ea5e6338319e5d6861d420b10f93b5e6634a9925380c61acfbb258b6609ada76bf2a6b474b53a30b0a81f0dd81cfdd1e610b68698df73f69091f479ad39bc63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.1.tar.bz2=8e8e4ef137b9394ee34b760dbeaf4d23953bec083e5775a423ef6c16b75faf8bdfe99df975ab6b6d762509536b017f3510a9a5e9ab63060208edd4d2d96371eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.2.tar.bz2=756c9ecbe3c9801a0a364143478903318c524f7aba026239a1fb42d7390f74110805543a9ac2a9f8bbbeaee48bc867fd15d400d8bd46576bf4fd417d6136a3b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.3.tar.bz2=594ff95e33d0f7af7be448a781ac68f895f8344ebb1c9a03898813baa5963024aa84b11baa405fa584070e4195fbfda9b908f1fe171f75f19e5e1d7879bdaaf9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.4.tar.bz2=a9703c6edcfa2ddb87bb73c070d963fc4d59599919865be9b1d93989906698c6f3b9c4fd7f2d597e5d710276555de0b5865676b92aa3aba1f1f41be4052bedc1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.5.tar.bz2=dbd91cccc0a00a1ca7e901d56f9840e62e4f139ff4dbae530169f41897d06523c7e8977138ffc6212e1b60589f3091a4e2f6b6714c0fad22fa65e442b248f61e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.6.tar.bz2=ec967415b5bec95154cd9ff8338a602a6d005fa647afb1e1cff54a0fd4e9c0697b9e952c2dfd8e4b30068a697f5391b9cd165d5d33f3b146fe35f2a8fdf9823c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.7.tar.bz2=b8786ef31db7d950b1309646f81e6a99d56b76223bb8d2d20ae045f09917332a869b14cee1bf235675c7d8eebc6942b5ebd6cf0cbd290ea75d9f9be1475352f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.8.tar.bz2=4d949a715a04cd45f6817b1b26093f7bbf03ca630aaa015972e7d0ca72bae094add18664e1489ebf8ade27c160d2fbcebdb105701d719461af13c4d5fcf2cd22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.9.tar.bz2=ec6cd8bd90ee99aa6470d9d524d89531f96f992efab8a9d6a709a3959ef4c314828276e67b84ed97d415cb3e0c837458d13732dc940c93d4d069d9b881d7f92c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.tar.bz2=1f60cae30581e3467c7ec07391de5045f238b61a49661ef0cf76d72ef78d220b7ae70b86b1e72625cf37085b6507fb1dfccfbe5554195f0c6eefaa996e199c16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=343f5dd6703b6b58d61fabefc8a50ce5d02d98c32c8b4e52b8deacc9824369a9f0dc8faff69e90ca7585a194a4d742791765b16c3f5e2417b0f54e0e6f6220b4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=aaf7f9e30b3998b8586764f61d09e434c32aba7479aa79fb6afa71ab11c067384ef3a4b9215a1a3639da807f4f642b9efc62b37b55e989b7ed7d75cedc7cab40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=b834ef95d52abc1f0c224193391bded9b4d2089c694378dd5aa45f8b2b1ea41b1c300445f766841cbb8cdb1114491ffe0095f518e1600746f5f583dd0cff9c1f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=9df5ba9423e0a8af9d825e59f8c69889c70af0f6d67f96708a02d7d61260c83474e2f7b2f240af399911bdfc56850255b4f34554f7013d0417a13bb782403aa4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=1d4b55a6a34249e82880fbacfc1d97a093600005deb982c6b42ccb14bbd7bf1db14e0f6d73bc25f1addd72378850f7edcd63738f2b3cbab569e34e89d563188d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=29a76dbb28d5b63ee0ce64cc2e7d022118350a550d3693b8e38d559bbc4f42fdb6b63af4bcc4ebfffc5c0fbabbf2e18db7228e655de3bb416e344a61737870c7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=122322fb462f8fdcb065e6f9d9968027c320ba9be9ad6fba9011760a7296cec1892a0780d7436903cb7763f5d18cce11860c5c7fce82890eaa139a94d5e89428
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=0c17f52a74b73041c588ed76f73862d179d7b9abf9de61279dc74ba7b7f170179e0db5672a403dcc209b6dec9a865a88a382f5df01f5e6ba4cfe0f66232b4a15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=1a30bbda34fee311762a2f05ac7fbcfb4f373f8840f86b9762b0c07f1cd397e3eb3be83210221384333b625a243c7161ef4f368602a613760391265309e4f304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=edf31b2dd02208c96be25c2f4f7d35e2b122e5d327133545e16038836b848b90f81079be4df47c5493bf4ead1d464fa72a8d0d405bb2509ab0db6335c58ff793
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=91cc7a9cf493c7361f3d507cdbb8e258b7dd710100cca8053b77569c07c04fbc2f72fdceb9fd9a3a5d01f4c423a206da97730c356d017157bc2454041e1f1fd4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=8ea603a27560ddde5fc639b86381a303f886ce80384d8edd0e7bc806f10649760d75a76dd5f2ee445371254e727544ec12df49d7fc8876890b73237f4eecea1c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=c42f24668695be5c291836ae6f39b4366e0357c9bb63cf8be2ad36cefe0c6d19cb921a43159d49d4d062dccc15902ec1698a1a6842d13ccaec45c6cb628da4b7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=3ac89131407faefde80bf2e1bed4baa51c371ab4bffc18c8dcf2624f4d1068c9f933eb66486a2bc7c6c67f674c5bd06747bddfe1f1f9dcd939458a08e1bc6108
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=8ca9a9387b8cb434828fa36e5886bc8a28d70fa46d3e20df60389880477fa2ee54fe63c0c14611a2cb0168ef1149d205640c6003e6a507400ad5fc34fa641bd2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=52795cd7d112ff437adf603f58130ce539209628d2224a685d060d67a07325717981fc6f91736d4abfe014ccc8057bb40a097fcf85f5046aabde0019d08bef16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=bc179a31c746ac6e632ce08f57a8f403d4e463ad72285c0ce008d7fa39b88a22be3a43014c9eb019f6a39d022f9448ef151a8d03e89a4d2e767c4f77684e3750
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=d693e3a800c2200c74b24c207425f41cef206a0b3f20625d18b1590e9891f409d6643ee0e7ab8fdb6e1e85de6fea52c6a307bf8f65324ee0f9ac33306ed1e876
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=4b6cab99f6b7be7705efa5eb6f321b5eeb1d1c6e96d4113bf96b57378aaa4950b39f40ad555f630f17d216d235972f028617ea43c28b1970772ffd16be3d9a67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=40bd90d231fcedbe34ec9963eb59645fdd1036b03056b9b8fa3b56900deb86d94e2a256f90e6aed297288d6797857a3ef9fc27bc6ed05c017b5c8e8ddc465df1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c1df39ae526da7ebf87510017d7694e6f78c59871baac4e9c5f2d13c22cbecc30925e2783ad93f741110b7c3802e9f25a6c3ff85160b33a4080b0f1fb02f7740
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=930f6f7f654fa14076c84365fbc771d5b09679588c4c478d8f6944770c53fdd37213bdad159fd231efbc079b85ab7ab648b0a97fafd666c38d0e280046c6e2ef
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=cb62ca82d57dfc0e21e532d4b523f49c559c4ed5f3d73adbd9d650bbf23c694d382f3cc25eed6a8630f23e4780db127b4b8b6ecf6fc24b0f6febc820dbc6af3e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=708209a89a18cd99c02392307d2bc63e46bd38c72c8ab0e982b28285f8e006d4ed77e04da3900c880eff01c3350033cd00ffc3be1d3a12c4ee5b263282f0dd05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=c94f5b3129ff41da1b07da1cf742592e9822febf6bcfd0e9eb7145c00b732fc66625056bddc72fe9b631742c70d0e731cc6a9a16a089c7b559ae963b072578eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=b4d20f79eebc5496768fc6adb0735c6a23cffbb39ceaf9c2da42851ff7842dd2318c07877d89564176d206e22b8824d2a3c637b5ef02c5caed0b2b5276581032
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=a09ab93c3d6936d30065236ff2abbd0295988a9359f5a76425cecab47af0ca5b6829530d1708e9ddc9e78d1fbb7c0359b9c7e90227870537d099ccc89c73844b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=f6086c879f8737eaf6eef4461d23270e9e43811186a22f35ed69a8303eb933136e7a690bce2d9e18bcff730725292075e09db0f2384d0e26018b7f2a0df70b32
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=62c631026560ee310a849483f1b48690075477942ce86e0564e92f5ca7834553c435a35a1d6d8dd957c3a7be24c63c32104518995eb3a96e61066a04887bb0d6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=0f10741772d2498167c1eb2aa263292f99748518a4ec03dc19440eb5befa075fa69e68b08a09af6eb2e02e462ff20ab10e4121cfeea7bdc938c04762d81fbc4a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=908132a47bd996f8c76bed54078e71abb154294f97dcba779b4cf0d3b82e31c4635dff89e97d5f6b4f1d797d854c6d020afdf9dc77b10c0e522755fa194a17c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=39c867ac0af48410c0bc6b01f1ecac00616a59cc07f3f5a3e7cfe8f786b70c7cacab65550dfee777d11b8b7a3ac173bb22c602df370eef6a04b40f8e539025ae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=2f04566f6d778121281bc6ba23ec57ad408049e649b351585bc9a3184848c71873910e159f7fd3909c7372378152f5ed264070aefd45933b97980e80f6df4deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=940375b11c525e3f0bf00e19013eeb886bf85b8d8b66d86d53740170b0ae16b14faa491dbcbec29238f875f84204cb0d52ade17c180d71e129cef5254f338f0c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=1c9d41d7ab7bd69d7e3baa3c4149b1938cc147beb2a63923dadf2fd959732c8cc824e2add0946bcd62f44b0e1d509b80b4796a5929841cda8d28f3a8207b17df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=f47443a53e3008cb7b7b7afcbbf1adf44887769e42b3defafceacc1e50e349c9000b98010f853c6b7cafdb54b85b640732a56a8e11ad8e58fedb5fa4724f68d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=fc1c9a08c48ad91edb4afcac5244f386d63940fa906dadaabe02a1eb025375443c8174a6ad1acd50f4583d6c57a88feae86e697ec15c8a25bb49f280b1357783
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=aa611f7c350374d2c5c8652a694022e038cb5a65fde795c43e927067f155d0ccb368b281b1575e679b84cd7ba6042216dc28149e138256faf62dd3060ec0a6a7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=ab04071b90ddb81b68f064fbc9f2bf726729220e4359113556d9b71f3549483f122b796b3b1e4dc8404e6f44a4bdd02e9db2c8066974acf190448c4d5a97dc6b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c769fd3814bf31728b83f2bcdaf0928e6423150609f3db903631f9db68ce0a0f9c87bfce5f93983cd962662148a66cc55f5f42bffc1a1b5a237e6938726629ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=c231f8ecd46760db49796519645bcb5cc9fa1c0582abbc419a2ca81805c81fe8912dc32dcc2c5192ca9ef0d502da8f61ce1ce7ecc87b29edad3a144a8a0c200e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=b41557c83084c8e5bb263aa944499932ce7d84457e4e307f1cffecf62aa44f8543a06299e38fee17ba64f8952048612f9289e24c35acfe2ba02b913c15dc1405
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=001d10af5833a03b42d9a254bde844731d3a796d98ce2efea90fc68e4638c7cc3be31a34fa163d4c5ac18c60e685e5cf2ccf88fac46ae6bc587a48ea35cfb09b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=0a8681afc19372ccd9409bb017967f86c2e6642e083ca47ec904cccc34242040f710392d916a69a327ae6a0bb287d97bc05bbe116a1d93478ae282b32e5fcfab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=e505ff2f00334870d07f4ec9348648b7f3b91dbbad1fddb2f60f7a38572a66a7bf081fc7b386f800d86113aac1ce3cb739c86cf0d6da2bab916a4432ad557c54
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=aee6000ac886cdd4e4044a7b43ab20d54d1e99f6b893af69d0d7e7a202f4ae861f939898580c60996b0bb7c6481eecad69a20acc83c75cc594dfbfde3a22c476
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=86f4e6948eaf2586e018570f09232b94f907766590eb75f00992531ef74676070ac5a2308e121ecc1c23388ece4dbe1ee8a4b2a7ab99ca00a28d6583d6df3d0a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=1bf867b0af84eae4e7996047727fbc7ef459afd3b2ca5885f658a74d62910d00eecddbf0c11b23265c625c26b420421ca5add40079438edca8eacd8b5c0149a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=92a3b217079f9d960cc4fbb5908f7fc7ef71cc3ec8e5e404341e2b8875534c0542167d03b61577776e0b0f049f9ba2e3235842be381b4d484845768adaa6e3f7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=608f0f9eafd72226fd1b39f6c92d0f1c6d3aa7ede096cc390fc4f8bee4326b0937767bc6de84fff536dea48cbf9bdb8ef5598670235e013ccd630b06c5b8fb05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=40cccacc66cc4b7891b01c35375ca913efe008157ae540308b649e14f5753f34f1827861c6e16b500c49ac95e1aa22e1c01444faca5dce71f981452a9e0f1b67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=5a33d600e55f7b8755725d7e2f2102cd76720d524d7b378d85fc21ea8d853166dd97e2e615ab18f9e44122e3404b439dd123f8e23d6ade5328982fe72db2af0b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=37e3a4011b3603807c6e0fd48818b256caf272b3720ee654f38c0ae202cffa21600f9cc751b5335b57905ce67db185b37f548ac9c84d6acfc567f0ef4866635f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=6648c1b6bd962e30e89eacdb6130b1788ccdf6ed05ea13eac32eefc222438a298de8121937262851cf5c4cdcc1a804d5d8bf19667819db6599bfcf79e57b0e17
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=ac690170a6801fd741efb88e67961c0c3d717029b3bd9c6e243074799641c940416fc9cde7b4ba2c56e79551d6cb7fe5f7977649404da0d20d1819d7d3ce0bd3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=e6edfed2dd9d6649c47b1dc1b102f933f76a148e6dd8441add2316073dd255cac851e972366e4821fcd665e55b375fac757d189b7552baaa0b49e82349c71b77
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=69c4895076690037199f2a9b98e622f6b5e3c23ea02de79bcade6193da2b1b88ed0c28006059f4ecc502298442275e7e7324232de04a2f0ce430665057410a05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=175777563303c6d6a04393938ffa7e36e0bc6db33f7d2cf1d42ec852b41ea26dd7d50569eee4cb00497e6bceae95592365ea6718a35451e5c929d8a085aa9649
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=b668f0cd853615fec38253b264115ef0fedd21a7879a663ba844f4c3fa8b87e5ccd8adffbaa12ffa3aa16b108a2a439cecf827e7d8e19ec8041d46e758abc391
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=2039b1fcf55cca35ed3c8446eea45819368016ec1a05a5fd4c6a761b54f5cd56cb3301d5d2674af1ff75bda41eba41b7156e71ac48b88ca7a6474f0e944efd89
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=b4bb324a53c316da488c5f60803933eade9ad5c59a6d58e76787d2dd89dc2d2f18016d2ac4ab0853a40976b4beab70864a9c2d23de194bcd63ad089b2159fa7a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=3a9b5868d707d6a4580a44ab7504cb46a2713f78918142b185f0d62c5b7e0dfebc1ff551b2a52e9726befb70abbde867d2802345a01fd3e4568b9f58ac83c168
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=39007e736b28ca599ea244bf4e54b52e86597c950c0ebd8f1696a02c8eef575a734d089b52c7013d00c02aeb261dd7e2facb45f24b34c75c4bbf14cb8bdc3ae2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=0fc4e39f7382c29fa2119119a78040c611fc8298bd4765025599d3018775cb2bb28f51d38efd4306e9f04eeea20e7c2365f2fbba1233e0494a8258c3c184278a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=5dfbcefa70f5b81887d34e776713bb9c6f7bcecbda8f1c9561daa3e235c725417ab0a930f594303723f226d36306e6a73f228abfa3533280659ab387708182da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=00936db899bca33dfa8d0e6ffd4bd6b0453ad5823a450e50e3a055ea696dcf94b317357732e26208a6f34224c33a8b4a6130e5613262d62381179a52cc8f3a1d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=15b816d190fd58382a2f6f6e087f358b54003f186462abf59dbef545af9044a2b9c65576119185adc6bfd9ebcdb49f03a2a268eed4fb0f0d37aa35fa18adc1fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=3a481c35668be459688a66e4e480e11b4e58c13aecc3751da9de8a3e3282bb4a152128528a804742aa0b4380eb537b666a2b29fd79be0d6968c4ff1fa428eb7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=c604871b39f396c539c52dd4849d1d42f37530003601f60162860efc777c85e7e1a1ee88a77cfc9ca8ca20f0448a5dde4f39cbdae67470d8d2d283d6fbbf0239
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=12042b5c30179da275fcb6155142ff2787e86cf577caef44b7c4d8175ac671cd461814e9a19f4c9b1e78bbdf041fdd06bd463aa972e194caa91e80778a56bce0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=2bf1c13616b2e255b8c269bcb2f979a45009c079ffdcb10a13e238e5d13b0978e8a974bdc1e7bf8519e15264ed5f577cc8f85a5861b3ea3a4589eb78138a3f2f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=2e7876c8c8a1f4e3cd1913023c564d9e74972ce427e85765bbe9ddf237285d7b96017c1ed17868eb912509881e05aaf96e4a6b353a69989e61c733b346511715
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=06de4f6f2761bc58d94659f826c7c86be50192b7dfdb5c8b6710b384a50299ad161309e2a8c333fa5249d0e7112f74dd0c0b0faa2950a6e74bdba68833f68702
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=597374487d196abdfb389c79d7d09b81026fe3e8043f8811497646eaf47bfa432cfb96e2af9be1a35ad2d05f2f5c800afa3f9e5adb0ea2b2d31812d219232a00
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=ba56050ce3fdbb9117c6c9e767f818ce3d467030713b7693ebb039f6888bd5d7e5f7b1986ed117414037e56e550707c3625a88bfd5d00d7319d0c7ad642fc811
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=395facf2f7a15eecc94e554a60d87c269ba70c5063b24b7bc504f579c0d12a7d858eb0b98c502016ff8bf02aaf11ef765e2291b542759fc96affa186206ffe4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=d1d527b2e95e3a16f521214c5352bcb379b946e8be1a943da872aff0ab4b8edd93a507d693abd7a8ef1cd5ea1ee6e6bf1f838683f5a447a6cb7992de61f744ad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=e47a50392c4f3ee13a565103e0c5f9474ba0a8f5ff60fc9fe7d290b7f5f9a9ddec962fcbb103a8d3b9c7765a28ba59237975f90aa3637a06a128802ede28b3da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=77fdbe62d1694732a7307c29b4f45d0dcab7e8a729f04f45b216345336c5820715bf3f8f7cab52175c4ca1a431d867c7feef7d802dec61c2cffa4abfa8746e90
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=24da0cfc93ac536c505dfaf2dbddc7b312a3cc5c72a9f47e28b3bba760a53b584422b73da8546ca01cc44d3906a31eed7f27a3dfc0bb574f01f9c08f7c589d20
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=aee8267c4855e95a55b7ab858ca6359d635049743b8e38d34ad1430522a0cd746cd572e77884f7e10af14a731ccd8ebb9cad6ea035b0fca4ae534913a38f43f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=ba3e66bd3dde28e7193b90c44194cf7732d294e592321c482deb3b31ddd9655630f5b04aa89a43eb9d1bc222da10884e9da332bc9da78e9e1b655300db52a444
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1df8a2ad9256985b4ffb3da5b545af4160ccebdd8265711d1b642cd2285a004a42cc2ea51ce3ee78854e599f5196c66448b8e0b043846ef6e6bf992828aefb6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=cc460b3d17d460abec27d77f734e1c1e7a649769c3374f02d32a4ad00f989ff3150dab926a203b209c92475100667dd524774fc37633d71f98737ea2d8868968
jruby-bin-1.7.0.tar.gz=1e466a3f8d52b553c9def09827fda4b8433576b0262c40ee505602754521a00defd821d5ead5052be52baf281c6cb080fd03a8b15c628a0ee67b4e417633e5e2
jruby-bin-1.7.1.tar.gz=ef28381ca30664cf450f9d3df9927530db771d30e86ebcf535af38e1a7e26724ae2bcfe8487cd2eb349bf609a733a25528aae14beab4d13d298b5604ac7353cc
jruby-bin-1.7.2.tar.gz=8155c81eea6743951db7383bd9f6b1750614927c9c0b25a6574f6d64898bb3ada2f626c6e0df6c5486561a03cc7d472fc12fe804ce66a3972d2fe02e3f407100
jruby-bin-1.7.3.tar.gz=1d19be25bf4a7dbb0edad71008704377893d3967aa4204a0d59d6883aa04462ef6798c64d0c0fdd3f5129c16ccb42e8507f3fef38ed56054bf6e689de745935a
jruby-bin-1.7.4.tar.gz=d7c0ee0316c50ae5413757e956c18ca68e9d99a25cf85be978da0787c13b8978d4ff2712a3effa564cfdf07144be4a56a0cb8acc794a01f43264fe8baeb125e5
jruby-bin-1.7.5.tar.gz=a4984591a3809330b93f4ce79fd1b9c24360f89d88a03bbc76351be623893c4bfc6441375bbea452ba4f24ca8b9357e03ac938fd6c065b3e2348c0f896b22a1b
jruby-bin-1.7.6.tar.gz=98600a2d46bfce14111c7eebc62716352a4b685043afdd696b8fe51c6b205eb9569fc2860423a653b842b173198c76c59767156aa48e0d23482dff3358d884f3
jruby-bin-1.7.7.tar.gz=71da2e72c65899216fa15ec568b51aa7004e2ed7dff99ca376b332d3692c83a674c688dc21ee04d177a3961a2bb3973714509d88cc14d0ba9f79c864c6258a06
jruby-bin-1.7.8.tar.gz=42d54243653ec260abdafecce1143161be63fcc38a80f71ab70fcece4bf91545a2b12ed2319f9fd6f6b41916c398a9a8e89e7f0389f59da56f2739665e74522d
jruby-bin-1.7.9.tar.gz=f519f53b1d9f57cfe28982ad70b892dc6fc20fe6601d98d65a1dca9f617a0eb8fff74d0fd82ddb858fe105d05ca7c7bbf3a987677ae0363caa2981bea358c096
jruby-bin-1.7.10.tar.gz=160b701f2f500dfab64beb635e5c4dc57760dd422d0fffe8d3cf8d84ee6ea17a877ef77a0087b4888ea9db64ce7750de01a73a51530aa6666a2efdcdccdb89e0
jruby-bin-1.7.11.tar.gz=a53b0fa327b98344cb4a8aad1ba537ddacb709a0e173b1e32656de8a610cb9896e9a4554d54d0d01d2361f8ff1539a0e2ee01308f670df2004225231b704065c
jruby-bin-1.7.12.tar.gz=bf2be8a37b53d38c75712a6331f96b999fa6b0e87f453fac7b9d11eeb1b66098ea0778172f1a6a84345e1881f05d63012e28d4068a0bd31122bf2473bbdae5bf
jruby-bin-1.7.14.tar.gz=f14e658da7f2abd469edcfd657dbc2505d6a2c04ba1e5f65f2164256f54625da154b338bd3d286ea6a18da61d04d90a61ad6b012bd9461182753483efcd0f603
jruby-bin-1.7.16.tar.gz=47ca714c3211c95c84e9c80ae4fbc894bfd7ee03e1bcc494cb48d839f8538db4aaca7029a4913b8d323e7227450e4e41bb943dc670f43df8a654eb127012033f
jruby-bin-1.7.16.1.tar.gz=9bacdf6e212d08e46ac2c49183c8611873f6ecebfcb0e928b5110bdebfeb8751ac087cf8aba09afb9a8ccb58e59f3c3e06a241c1db445835d7a875b0c3deb4b5
jruby-bin-1.7.16.2.tar.gz=349283bb5344a62f282021ce39648a0c8d0b41ecf8f800ab5099b5ce161ff771e688f205a918324cef6ba0ded6b3694b8dd83f46f56be584202b8fee496b37e7
jruby-bin-1.7.17.tar.gz=a3b171df08e789f91c260c5a57ec842a5d62cc8d6b462b772905ec5284e394ed7b78f5b327ca1ff20f5deba8371a86cb03fade75b5f34f233df47bc3f08d469e
jruby-bin-1.7.18.tar.gz=b259da2967e246a387687117eb13e8986b57de6ca8e570d6f8f8f07b8097db6e01cea8b0ec3a860b091fde14de535260dc6dbfc638f9e9b49d348f726e969642
jruby-bin-1.7.19.tar.gz=da91efcd51cfc833666f8b7cf949d3b5c41cd8da99ae1559c88a7358fb48df1245c66702c7cf23e7ca012cbefae98787c200352976d4e8aa3e9120057a89dc8c
jruby-bin-1.7.20.tar.gz=77131afe46e72c406ab4250e43cd1f98e59a8351c494044ac89f97a7c9a81492f8a8194541055fcf1fc59569e99a577fd6a36a9f6a3952a99f399d4970e80e69
jruby-bin-1.7.21.tar.gz=111883df12a60d06e9924d33057ba72094fcffd44f7e3954d6c6d2190f8e6442804e739cc525a9e75159251a8dc1cc487570792b1b4f5773f4d0082f0eb360d0
jruby-bin-1.7.22.tar.gz=6ed6cbe7b81a8aee60906fdf965bc217b3db794698e2cb37559f36ac119a0cd2a1ae1a7a766535ab491d647e8b4e6b2f63e62011714b757f8691455831ef365c
jruby-bin-1.7.23.tar.gz=6f4b97c4e08274f96195deb176e3126e8d047c981cb655cded9665624033fb905d60d5586704a3f91b2ca06d7e78918d9d31131c93e4c90c75a38182e309ac9c
jruby-bin-1.7.25.tar.gz=a89ab8d539bff346ad56d345b6a205f74890b9aafe82a2c82e7c19cfc30b77fefde1003e8bd7ed15f141151bc0fd21946203219691383a64f2234fa586e1905b
jruby-bin-1.7.26.tar.gz=feee03a50900e459d9ed7d2096056bef126c4551c02c335c4132e2307411f3fc4fd435e8fe44411184773c80f0630a7812b3d798b7e9be2818e1b5a712bc6995
jruby-bin-1.7.27.tar.gz=656f4313fbfe5db8d2d4fc2087a012c91efef848394c48aeaa0041e9a19b87ab74686702955413d2c51d6b4b11c758ba0555b30fdc42e86d66094411324139b6
jruby-bin-9.0.0.0.pre1.tar.gz=988c6a058336ab9ac8b27c7501ceccf3940837f9b9d3ed32a466b891bda1bc13f76199f5bc3baaa1240dd0dfdaee40775f721294d667f3b8b5bb9ac8206e2e83
jruby-bin-9.0.0.0.pre2.tar.gz=f207f9477a12d7ffacd92b1bb5154ba8101dda8f7b2eeadd4fa83eadec9a75727bc1831733d27fde63ba63322ec491201dd23cc6e2c2b5a4b8381a8fbe49e8f2
jruby-bin-9.0.0.0.tar.gz=33308a983533c129cffbf521bdb8c1996a10a6159a4a436248e645bda682c5a5395ac1aa767e971ae679c935f3b61573cb22d5b8c64af026752db3411a6356e1
jruby-bin-9.0.1.0.tar.gz=277dca63f3faad01c98a793f06bb4d558a970a10a66a38482e8372b25f4cf4fea85f1d5624fce7fb5b4310c42ea8aa360f24f6b9b6ef4bb0ebcb036736009ccd
jruby-bin-9.0.3.0.tar.gz=d82f83e20ef17a0675843e306ec5e90993e5952cf5a53957a91e369d2c90d92306aa515b1e135c04b45844a81a0f4ae34289b966821ae5f46ea51fe012627352
jruby-bin-9.0.4.0.tar.gz=b9cd4f4a00da8152740b468914046633d5341b10aa26b0ac56835d5896531030c8afbc4c965b30c36923555ed5b145de8ada69e05ca38b01d43621914a331335
jruby-bin-9.0.5.0.tar.gz=7c61cf010fbae571cd6ba334aefcfd917f6de8224d014026297b840d0b890523e94b2fea20f154c82c25c4f9d5992b9481fb569646a7023e5ddb42db1baf5f34
jruby-bin-9.1.0.0.tar.gz=1ffdd352823436086ebfd37c03401a1f3a9cb8a8c5f75476af1f704c4764396a20f49ddb7fb7f0911e1608f7c88a332944330b8849d13e6badb170efb736dbe2
jruby-bin-9.1.1.0.tar.gz=475acda79ab8c54467ae70094aa86842959200127c1e92709f0a731014c469d3e52e4c48770b64ab1bf31e1b710ac4570b421077c85c08071c1356bee55a2900
jruby-bin-9.1.2.0.tar.gz=cc6b1e1a2907c128dd04edf9da11933a54bbed5e861ab6f0208505bca5aa2aa9d9acdd04bfde65824346fbb435584081fc8ec2e2e9a3aeea1bef8047915e0c61
jruby-bin-9.1.3.0.tar.gz=88339f4cc05f7f0ded21f100755156ade33f19873f49c0c64110916da8c0b059df541a77bb36e54fda9cebf042591450d2d6312ffaa879df926870806985e774
jruby-bin-9.1.4.0.tar.gz=ebe0e9d67cb91721d589461e93e26338e3e3a1f0f98de53f25906684140b49d989ca6d3704cd3f6cbf650f30aed9a3989f117bb4732c83ed870364ce4c31fa36
jruby-bin-9.1.5.0.tar.gz=f2a11e6fc88d37fc1b640ea8c9feda4607bea6da5e6520f61ff85e8d6a51543612ae267b45c033214f8fd0e2283153da02001cbc9fd90be4761b7544e1413b9f
jruby-bin-9.1.6.0.tar.gz=ca59d199a0fe791efc57f05801ae26c6cf6402bdc0f1a795250b1a2dda39b233ed24c8cb005016e79727f4bcdceb1bad726a60c16935e76fc87e5d1a078fb5bd
jruby-bin-9.1.7.0.tar.gz=f2569d4858a33280e90d984aac53662c25ef057ef9903bace6a2214aa2e6a537c9bc8fc76b08f846b3093cc4a12c70c98d725576a4ac771e640b95cfe3697c7d
jruby-bin-9.1.8.0.tar.gz=dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49
jruby-bin-9.1.9.0.tar.gz=f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df
jruby-bin-9.1.10.0.tar.gz=857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1
jruby-bin-9.1.11.0.tar.gz=718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7
jruby-bin-9.1.12.0.tar.gz=8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed
jruby-bin-9.1.13.0.tar.gz=ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead
jruby-bin-9.1.14.0.tar.gz=d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.1.15.0.tar.gz=74a411f42149510180706b2c70610caeea357f6fc3d2a12ff0227586862e6a9dedf09e752596d6c486af7a310a07241f311a1dfc73ead229d7225c09d4508605
jruby-bin-9.1.16.0.tar.gz=94e88dbeb2545250ba5bef50bbe0baa6f3851e9817f67f879ffaab50048bb0d41cd7a0e87ac9ef547e37c2b82cf1d7aae6b8caa43d03c6a9931b8ce0ad4b2afe
jruby-bin-9.1.17.0.tar.gz=4c06b9674e20f48d3815b4084bb38e6994670eac804fbc56d717cde7abdb74d57e0ac17b7fa0b500318de405c187c3eaa01441c22621139dfdbeef62a5467a63
jruby-bin-9.2.0.0.tar.gz=79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.2.1.0.tar.gz=185e67da4964c9cf1d9142446efa77605e77894444bdc96bbd10fee22637f197aea9fbb0f60d3a42540e5f383d5b06fcf095d572f432544a40c2145deec81926
jruby-bin-9.2.2.0.tar.gz=85e16e38748b6ec5f237eabc8a17eb225c484c20f7ab6728f2a0f650061bc50c8a9601c04b0128e73c410ffe84dacd2b8bb37167aae5595728aa25e88c4c9b92
jruby-bin-9.2.3.0.tar.gz=97ee210157c451567946b38d33380051f82e7e8cb5f7649fffe050542ff6cd627e2c42f4c46739d1f0995c87e7338865b18844741285bf3f72364aa3c841c54c
jruby-bin-9.2.4.0.tar.gz=9fe1506e862a17e261cf726e1bb70a9f612a6d7beda919a01405899660d1f4b79ee690ddf9aeed1d2b2f3cbd698be8df4f98d3815352772cc680e9646d721761
jruby-bin-9.2.4.1.tar.gz=2c41e7884cc54819da17ea9b2b773d05d3240d53a2ecb57ba430ab61308066eeb1bfbe6627e6c261f5f27ab5df7f5972656366a04a191a81b0379f620b74512d
jruby-bin-9.2.5.0.tar.gz=d548eba8de420c80062021f5b6e6b203f8b7b36e3f11409919eeab87a028a18f9346f27d2cd8b1f33419adcc83fc804a36dbc3cee169ef1d93383b8f5835ba2c
jruby-bin-9.2.6.0.tar.gz=20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c
jruby-bin-9.2.7.0.tar.gz=8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82
jruby-bin-9.2.8.0.tar.gz=7f71fb5bc8c6c31b31b4c0430ae091871b21aa345777662f264c728c60212365dadb63a7a4b2fff31adbbf8a2e7cfa678d47486e28840f57b86cd45fe9354013
jruby-bin-9.2.9.0.tar.gz=7df33150858ddff586b3bd86120d4bdd80546c7f8e62245f61facbaa5527400a1aebbb33e4a1a8af52066487e3d29760eb96c7ecb9875eb9bc954ccbcb37a4d2
jruby-bin-9.2.10.0.tar.gz=f4ca024602ddab37154f5547132accb26e7c0ac2e913ebe1b5c7806727eb148249e76031ed4623ab53814beb8fb3f472e386f44d57adb5d2b3b00fb2773c8a63
jruby-bin-9.2.11.0.tar.gz=f736a9e139694c84d0a5ea42f36b972adc82c9be13e0b80bd61045c026e4fe31ccdd4be3dd3e94781c846f356e026465e41716fd2744ded2ab0ca39cd33bb46b
jruby-bin-9.2.11.1.tar.gz=2f758fabf5910ea01e9c04c7600d9c666f2df3db8622f3eeb3534578075ce65013c42fe9ea6f95d4499945f795e6d566eed2b1545e149af823eb1d29167a1223
jruby-bin-9.2.12.0.tar.gz=1dbc5bb3814a6590f5e8ecf4889152684b5625fe81794a2c4064d598614a85129256002dcd239e294f209b98e3abaf9bfe70467fff48ef66b1531162dc6c3be6
jruby-bin-9.2.13.0.tar.gz=2cba016ad6a376252083122d51335610209d860c41de1902f5cd49ffc2f6b49c350b68df8fc4113c221255af4db7ec07980267b9888369811faf66db369e757c
jruby-bin-9.2.14.0.tar.gz=ee3d17e875dd197f92744c7cba62320bfd3f166bbb2ca117f2910780a7c571779c0940e024351e9d4685ee9781dd207e773ace57a4a8a7011869c8b6209513c5
jruby-bin-9.2.15.0.tar.gz=678abfa7654b53b049e4103ae3647775d970c5a7192539378957c1731a3037c852e03f00a496c022c1c438d159a93be6e6f04d7563c811aeb7d261ced643d9e5
jruby-bin-9.2.16.0.tar.gz=f77e314d578a980071bddc25c65659d62e0644927ebc4e7d7d4523935b6c893e611d47ae7478a26ce7acff38b1525eac11b4a329188cdf76aeb07fab667d99d4
jruby-bin-9.2.17.0.tar.gz=e90ac1890a54a892b13adbbeab3cc5242889ff2a4b6cae535c0a3172072bda6ab01b960705ba608d6d7ebe9de5984d8384dbbb6399ab3b2e53a9e347e7849e1b
jruby-bin-9.2.18.0.tar.gz=c5816ee0f7b0f559dac70ffc5277f85ae9c41ad176e43d277f820c2727387baba93998b915cadf9708fa78b5cdf3911a9c39c2ebb61a77a38dcff359f7d88a73
jruby-bin-9.2.19.0.tar.gz=3740674035e27cf7961b3570ad65536c30faab1c9a71a42a696b173379e79647411d57e0d1d06b5f9c9a970eb02a595a559191af08a083773dc4601dcfd07491
jruby-bin-9.2.20.0.tar.gz=1961f52f41e7eb9f50b0f382c8166ad988a6b3c0311c342658edb34486b073ed45c1ca5731aa319196db02cec208a4dfc86aa6b436959b80243bfa4f62629735
jruby-bin-9.2.20.1.tar.gz=598e28cbad682fbb30a9a9a9f708e6e1f4b7903300de2477e88a646c42ae594df5b768ff5379ed447f1a7168e93dbe35cc2d5db7087cb2228233a05bc4687908
jruby-bin-9.2.21.0.tar.gz=8f6cfc43ce3ebbd69781da71c5a70746ada090162bf6cb709dca41a6d968e6072ae62f657cb0bd471c648ff294044bfec3079828bdc410bd64758f76a93c3214
jruby-bin-9.3.0.0.tar.gz=06331ce32ee88aaad5e5bc0668d164ec3263f8ef3ed34bb32981b76ca33f8c817e3632550775706481094159f4feb43916ad1f9ec0f0775ad756b16cb7bd9417
jruby-bin-9.3.1.0.tar.gz=bfcbe6dc5ba736fc944af15eb387b545f6c5b987a7db88045913a02a1d30726c5d1255c4dd609aa7c2d2823ddf9d8360223b0575c93302aeef4c54eb37af9abe
jruby-bin-9.3.2.0.tar.gz=b1777bfdf1964d7e527bb3dfc47b4b9e8c589cdb301c38ee8ee988bd0c392ca978ee3c1c24e4b5a65bdecff67d1bd96e2d8645e58ff7e891e3622097ea29e925
jruby-bin-9.3.3.0.tar.gz=648e70de0bda710e2dc70fd03c3dc6b798dd4c7b92584c54306c426f59ebe1168a595c4cf94328f6b44674f5507bee354efdb1cd73060b73b0171a3605051c9c
jruby-bin-9.3.4.0.tar.gz=6b09decf412a76578179cefaabf01cc8740f70ab5324954e6aa43b1d8b81c37db7a99b1f94d6ced2b459f1c44c3086892b9a2c06b3ea838baf75a8fd5e0447c8
jruby-bin-9.3.6.0.tar.gz=f730522eff27462192808773cbd071cdaefae11f20bc808a8f22515a33960a730f3c87ec727ddfd9dc9b6b35acffeb50c31d75a4794a3f8daa75e1963ebd246b
jruby-bin-9.3.7.0.tar.gz=265051c68d3b9dcce708b75f8267303ae84008859c88d7fe4f282395366c3f52fcf1bb161210555c0fd0a2427ff5a728ea9e337feea3d9b69559cadb2f300aed
jruby-bin-9.3.8.0.tar.gz=12e795b7e1f14141bde68f52a29b0aa9f1db20515240dce83cffec351cefd25959579e01059d42dc8c8e4280493a70819d9beb1e0523e9bc10a72af16d9abd60
jruby-bin-9.3.9.0.tar.gz=f0b31d98f39a2bd4436764db0b0139433d6868bce7c30c5d6e3552616ba879c93478c499f3e4c884fd3728502916aed5c9ca1be150ae3e80ff47b36710c3f6df
jruby-bin-9.3.10.0.tar.gz=aa36fd4c5de7b17f5fdcca1d1314d309e7b4470d46822c45baefbc0ad5180e5530a7054502b97b414352af485e7936659390690dc6198512ba6733d8f8d503ed
jruby-bin-9.3.11.0.tar.gz=d9fd90bc64028dcc45687d2be51414b1561add20d20d1392525f4434cc684d505427f5e56827afffbbb0ce2c9cd7c1ef846b0bffa737679afb95d4c160232da5
jruby-bin-9.3.13.0.tar.gz=eb24641fb7a6b9d2039ec953388053e7333b306056f9a5bf745331b04cfc05dc4211a9b7780ce88bcee9184b8cbb219b574574d308bc2720547c116f4d4721dc
jruby-bin-9.3.14.0.tar.gz=d9b02fc35133f71140cc7d891061f8190b61b3d1065f00092a2aa9a4beaf7d67297dfb0529691bd24d29607d698f39c62af9018e8307c1e6624c3104a61bb74c
jruby-bin-9.4.0.0.tar.gz=fb72f8e087ea08653fa4e4225fa26694c3ff97c41f3deb8731cdb6571c6c9b21e0d8f69e2096f82ee81e2b5c283f912e2a5228c15873dbbd56de96a2ba35d59b
jruby-bin-9.4.1.0.tar.gz=46003ef6192718a6372b79ebc89bee37957686224a08fe2f9a6be3c9e479784409d0269f0885c4d1f1351585c5d2cd31fd2ad45014e425bcaf2d44d66b98d299
jruby-bin-9.4.2.0.tar.gz=77e484ab73ece93e7d7283f876f0d541607c6080eee696b702b485be9794cf7e6d464f250a6d75387ee69aef3ba40ccf4f6d9fcfe324c5bc7a14376177ea2bb8
jruby-bin-9.4.3.0.tar.gz=2361f4bb2989f5951b0d3e9d49bf31e6805ce39bdc987ad3c6934daa98ab7c8e69763d40d7412ccef8adbbc198e52f4b83d00998ee12ac43fbfc6b5d88930c15
jruby-bin-9.4.4.0.tar.gz=e89dff0cc5b4a948daa95196d4bd4fee0c6901bb4aa023ae35b3679d9739967c2a74e8a4388b1835465dd39f1332a1f321b450b40c54ad2b81802645b4a31ca4
jruby-bin-9.4.5.0.tar.gz=06db948e5fa6f8559abd3b6891c7b4867b9f54b7bddf0e36d6f20cc1bfb394cdba8ea920213e545c927d1cb865e083cb1089c8e925bc608e0f8784a79b5d330f
jruby-bin-9.4.6.0.tar.gz=ebdc671622baf3c42a988d6ebe24af6bfefa1f717f050f602a1b35909a3220316329aad080ee2cd9cd330da9428f8d736502573efa64bd70f093ccc123ab32b0
jruby-bin-9.4.7.0.tar.gz=4fc8b12deba7b8a53a523a41a31c248895adc9bd54a62664a27107e7205369af39c0eaa508a9a70611c3bb845524d8c5f39451c09b8b9cd87059ae15139703b9
MagLev-1.0.0.tar.gz=8da29f16e08f657b0d2f147b64f2202ac027db26f85da8dec29f926898f178ac8d11260fd6c0a539a9b9b15eb92d8c7ced86a8cab1861ae7f8a33b6fa468e5cb
MagLev-1.1beta.tar.gz=7122af70530e76b9a4cee93244d6872b49616e78086bc8a5db0f32d2b846560b352c4831addbbecc72e0e3158bd52f26c2da14f5d83a515ead30efe7c538b62e
MagLev-1.1beta2.tar.gz=43b4b831791074f6e8c12f6fbe6ccec2bd0446dae029d3e6717cde1e7adca8462a2d7dc49c14112cb568b5b3adc8cd051767044b41d57ae51f38aca035ff8597
MagLev-1.1RC1.tar.gz=942c1cf43f1a911230aa43bbac1cea2e2e61b5e19af755e29a6a71139d66d304efcc519072dcc3487a2da7462847530564aff4a2159d675e3270cc938a297dd9
MagLev-1.2Alpha.tar.gz=2672e3e5425df2d2ecc49f85df5845fdb083f74a7b242cac75e33d0c1837079ced8ec8b273807326d08e7bf6f95cb4f1d8351f37af8bb38c4150e6292fc553dc
MagLev-1.2Alpha2.tar.gz=4492ed58b6c2b852502a2195836f1db5a80f0619467e4d7b44981a993a5e9a9ea5c9fecf1198de1891583e334bbc3c3a86648ce8afea1137ae9c73a4d76b0f4a
MagLev-1.2Alpha3.tar.gz=6290895b22efb986ffd7305b7d651f20a051ab6869d51310bf891fa3eed48526a8617b69f72793e8ac0b57f99bc5de75f34235ef94de967bbdcd51857efc2af6
MagLev-1.2Alpha4.tar.gz=a621e9c615ffec503910540db770754f29bab1646d8e67650d5b82413bd551adfb0bbbb8155407ccb6f80933bfe8ae1bf9b688eb0defbc88710308bde1325683
mruby-1.0.0.tar.gz=4a0f2927da3401df23d5c19ba566995f76775def3badbb14f16510a271e7b40a833fc61841f89d8adc6d57b5b12cb453708961c16a22133c092fab8ecfcd1e3c
mruby-1.1.0.tar.gz=afa99a973e9c1b72a5a418d709c4aca08dc7449c427cedef5f12db4ccefb15e11a4fd1c23ceb7e31e49d4d2e602c0b1f9dcf2e0f6cf8ea3466f0b9bee23b53df
mruby-1.2.0.tar.gz=bd5de32ba52b6642358752755329fa45a954082122a8983012930056c286ac328fb52fbdd11f34ff7c80af2c0e9a6348abcd5214602aca1150f2e7ae25cad1f2
mruby-1.3.0.tar.gz=13a57306706d2d60693151919ae15bb3621e6e7ed3b5e9c6d3b1c8d44e52b898c1ad394b39946d730ff82a19f5e3b7c2a374f9dcc3b6c6f990581e504f1cb9cb
mruby-1.4.0.tar.gz=d2dd6e17c7f8e890ef5b6887538cccdea08a2376ba8f9a478d7d5c4377fd4c31a4af6323b1fc73952ef80e5a4778ca22eac3d724ce7d50b76770f7e614df7da0
mruby-1.4.1.tar.gz=2cbf155ba7819211b6410ea606c4d0db3adf4f47a4018ac45285ab3e32b94f280aa0af0936ead7233411957cfca62979d14bbaaf0d8f40521cba5c12272f2af4
mruby-2.0.0.tar.gz=8379f76b7a06d280e2a2552eec2975ffa3fe85b99028f6f7c009cd908f95faf3cd36a9975f502a5779559baf3c45a4297da0b6bcc038d213a0fdee851f9d01ea
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.1.0-rc.tar.gz=f310b385cbf80c6b6ab67e2a41b931411149639c0bf778799e3358d6a9a59f508f42e3faf72fef9e8ef91088d6184c445af7933a47e4e2b2fe114362d579bac0
mruby-2.1.0.tar.gz=da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
mruby-2.1.1-rc.tar.gz=97c9cc2c79a5dbf2f634ea08532f0f512f8af6ffb99ab4eefd83fc336ca9d97b943e76643971047b4508aaddb5e40176d6cc8fa39a17022455aa15d774eb5b98
mruby-2.1.1-rc2.tar.gz=13aa32a35bd5d8f02a9bfd08d17818dbae78ce46c8b0224a029f9f191cb64ac330eddf3871f4396b9221b987a91e4cd6f8933f59814ac0018155ec8454abff18
mruby-2.1.1.tar.gz=66f9b4bebb5a7b19f5cb1be2bd8b9bc65e4dbb5d4350d238ad5f947c9195fd431f2069f7334036ea63a750e9257e59ae1aef16ac99c7e1f4e17724cd1cbe2e50
rubinius-1.3.3.tar.bz2=8b91baf429dac60663d0e4da3152a60ec6e007f5d6c17ffa430876ec88eb87ade44efae90f2e32e238fd74f1b3d54e27492315f08e7bb073220b402e1e2d3163
rubinius-1.4.1.tar.bz2=928d12aa01a1d0f6c80175d67d3b1f8b9840f69f045c8148786612316421223f4cea71e3c373ee18a3f686b1457557ae547645afe758a99d21c4818dff47b9d1
rubinius-2.0.0.tar.bz2=5c81a6b8cf7b59e08c3b9353b0eb37ce985aaf391f5064df65ffb10f6d12b668287e4d4e61e2c6b560d9234c10f0b64bba74259f2c06f1dac488928544d4131d
rubinius-2.1.1.tar.bz2=154cfa93ed59835814b8b974f6d738b049942fcc2b75095d21c87647d002c879fd55aa3d1ec95414b5b66eb9926c25a5c6e3e19a7c0da7dec6edbf434acb9c68
rubinius-2.2.10.tar.bz2=c2168e676059c197123916dd948b83e39bb96e99786bdcaef2e690936b761fedb13740b9f19883f991f1b475f3249ea1696213e8448c41ae15dfc14b3d4e1fda
rubinius-2.3.0.tar.bz2=d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559
rubinius-2.4.1.tar.bz2=7bcea320006b8cd3d122c407d89c325973a74c32456ba0b649657ac848f4682f2eb7455c13e3007709c22932bc2e1b65e2dd43fda0d3c9f993ddf8a74d1e2cb1
rubinius-2.5.0.tar.bz2=ac94d5bc11524e715fc24c1de33f4d358c2cd65e92fbb64c850dc8151d2a712d268227733c99fcffe298c3bdd6ce080c5e9553e4e8f3238868323498a9d10cae
rubinius-2.5.1.tar.bz2=9315f76126d0aa754ee63b190385c24cb084f36293a99aa30fc482fd880d5393aabce361e09ff5514bc2540dfede8e179b7e9212b2dd59bd14ca2aa69d209a83
rubinius-2.5.2.tar.bz2=b48bd8d54a450441a50904b07c75c8d31b59822830a74c952720d6f8d2d86e6a27a84775e975ff2bf55bf3346f34e69d742f308933a9d8476e5e78109cb525f6
rubinius-2.5.3.tar.bz2=b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
rubinius-2.5.4.tar.bz2=75b7ddbe218e4c92210dbf5a06eb8b3c3aa028d16146982a4e813e3af10a90d33f3e239f4508469c6aba17f02cb8bd10e96a204839975e06519869cacd456c92
rubinius-2.5.5.tar.bz2=a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
rubinius-2.5.6.tar.bz2=9a0bdb5d77f80f163925ce409d00be3cee34871baae8bcfdb34c3c7545b92fd14102fecb970e42b3012588d299e504b724025f397a5a00e181ab75f1448e426a
rubinius-2.5.7.tar.bz2=8048110b3ba4e5ff8c3f35282896067e1b1b46dccaf9ef4f6c9b6098782f27591ff59ccae0234fd7e881e3aaf17a0b420286b1b52ecd2cb672249655795a6982
rubinius-2.5.8.tar.bz2=23fca2f9747d2b0e544af890c3baacfb7b3a009cc59cbe653762ccdd827a6c915dcc57902d317fa1f7a81f8c12682f6c3a93195331b6de0f705b118e2e8c13f1
ruby-1.9.3-p550.tar.bz2=38767e98df25484f7292437f3cb0f798b3a43e9a7414a5401677e96ad1cc367cb3fa23ac3abe568d5bf2b2ca553713469a8770d41b79bc63daf3fa59cb4e15c6
ruby-1.9.3-p551.tar.bz2=5ea40f8c40cf116030ffdedbe436c1fdbf9a50b7bb44bc890845c9c2a885c34da711bc1a9e9694788c2f4710f7e6e0adc4410aec1ab18a25a27168f25ac3d68c
ruby-2.0.0-p576.tar.bz2=e089cca4867cd9c715f4f37e40a1db9af6ba0c74b47e79568121bb980476f8877a87ccb848b973381edb4667c0c73165f5e1761f60db839e67f6326302dbd864
ruby-2.0.0-p594.tar.bz2=8301a51c73fb63a8cfeb14af47d0c18b5bc3c45e3d62fc2ed56a673a1cd6b0015c41f275e70eb14a9e40036b1530977199321e05285e107a6adf58514bef1b3d
ruby-2.0.0-p598.tar.bz2=10026a04e01a8ad14ea9c99bbdf4f7d04029b73ee0c01bbf6c2eb2817332d49adacf127b646693b67b5dd7010eaf3b696b23b6335cc0f7ee5a6b56dbba0f6f82
ruby-2.0.0-p643.tar.bz2=453117152e6facdcd5bedaa9c3b1e349382bc5bc1dd3d650ec58b398cb9d2519a2822d05da10bcc5dbbb4f513fc5fef310caa3529d176fa2d453befb28e4d83a
ruby-2.0.0-p645.tar.bz2=e9ca186b1cf0877cdbecd43dcab2c5161a53103e926609d5e1b769a4980eab4571bfd0951788b4fc92dfd9d10175b0f5f36ea2c7289e575a9db9b62c02f93185
ruby-2.0.0-p647.tar.bz2=3416af771ebb0b27ceacf23d309bd2a1ede832c2edf48a5ca46f0b0b84b2ab94fb6362a0c7fe4f77b21253539db8161ae26d23a78d1ba729bf03812454d93d04
ruby-2.0.0-p648.tar.bz2=609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38
ruby-2.1.3.tar.bz2=9b48adb161e5e4550a71f61252c8edf59944affb82250babcb64240749af4b672e4a54ccd0feac5b36ea447a358b350b5080125ef2d4acf6e9e8b1ab82612f48
ruby-2.1.4.tar.bz2=68db1567751166c5e7d24b6e5015124b8a15568c50556e1f429486395352fa56c4a195a74820ab135697924149d014b445b345a1b9755678aaf824fba79c606b
ruby-2.1.5.tar.bz2=d4b1e3c2b6a0dc79846cce056043c48a2a2a97599c76e9a07af21a77fd10e04c8a34f3a60b6975181bff17b2c452af874fa073ad029549f3203e59095ab70196
ruby-2.1.6.tar.bz2=75d58120b5f387bcadbf6d19e85624f78c74f81b9018baef39207214673f7ebc0700ab31145acd88b4071c896ba8e1302a29c90955bcf5f8c863634125022aa6
ruby-2.1.7.tar.bz2=f610d2dd6a93f0a5e84e04ddedf847bbcea5dd3289b3164cdf60be64f67a80dfd5f9836ea5d169970cd0ce24a7e05ea6190699706567cb0d5cf450de6a70e445
ruby-2.1.8.tar.bz2=7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
ruby-2.1.9.tar.bz2=a86422132e4c64007a84a91696f4557bdcbc8716fbfe1962f1eef3754ee7f994f4de0b5b7e7231c25057515767040d5c4af33339750b6db15744662e9bd24f38
ruby-2.1.10.tar.bz2=4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
ruby-2.2.0-preview1.tar.bz2=2f1190f5d8cd1fa9962d1ff416dae97759d032a96801d77bc6b10136eba59dde1a554ff8c0c2d9ce0d3c1361d4dd12ad573b1266fd53b90ab238d8ce39e6b862
ruby-2.2.0-preview2.tar.bz2=c654d4c047f9463a5fb81eaea0fa5ab7bf316962bc7fb0fb356861e6336ce8ce2162c7779d8b27f72d7bc0e9604b5e5af2910abcb0b0a1f197b3138eaddfd4a5
ruby-2.2.0-rc1.tar.bz2=181201168360bee37dceeef3481a69e8a333a5d329680031fd9d371d30ac64460bbdf4db07546133024f541774e51301f1630cfd988c5e5bf2464834f3abe6bf
ruby-2.2.0.tar.bz2=04edc53e8cd1732c3ca61ebeb1d6133614beb10f77f9abb80d8d36352fe8aa205112068e460bf600b2c7e81e0ddcc3b311e7e027c320366f1bd992b3e378a6ad
ruby-2.2.1.tar.bz2=af6a8e75a66b953ff33ecbca5111bcf1c6560b6b48b370b700820fcbe91363146c5ac8abd670a14e693b44343ae598bab472ed2902834304c03ffcd9550886d1
ruby-2.2.2.tar.bz2=d6693251296e9c6e8452786ce6b0447c8730aff7f92d0a92733444dbf298a1e7504b7bd29bb6ee4f2155ef94ccb63148311c3ed7ac3403b60120a3ab5c70a162
ruby-2.2.3.tar.bz2=795f1b66a6d4f0baef897068899c3a1a4370ce1268618e6a7d6d4720234444259f371d1ba2e174b2f7580265e9f18eda3f295fbb087447aa6e8fb7a0f07526ce
ruby-2.2.4.tar.bz2=d27ca2f19c214ce87f906b57edd41f2f8af35b2871c191470facded9cfda15ba46e5c3bc7d5540225a38da6bd65050fcc8aaa4ffbadbb6bf7dc891c1821da0df
ruby-2.2.5.tar.bz2=d3224814361c297bc36646c2e40f63c461ccf5a77fea5a3acdcb2c7ad1705bb229ac6abbd7ad1ae61cbe0fefd7a008c6102568d11366ad3107179302cd3e734e
ruby-2.2.6.tar.bz2=7a93f72d236521ac28c8a0bc0c73cf805797a8813d22e02f42c5fc05dd39f6e422817272e0db6a24c245f6f97ad4b2b412a9a47ac50156ab186df596918a5f34
ruby-2.2.7.tar.bz2=83756cd1c91516962b83961e0de59d858618f7ed3e9795f930aab4f199d47a95ed8f867d8aa9b51d508be26d9babf2140117c88241168bac41e6ef702cfadf20
ruby-2.2.8.tar.bz2=aa1c65f76a51a57d9059a38a13a823112b53850a9e7d6f72c3f3e38d381412014521049f7065c1b00877501b3b554235135d0f308045c2a9da133c766f5b9e46
ruby-2.2.9.tar.bz2=2a8c8770fda20a22b79c9115b6f468f8e7ea1092c84a5089af7a3122163e5ad298b493e6637e4d93ba02d899d8a619c94064dda8ac98cf3b93f64f45d5401085
ruby-2.2.10.tar.bz2=f8ec96c2a5f4ecf22052ee0b1029989ded52d7bf5d41be24fef67e732e76f72119302240bca08f0547510a9cd29e941a32e263cad9c8a2bf80023d6bc97b2373
ruby-2.3.0-preview1.tar.bz2=ae6d46c87f59e1fd3703b76dfc45bfcf208625f95ab9f4559f0b9f7050e8681f1a6e419f5fa06b704c83e56879c3a9ff1337dba443bcfca76fadb49c97d97a93
ruby-2.3.0-preview2.tar.bz2=e397f321d4338edba8d005d871408775f03d975da90c8abcfdb457a1bc7e6c87efe58c53b2c3bc122e9f58f619767b271bcc8d5d9663ed4b4288c60556e8d288
ruby-2.3.0.tar.bz2=77b707359e754c3616699d21697752741497c719dc3d6fdfb55ed639e76d52560d293ae54cbe5c63be78dc73fbe60f1b8615d704d017bdfe1994aa9747d26a6c
ruby-2.3.1.tar.bz2=a8659b96a3a481a3dbdbb6997eb18ff1f8cd926a9707a90d071e937315c21d372c89252f0d44732ae5007d2678fda8c8fbceafa4e4b4ff500d236fb796284d8d
ruby-2.3.2.tar.bz2=78699bae5b0a2382a58f9d51f7d891341f00ad3a90d9ca06b68b1b245cf5acebc3a82133e39bf6a412ac999a5c0f778a0dab177c2569ffbee085ffff6f6ec38e
ruby-2.3.3.tar.bz2=88f7782effd35bfe0b4c33140b5eb147d09b63fbb35b9c42d2200c010f387e2b70984ead1eca86569e8ec31f08b35289d440c0ca76b662dadb760f848e863d91
ruby-2.3.4.tar.bz2=ad1f16142615498232d0de85149585be1d2c5de2bc40ec160d272a09e098ef6f317d8b25026001735261fd1c5bc0d1f8513a8474e89f0d86eed5b2fe7338d64e
ruby-2.3.5.tar.bz2=3ecc7c0ac10672166e1a58cfcd5ae45dfc637c22cec549a30975575cbe59ec39945d806e47661f45071962ef9404566007a982aedccb7d4241b4459cb88507df
ruby-2.3.6.tar.bz2=bc3c7a115745a38e44bd91eb5637b1e412011c471d9749db7960185ef75737b944dd0e524f22432809649952ca7d93f46d458990e9cd2b0db5ca8abf4bc8ea99
ruby-2.3.7.tar.bz2=e72754f7703f0706c4b0bccd053035536053451fe069a55427984cc0bc5692b86bd51c243c5f62f78527c66b08300d2e4aa19b73e6ded13d6020aa2450e66a7d
rubu-2.3.8.tar.bz2=6d79e0d25757fd37188a8db3e630a52539bce7927fcb779a2ce9a97b9e5f330753035c16843552f1a1fb6c9a1e5c0f916b3cc8b5c0bfe81e20f35f8442e40ae8
ruby-2.4.0-preview1.tar.bz2=c9873e8686eb54dbde61d6e23cd5197beebccd6cb31fd12c82763ebe1fde17095d7514d9d93c2c82b238032c98691df5479dc2d666a8a590e0fc54450ec29cb5
ruby-2.4.0-preview2.tar.bz2=0c9a59a2f57a99c4ee8539a30f41da1de7547566203f89d856e1be9dbb44365754e6c470145dc9336eb324e0feb2f53d9fef18a1564968ac21f9ee528905949f
ruby-2.4.0-preview3.tar.bz2=6602c65a7b1e3bc680acc48217108f4335e84fdd74a9cf06f2e2f9ad00a2fccacf9fa035a912bc9d5cc3f0c7a5e21475971dfac37b0364311ef3645f25c7ddf9
ruby-2.4.0-rc1.tar.bz2=b43902ac7794487197df55a45256819d2e7540b77f1ed4eb68def3e0473ee98860a400862075bafadbde74f242e1dfe36a18cd6fe05ac42aae1ea6dddc9978ce
ruby-2.4.0.tar.bz2=bef7bb53f63fb74073d071cc125fb67b273ed0779ef43c2d2969089b9ca21fff1bd012281c5b748f7a3c24dd26e71730d7248c05a01cb23ab2089eb4d02115fe
ruby-2.4.1.tar.bz2=1c80d4c30ecb51758a193b26b76802a06d214de7f15570f1e85b5fae4cec81bda7237f086b81f6f2b5767f2e93d347ad1fa3f49d7b5c2e084d5f57c419503f74
ruby-2.4.2.tar.bz2=1a5302d2558089a6b91b815fff9b75a29e690f10861de5fdd48211f3f45025a70dad7495f216e6af9c62d72e69ed316f1a52fada704bdc7e6d8c094d141ea77c
ruby-2.4.3.tar.bz2=fb4339e30c04d03b1422b6c32ede45902e072cd26325b36f3fc05c341d42eea6431d88718242dcc9ce24d9cad26f3d26772f2e806bd7d93f40be50268c318409
ruby-2.4.4.tar.bz2=ae632852a5f413561d8134e9ef3bb82adb37317696dd293ef92cb76709ecd45718f14116ecce35b12f1c2dd53ccae8dabc7a924a270072b697512d11f4922347
ruby-2.4.5.tar.bz2=7034fcaeaee41f14bc0ecce0d3d93bd1abe95310e1a0b95fac66eaba867adfb2bf7ba4d0d70d67a15ce8df16052dee405c38cdb18987602e64a2f701d37d3df0
ruby-2.4.6.tar.bz2=292802984e5cff6d526d817bde08216fe801d255c4cede0646e450f22d4a3a81ae612ec5d193dcc2a888e3e98b2531af845b6b863a2952bcf3fb863f95368bcf
ruby-2.4.7.tar.bz2=2665bca5f55d4b37f100eec0e2e632d41158139b85fcb8d5806c6dc1699e64194f17b9fe757b5afd6aa2c6e7ccabba8710a9aa8182a2d697add11f2b76cf6958
ruby-2.4.8.tar.bz2=2d7e0f5ad766e2a12a1b53ff838e6bfe86244ffb7202196769c25e9df6f71f3ccdd8605e7ef35c53e54310bc82caf6b368ad5111dd0a3ad70a3aae1a7be93f08
ruby-2.4.9.tar.bz2=d485444dcd025a261a16bd740dae63c0aa23e4138a095584e7a83aec47af34415c7d9cbc1313e92da2ec416b11bfddf20bb1a7b60c80f12906d11ef27409b3e8
ruby-2.4.10.tar.bz2=4d730d2d7cb96b002167ee358258f2620862a5a6d8627cfa5b49bd43c6e59c50c0f437b959d4689b231d57706ec7d5910d9b144f4ca1c1ed56bc879ed92e8a59
ruby-2.5.0-preview1.tar.bz2=2d39ef64aaf7a52014905f4ad59b53e83b71433e50a9227f9f50cbb7a2c9a5db9cd69fa7dbe01234819f7edd2216b3d915f21676f07d12bb5f0f3276358bce7f
ruby-2.5.0-rc1.tar.bz2=bf0eb114097f9e505ff846f25e7556a2fb393573b4e8b773f94cf5b47998e221f3962a291db15a3cdbdf4ced5a523812937f80d95f4ee3f7b13c4e37f178d7a7
ruby-2.5.0.tar.bz2=8f6fdf6708e7470f55bc009db2567cd8d4e633ad0678d83a015441ecf5b5d88bd7da8fb8533a42157ff83b74d00b6dc617d39bbb17fc2c6c12287a1d8eaa0f2c
ruby-2.5.1.tar.bz2=82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b
ruby-2.5.2.tar.bz2=9f9388a162a3ae9c14ec8999fa3b12ff5397de14f55996cc8761d21c757113db37ace4d326b9606de7ad3a5875aa94fec900dd9b81b2fb0dff558c39422f4aa1
ruby-2.5.3.tar.bz2=6fe89fe9d406bb454457442f908774577369ab2501da4fd15725ccbab77675b88faad739a6c8ad1c7b6690b439a27de5e08035b7546406cdeca65c7b295e2c77
ruby-2.5.4.tar.bz2=3c4f54f38ee50914a44d07e4fd299e53dddd045f2d38da2140586b8a9c45d1172fec2ad5b0411c228a9b31f5e161214820903a65b98caf3b0dfeeaabf2cab6ad
ruby-2.5.5.tar.bz2=1b56aa79569b818446440b9f2d13122bf7c2976ab9b2865f5fb62d247d7768dd4ac5b5e463709ffec0f757bff7088afd293c2a8c5349c3780763b6444bb354a8
ruby-2.5.6.tar.bz2=e4511d42d19a7bb39ea79f66bb4eca54b63c2a9d27addc035d6d670c1e59ee48a0c6e9c6bc7d082d1f1114b0668831dce3b7422034517f3c4a06ced0e47a7914
ruby-2.5.7.tar.bz2=7d6a7d41b4f3789f46be5f996099f3eb8321aa4778b2a8ff44142654e769ba4ba2df127dd0f267547e4c8cd6ff46364f18e79838df54fcd7e3fb714294ee0099
ruby-2.5.8.tar.bz2=037a5a0510d50b4da85f081d934b07bd6e1c9b5a1ab9b069b3d6eb131ee811351cf02b61988dda7d7aa248aec91612a58d00929d342f0b19ddd7302712caec58
ruby-2.5.9.tar.bz2=12f58e14cfa6337065b0e82941e39b167813920eb54cbdb4ac4a680dd0cb75d2684d341059e7b4d0da1292bfc4e53041443bd14891a66f50991858b440a835c8
ruby-2.6.0-preview1.tar.bz2=d9cb270529a97670d54f43a0236fab072714e715c39277dab70b7a1843ec818e6700e47e1384c7256f9e0ae41ab2c0b768a0de38a5ecf4f4fff5da6ef5ad4944
ruby-2.6.0-preview2.tar.bz2=3872227e9b1c97c206d19bf1e6ce15a38ee15a26c431b4436605dea67affcf16372358984df76b35e7abaa902c15c16f533ac7af47e3031dea9451bbe459b693
ruby-2.6.0-preview3.tar.bz2=d1693625723796e8902f3e4c4fae444f2912af9173489f7cf18c99db2a217afc971b082fce7089e39f8edd54d762d2b4e72843c8306ed29b05ccb15ac03dbb5b
ruby-2.6.0-rc1.tar.bz2=cbd6281b2aab6fbce3f699c1ab57e5423304dca7a547a0b3cd4e8e980326dc7b85b2ca2bfaf3f3a648d40f4222fdf1740d81d422790ee7ae1ba1ed33eb11e3e8
ruby-2.6.0-rc2.tar.bz2=9bfbe83fd3699b71bae2350801d8c967eb128e79b62a9d36fc0f011b83c53cab28a280939f4cc9f0a28f9bf02dce8eea30866ca4d06480dc44289400abf580ba
ruby-2.6.0.tar.bz2=ca3daf9acf11d3db2900af21b66231bd1f025427a9d2212b35f6137ca03f77f57171ddfdb99022c8c8bcd730ff92a7a4af54e8a2a770a67d8e16c5807aa391f1
ruby-2.6.1.tar.bz2=fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
ruby-2.6.2.tar.bz2=cad678d2ced4085e99009e4fef83c067dd0e6ead27a8695bc212c0e5112a7fa09ceb27f82638faf91932ef8bdd090f844e0a878ffdf6845a891da4b858588aa0
ruby-2.6.3.tar.bz2=c63c3f527bef88922345f4abb4b9ad467117b63f2132e41722ea6b4234cec3446626c3338e673065a06d2894feee92472807c284cbe613a442c8fda234ea7f88
ruby-2.6.4.tar.bz2=a9fa2f51fb5f86cd8dcaa0925fe6f13d4f19f110b5d4c5fd251f199d16aaf920db39ad3bb50460eb94ab8d471ab2ac8bb54daea4a3bb080eaf45250aac3437fe
ruby-2.6.5.tar.bz2=28e0b04ac8ca85203eb8939137b5e5de4850c933faf7f62fc69648fe1886faaabf6cdf48382f9d9585c1720876d10b41dafd33efaeb23341c309917fbd8a6e21
ruby-2.6.6.tar.bz2=001851cf55c4529287ca7cc132afc8c7af4293cdef71feb1922da4901ece255ec453d7697b102a9a90aef2a048fe3d09017ea9378ab4a4df998c21ec3890cdbb
ruby-2.6.7.tar.bz2=311ec56d23d0de7a163f66c1ef4e5369b822f8409f8e1f3a25785c803f01c68dd13aa8ddcfb3a0fe6a97bf321950f8d6cd75b2babcb04158e791601914666f7a
ruby-2.6.8.tar.bz2=51806d48187dfcce269ff904943dd008df800216ad4797f95481bdeecc2fbac40016bc02eabfff32414839ebb2087511d25eebfd6acead1a1d3813be6c10edf7
ruby-2.6.9.tar.bz2=ff067ebc059094c0a9a0debf54a37aad2c85f7ed47be59299041c9c03a7701529f5063ff32a1b8c56d48ee8585015acba63602ed0176b2797d263d43d67aa241
ruby-2.6.10.tar.bz2=275a0f329641e6c3d3d3c33ffabf585195187eb3baa4fb1dfd35999fa0a80bd5925943fa2711827ac00dffb6c9a1deeadabaf2e9ee401d56926fc167db5ae4a4
ruby-2.7.0-preview1.tar.bz2=a36b241fc1eccba121bb7c2cc5675b11609e0153e25a3a8961b67270c05414b1aa669ce5d4a5ebe4c6b2328ea2b8f8635fbba046b70de103320b3fdcb3d51248
ruby-2.7.0-preview2.tar.bz2=7066ececebbbba4b2933ba1a4f70cdef373169910802259a3e52b4fc144ba298f3cffda4be5fe8a7be8ef769ed43076fa046a9ac2c13bb733475b9852112c6f0
ruby-2.7.0-preview3.tar.bz2=5d8e99e3fd984c7d05c0bc483e1504e81ccdb920cbb2d78cad3c314e197b30316b692fd0199f836acac41246e3a713cb81dc6dd64c27cba56f807df4c193db1a
ruby-2.7.0-rc1.tar.bz2=b5f96227775f8bdf19f944a555d0a83d7e84b37bd31fe4b8ac008a3272b1a28a4d94abbb1b5570ee32ec0690ba9d476b837a020a5194bee14bebf6f0e768bc79
ruby-2.7.0-rc2.tar.bz2=9010f72bb3f33b6cd3f515531e6e05198f295bb2a8a788e3a46cdfd776a9f6176b6ba8612f07f0236a11359302d2b77fdecca1dc6be33581edbb028069397a0a
ruby-2.7.0.tar.bz2=8b8dd0ceba65bdde53b7c59e6a84bc6bf634c676bfeb2ff0b3604c362c663b465397f31ff6c936441b3daabb78fb7a619be5569480c95f113dd0453488761ce7
ruby-2.7.1.tar.bz2=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
ruby-2.7.2.tar.bz2=f07592cce4de3532c0fa1c84d53a134527d28ba95e310cd3487ac321c49ee680faeace285de544ee6db432a90aa7538a1d49ff10c72b235968ca362ef9be621d
ruby-2.7.3.tar.bz2=e9236138be3e61380140f2e0d42f8fb82ad8f5219d454de2f6c2ec546bb208acc8b0f2020f23e6446660d2b3b9ae873cdd8298471f166a5f1efba8e80b05e746
ruby-2.7.4.tar.bz2=f144c32c9cb0006dfcfa7d297f83f88b881f68c94f0130346c74dfd8758583a68d22accfd0fc9f31db304ab5ff0bc135bfb2868145c0dec1ee6cec5ac6c3725d
ruby-2.7.5.tar.bz2=0aa2ac44bc22859a39c43d08b7c7f457df05c2dc36b2574fd70ca399143ef1000dc5e496212db9eb055bc4258523d47d26db3c57a1a5a5d63cf1b3de9f81645a
ruby-2.7.6.tar.bz2=4f7f3624afc43da25ebf0f01d5a2f92f72f94bab7423587cfd3920e089b479bf559b159adf2891b996f7e6a98c008a4f73a4a2170e2f8619417660ac1ab24bdc
ruby-2.7.7.tar.bz2=24cc772ac1b56d3bb423f1b33716f221bf534f3717a506bf8235a698f8a454db7d79d94ae9a84067153c2f737b3f8f6085f34e36cc04be0d75ae2fdd57718870
ruby-2.7.8.tar.bz2=3a9db8d9e79318f869417f2ebf3365907febc0d1428116eabf3253c51d8420f255782b32fa30a54802b9f5f4187fad80dab0611cc80436feec84db87b0456ec6
ruby-3.0.0-preview1.tar.gz=b94892951f842a1538f4b99022606ac2c0b5031f1ede7eef3833a8caa9ed63e9b22868509173bfefb406f263c65211db75597b152b61f49e5ba2a875fce63a27
ruby-3.0.0-preview2.tar.gz=6fa4191425ae71e41894b60bd9c31d483a562ee8216886360ce18238ab48115b95be0367708612c45f634e7584fba8940a524ba0113ce0f36ce4df78a112d0b7
ruby-3.0.0-rc1.tar.gz=798926db82d27366b39be97556ac5cb322986b96df913c398449bd3ece533e484a3047fe35e7a6241dfbd0f7da803438f5b04b805b33f95c73e3e41d0bb51183
ruby-3.0.0.tar.gz=e62f4f63dc12cff424e8a09adc06477e1fa1ee2a9b2b6e28ca22fd52a211e8b8891c0045d47935014a83f2df2d6fc7c8a4fd87f01e63c585afc5ef753e1dd1c1
ruby-3.0.1.tar.gz=cb81db2c9b698cf8159b2ca6507f4c7f171e4eb387f5730c4b658ed632b7900a169808e6fbec0ee80598d937030ad5d9c56b63a2a339373ec5d9e1c06b7661d0
ruby-3.0.2.tar.gz=e1fba6f5429b5fca9c3f52a32535615fcf95fafa415efc71c46db4cce159f249112c01574c305026be5c50140335696042e47a74194caea045acbfaa4da738cd
ruby-3.0.3.tar.gz=39dab51a0d784a38302372b99f96205817d466245202586d22123745761e9cb39db128ec2b984ebc3919b9faf2adf828d19c97d3fb1e56d44be0a81dc5d11b87
ruby-3.0.4.tar.gz=0dfded6826063c1b39bf625a6e13b46c109cb160c8648b78f0965f70e7c7a1a65f1c117fc8f2cf8bdb34d7cbf79fecf1f45d169d2323406d66ab27b18bde1d22
ruby-3.0.5.tar.gz=ea45fcd2ca53b87f18fd8696d00a1e340d2495443216aaf87d3f643cb5bd8bb614a1faacd82d07e7f2b72172397c728316a82d7c34a7b4566191268ea517ccf7
ruby-3.0.6.tar.gz=d596bfd374ae777717379b409afe8ee1655ade0c0539ada7a10af4780b818efe25a28aa50a2a7226741d1776d744e10ad916641f9d12fb31c7444b0a01d0e0cc
ruby-3.0.7.tar.gz=66e5116ddd027ab1b27d466104a5b440889318b4f2f74b5fdf3099812bf5f7ef77be62fe1df37e0dc7cd5b2f5efe7fee5b9096910ce815ca4126577cb2abfaa7
ruby-3.1.0-preview1.tar.gz=63f528f20905827d03649ed9804e4a4e5c15078f9c6c8efcfb306baa7baafa17a406eb09a2c08b42e151e14af33b1aadbd9fb1cc84f9353d070b54bbf1ff950d
ruby-3.1.0.tar.gz=76009d325e961e601d9a287e36490cbc1f3b5dbf4878fa6eab2c4daa5ff2fed78cbc7525cd87b09828f97cbe2beb30f528928bcc5647af745d03dffe7c5baaa9
ruby-3.1.1.tar.gz=a60d69d35d6d4ad8926b324a6092f962510183d9759b096ba4ce9db2e254e0f436030c2a62741352efe72aec5ca2329b45edd85cca8ad3254a9c57e3d8f66319
ruby-3.1.2.tar.gz=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
ruby-3.1.3.tar.gz=550cfda2ae492312009a58316e18fd77ea92852718b37443bcd76aac84ba6694fb841fe19bf23bee099f96f5aeed9d03e77c8c02fb194e414eca5f707adbbf90
ruby-3.1.4.tar.gz=41cf1561dd7eb249bb2c2f5ea958884880648cc1d11da9315f14158a2d0ff94b2c5c7d75291a67e57e1813d2ec7b618e5372a9f18ee93be6ed306f47b0d3199a
ruby-3.1.5.tar.gz=23661cb1b61013d912b7433f8707bbcd723391694d91f413747c71428e74f8c7385c1304de7d08b70c9fa3bd649e4eb5e9acb472d89dc2ad5678cc54855a24ae
ruby-3.2.0-preview1.tar.gz=d24e77161996c2085f613a86d1ed5ef5c5bf0e18eb459f6a93a0014a5d2ce41079283b4283d24cb96448a0986c8c6c52a04584abd4e73911ea59cefeb786836e
ruby-3.2.0-preview2.tar.gz=5e9ddcb1a43cff449b0062cc716bfb80a9ebbb14a1b063f34005e2998c2c5033badb44e882232db9b2fceda9376f6615986e983511fda2575d60894752b605cc
ruby-3.2.0-preview3.tar.gz=860634d95e4b9c48f18d38146dfbdc3c389666d45454248a4ccdfc3a5d3cd0c71c73533aabf359558117de9add1472af228d8eaec989c9336b1a3a6f03f1ae88
ruby-3.2.0-rc1.tar.gz=798157d785ebae94cb128d3c134fa35e0e90c654972e531cb6562823042f3fb68a270226f7b1cf0c42572ef2b1488a1a3e44f88389ad2a6f9ca4b280a2a8e759
ruby-3.2.0.tar.gz=94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
ruby-3.2.1.tar.gz=f8bbff5e237b501f4042ddc70a19ac1ce74f72f147c90daf7f3007a940136abde37c12a0f7444f713ede09ba847c2cc2897a1742823832e3dc8cce80073164e1
ruby-3.2.2.tar.gz=bcc68f3f24c1c8987d9c80b57332e5791f25b935ba38daf5addf60dbfe3a05f9dcaf21909681b88e862c67c6ed103150f73259c6e35c564f13a00f432e3c1e46
ruby-3.2.3.tar.gz=75aecd9cf87f1fa66b24ecda8837a53162071b4f8801dcfd79119a24c6e81df3e3e2ba478e1cc48c60103dfaab12a00cfa2039a621f8651298eba8bd8d576360
ruby-3.2.4.tar.gz=b695b98dac7bb2c8755a106d949cb1b1b91551092fad263765171ddf8a4d86585259ffab5f7cc9bace70143d645dbe5932cfc61c6dba7817177de391d76bcd79
ruby-3.3.0-preview1.tar.gz=0f891f140ddc6372aa7c4459f8784126e0c341db7b80e72c51e441c5153c43c2d7b965f7807c076862ac84b9b8b0c6a66bbf66fc341746016151397bb21c782a
ruby-3.3.0-preview2.tar.gz=1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
ruby-3.3.0-preview3.tar.gz=94db07a6958c09809b2e5b597fa55a121074e8bacb3bf588c83cf0d35b07a8b070172035a49d1abf0d8ee364a9ace824f34e677f7327ffe1acdbab0938ac49c4
ruby-3.3.0.tar.gz=26074009b501fc793d71a74e419f34a6033c9353433919ca74ba2d24a3de432dbb11fd92c2bc285f0e4d951a6d6c74bf5b69a2ab36200c8c26e871746d6e0fc6
ruby-3.3.1.tar.gz=0c8ea922a79152ac7adbfb2541320565bce6a631692fd39d499a06f53ad6339c16fad8374d171351ed63f7bda3312b26d4f8c058c5b6df3d7548fde372c718f1
+ruby-3.3.2.tar.gz=a15ba8d6c2830fcd1f2b36f671acf9028c303ec78608fd268da0585db8e95ddd971666e8029bcfa2584da2184a6534e1f2f2da07fa7ca4494e8d842eed206f00
ruby-3.4.0-preview1.tar.gz=29c0e32179f7b823b6708f5328e495cd333fe8dd88f7df7d9051deab47add67b14d899bba565bba1a77e1b04c9693d9708541445c112925777bb6891cb7b2b62
rubygems-2.6.11.tgz=3b0dd38c0aaf313c59e299dcf54f7bfb6e6d84b8b739573ddaf599e584da45ed7b1465f6521131b32f237e31a4796d9ef455b8be685064b3fd77a0355dfff13e
rubygems-2.6.12.tgz=ebb672488b50f5fc988eab66ab14ce8e887dcc635f71239a85e32fbf1e919ca70196eb4d3f2fee3486cace7064bab0b8b08339c754b723198e1b0b0a0984ab54
rubygems-2.6.13.tgz=c952b6061a9a0778db304c3aa5bea693e71ae2564abfb19f8b123eef66eb1e3877fc7c36f4f1527da97bb320870cbfd4574ac57ad88e850a44fadd67ebdac152
rubygems-2.6.14.tgz=7743845bc5265df3782f85a23896cbb250d8a2bbc9934a27f274b001afa7aa62f7f00f616296f74747ea612d2cb37dd7f533c931aa72550d84c64d2a73d60daf
rubygems-2.7.0.tgz=0bd08fbabcc33687c98365ffe6794ca2a5e82160b0297479d4f19bd899d176b7f4efb95248898b26d873f9fc7d86c10cada6e40cdc48738b0bac261c3aad261f
rubygems-2.7.1.tgz=fa4ea123760b03b8b8e8ececc55c9dc34249073fb267d310bd903aa7a613267e5d27990bbf28e32c9a746bf884af8a84a0dc202297272f9d477f7710c21bfb60
rubygems-2.7.2.tgz=0f48c6e46663780a571c7ee0e6e772f2e18a755031e7dd8ede7870f238c214b9e3e38153b1ae8f1f78a9aad63c1a079b86573b3a25c57a600d842bdf92b9c4d1
rubygems-2.7.3.tgz=2782331b31947a23f85b285a3d5e7b66e34fe5847bc84dca4f1e6bfe33ce187ab0cbc814229de8111aa19490b656ca78b7c821e4ea6b425449991c01371b7565
rubygems-2.7.4.tgz=90f72a46709ef847666a6a23eecf24521abd5c294b2da8a246bb4c7f85daf4af39a0634fc8093c7bb7ded2ac137ea27fac5ed94af3b70c49e78594285c7a40ce
rubygems-2.7.5.tgz=86957f1c438070135df527a15102e40487fcee93a55251463095e4c8794a8616d16ed9bdead0e0ef83c44806bd5016ecd9e178bef608b66af2e68e2c9c49e941
rubygems-2.7.6.tgz=bc168afc40c974dbc7c37eb5678432ba2ed7469c3f007a159699467ff2cff5205c508237193ee8becaa6eb555b043969cc5f92b2aaa6bf7c958dd7c187e258a7
rubygems-2.7.7.tgz=f93b7eacf5ef8725c40d618daf9deabc7e9eed74b3b7f13ecd16f89205fe24958e782314c52f8a8fe3205b93e20b830b4fbf7ff8944ff1cf56feb7de2d773252
rubygems-2.7.8.tgz=3d1cf68377dfcf102028342258aaff5a7257d2d2b34a80508c85aa258d810add46e65a157f902c271b0b7b568c437372d17246e89cd88f8500e47c008d17f1a6
rubygems-2.7.9.tgz=5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
rubygems-2.7.10.tgz=48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
rubygems-3.0.0.tgz=047f4d446aae414e4803517088ef47d5cc66319ff08a3795c6d69e83eee9f3e7c3b05419858f7e5b6a8ec224990ca01178a9259961ef2d7ab737bac352a0f18d
rubygems-3.0.1.tgz=dc29ad51ec67b1dca82a23973ea92153482788964d0755bdcd3c650116915c461c6e5fb1c826be3ee04a497fec4ac2826904bd406f24611e77cd8c9eaf4d8729
rubygems-3.0.2.tgz=90b46c2cd4f8baee74eb488a40691cc00e754cefc42029d485163d6ad7782df78ba5cbeab08eec6a4f71febe0f6e635e12a9381393008c58eb5e16396df93fbe
rubygems-3.0.3.tgz=1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
rubygems-3.0.4.tgz=887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
rubygems-3.0.5.tgz=f5a97cf67d7d043afba7c1aed014f1b64ff6376ea74d3d6533496bc5ca9742e0ccce1a157e6f67d8fcbe59d8e34bbfbcf4ed8be97acf2970603de6381043cb78
rubygems-3.0.6.tgz=1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=5dfb040b746e462c297ebcdf84e0f07cd74b86852055dcf0a7cf1814112099bc674bcccd94b03726aee76b253c9345a45d046cbfea230647644f0fd6b1c1ec96
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=17983c442c54d19196be3626e25c64f5474139c0b973624832ba8730efb047bc747c02e59c82f38397bf012c63ab83f79a9c1b64311cab796f08fe96d7d12a1a
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=b0b57082d61317911f101da617333d81ee6bede6b6e18f9bed86544dc413339c830198d90cad7ac94c0c8fb690adcfc559dd9f530abb70507ff6a76eee552b61
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=18f9782de56269389320ddad779ec69c168909198d4572e2ea4c18bc8082a539569a76760a6a6da58722fe08d77d83904aaba14baf4075a2833cbd2efc45dff3
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=134d9ba5db7b8a1960d3a88390cd6f7503a0e8565094fb127333d122cd773bfbf9dc976c659029007e6fb68e93486293bac2ee29ab21dae9cb0c06ba57dd2c72
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=5804f1f27916176f5a270de8aac85bc48c38ba37c4e719b09f5777e5c42429271819378cfe096c3cc33d406cd0726f2e37658020f97a438fd53751019831569a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=2597b375f590755b851d3b8cbad3eeab4c965eb02d0c944044f57e39f6c3db1e2f513e2aa55db789e4a885c697f81ce5c8bdbe9a7e44ee30fc09d234e44fb512
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=2eb177190de0408dfdaf30264132955d1db7783ddfb63880d97d5933f66c5662794c3bb6198edf230fbff348674203e61f7f5481e74ac875974467f2f128e939
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=ab3a3dc19f903e68e36b135729693fa025a7c1950139277255e48c972387ef8399beceb3252ac37cc70c0df92838f8a0ba8c45f53665ac4286ef23f9b240806a
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=b8423f50a5292e211db7ebd7e2b987fd5c9eaaf34eba86b0644d2716a7f068f2e56deb4357c516b87b437e64fd5ce8515bc181165cc1042c6763f27d71baa59d
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=bcd05d304ee9b4da97193575fb1ad78041a0c7710bb444af6aef12ab4261b1873f472175ec51a187a5e99da481d66b81a132fb691643b793e87d655f31d54657
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=2c758221793c38ca8af1831a5d9f3abd555c406569508ac3a86d3c1ea5baeeacf65abb6e904ed3b1e58f555f51bc85ab171135ff4c3d0e08cdae994a861cbda4
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=42e60b69957f77a8623e0dccb7d215e800c27c622364fa76b9c574e8b1d3a4056a058b61ed91eac2375ecf4e51e482a6e17550aa2894a44d1db70687958033da
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=18556ee8d2fdec6907fbc8fc33d8b32ea0c58d40ee3df084ffb233e2fcd3a514a553f97c31dcc25dda3f86b1b805ca5fe3c9bf8cb078b92325515f09db6b88ba
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=10a7cb1be6214347469d5797091f73c3d7824bfb32a47c13566573a383380b1df9b79b7901ce0fa3af1c97285c90afac21e2de7a66ed88d9495846743b3b25e2
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=53f0939d9d8c3470cb79316d865b765816032528d77a3cf497134f3aa667a6253ae037410801261a8e7d0628198ac5f6aea5ecf9b7313f06ccc1d5e9f94e74ea
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=f89bc9a3310634d39f68006307da0b0ddafae036089bdd663e8372777a9562d201a4e69b2e1a602cff5fba6c78a8d4861b6d1020679bd0c72c71b938a4f36a27
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=3f461c12fa9fa57a55cc390eb9887df88f404661a77bffb44f82b4c7e9021513a6df9f6d5f332a36ce0c28ae7e3d5afbbe15cc4b814bc7f86dac2e5ec280f947
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=85f042c308ccdfbeb318cec37056d8d970cab51cb0779425b85b8f76b0a1dd9cdec3191ae2b6b9b6be6e95767db814496450ed20076addd9bd495742f9de3c8c
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=067a0f63bbaaed4c8d4120f758c8ecf8c52afd1d30ea9d41489e26289d57a574d2d4ae29e29655378510adfb3f4a07b04b403d6ee98ee6b3d3aa8bff9c8d718f
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=1eb6b80cb05133d253f20629a11ed9ec3f37da002d5668cdc6577b2a20524e0cdd4d739d3f1aa2e8c518e2f7ebfd519ec1c647293714a1133ad4d569375c0e69
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=e3cddb0d0ae48f7d5ee4dd094ddb5a13f6a7aff1521b1adf25710971664b235cf67144e3b81525fd710dc49b6f6f6ba06e10eee1df5dc08119e9494c6be86934
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=c982194675b66a0433bd5517fc6f1564db669f595f8c7ba4819bf37e0599474d49a0c606577a898c27fa5ba40ab793c62d8211e7ea398d6b3e2bcc31eb5d55f4
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c14e396396385644333fb4c4aa1fb4b934a3f4e46312146821e5dcdaa097cb5b1efbf397c1dd6117d909803fd27ba8d835904672e98d43dc565e907fed752e1b
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=f27a75f929a6e945e49ceaad12f484fdaa918469a2f639b572fc4737b78e1cde0881697057e13a58b2fab7ac64c3a71bc9951561c3a8728e3dec814ef5e95fee
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=7aa029c4999d4608c9bcc491771b0434267032dbe9dbf504728079f87ce93e6a90e0fa839295b88c00e5a025186ed0fcc42361428b7874c05e222edb108d6c02
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=e8c508dede11d4f54cf0b15cf92b50caad93076a6065bd2d6784c5ca739f5923ea2b894c6b2b52131f62187c8b305cd11a960fb5a670789802d59b6b2999f0af
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=841eff077c38bf594b101edb15942f601ba0dada2122b21b016f53251aa2a635b8d0b63b49bdfb50259b2545d1f498bca95d5f771a15a28edb0dd07216c9b709
truffleruby-19.0.0-linux-amd64.tar.gz=8ec6c7829351e0dc2cce57305947cd540734fe5a0b95b9501d4179993727ab2c331e9fb639b9865c0fed596df3906adf3dcf2efb22c4cfdd23a3dc2137025fd4
truffleruby-19.0.0-macos-amd64.tar.gz=912e0c15d32e40c884b2caaaf9a86a71450d441c960ef98a63dfce80353619073b146dcfe03d9af4273b2811d0899eebe922cc84a51d6f5e6826cc436d793f78
truffleruby-19.0.2-linux-amd64.tar.gz=eec92bfbd776acd61709a428b90b1029c5ea83e5ea839304d23cae3a541dd4fab3b387691fa76643f55d5939c9cac0cbe70dc0b5786e5e0e5d20f3fcd9a21356
truffleruby-19.0.2-macos-amd64.tar.gz=ce647b76c9931feac55baa5acd2c87d8335c606bc5cd7e462bd92ba1b09f4bab5db927f021e3119abfd85c33377003d060f36cf64eb121954fce8878112f01b5
truffleruby-19.1.0-linux-amd64.tar.gz=db01e6dc09fc5f39ca466aa94f725023d49a8f52343f129bf8c32b7f5f76ccf2d573ee3344fce3d5aff9983bc9af618cc5ca6e1dbba93b3f604e4f33f8a69b3f
truffleruby-19.1.0-macos-amd64.tar.gz=f002bc0b6efca11eb97c4aa6df33d2e0fcc1de3443efd39d912b028df9dd8954cb76ef3ca7fbe140f4e922d6ae4c1a6a20853490ef1ea0749293e2fcd4ffe8fc
truffleruby-19.1.1-linux-amd64.tar.gz=ec031e8c216e31f034d97aaccd6441869221d6946e18f375b44a866550b8e8eb4b2fb923f9ce1a62853bdcd5b9201e0f5d2732ca6525d80171d5732ef522bd25
truffleruby-19.1.1-macos-amd64.tar.gz=1c15918af939a8fe1779b71d9e53d2ce09ca7353173a3b357905d9fe1981ff013cf0f90c6b47e1ca66dd168c2f2d742f28a5fb134cc0231d36146da99f91c3cc
truffleruby-19.2.0-linux-amd64.tar.gz=1248bdde9cd3651d7042fe4cecff4ad35534868d543fe2e6f3a5bfc3bc9d10d57b4139fc070f0a03861436a1aabc9a8ebdf3356f39b77a4b8f6a1dcf492f70a4
truffleruby-19.2.0-macos-amd64.tar.gz=92c3154ed229a115cf392826494745aae06dd9228dd0996c2c44c550552f13f9c254367d068452fa4a84eef79c19601c79b87e10f3121fd7b83b803514a41cfd
truffleruby-19.2.0.1-linux-amd64.tar.gz=53c78cd1f255f2b7031a70a42b65c0bf80c510b9254f5d7ba82b4787f55f5b09cfa9544c424a90f4619a74179fed07c168bd501e34772ef836a773e89c467cc5
truffleruby-19.2.0.1-macos-amd64.tar.gz=ac11523cd49fac50de1e441039e429fb8cd6c7051d537e5083b64fa68eaa19c9f0a966b269da906c367985f229af82a4811282dbfd0a76ef6565162e1081a659
truffleruby-19.2.1-linux-amd64.tar.gz=c5ffc1b592a74e836a4f6ec75b0e103150a4a40d3183ae853ead38c951a85378163111cf0bd2b81e44548c0a7aeaded3ae8a7ae558d5a02dc9e2cce992b79b58
truffleruby-19.2.1-macos-amd64.tar.gz=bb467b91f66eb7d1e6f1a54a7bc0a3d9503bcbd935e8a02da9ea0b749a51e354b1140d4a4dad6fc05312b560bb9ccdcce4f6583bccd19bb5afee19bf494102fe
truffleruby-19.3.0-linux-amd64.tar.gz=0e94777a3feabbf0107ed40847e20dd4e3696ff2b7c3f6ceddf3a53ccd812bd003c84c62a750e8fac9d2490374bf792d69174b48c3ed36b593485d86729136c1
truffleruby-19.3.0-macos-amd64.tar.gz=95470c389e24c865ecdc3d299005cd98f8221a128f3cd75f899b6b7ae5d6dc07962443ce0ff38dfd014589d5aaf08b718dc870a72eb7ea6ced18ec2b2db63095
truffleruby-19.3.0.2-linux-amd64.tar.gz=dc5309b71980657f750b4dd4f8b3bc4e191bc305b638b1e562ff5b0ad7fbba40079ba674caf46226a46b5ca58c10f812354786696264742f351b129fb088a672
truffleruby-19.3.0.2-macos-amd64.tar.gz=ff1c37485ebeff3edcc7081ce09bebe5541012dedff6997662c7f8a064e0ab10bef9a5cdf834263a06ae04ca0391743948bcdea6e6c9d7e1cfef9f21523c2bdb
truffleruby-19.3.1-linux-amd64.tar.gz=c724547a9eacfdd135ce05eac9dcfe74e58a5e77c97f88103f83b8513c15c975a0ecf623f623a425ec81fad1b64d3b5e135660d6943608ad08048cda00eace79
truffleruby-19.3.1-macos-amd64.tar.gz=d746b2ad410c15d145d36c676a070ae454ba8e5ec6c594d5ebcf54b1fc719f98e8b8f71b6fd504c3d38df286bd11c5114f73b5ba39be312b11d42d4ca1a17d02
truffleruby-20.0.0-linux-amd64.tar.gz=4efea5ded5fcc6886befba3a3720fe1e5b2e376d46738565e8871a1ce0201a33ed52e78b8af2fb389618bdea99466d126d8537dd0919b0c13f8ff1940cb3e52e
truffleruby-20.0.0-macos-amd64.tar.gz=b36488330514b77c7115689042cf2482a0beb9f72a0b05fb4c7a6ecb0835a3da47c3b15c41abd6ffced023e65ecf7eabcfbcc6e41901dcddd0fb3dfed46564c6
truffleruby-20.1.0-linux-amd64.tar.gz=116d57404540b85c15b321793a6f985624a2044af544e659b3607e50159703af5d445e22bff28ae2182dfa752f7500d420e250f6deccc98a2f01e89adba8ac3a
truffleruby-20.1.0-macos-amd64.tar.gz=9b1267101dfe78b85c79f7528eb4de96b16933e66d5771efa6272372dac0fb35b199bb9d42773d61f4fa7a15d6cbd18b5753c148f7c3e477c7c4b21633f12b88
truffleruby-20.2.0-linux-amd64.tar.gz=a37eaf8475364b74d948979ac13dc6e6423bf11949ad1d0f2925f78a4495e80de9767001ccdb777c8cfd7f545839fad4d842522620c3acad179404bc4ce6752c
truffleruby-20.2.0-macos-amd64.tar.gz=964c1e02cc53e1646060334a9911771e679a8344d811a0f77d5cae3529dfefff259c45505ac84b7debb958514cd5d2276ffd435802085494e0229dd140ce8f00
truffleruby-20.3.0-linux-amd64.tar.gz=ec2d8ff6a5d45fd7091e26430c67cbbdc0f8ffa41e9ac574d48802766fcd144e1f446db807700247ad6d8046b7ed070b5da70ef667e576d6fea60cc64ea5484f
truffleruby-20.3.0-macos-amd64.tar.gz=1878f94e05a3c40484bf944a72412b179aa5415a16a7ebc1610cb512a1e1c4a2ce0e98685257ad6e5c14745245c35bb5b28205fb687292c4f17193cbfb3bb606
truffleruby-21.0.0-linux-amd64.tar.gz=b7d1b76cc015d136dbd74515431f4447730850475f81b00885b71b95819134db2656d941736048db42d519f03e1f2df066226513b77208adbdbbeda1f49cab11
truffleruby-21.0.0-macos-amd64.tar.gz=7677b827a9c1758d5f941c512cb0fe8daaa19c3db77b485d7dfa43940151d6b9094c4d9271e18ef5014630142dffb93d168c7ac631a3b5eef6fc61b2f9eecf88
truffleruby-21.1.0-linux-amd64.tar.gz=010e9fb78cab12486641780392be0f284da08dfd955f3a0d1ef72adb52e1c9024b54dc880173645aea2af680b3670a6bb01409198b757239edda4cd9bf2b1e90
truffleruby-21.1.0-macos-amd64.tar.gz=96ef8481faef1bfa7f01bb4d396818ef6f0943d19c6a23dedb68f8346740b72bf06efc707bdd29158cf991cc7073c97f429a07b02c2a48050512b46369850058
truffleruby-21.2.0-linux-amd64.tar.gz=c20af04909a852cb676c90403d852fb367d56eac0f9cf8ba42caa4cad1013ba393cc4611e434614ad132b7b0ed61160aadd887001b08de0767cf58f5e149efe7
truffleruby-21.2.0-macos-amd64.tar.gz=0b8d9633fde53aad78f0baf52858cd5a5716f53ff21698baab17da4a625b4369b88dbd664193e3f0d1b40e64c88699ab4f04bbe40f54189a588c93678962a7be
truffleruby-21.2.0.1-linux-amd64.tar.gz=15ceeee383114f974aed5f16c99131d56947e13cfe248b97e55d61263ccd51aa56fc3e0df215196ef7f80ccba9e7f19e7f261d7a91d54bde2d9992caba682d82
truffleruby-21.2.0.1-macos-amd64.tar.gz=8a8762d90c19db4f48433ce0e3f3339e290685d79c6ee9bb7d4359c741edfa6a7360ff65124433d964730ac25b2cc6d8b581191b0a51479f11c2a80031a6c1c8
truffleruby-21.3.0-linux-amd64.tar.gz=b0c07b1ea797de92447a81b350d460c125a2efaff3c290637c4bcf1c216b5abd11148cfb143ad397062a96f36beade8234d0785c42f58fceac0011f629a5220b
truffleruby-21.3.0-macos-amd64.tar.gz=42e607fa52a534123989ad232691ede65aa1c615f39320d93aa8ab9c21924eea7bc0aa49aef1a540ec972e2b3dc775d22a99eca3e0c9bc450c525f9020fbb975
truffleruby-22.0.0.2-linux-amd64.tar.gz=2231a0cfd27238c34ea0bbad27ba387453e48f39032607cbb829b347ea6ac804df15eb3f84d50b09248782d6202284498e7bc9aaa2060f0ce81bb83a84d700ad
truffleruby-22.0.0.2-macos-amd64.tar.gz=1d7ac44f0862ad23cf17a7bba73d23dfd4727aadd9a3aa9633361e9bcd19655d163e160eae9c8db8ec9892f8fbf82d7a38b1cd689475bf41609a828208098623
truffleruby-22.1.0-linux-amd64.tar.gz=c4c2f9bf4236118c8ea62c08bad89e1034ecdfa0c4815693961c4d2b1b30ca043fe958abfec9cf36a8638aa2e005e71fcc244ebffd9ce11eb68cf48bd98c29d3
truffleruby-22.1.0-macos-amd64.tar.gz=507004ade838e614955e23331845839be656aaeae7869ed3d989c10e6491775a12313ac9ef03e14945f20f5e76d46ce6f7bb860af68a627c48065399cea3c567
truffleruby-22.2.0-linux-amd64.tar.gz=37c09249ef387df3e0614f646abb444cb5b7b2751538ab0432e703abe92a81b82e0d15f89d5ad7cd58afe5f30d9a92dc8471d19f1c1ce10b50478ac74f247739
truffleruby-22.2.0-linux-aarch64.tar.gz=49a7cfb4c81980d9c7a1588ef9f76a9bfb759d4b1925ab11f230d99c15a62e162a08249d23cf5646e2d38ecc2005e27103f2e5d92b83b0a182a4e64319b70c0d
truffleruby-22.2.0-macos-amd64.tar.gz=d4c206fb0a5e63c5b7f61f2e62de854e4d0817075ef9ded237d98cd821c286e88d7b150d140d9907a957209f39be96c7025560e3908c89aa337925d2fba690af
truffleruby-22.2.0-macos-aarch64.tar.gz=a01c18803777a74717ad699b6ee51eb759d881fb436d24338b557c52d4a693079d7b55f108394ccad0dd69c974cb895f4a36854355e84fecb67e41bf9eb18514
truffleruby-22.3.0-linux-amd64.tar.gz=d53472ae892dadc81c6fe63a597ccfb67e133958431b11716db4d920c78fc86f7496e4b10322d041c900bed77d27e02850da20aa95b297d63a9de2e72cdf3c76
truffleruby-22.3.0-linux-aarch64.tar.gz=dab63d49db4722f0c174ce8b882413102520ff649182946ba332ef5ba0fc6b58913595539a20b59e460faab2fba36f762dc8eb66aa729d4a6bb90feb2a95f053
truffleruby-22.3.0-macos-amd64.tar.gz=15c91d25fd6fb1d9f3f2a0b36676da5c8a76d62be86cff463ebe6c7e6aed2d9b6de9062021ab1b9b29cfb7a92b5682c860939acd71d12dba7e4a6bf3964fef3d
truffleruby-22.3.0-macos-aarch64.tar.gz=7c44d0dd07e4ecd84a92f6dd574dc185906121b8eb75f6fe097b9d4738aa30751664d70e9027e072eeaa1dffa05fe7bcfc06be0c2dc950142f60664baf5eac69
truffleruby-22.3.1-linux-amd64.tar.gz=f41d3bd22500b7291121368169f8558df4563c840a01b70ff7feea3593f0152d8d77d4437af362bad62f25b79bce1ce8ddaa1bd8172a2a7ef8b61cdb6e478c9e
truffleruby-22.3.1-linux-aarch64.tar.gz=1ca5221f0dc5ae3e0bd9545be474e115b2e62737701df95c6ee6cdaae5d82815acbe6af961ff23afee64dc26e655c7786d4347e3694c140773f065534322ee59
truffleruby-22.3.1-macos-amd64.tar.gz=bae16cc04c6018703833121f4258c3f18fa5062309d0600458be3c51c838bc63976a026db0f28d23005df9b640ccad0a9cafc56610a5ca9c24951c66b62097d9
truffleruby-22.3.1-macos-aarch64.tar.gz=b56e230d8fbc95d19364e695aaf1e552238b02ace7056f636808a7d7510777cddfde572ace5238ea1e314351bdd1a053ab3912d0889f51f55c722797c83eaaee
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=d538412f12d5ce743c351acbaa483b8b85dd2cf84fe06b3e90ca21f3c2fc0465df9c1773b3515fe4296d599f45e9cbb935dc5a69fe45668321e5639d58608ef4
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=f10b5ac749b11f93c2469f2c8a713ad090cb653761ae0a3e1ba4c19b0c96bd61c5e8da74d8944f9487c2d327d268a188f2cb56028d2beaca2a7816e63123600b
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=cd9db49c4253bd66cad6f9ae111c83d3befd0102a7ccb72a2407d22dc576ba7f3a26a90cd479f26dee3565d2f893a2b7c8b549e2351336f35d2632e57966657c
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=28b77d9943cd1617e0445633a9fea8911cfa975f5c581192439cd0944d2a17c2b0558e3e4112588b5fc77b57c48d857ad68ac51fcb867250625ad85406d87acc
truffleruby-23.0.0-linux-amd64.tar.gz=da702de2e8c994f2646a3de5b44824210dbd37129cd2f91c3bdd990a1b0d0b05dee4443ad0f6cf98fdb4e489c9f4cde64f3561baf486dc642d4981a1a1812925
truffleruby-23.0.0-linux-aarch64.tar.gz=808254a154adcfd1bbd6e22bcdafebb6169c6f8cfd1c55382d446bb66002384ee844dcd8b5f642703ef440f7566645d190081f45e04a7d8d59bf87571cb4430a
truffleruby-23.0.0-macos-amd64.tar.gz=f775d57e63c606eef424a1115408ed8539ef47d6bea0125ad1de7ee4fd5971e96747cb7f5d22d91d2f004edbd6ed6b9b5bd014127dc1abe7821a3a987a72d9dc
truffleruby-23.0.0-macos-aarch64.tar.gz=000069854458f81d97eefe14123fbb69937942825e77d35602d55fa279123808177a34f252aec9dcfa48b93feacbee81ae0f0e7043c2d8a9ace2a4bb61ab253f
truffleruby-23.1.0-linux-amd64.tar.gz=1868799d989c51798cf07b5243457af7ae2436dd19805fd634c98b2f1885266b5c3ec81dde668c2e5a290e9028f6f9fd223d153489df6ffcc74d45240aa020ad
truffleruby-23.1.0-linux-aarch64.tar.gz=2766621877996ad35fddb94f978feed531307e8abf601dcf863754c96782b8149c3ac512dfe6dd2bdef0fe0e8a968bdd77608c41020434aaef4e7250c09edd74
truffleruby-23.1.0-macos-amd64.tar.gz=06c5a1d6ad644fd81737f0a1fd24c1529f712abe2a4485ad597aca7c35ca2af898121bb5883552cf518e2afdcb4221c8ad013759b46a69e34249e7c5ebe2b170
truffleruby-23.1.0-macos-aarch64.tar.gz=496cacc5cf413a48b60184e097a962ab5d2236c539f07cc0a9a2d9ef57dfc911a26b125cc3ad9408f6170c6f93c7562f35729c8313be0301972be21c10097942
truffleruby-23.1.1-linux-amd64.tar.gz=dbca85e281bf2484371a0bbcc202ca700acc704304d966b9202cf3835e82f6eb502e43522355f4c9e5a743877d93f5609006fbba2c5e6343a89de130e5209f6a
truffleruby-23.1.1-linux-aarch64.tar.gz=6a58842d79247d8a64c513d68db9d53ea5640c02f71a1bc45f103baaaca67bb224939ae5f21ef55daa9d9b9697404052d39a3c382768ca366ab7892b8bf1abbe
truffleruby-23.1.1-macos-amd64.tar.gz=7cc6bc957b7ffa42e9fbfe2f6e3014bf1e7996f2754e9e74377078c2c7bc7ac8e10598f1e1452839fc5b9583c823a2a735731ca193a6af2814a02566cc4cd9e4
truffleruby-23.1.1-macos-aarch64.tar.gz=a85b8189ef8a280f6a27d4c1c93893f844266dbdc15b8c4988cdf581613a353508fae4872ac9380efcc47f36357e137861521712c00ce8548041762a8987a9b2
truffleruby-23.1.2-linux-amd64.tar.gz=6307fd71fb1431fb12346d1f13dee4b3afe53947e8a9c1f3e3aa0baae5f9fc9e1496ede0a7d86b169d912ffef9625af998b4e698dc57a2a649140150e3fae28a
truffleruby-23.1.2-linux-aarch64.tar.gz=0f0c5e4aa4e9fbc9b9f91d2b3d3fbfe26e78c5bc5b369fc78dd54775a7582b8c084a64f02848058bec79387fd80b09a5a5594ecfb268635fe76e1f9d957c2e92
truffleruby-23.1.2-macos-amd64.tar.gz=648401a73b29c28862a1fa077c2e1bf8fff65015c8bc690ff883a00a3dfd99389ffdb71f39ad85a4f16c531470f4cc891ae51ec927a426b0fa05fa85c9c6a2f9
truffleruby-23.1.2-macos-aarch64.tar.gz=4ec88684c09aacfa1d8bfed9a17243579ededacecd869e98e12841710bae29ed6e5f080611e53fc217a853f730bb2a9cb3d47ef15443eb8a1ad76a120118c8a5
truffleruby-24.0.0-linux-amd64.tar.gz=3a59a4dc58ad03549d8e63db1485767757715fc9aec21b2b67b1440b13871a04541abeff9bc8201b3088e1865360b1667459e536d3cfb09687dbffca95deafeb
truffleruby-24.0.0-linux-aarch64.tar.gz=50f3993b7362bb6e7da80f7327df3d079bb02f98b67012e2135005d77e61648e4f3268f767d8ca245ec5889ff934fbcccb94fd5ecbd55bb0cd9cca900fe10509
truffleruby-24.0.0-macos-amd64.tar.gz=9ec8bb340b15e29550448e123e3ab0f183edb9bbe7e052743cb2306cbd1956a5789c5a367c80c5e8d913dce2b804448dd6815e4d3421515166daf8db51d37c7d
truffleruby-24.0.0-macos-aarch64.tar.gz=499f83bf65dcb6ecc92414a3550673e6a0baaddfe3ab13c0bd7aa1bdde1ae2a61d9d0ca8001c0d12688d9e09f98f9e2946a651220fe7d200bb0ec6f285394701
truffleruby-24.0.1-linux-amd64.tar.gz=62b4e8508eba8cdaac70e99ac9cb0b33a663b4195d79b2dad3d771ef538c6c41d1d91bb7bb07fbbafbcbbcaf17814ffaf6d6bdbafd474ba6a8ecdac30315a8c9
truffleruby-24.0.1-linux-aarch64.tar.gz=817d877848ea4bb55658ce34bbda52926be12426a8a5e1c4588bc0ec1896018b06dce176336b382f80a7c6d073d4331b20694a7797ee8fdf0177e973053bf929
truffleruby-24.0.1-macos-amd64.tar.gz=2ea65bea154aa38cce3f00f24fc9a4aab5e7478fafd070d0cc966878371c070d5a1776b7405e2c9e4cfa14e5c51219ed0fa988294eb4708690983b348886f439
truffleruby-24.0.1-macos-aarch64.tar.gz=bc1923e21768d34779c1bcd7850456a01ddc01acd1ccf20f4fb4a446fb847f8c51b1ff4a7c0cdc317ef8ce057ac24f18f25b778a02a6e2b185e0055d946ecaf2
|
rvm/rvm
|
c8333a1e9c1e31db5beb47f3c8294dd7293562f7
|
Add support for Ruby 3.4.0-preview1 (#5466)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0f2972..2000bde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,571 +1,572 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
* Fix bug with Bootsnap on Ruby 3.3.1 [\#5457](https://github.com/rvm/rvm/pull/5457)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
+* 3.4.0-preview1 [\#5466](https://github.com/rvm/rvm/pull/5466)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.7.0 [\#5449](https://github.com/rvm/rvm/pull/5449)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
* 3.0.7, 3.1.5, 3.2.4 and 3.3.1 [\#5465](https://github.com/rvm/rvm/pull/5465)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
* Upgrade github actions and truffleruby version in CI [\#5456](https://github.com/rvm/rvm/pull/5456)
* Parallelize GitHub Action jobs in CI [\#5458](https://github.com/rvm/rvm/pull/5458)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
diff --git a/config/known b/config/known
index 51ba665..a0656e9 100644
--- a/config/known
+++ b/config/known
@@ -1,80 +1,81 @@
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p648]
[ruby-]2.1[.10]
[ruby-]2.2[.10]
[ruby-]2.3[.8]
[ruby-]2.4[.10]
[ruby-]2.5[.9]
[ruby-]2.6[.10]
[ruby-]2.7[.8]
[ruby-]3.0[.7]
[ruby-]3.1[.5]
[ruby-]3.2[.4]
[ruby-]3[.3.1]
+[ruby-]3.4[.0-preview1]
ruby-head
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2
# JRuby
jruby-1.6[.8]
jruby-1.7[.27]
jruby-9.1[.17.0]
jruby-9.2[.21.0]
jruby-9.3[.14.0]
jruby[-9.4.7.0]
jruby-head
# Rubinius
rbx-1[.4.3]
rbx-2.3[.0]
rbx-2.4[.1]
rbx-2[.5.8]
rbx-3[.107]
rbx-4[.20]
rbx-5[.0]
rbx-head
# TruffleRuby
truffleruby[-24.0.1]
# Opal
opal
# Minimalistic ruby implementation - ISO 30170:2012
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1[.4.1]
mruby-2.0.1
mruby-2[.1.1]
mruby[-head]
# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]
# Topaz
topaz
# MagLev
maglev-1.0.0
maglev-1.1[RC1]
maglev[-1.2Alpha4]
maglev-head
# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head
# IronRuby
ironruby[-1.1.3]
ironruby-head
diff --git a/config/known_strings b/config/known_strings
index 894be80..5c0dd42 100644
--- a/config/known_strings
+++ b/config/known_strings
@@ -1,557 +1,558 @@
ironruby-1.0
ironruby-1.1.3
jruby-0.9.0
jruby-0.9.1
jruby-0.9.2
jruby-0.9.8
jruby-0.9.9
jruby-1.0.0RC1
jruby-1.0.0RC2
jruby-1.0.0RC3
jruby-1.0
jruby-1.0.1
jruby-1.0.2
jruby-1.0.3
jruby-1.1b1
jruby-1.1RC1
jruby-1.1RC2
jruby-1.1RC3
jruby-1.1
jruby-1.1.1
jruby-1.1.2
jruby-1.1.3
jruby-1.1.4
jruby-1.1.5
jruby-1.1.6RC1
jruby-1.1.6
jruby-1.2.0RC1
jruby-1.2.0RC2
jruby-1.2.0
jruby-1.3.0RC1
jruby-1.3.0RC2
jruby-1.3.0
jruby-1.3.1
jruby-1.4.0RC1
jruby-1.4.0RC2
jruby-1.4.0RC3
jruby-1.4.0
jruby-1.4.1
jruby-1.5.0.RC1
jruby-1.5.0.RC2
jruby-1.5.0.RC3
jruby-1.5.0
jruby-1.5.1
jruby-1.5.2
jruby-1.5.3
jruby-1.5.4
jruby-1.5.5
jruby-1.5.6
jruby-1.6.0.RC1
jruby-1.6.0.RC2
jruby-1.6.0.RC3
jruby-1.6.0
jruby-1.6.1
jruby-1.6.2
jruby-1.6.3
jruby-1.6.4
jruby-1.6.5
jruby-1.6.5.1
jruby-1.6.7
jruby-1.6.7.2
jruby-1.6.8
jruby-1.7.0.preview1
jruby-1.7.0.preview2
jruby-1.7.0.RC1
jruby-1.7.0.RC2
jruby-1.7.0
jruby-1.7.1
jruby-1.7.2
jruby-1.7.3
jruby-1.7.4
jruby-1.7.5
jruby-1.7.6
jruby-1.7.7
jruby-1.7.8
jruby-1.7.9
jruby-1.7.10
jruby-1.7.11
jruby-1.7.12
jruby-1.7.13
jruby-1.7.14
jruby-1.7.15
jruby-1.7.16
jruby-1.7.16.1
jruby-1.7.16.2
jruby-1.7.17
jruby-1.7.18
jruby-1.7.19
jruby-1.7.20
jruby-1.7.20.1
jruby-1.7.21
jruby-1.7.22
jruby-1.7.23
jruby-1.7.24
jruby-1.7.25
jruby-1.7.26
jruby-1.7.27
jruby-9.0.0.0.pre1
jruby-9.0.0.0.pre2
jruby-9.0.0.0.rc1
jruby-9.0.0.0.rc2
jruby-9.0.0.0
jruby-9.0.1.0
jruby-9.0.2.0
jruby-9.0.3.0
jruby-9.0.4.0
jruby-9.0.5.0
jruby-9.1.0.0
jruby-9.1.1.0
jruby-9.1.2.0
jruby-9.1.3.0
jruby-9.1.4.0
jruby-9.1.5.0
jruby-9.1.6.0
jruby-9.1.7.0
jruby-9.1.8.0
jruby-9.1.9.0
jruby-9.1.10.0
jruby-9.1.11.0
jruby-9.1.12.0
jruby-9.1.13.0
jruby-9.1.14.0
jruby-9.1.15.0
jruby-9.1.16.0
jruby-9.1.17.0
jruby-9.2.0.0
jruby-9.2.1.0
jruby-9.2.2.0
jruby-9.2.3.0
jruby-9.2.4.0
jruby-9.2.4.1
jruby-9.2.5.0
jruby-9.2.6.0
jruby-9.2.7.0
jruby-9.2.8.0
jruby-9.2.9.0
jruby-9.2.10.0
jruby-9.2.11.0
jruby-9.2.11.1
jruby-9.2.12.0
jruby-9.2.13.0
jruby-9.2.14.0
jruby-9.2.15.0
jruby-9.2.16.0
jruby-9.2.17.0
jruby-9.2.18.0
jruby-9.2.19.0
jruby-9.2.20.0
jruby-9.2.20.1
jruby-9.2.21.0
jruby-9.3.0.0
jruby-9.3.1.0
jruby-9.3.2.0
jruby-9.3.3.0
jruby-9.3.4.0
jruby-9.3.6.0
jruby-9.3.7.0
jruby-9.3.8.0
jruby-9.3.9.0
jruby-9.3.10.0
jruby-9.3.11.0
jruby-9.3.13.0
jruby-9.3.14.0
jruby-9.4.0.0
jruby-9.4.1.0
jruby-9.4.2.0
jruby-9.4.3.0
jruby-9.4.4.0
jruby-9.4.5.0
jruby-9.4.6.0
jruby-9.4.7.0
macruby-0.12
maglev-1.0.0
maglev-1.1beta
maglev-1.1beta2
maglev-1.1RC1
maglev-1.2Alpha
maglev-1.2Alpha2
maglev-1.2Alpha3
maglev-1.2Alpha4
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1.4.0
mruby-1.4.1
mruby-2.0.0
mruby-2.0.1
mruby-2.1.0-rc
mruby-2.1.0
mruby-2.1.1-rc
mruby-2.1.1-rc2
mruby-2.1.1
rbx-1.0.0-20100514
rbx-1.0.1-20100603
rbx-1.1.0-20100923
rbx-1.1.1-20101116
rbx-1.2.0-20101221
rbx-1.2.1-20110215
rbx-1.2.2-20110222
rbx-1.2.3-20110315
rbx-1.2.4-20110705
rbx-1.3.2
rbx-1.3.3
rbx-1.4.1
rbx-1.4.3
rbx-2.0.0
rbx-2.1.0
rbx-2.1.1
rbx-2.2.0
rbx-2.2.2
rbx-2.2.3
rbx-2.2.4
rbx-2.2.5
rbx-2.2.6
rbx-2.2.7
rbx-2.2.8
rbx-2.2.9
rbx-2.2.10
rbx-2.3.0
rbx-2.4.0
rbx-2.4.1
rbx-2.5.0
rbx-2.5.1
rbx-2.5.2
rbx-2.5.3
rbx-2.5.4
rbx-2.5.5
rbx-2.5.6
rbx-2.5.7
rbx-2.5.8
rbx-3.70
rbx-3.71
rbx-3.72
rbx-3.73
rbx-3.74
rbx-3.75
rbx-3.76
rbx-3.77
rbx-3.78
rbx-3.79
rbx-3.80
rbx-3.81
rbx-3.82
rbx-3.83
rbx-3.84
rbx-3.85
rbx-3.86
rbx-3.87
rbx-3.88
rbx-3.89
rbx-3.90
rbx-3.91
rbx-3.92
rbx-3.93
rbx-3.94
rbx-3.95
rbx-3.96
rbx-3.97
rbx-3.98
rbx-3.99
rbx-3.100
rbx-3.101
rbx-3.102
rbx-3.103
rbx-3.104
rbx-3.105
rbx-3.106
rbx-3.107
rbx-4.0
rbx-4.1
rbx-4.2
rbx-4.3
rbx-4.4
rbx-4.5
rbx-4.6
rbx-4.7
rbx-4.8
rbx-4.9
rbx-4.10
rbx-4.11
rbx-4.12
rbx-4.13
rbx-4.14
rbx-4.15
rbx-4.16
rbx-4.17
rbx-4.18
rbx-4.19
rbx-4.20
rbx-5.0
ree-1.8.6-20080507
ree-1.8.6-20080621
ree-1.8.6-20080623
ree-1.8.6-20080624
ree-1.8.6-20080709
ree-1.8.6-20080810
ree-1.8.6-20081205
ree-1.8.6-20081215
ree-1.8.6-20090113
ree-1.8.6-20090201
ree-1.8.6-20090421
ree-1.8.6-20090520
ree-1.8.6-20090610
ree-1.8.6-20090928
ree-1.8.7-2009.10
ree-1.8.7-2010.01
ree-1.8.7-2010.02
ree-1.8.7-2011.01
ree-1.8.7-2011.02
ree-1.8.7-2011.03
ree-1.8.7-2011.12
ree-1.8.7-2012.02
ruby-1.8.5-p115
ruby-1.8.5-p231
ruby-1.8.6-p286
ruby-1.8.6-p287
ruby-1.8.6-p369
ruby-1.8.6-p383
ruby-1.8.6-p398
ruby-1.8.6-p399
ruby-1.8.6-p420
ruby-1.8.7-p160
ruby-1.8.7-p174
ruby-1.8.7-p248
ruby-1.8.7-p249
ruby-1.8.7-p299
ruby-1.8.7-p302
ruby-1.8.7-p330
ruby-1.8.7-p334
ruby-1.8.7-p352
ruby-1.8.7-p357
ruby-1.8.7-p358
ruby-1.8.7-p370
ruby-1.8.7-p371
ruby-1.8.7-p374
ruby-1.9.0
ruby-1.9.1-p129
ruby-1.9.1-p243
ruby-1.9.1-p376
ruby-1.9.1-p378
ruby-1.9.1-p429
ruby-1.9.1-p431
ruby-1.9.2-p0
ruby-1.9.2-p136
ruby-1.9.2-p180
ruby-1.9.2-p290
ruby-1.9.2-p318
ruby-1.9.2-p320
ruby-1.9.2-p330
ruby-1.9.3-preview1
ruby-1.9.3-rc1
ruby-1.9.3-p0
ruby-1.9.3-p125
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p385
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-1.9.3-p484
ruby-1.9.3-p545
ruby-1.9.3-p547
ruby-1.9.3-p550
ruby-1.9.3-p551
ruby-2.0.0-preview1
ruby-2.0.0-preview2
ruby-2.0.0-rc1
ruby-2.0.0-rc2
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.0.0-p451
ruby-2.0.0-p481
ruby-2.0.0-p576
ruby-2.0.0-p594
ruby-2.0.0-p598
ruby-2.0.0-p643
ruby-2.0.0-p645
ruby-2.0.0-p647
ruby-2.0.0-p648
ruby-2.1.0-preview1
ruby-2.1.0-preview2
ruby-2.1.0-rc1
ruby-2.1.0
ruby-2.1.1
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.1.6
ruby-2.1.7
ruby-2.1.8
ruby-2.1.9
ruby-2.1.10
ruby-2.2.0-preview1
ruby-2.2.0-preview2
ruby-2.2.0-rc1
ruby-2.2.0
ruby-2.2.1
ruby-2.2.2
ruby-2.2.3
ruby-2.2.4
ruby-2.2.5
ruby-2.2.6
ruby-2.2.7
ruby-2.2.8
ruby-2.2.9
ruby-2.2.10
ruby-2.3.0-preview1
ruby-2.3.0-preview2
ruby-2.3.0
ruby-2.3.1
ruby-2.3.2
ruby-2.3.3
ruby-2.3.4
ruby-2.3.5
ruby-2.3.6
ruby-2.3.7
ruby-2.3.8
ruby-2.4.0-preview1
ruby-2.4.0-preview2
ruby-2.4.0-preview3
ruby-2.4.0-rc1
ruby-2.4.0
ruby-2.4.1
ruby-2.4.2
ruby-2.4.3
ruby-2.4.4
ruby-2.4.5
ruby-2.4.6
ruby-2.4.7
ruby-2.4.8
ruby-2.4.9
ruby-2.4.10
ruby-2.5.0-preview1
ruby-2.5.0-rc1
ruby-2.5.0
ruby-2.5.1
ruby-2.5.2
ruby-2.5.3
ruby-2.5.4
ruby-2.5.5
ruby-2.5.6
ruby-2.5.7
ruby-2.5.8
ruby-2.5.9
ruby-2.6.0-preview1
ruby-2.6.0-preview2
ruby-2.6.0-preview3
ruby-2.6.0-rc1
ruby-2.6.0-rc2
ruby-2.6.0
ruby-2.6.1
ruby-2.6.2
ruby-2.6.3
ruby-2.6.4
ruby-2.6.5
ruby-2.6.6
ruby-2.6.7
ruby-2.6.8
ruby-2.6.9
ruby-2.6.10
ruby-2.7.0-preview1
ruby-2.7.0-preview2
ruby-2.7.0-preview3
ruby-2.7.0-rc1
ruby-2.7.0-rc2
ruby-2.7.0
ruby-2.7.1
ruby-2.7.2
ruby-2.7.3
ruby-2.7.4
ruby-2.7.5
ruby-2.7.6
ruby-2.7.7
ruby-2.7.8
ruby-3.0.0-preview1
ruby-3.0.0-preview2
ruby-3.0.0-rc1
ruby-3.0.0
ruby-3.0.1
ruby-3.0.2
ruby-3.0.3
ruby-3.0.4
ruby-3.0.5
ruby-3.0.6
ruby-3.0.7
ruby-3.1.0-preview1
ruby-3.1.0
ruby-3.1.1
ruby-3.1.2
ruby-3.1.3
ruby-3.1.4
ruby-3.1.5
ruby-3.2.0-preview1
ruby-3.2.0-preview2
ruby-3.2.0-preview3
ruby-3.2.0-rc1
ruby-3.2.0
ruby-3.2.1
ruby-3.2.2
ruby-3.2.3
ruby-3.2.4
ruby-3.3.0-preview1
ruby-3.3.0-preview2
ruby-3.3.0-preview3
ruby-3.3.0
ruby-3.3.1
+ruby-3.4.0-preview1
truffleruby-1.0.0-rc2
truffleruby-1.0.0-rc3
truffleruby-1.0.0-rc5
truffleruby-1.0.0-rc6
truffleruby-1.0.0-rc7
truffleruby-1.0.0-rc8
truffleruby-1.0.0-rc9
truffleruby-1.0.0-rc10
truffleruby-1.0.0-rc11
truffleruby-1.0.0-rc12
truffleruby-1.0.0-rc13
truffleruby-1.0.0-rc14
truffleruby-1.0.0-rc15
truffleruby-1.0.0-rc16
truffleruby-19.0.0
truffleruby-19.0.2
truffleruby-19.1.0
truffleruby-19.1.1
truffleruby-19.2.0
truffleruby-19.2.0.1
truffleruby-19.2.1
truffleruby-19.3.0
truffleruby-19.3.0.2
truffleruby-19.3.1
truffleruby-20.0.0
truffleruby-20.1.0
truffleruby-20.2.0
truffleruby-20.3.0
truffleruby-21.0.0
truffleruby-21.1.0
truffleruby-21.2.0
truffleruby-21.2.0.1
truffleruby-21.3.0
truffleruby-22.0.0.2
truffleruby-22.1.0
truffleruby-22.2.0
truffleruby-22.3.0
truffleruby-22.3.1
truffleruby-23.0.0-preview1
truffleruby-23.0.0
truffleruby-23.1.0
truffleruby-23.1.1
truffleruby-23.1.2
truffleruby-24.0.0
truffleruby-24.0.1
diff --git a/config/md5 b/config/md5
index 56f49f1..872a9d4 100644
--- a/config/md5
+++ b/config/md5
@@ -1274,755 +1274,756 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=5da9cf19b005948398f3541a1ded7105
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=a27a413146d903d258fe9fc907e60c1a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=77794ae2fb09dca79bfb636198ccaaed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=565f3c0dbc3211c6f86ebcb60cbd5de7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=5cc60a18ac4cca5322994c6d19753846
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=45b547a987088761a88143e5fabef13e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=e993696c73e6be0017d90ccdddbcc644
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=032a73d5182d84cbbf20b6e7e310c7c2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=07c61bc0c9e09fc87808f62985cbff25
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=62745ec761a45826841002e72cfca795
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=538383cc35e5710a2175f36416ca3b7c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=8a17255fa833fe3ff9c0275db79bfbff
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=66dc3fdf49b1371fd6d362f3ea9d019b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=873b63cc2e4abbb6ec5126ab07ce429a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=84658482a83ee3a4c80d145d0bd7ccb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=d3af42a4fd701e0710d5f6a16e6bb9a3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c5f56b0149ab787d89c69056eb45e483
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=13f1011cc048aef7199ae8f14bc2ac62
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=fba1bf0b819f52561deab198fd36743d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=3ec8f383026889e2f3c328d86839a7b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=9c3775365cab8e1e82aa19e87b9711dd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=cce17e87cc9bfcb6b995e5f1996c423c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=b80a93441133b85258d97085aeead20a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=74c45b08a2dc28871ff158b608cc8685
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=469b22a4b12f23e86ac25b3d797ff559
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=ea7767cbfacd744813ccaedd1b4e0013
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=0d9f69db1bd665c9e5c9592b483b31a1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=068f5c90b5b381cd58d8804ca2b3be64
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=6181192273efab4aabaa8628fc83c7be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=fa690cb7132706fb25dfc625e949e96a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=c443f32cd4c91fb37ff79bd86906e1bc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=6fa3edab1bbacf7328074a7fba22be50
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=a950bc4af16446fce2f9266e95629bdb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=d9bce275c2f36dbde8a6c25f9fa10c2e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=6486c5ce9ec697039b0bb36d2bf18a0d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=79f0927984b8e6e7934b34bdb2a3e5e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=214ac1e49a75291a68c63134bc246a8a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=94a39d1b226350362666f6305866b20b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=4db7d99d775a7f24bb55c6053d4eb864
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=c0db831a97b8427e0777adeaebf7a9d8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=830b4845fbfd45df75758e311a013ffc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=3fc39c824b2060a3a2766ca01037dd15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=0b395f3884c78c6938896ff253c5251b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=2be294a056a45a50262d1796906f8860
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=0270733b808489a91e41f73d9fe971e9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=33db4a687e4943faf6c2853179b67935
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=dea6663b2c113190e9b99a6dcedb3aa0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=835e563bfbe3c8311326660a51f3394c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=66e3c1e1140300c8236c13e3178cb8ab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=07b12bd2a7d8242c34d824882e654c22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=fe12c0e211f90076b51c7916c830971f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=65ab3105b0c6d5e8a2e9977a3ab7ed94
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=08547ad8e760e0776c74401ae5bbd8e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=631b4ea065d18df96c6ccbc141904bb3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=03a67e234d886f3c698c1571e42cc7a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=0ded0cb8ce18a846d71d7e04d24c2e78
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=5251aed0ba4d8349413d6bf4c261bea3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=f09694c4f23d7625f72606bce0efb710
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=340db3acb58829b51e4a7ac1c77246d4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1bd86cb46a9e6c40c285258879a3d59
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=d86b2a1e9721b9459e1283006e03fa92
ironruby-1.0.zip=7a92888837b3507355ed391dbfc0ab83
ironruby-1.1.3.zip=4f2af6253a459cc054d6c55956e514a9
jruby-bin-1.3.1.tar.gz=4a95db8fc93ed7219663fbede98b6117
jruby-bin-1.4.tar.gz=54dba9a88b2b3f99ac86a79828d0178b
jruby-bin-1.4.0.tar.gz=f37322c18e9134e91e064aebb4baa4c7
jruby-bin-1.4.0.zip=3a9c8a5115a679da7d7a49a56d57d4c0
jruby-bin-1.4.1.tar.gz=a4aa8c43d1b9ffd9dbc6cb738d55a034
jruby-bin-1.5.0.tar.gz=ee2b4e326e8b87858e5dd0c8e94102e6
jruby-bin-1.5.1.tar.gz=74251383e08e8c339cacc35a7900d3af
jruby-bin-1.5.2.tar.gz=d239deb9a108a6abbfbd6cb79cf8255b
jruby-bin-1.5.3.tar.gz=ccb0b2dbc300d8dd4ad1bd4da48b8320
jruby-bin-1.5.5.tar.gz=8e00f7d40cbf221f733d6f7a15784e9a
jruby-bin-1.5.6.tar.gz=94033a36517645b7a7ec781a3507c654
jruby-bin-1.6.0.tar.gz=f4d7e339dfc0fbaef5b878d1c0a66fbe
jruby-bin-1.6.2.tar.gz=a46f978c24a208717023bb4b8995c678
jruby-bin-1.6.3.tar.gz=694b80e4eea784cdc1eb39fb1e3132c9
jruby-bin-1.6.4.tar.gz=0e96b6f4d1c6f12b5ac480cd7ab7da78
jruby-bin-1.6.5.tar.gz=54354082673bd115f945890dc6864413
jruby-bin-1.6.5.1.tar.gz=246a7aa2b7d7e6e9e8a0c2e282cbcfd0
jruby-bin-1.6.7.tar.gz=fd1b8d7389aa92da69ea6efb4782e40a
jruby-bin-1.6.7.2.tar.gz=1e520f1b5130114464e5f1950cb24774
jruby-bin-1.6.8.tar.gz=a76ac5845640e4a1ebdfa74421efc935
jruby-bin-1.7.0.preview1.tar.gz=7b9e5e1cd0d818d0199086d948f948b4
jruby-bin-1.7.0.preview2.tar.gz=e8f1623759590aadbf49e4cc53f1cb61
jruby-bin-1.7.0.RC1.tar.gz=bdddcee3d126cddd9a85b5a066a7e25e
jruby-bin-1.7.0.RC2.tar.gz=ffe2dd61711f4574fed344af151e5de5
jruby-bin-1.7.0.tar.gz=21861e0ecdbf48cda713c8ade82fdddb
jruby-bin-1.7.1.tar.gz=86e659863541d8b987cb7bfbe3b4cfb0
jruby-bin-1.7.2.tar.gz=6ec9293b6dffd1e8ee57e9b7c6d18cbe
jruby-bin-1.7.3.tar.gz=f0adf8ccee6f6777f7ab8e5e1d7a1f47
jruby-bin-1.7.4.tar.gz=c6a56eae78db28dddba911ccd0848c32
jruby-bin-1.7.5.tar.gz=c2a28c43c8095127d4a4aee0cf9b1439
jruby-bin-1.7.6.tar.gz=5d10011516a3d3bde10209b60cfcc0ef
jruby-bin-1.7.7.tar.gz=9d6df2188fa57f12bf6fde4e4b2e3f09
jruby-bin-1.7.8.tar.gz=1e68f39d6dba7b6d9db81e24bb6b7d0a
jruby-bin-1.7.9.tar.gz=b2e44f1f44837c07068ee453a89f4b55
jruby-bin-1.7.10.tar.gz=c84fe9245a73f9cd29f56343b7d2e39a
jruby-bin-1.7.11.tar.gz=d6e6ab72426fa7fdc9ae55950980d877
jruby-bin-1.7.12.tar.gz=2073aa6dfc7c701ef7c3d3143d181582
jruby-bin-1.7.14.tar.gz=bc33284f27a3508a70d2ade100a2f6bd
jruby-bin-1.7.15.tar.gz=92e63cffcb86842511aeeed95bdf96ed
jruby-bin-1.7.16.tar.gz=92cb058d1a896257b5ac1c26dc433506
jruby-bin-1.7.16.1.tar.gz=eec2f0e03560bacf02a09c0096a99cad
jruby-bin-1.7.16.2.tar.gz=cd31909b67239c5c6a795521fca5c239
jruby-bin-1.7.17.tar.gz=8b78ba1acdb718431f71c38287c07967
jruby-bin-1.7.18.tar.gz=aa7286140be0f6f60534ebffededc708
jruby-bin-1.7.19.tar.gz=bc38596757d8000d6ca4c4c3f8eacea6
jruby-bin-1.7.20.tar.gz=0c2adc160cb85c888b269e8ac4f886fc
jruby-bin-1.7.21.tar.gz=bc91594072032023d146f330764d3274
jruby-bin-1.7.22.tar.gz=1da904bf41d362d0d0b366d9e781168f
jruby-bin-1.7.23.tar.gz=41e3f45c28c94a275f9eeb22721da35d
jruby-bin-1.7.25.tar.gz=fc43ead73f657f5261428923974fd605
jruby-bin-1.7.26.tar.gz=4ca60264a9560f37fdba8108543e72c2
jruby-bin-1.7.27.tar.gz=b98b0a2c52e885a868a2b60092e1cd3d
jruby-bin-9.0.0.0.pre1.tar.gz=d5c8b30648348aa883f893d464d46bf1
jruby-bin-9.0.0.0.pre2.tar.gz=86994a9d7ed2cf318c75392623a3e6da
jruby-bin-9.0.0.0.tar.gz=fe9036ea69bf23dc3b69cfc94adb5404
jruby-bin-9.0.1.0.tar.gz=a82bc640e0080b1d9a21d1477c8400e3
jruby-bin-9.0.3.0.tar.gz=828dd6c6dd18e5b186ccfd65753077bd
jruby-bin-9.0.4.0.tar.gz=645bf4a1dcde3f19dc0fff75c8b4b685
jruby-bin-9.0.5.0.tar.gz=1d2dc649cbacbe26418ef3ba421018b1
jruby-bin-9.1.0.0.tar.gz=fe26e6308d006d35eb613cdd47d1dc99
jruby-bin-9.1.1.0.tar.gz=8356334270df07a214590d00a986837b
jruby-bin-9.1.2.0.tar.gz=749bb917dde9666e365e12bbe776a5c2
jruby-bin-9.1.3.0.tar.gz=91c246cd623702032e88283565da5480
jruby-bin-9.1.4.0.tar.gz=5b80b78c09bf0cd4dcbcb9e1fe3e8b73
jruby-bin-9.1.5.0.tar.gz=e9b2cc44757db4cfbe7da79601d0169a
jruby-bin-9.1.6.0.tar.gz=4092a89b01b55d1fb5498113f97ab0ca
jruby-bin-9.1.7.0.tar.gz=b120c3eaeef7ff2aed3a57701e414e78
jruby-bin-9.1.8.0.tar.gz=0fdee002c56ec91dff1efffce205265c
jruby-bin-9.1.9.0.tar.gz=170efc34297d7ac2a56bb1163e96b363
jruby-bin-9.1.10.0.tar.gz=b75e0d1a200e8f790d8bbc84f91e3002
jruby-bin-9.1.11.0.tar.gz=0502a14141da25a460ce197720bab4c3
jruby-bin-9.1.12.0.tar.gz=74bd7ae08c159fc62cb6f64845a868cc
jruby-bin-9.1.13.0.tar.gz=6c642c8a2653a585779f453d8c843fd7
jruby-bin-9.1.14.0.tar.gz=a7e0ecd529690025d327c45744f60fa4
jruby-bin-9.1.15.0.tar.gz=01c29690324d7eb414fba66e4c009c9e
jruby-bin-9.1.16.0.tar.gz=e64c3aa1310c272194fd1750b0b79fac
jruby-bin-9.1.17.0.tar.gz=f28d1fcbb60e550f3abd839102ad0069
jruby-bin-9.2.0.0.tar.gz=bd476da4bed39ffcfff7116f448a5365
jruby-bin-9.2.1.0.tar.gz=4b78b0a40ca541556f5ee75a815e0be0
jruby-bin-9.2.2.0.tar.gz=be678559801be029fe233c33396e34d2
jruby-bin-9.2.3.0.tar.gz=79328ab1ed37d612da35271183e46bbd
jruby-bin-9.2.4.0.tar.gz=f538f2be459f0f0e517a53446e78a354
jruby-bin-9.2.4.1.tar.gz=d373bbc2bd6caabfcc9914c4067e9d24
jruby-bin-9.2.5.0.tar.gz=14582fd6eee19610f0a7433ce5dd5ce4
jruby-bin-9.2.6.0.tar.gz=dba182ac9943b726b609ca61747c1835
jruby-bin-9.2.7.0.tar.gz=c0111b2cafa920df76284044e1aeedc7
jruby-bin-9.2.8.0.tar.gz=7d652b586a18f1c665289fd7e6edf4f5
jruby-bin-9.2.9.0.tar.gz=74b3451f79c13c2fc66c6dee69d46699
jruby-bin-9.2.10.0.tar.gz=e6ce97eae6e35b622c1b572f9297705b
jruby-bin-9.2.11.0.tar.gz=22b003adfb03b253721cc85db248698f
jruby-bin-9.2.11.1.tar.gz=687586132f7b649b1bdd7b823577c9d8
jruby-bin-9.2.12.0.tar.gz=cc7599837fbd0839cce7293577a34f2c
jruby-bin-9.2.13.0.tar.gz=99df4eb89f88c7582bfe7c313daec7b4
jruby-bin-9.2.14.0.tar.gz=421c5b8146701177a738a0a691190018
jruby-bin-9.2.15.0.tar.gz=ba593f1de2c4e592a8ca9b9e903af457
jruby-bin-9.2.16.0.tar.gz=d8d954ee0ab6f4868c3fc63339660af9
jruby-bin-9.2.17.0.tar.gz=382fb3d9d2982efd5396f1a42e3fa6a1
jruby-bin-9.2.18.0.tar.gz=002ac95859a2176cb0a58d81d6e0fb14
jruby-bin-9.2.19.0.tar.gz=0961867a77838853f32ee72dbde7c00e
jruby-bin-9.2.20.0.tar.gz=840876dd0ca0098452dd2667fe9dd7f4
jruby-bin-9.2.20.1.tar.gz=5856ed030f0d9e75d2384cf42f62a4de
jruby-bin-9.2.21.0.tar.gz=9957c1d2bd9265144fe55f9f7093272a
jruby-bin-9.3.0.0.tar.gz=501a3c975b3c9478b72d4b0cd37170b9
jruby-bin-9.3.1.0.tar.gz=201d3e483bf847f5c59f4b1f3bf594d5
jruby-bin-9.3.2.0.tar.gz=259c276f68a01495dda24407394a382d
jruby-bin-9.3.3.0.tar.gz=cd49b81753048cee9c8ffdd2ce1cb3e2
jruby-bin-9.3.4.0.tar.gz=7292dd9a56155aa015ec08c03855b3fc
jruby-bin-9.3.6.0.tar.gz=bc5a7b02be69fdf3f5584e8880fc7dcc
jruby-bin-9.3.7.0.tar.gz=49b17b5cd7cf8bfb09d8f64147d992ef
jruby-bin-9.3.8.0.tar.gz=6ea209b699a06944d0653d8048d8bfec
jruby-bin-9.3.9.0.tar.gz=9a0f0a931346bc6ea34196a5c88002ec
jruby-bin-9.3.10.0.tar.gz=83c9d776dfc8cf33bfa60f7e78077160
jruby-bin-9.3.11.0.tar.gz=6ccc04e658c49db19fc0c452db0f2931
jruby-bin-9.3.13.0.tar.gz=3f20268b494da900504e921507248183
jruby-bin-9.3.14.0.tar.gz=87a96fd3af448ec8fd5ca45c6469ecc9
jruby-bin-9.4.0.0.tar.gz=d0136daa4910f6e6b21858260eb00fe2
jruby-bin-9.4.1.0.tar.gz=abe2669672ac973f1b41a4d3860eb7ae
jruby-bin-9.4.2.0.tar.gz=486e50f3c74e7400e71631819fde91da
jruby-bin-9.4.3.0.tar.gz=526006fefb3e5ffc5095ab5599cc38c6
jruby-bin-9.4.4.0.tar.gz=287b5c3a9b63ff93e49ae9dc0347263b
jruby-bin-9.4.5.0.tar.gz=09c6fceb38d6c086af2e4d5f21f9fe65
jruby-bin-9.4.6.0.tar.gz=5e2fe4ed897d938332ee0d85d2aa60bc
jruby-bin-9.4.7.0.tar.gz=a0633ca837efff62edca84ceae1f5515
libiconv-1.13.1.tar.gz=7ab33ebd26687c744a37264a330bbe9a
MacRuby%200.5.zip=675454a8c7bc19d606d90a726e08427c
MacRuby%200.6.zip=a80afd3700c88cf95c539fc63b272faf
MacRuby%200.7.1.zip=e8245dcd03c0757dfae7e6fee913947a
MacRuby%200.7.zip=0bb60588c9ec9b1517665743bb05132f
MacRuby%200.8.zip=735ac0a70f539e00b5de6fbec09c2c5c
MacRuby%200.9.zip=fa01345e8fbfee620bbac64743a45f69
MacRuby%200.10.zip=1662d13d2f73cfc26258598f6988dcbc
MacRuby%200.11.zip=b0cc23d60484a07012bcad549cef6054
MacRuby%200.12.zip=e1c5fa1b007a1cdc38c527a47302bf5e
MagLev-1.0.0.tar.gz=e02cb8ee04438451eb78df14f91a68a9
MagLev-1.1beta.tar.gz=d542c7af290ce3b588b57629906b19e9
MagLev-1.1beta2.tar.gz=0ef88d5d145611aef324cb51be0aaafd
MagLev-1.1RC1.tar.gz=41f4a0994daf1e5271cbd0ebe57816f4
MagLev-1.2Alpha.tar.gz=5c7dd3acef9dbddc0829bb1daa087abb
MagLev-1.2Alpha2.tar.gz=cbbeae109854a6bf107a747a93fd478b
MagLev-1.2Alpha3.tar.gz=b7470518f2b697eb1a5a39eff9b6d749
MagLev-1.2Alpha4.tar.gz=d54f04a611ce838b9d7009627065b7ca
mruby-1.0.0.tar.gz=d9aec6a20fc1add65ee07ff6cf0e1ef2
mruby-1.1.0.tar.gz=60d75ea704c9285f3c80b3ad1d2b68de
mruby-1.2.0.tar.gz=b5a3b7962d9db8cb8fb8105aa914d16c
mruby-1.3.0.tar.gz=9714dd2804064d0043e099b7211d72b9
mruby-1.4.0.tar.gz=25efc35511070454074b36863c4d5b5e
mruby-1.4.1.tar.gz=b40bf09af3f4c6e2bc443b9ac803a3ad
mruby-2.0.0.tar.gz=b86c6a1dd86cb4ebe51e3fe38964a830
mruby-2.0.1.tar.gz=15b426a8a94a610c45414578786d05e3
mruby-2.1.0-rc.tar.gz=58a85fcb102d72900a25190da670e01d
mruby-2.1.0.tar.gz=c01a4bbf62e6f5765c70b8813e0ce7da
mruby-2.1.1-rc.tar.gz=809edd80e680855e7c4cf3c569972f28
mruby-2.1.1-rc2.tar.gz=24879fa5eb587f9415f03f8f3701842e
mruby-2.1.1.tar.gz=c0ee4a112695046b9e4f177e31096d6c
ncurses.tar.gz=cce05daf61a64501ef6cd8da1f727ec6
openssl-0.9.8k.tar.gz=e555c6d58d276aec7fdc53363e338ab3
openssl-0.9.8n.tar.gz=076d8efc3ed93646bd01f04e23c07066
openssl-1.0.1c.tar.gz=ae412727c8c15b67880aef7bd2999b2e
openssl-1.0.1i.tar.gz=c8dc151a671b9b92ff3e4c118b174972
pkg-config-0.23.tar.gz=d922a88782b64441d06547632fd85744
readline-5.2.tar.gz=e39331f32ad14009b9ff49cc10c5e751
readline-6.0.tar.gz=b7f65a48add447693be6e86f04a63019
readline-6.2.tar.gz=67948acb2ca081f23359d0256e9a271c
release-2.0.0-rc1.zip=b05b5e3c2712a294e4b09ebf450c1bfe
rubinius-1.0.0-20100514.tar.gz=b05f4e791d3712c5a50b3d210dac6eb0
rubinius-1.0.1-20100603.tar.gz=eb185703c7ae0c0210e8dcb7f783ee8e
rubinius-1.1.0-20100923.tar.gz=e2ae16238b201de09975abe19da09ea9
rubinius-1.1.1-20101116.tar.gz=b39f618eeba37c3aff215da8bca55fd7
rubinius-1.2.0-20101221.tar.gz=4284c2660f1f648942de35d4fc871f70
rubinius-1.2.1-20110215.tar.gz=e4a5127480062fddddc7ce2860b3b813
rubinius-1.2.2-20110222.tar.gz=59124378fb7ee040e9ee4e4736d89fc0
rubinius-1.2.3-20110315.tar.gz=9782dab18c2dd440af6b76e8eb5bc0f0
rubinius-1.2.4-20110705.tar.gz=403c777d19b3553e9cb36701fe002c5e
rubinius-1.3.2.tar.bz2=64801ad8dd4e5e4fcb74ff313fec0a69
rubinius-1.3.3.tar.bz2=79f1f860ed8242257bd7f3e88c81a197
rubinius-1.4.1.tar.bz2=76b840405d4b9303261c27cf15002386
rubinius-2.0.0.tar.bz2=62e379e044c822b81e7b20a27daf133e
rubinius-2.1.0.tar.bz2=908053f38fd840c75a93aab7487c20a5
rubinius-2.1.1.tar.bz2=6b4df0caec5ea88373e113f97a3b4c72
rubinius-2.2.0.tar.bz2=f1fbc6f3baf1da5ad86b3858f30f3349
rubinius-2.2.2.tar.bz2=ac70d629ea43525d91e81f4ccf135299
rubinius-2.2.3.tar.bz2=d9978cf1a4e8f0310db63e49834f9837
rubinius-2.2.4.tar.bz2=c10699da85a8eb5861a37b29077213bd
rubinius-2.2.5.tar.bz2=5996dc8529b2ffe5921c5e7020bee20e
rubinius-2.2.6.tar.bz2=85339bb6dd525eee719edf0551868f56
rubinius-2.2.7.tar.bz2=de2e6f4c3bd9a90bcb89f2ea27ddee9e
rubinius-2.2.8.tar.bz2=c4db1ffb8dbdf864240cabe8b7758b49
rubinius-2.2.9.tar.bz2=0bf87ba617fa989e47d20942410028af
rubinius-2.2.10.tar.bz2=8680da7eb921e6f595a1d716915ca7e0
rubinius-2.3.0.tar.bz2=e003a30af6689c8198116b3405d09d8e
rubinius-2.4.0.tar.bz2=62391a51f49820daa51463066c3ce007
rubinius-2.4.1.tar.bz2=7758721b6e848387c3943ddb9ebd9479
rubinius-2.5.0.tar.bz2=178baa1ad172df0801765ea93bc36d87
rubinius-2.5.1.tar.bz2=77e1b87dc357691ad44b561a5f45c188
rubinius-2.5.2.tar.bz2=e5973d6e0a16f0390dc2a7478db83ff5
rubinius-2.5.3.tar.bz2=b19709eb3fa9e05b3fa6a357b33e3b5b
rubinius-2.5.4.tar.bz2=64587916e5d445ed9bc630017a04498e
rubinius-2.5.5.tar.bz2=ef671bbab50cbe2f70f953c491311261
rubinius-2.5.6.tar.bz2=597e4b049f49966c646faf699856c1b9
rubinius-2.5.7.tar.bz2=9a7f404019bce9fc34a7af7feb7cbb74
rubinius-2.5.8.tar.bz2=a24520892cada1f660e719a25abf63e3
ruby-1.8.5-p115.tar.bz2=03955e3c367b9beb3efe144c9f00d689
ruby-1.8.5-p115.tar.gz=20ca6cc87eb077296806412feaac0356
ruby-1.8.5-p231.tar.bz2=327f5aa6573787432222e96195cffd1e
ruby-1.8.5-p231.tar.gz=e900cf225d55414bffe878f00a85807c
ruby-1.8.6-p286.tar.bz2=e6b6bf8f34370e433936adb7a7065e63
ruby-1.8.6-p286.tar.gz=797ea136fe43e4286c9362ee4516674e
ruby-1.8.6-p287.tar.bz2=80b5f3db12531d36e6c81fac6d05dda9
ruby-1.8.6-p287.tar.gz=6ff3420094711266c3201a0c7c2faa38
ruby-1.8.6-p369.tar.bz2=c3c1f3dd0dfbd2e17a04e59c2f12cfc8
ruby-1.8.6-p369.tar.gz=8c140ae28b4c3947b92dfad69109d90b
ruby-1.8.6-p383.tar.bz2=a48703cd982b9f0e3002700a50b0e88e
ruby-1.8.6-p383.tar.gz=4f49544d4a4d0d34e9d86c41e853db2e
ruby-1.8.6-p398.tar.bz2=fbd43dc44ee26be4d37e6bebbed6f8bd
ruby-1.8.6-p398.tar.gz=736db5f56c2d9b0136e563d049249fa8
ruby-1.8.6-p399.tar.bz2=f77c307cb72fb8808b0e85af5d05cefc
ruby-1.8.6-p399.tar.gz=c3d16cdd3c1ee8f3b7d1c399d4884e33
ruby-1.8.6-p420.tar.bz2=1c7a978e9ffd4f56dc2ad74bbd2c34f3
ruby-1.8.6-p420.tar.gz=ca1eee44f842e93b5098bc5a2bb9a40b
ruby-1.8.7-p160.tar.bz2=f8ddb886b8a81cf005f53e9a9541091d
ruby-1.8.7-p160.tar.gz=945398f97e2de6dd8ab6df68d10bb1a1
ruby-1.8.7-p174.tar.bz2=88c45aaf627b4404e5e4273cb03ba2ee
ruby-1.8.7-p174.tar.gz=18dcdfef761a745ac7da45b61776afa5
ruby-1.8.7-p248.tar.bz2=37e19d46b7d4b845f57d3389084b94a6
ruby-1.8.7-p248.tar.gz=60a65374689ac8b90be54ca9c61c48e3
ruby-1.8.7-p249.tar.bz2=37200cc956a16996bbfd25bb4068f242
ruby-1.8.7-p249.tar.gz=d7db7763cffad279952eb7e9bbfc221c
ruby-1.8.7-p299.tar.bz2=244439a87d75ab24170a9c2b451ce351
ruby-1.8.7-p299.tar.gz=43533980ee0ea57381040d4135cf9677
ruby-1.8.7-p302.tar.bz2=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p302.tar.gz=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p330.tar.bz2=2689719fb42c8cf0aa336f8c8933f413
ruby-1.8.7-p330.tar.gz=50a49edb787211598d08e756e733e42e
ruby-1.8.7-p334.tar.bz2=2f14f604bf981bb938ab5fc8b09eb1a6
ruby-1.8.7-p334.tar.gz=aacb6ee5dfe2367682bba56af7f415b8
ruby-1.8.7-p352.tar.bz2=0c61ea41d1b1183b219b9afe97f18f52
ruby-1.8.7-p352.tar.gz=0c33f663a10a540ea65677bb755e57a7
ruby-1.8.7-p357.tar.bz2=3abd9e2a29f756a0d30c7bfca578cdeb
ruby-1.8.7-p357.tar.gz=b2b8248ff5097cfd629f5b9768d1df82
ruby-1.8.7-p358.tar.bz2=de35f00997f4ccee3e22dff0f2d01b8a
ruby-1.8.7-p370.tar.bz2=1e4c3194537dd8ff92e756993e55a29d
ruby-1.8.7-p371.tar.bz2=c27526b298659a186bdb5107fcec2341
ruby-1.8.7-p371.tar.gz=653f07bb45f03d0bf3910491288764df
ruby-1.8.7-p374.tar.bz2=83c92e2b57ea08f31187060098b2200b
ruby-1.8.7-p374.tar.gz=b72a0bc5b824398537762e5272bbb8dc
ruby-1.9.0.tar.bz2=17eb66ac3721340d21db352d8f5dec76
ruby-1.9.1-p129.tar.bz2=6fa62b20f72da471195830dec4eb2013
ruby-1.9.1-p129.tar.gz=c71f413514ee6341c627be2957023a5c
ruby-1.9.1-p243.tar.bz2=66d4f8403d13623051091347764881a0
ruby-1.9.1-p243.tar.gz=515bfd965814e718c0943abf3dde5494
ruby-1.9.1-p376.tar.bz2=e019ae9c643c5efe91be49e29781fb94
ruby-1.9.1-p376.tar.gz=ebb20550a11e7f1a2fbd6fdec2a3e0a3
ruby-1.9.1-p378.tar.bz2=5922459622a23612eb9b68a3586cb5f8
ruby-1.9.1-p378.tar.gz=9fc5941bda150ac0a33b299e1e53654c
ruby-1.9.1-p429.tar.bz2=09df32ae51b6337f7a2e3b1909b26213
ruby-1.9.1-p429.tar.gz=0f6d7630f26042e00bc59875755cf879
ruby-1.9.1-p431.tar.bz2=03179138ae95dbfae872ef49e9cc6da7
ruby-1.9.1-p431.tar.gz=23f28cffc007ed5ac72c8e9bec6837ce
ruby-1.9.2-p0.tar.bz2=d8a02cadf57d2571cd4250e248ea7e4b
ruby-1.9.2-p0.tar.gz=755aba44607c580fddc25e7c89260460
ruby-1.9.2-p136.tar.bz2=52958d35d1b437f5d9d225690de94c13
ruby-1.9.2-p136.tar.gz=6e17b200b907244478582b7d06cd512e
ruby-1.9.2-p180.tar.bz2=68510eeb7511c403b91fe5476f250538
ruby-1.9.2-p180.tar.gz=0d6953820c9918820dd916e79f4bfde8
ruby-1.9.2-p290.tar.bz2=096758c3e853b839dc980b183227b182
ruby-1.9.2-p290.tar.gz=604da71839a6ae02b5b5b5e1b792d5eb
ruby-1.9.2-p318.tar.bz2=be431c6cbfa27e3836a06c6315717747
ruby-1.9.2-p318.tar.gz=cc7bf1025128e1985882ae243f348802
ruby-1.9.2-p320.tar.bz2=b226dfe95d92750ee7163e899b33af00
ruby-1.9.2-p320.tar.gz=5ef5d9c07af207710bd9c2ad1cef4b42
ruby-1.9.2-p330.tar.bz2=8ba4aaf707023e76f80fc8f455c99858
ruby-1.9.2-p330.tar.gz=4b9330730491f96b402adc4a561e859a
ruby-1.9.3-p0.tar.bz2=65401fb3194cdccd6c1175ab29b8fdb8
ruby-1.9.3-p0.tar.gz=8e2fef56185cfbaf29d0c8329fc77c05
ruby-1.9.3-p125.tar.bz2=702529a7f8417ed79f628b77d8061aa5
ruby-1.9.3-p125.tar.gz=e3ea86b9d3fc2d3ec867f66969ae3b92
ruby-1.9.3-p194.tar.bz2=2278eff4cfed3cbc0653bc73085caa34
ruby-1.9.3-p194.tar.gz=bc0c715c69da4d1d8bd57069c19f6c0e
ruby-1.9.3-p286.tar.bz2=e76848a86606a4fd5dcf14fc4b4e755e
ruby-1.9.3-p327.tar.bz2=7d602aba93f31ceef32800999855fbca
ruby-1.9.3-p327.tar.gz=96118e856b502b5d7b3a4398e6c6e98c
ruby-1.9.3-p362.tar.bz2=13c26ea368d88a560f07cc8c5eb4fa05
ruby-1.9.3-p374.tar.bz2=944e73eba9ee9e1f2647ff32ec0b14b2
ruby-1.9.3-p385.tar.bz2=5ec9aff670f4912b0f6f0e11e855ef6c
ruby-1.9.3-p392.tar.bz2=a810d64e2255179d2f334eb61fb8519c
ruby-1.9.3-p392.tar.gz=f689a7b61379f83cbbed3c7077d83859
ruby-1.9.3-p429.tar.bz2=c2b2de5ef15ea9b1aaa3152f9112af1b
ruby-1.9.3-p429.tar.gz=993c72f7f805a9eb453f90b0b7fe0d2b
ruby-1.9.3-p448.tar.bz2=aa710d386e5903f78f0231868255e6af
ruby-1.9.3-p448.tar.gz=a893cff26bcf351b8975ebf2a63b1023
ruby-1.9.3-p484.tar.bz2=03f5b08804927ceabe5122cb90f5d0a9
ruby-1.9.3-p484.tar.gz=8ac0dee72fe12d75c8b2d0ef5d0c2968
ruby-1.9.3-p545.tar.bz2=4743c1dc48491070bae8fc8b423bc1a7
ruby-1.9.3-p545.tar.gz=8e8f6e4d7d0bb54e0edf8d9c4120f40c
ruby-1.9.3-p547.tar.bz2=5363d399be7f827c77bf8ae5d1a69b38
ruby-1.9.3-p547.tar.gz=7531f9b1b35b16f3eb3d7bea786babfd
ruby-1.9.3-p550.tar.bz2=c2169c8b14ccefd036081aba5ffa96da
ruby-1.9.3-p551.tar.bz2=0d8b272b05c3449dc848bb7570f65bfe
ruby-1.9.3-preview1.tar.bz2=7d93dc773c5824f05c6e6630d8c4bf9b
ruby-1.9.3-preview1.tar.gz=0f0220be4cc7c51a82c1bd8f6a0969f3
ruby-1.9.3-rc1.tar.bz2=26f0dc51ad981e12c58b48380112fa4d
ruby-1.9.3-rc1.tar.gz=46a2a481536ca0ca0b80ad2b091df68e
ruby-2.0.0-p0.tar.bz2=895c1c581f8d28e8b3bb02472b2ccf6a
ruby-2.0.0-p195.tar.bz2=2f54faea6ee1ca500632ec3c0cb59cb6
ruby-2.0.0-p247.tar.bz2=60913f3eec0c4071f44df42600be2604
ruby-2.0.0-p353.tar.bz2=20eb8f067d20f6b76b7e16cce2a85a55
ruby-2.0.0-p451.tar.bz2=908e4d1dbfe7362b15892f16af05adf8
ruby-2.0.0-p481.tar.bz2=ea406a8d415a1a5d8365596d4288f3da
ruby-2.0.0-p576.tar.bz2=eccd42d43620544a085c5e3834572f37
ruby-2.0.0-p594.tar.bz2=58469c0daf5f3a892a70cc674ea59c7f
ruby-2.0.0-p598.tar.bz2=a3f3908103a7d209d1d1cf4712e3953c
ruby-2.0.0-p643.tar.bz2=1390888cac6cd175e6f164eff378cdde
ruby-2.0.0-p645.tar.bz2=d576240c97cfcc3ed9bdc457eb1e8280
ruby-2.0.0-p647.tar.bz2=27a3ea1a8b8bca1a6de43a7d08e88b69
ruby-2.0.0-p648.tar.bz2=3544031334f4665aa2eb1414babc9345
ruby-2.0.0-preview1.tar.bz2=47a0f662f0e258aa1c5e429c310861b3
ruby-2.0.0-preview2.tar.bz2=a645a783c3302cc094a9963a5e700a4d
ruby-2.0.0-rc1.tar.bz2=24cebdda11e01ff4889ac983cd7dc02c
ruby-2.0.0-rc2.tar.bz2=e92420131bd7994513e0bf09a3e2a19b
ruby-2.1.0-preview1.tar.bz2=d32d1ea23988399afadbd21c5a7a37fc
ruby-2.1.0-preview2.tar.bz2=9d566a9b2d2e7e35ad6125e2a14ce672
ruby-2.1.0-rc1.tar.bz2=cae095b90349b5b0f7026060cc3dd2c5
ruby-2.1.0.tar.bz2=1546eeb763ac7754365664be763a1e8f
ruby-2.1.1.tar.bz2=53edc33b2f590ecdd9f6a344b9d92d0d
ruby-2.1.1.tar.gz=e57fdbb8ed56e70c43f39c79da1654b2
ruby-2.1.2.tar.bz2=ed9b8565bdeccb401d628ec8d54a0774
ruby-2.1.2.tar.gz=a5b5c83565f8bd954ee522bd287d2ca1
ruby-2.1.3.tar.bz2=02b7da3bb06037c777ca52e1194efccb
ruby-2.1.4.tar.bz2=f4136e781d261e3cc20748005e1740b7
ruby-2.1.5.tar.bz2=a7c3e5fec47eff23091b566e9e1dac1b
ruby-2.1.6.tar.bz2=e1a8e6c6bfbb09bb7f8d6be8f508e4a1
ruby-2.1.7.tar.bz2=3a878e98311d543e5de3533b82ef4a5a
ruby-2.1.8.tar.bz2=b17130b5f02a61640ae3b629af931610
ruby-2.1.9.tar.bz2=62bd1cbfcbc22e4d137462bce992f6d1
ruby-2.1.10.tar.bz2=5155c624807ff2418a9e9f15202954d0
ruby-2.2.0-preview1.tar.bz2=767b132eec3e70b14afe5884a7a767b1
ruby-2.2.0-preview2.tar.bz2=d7abace25a8ffe861cb2807bef1c58a6
ruby-2.2.0-rc1.tar.bz2=7144732d30dd4547c0a59862b3345d54
ruby-2.2.0.tar.bz2=d03cd4690fec1fff81d096d1c1255fde
ruby-2.2.1.tar.bz2=06973777736d8e6bdad8dcaa469a9da3
ruby-2.2.2.tar.bz2=af6eb4fa7247f1f7b2e19c8e6f3e3145
ruby-2.2.3.tar.bz2=f49a734729a71774d4a94a9a603114b2
ruby-2.2.4.tar.bz2=c3d65f6d2ebe90dda81a37885ea244f5
ruby-2.2.5.tar.bz2=0c7edd1ff3650c3b74da2efaf641bf34
ruby-2.2.6.tar.bz2=3d13cf447142b8a11cd9beb7bc63fee0
ruby-2.2.7.tar.bz2=ca7224d80c08b015bc3b8c226d0914c3
ruby-2.2.8.tar.bz2=054d2e2904d5175662293e29c3bdb927
ruby-2.2.9.tar.bz2=575adf8ede6b1ca7236a5341e73536b0
ruby-2.2.10.tar.bz2=bef1909a4c885157870ef69548cdad3a
ruby-2.3.0-preview1.tar.bz2=776000d74ec6dd34bf355ff6921c8311
ruby-2.3.0-preview2.tar.bz2=3ad442ccb337e77e4acaa4113f25b76a
ruby-2.3.0.tar.bz2=f0d9f9bbdc87372ca98988a571875819
ruby-2.3.1.tar.bz2=c194281f63d7fcd816747fe78474be5e
ruby-2.3.2.tar.bz2=9d00f3772f1c8fa5eecdfea089e3032f
ruby-2.3.3.tar.bz2=04b9c461a2bc1eec0535ad1947cad4fb
ruby-2.3.4.tar.bz2=99961e97566aee6d63635e2da4cf73ac
ruby-2.3.5.tar.bz2=e1efc3d5a948ca1f552005efe5925513
ruby-2.3.6.tar.bz2=b2443b11ee80319a119f7ec0c9b8d79a
ruby-2.3.7.tar.bz2=5eb580d5cd13ffb5aacfb96580c0043d
ruby-2.3.8.tar.bz2=78045332e298dfd859ceef9fe946950f
ruby-2.4.0-preview1.tar.bz2=64b8983b5f53d053906e394f734aa296
ruby-2.4.0-preview2.tar.bz2=1074e8dea5baa89af7f7c2d1d2b9ebaa
ruby-2.4.0-preview3.tar.bz2=9f767e6bc61830735ea7dc9cd5a63653
ruby-2.4.0-rc1.tar.bz2=0f8b665acf4e883334adc121a42a206f
ruby-2.4.0.tar.bz2=98f29161860fe1b6c65396717847a358
ruby-2.4.1.tar.bz2=07b2ae5d2f46321c95b37066c8415900
ruby-2.4.2.tar.bz2=5ff3ad6ec816bcce8806a55090936ab6
ruby-2.4.3.tar.bz2=ac8215ba561cc7c79b4f61daee11b706
ruby-2.4.4.tar.bz2=d994274eaa95b82aa5d31ec2188253c6
ruby-2.4.5.tar.bz2=45d70a8bb9397d818795ffe992163d27
ruby-2.4.6.tar.bz2=4abd13c50c1fc273a0a81a0ae74ed39f
ruby-2.4.7.tar.bz2=1ce166ced489908993d78e8bb68325e0
ruby-2.4.8.tar.bz2=396d35f1a2d1deaf303f59cb5245d4ae
ruby-2.4.9.tar.bz2=0b3447370651df55a2014a170c0cb1d5
ruby-2.4.10.tar.bz2=b10a7d2fcaf218c98edbaf57efc36e58
ruby-2.5.0-preview1.tar.bz2=889454189f41e271ae5ba15382911b6a
ruby-2.5.0-rc1.tar.bz2=f5acdeacf56aced3c00ae6a8fa816bbc
ruby-2.5.0.tar.bz2=63a6cd49546783d62de25a0ffc4aecc3
ruby-2.5.1.tar.bz2=5aaaf2fb4893214fa316516f3ac43519
ruby-2.5.2.tar.bz2=e90ab127e2ac3ee1d8840835e8ba1f13
ruby-2.5.3.tar.bz2=49aea0bf56d25351ccaf938c642400df
ruby-2.5.4.tar.bz2=0c923215470f1debe593fe21e66fd37b
ruby-2.5.5.tar.bz2=8f41b5cb683d48b5cb6cdfe03d135d6b
ruby-2.5.6.tar.bz2=f2a74416ab3016434896194120796f04
ruby-2.5.7.tar.bz2=65597b69aa54bdca8745502c10349f96
ruby-2.5.8.tar.bz2=9ec96e7a590ef801ede294b6184c9c0f
ruby-2.5.9.tar.bz2=9e905a545a729af1f1620ddfc2976fe5
ruby-2.6.0-preview1.tar.bz2=1ce507e27fa02aeb36100dabcf1da94f
ruby-2.6.0-preview2.tar.bz2=e45011116334d21857b9e1712a01e6b3
ruby-2.6.0-preview3.tar.bz2=b326ceee3d3756f892515009e148f4b2
ruby-2.6.0-rc1.tar.bz2=40457a72e36cbecd0c51d9f895347302
ruby-2.6.0-rc2.tar.bz2=9665e6d886a9da2d4076fa75836798f1
ruby-2.6.0.tar.bz2=d3372daec93f83e7a91c669821053014
ruby-2.6.1.tar.bz2=73d19ac478db1a178be5ae2f2fb8c9ec
ruby-2.6.2.tar.bz2=658fcc0da15578c2420ded807b11cce1
ruby-2.6.3.tar.bz2=52e609b756735115814b9c8463f185e2
ruby-2.6.4.tar.bz2=d9b35753c65f54c745ab6b0094511839
ruby-2.6.5.tar.bz2=d1b89c88effb71d75cd7ef77c35e1985
ruby-2.6.6.tar.bz2=abc030870bfbe18ae9c356abebd95cb6
ruby-2.6.7.tar.bz2=46f24740181f91247c72f19d52334379
ruby-2.6.8.tar.bz2=c53761123d17e929cfe248f50429bcab
ruby-2.6.9.tar.bz2=ddc24495adaf215c8ee40630b4a55041
ruby-2.6.10.tar.bz2=6ad76db639ab308e3b6c19408729a0cf
ruby-2.7.0-preview1.tar.bz2=82fab0496947acd847a6b2eb758acfc6
ruby-2.7.0-preview2.tar.bz2=966a544ab59114591898403c23d91397
ruby-2.7.0-preview3.tar.bz2=2fa6c213774744b287e7e0212b43f626
ruby-2.7.0-rc1.tar.bz2=48a8837cb352f5b95e97a1ae0d62a9d0
ruby-2.7.0-rc2.tar.bz2=cca58fdb8c5e8be8273842d54199c42d
ruby-2.7.0.tar.bz2=89347748b7414f5bc7aeb8f4a87ebef4
ruby-2.7.1.tar.bz2=4bb2b2b2f0c6953859e30af140cf249a
ruby-2.7.2.tar.bz2=a8acc9c24708fe29dfc287823ecaae65
ruby-2.7.3.tar.bz2=604acb258b1d8228f55799e846cfe6d3
ruby-2.7.4.tar.bz2=52705d799ed851dd3bfd5634265cde46
ruby-2.7.5.tar.bz2=d97d4377eee18b0e790510c3afed648c
ruby-2.7.6.tar.bz2=1b6efacb9f129d0253d8a9faa9c21f99
ruby-2.7.7.tar.bz2=63c55e75150251d3ba092b662138e4af
ruby-2.7.8.tar.bz2=f44dedf51fdb7441a7dba592d6a4a14d
ruby-3.0.0-preview1.tar.gz=991df063b86a8f8412ca07f548579f39
ruby-3.0.0-preview2.tar.gz=ce14b24e923f2e269fea6441791a7248
ruby-3.0.0-rc1.tar.gz=848a8628c8abde270b66e2474049a4a3
ruby-3.0.0.tar.gz=d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz=8d1c460a9a9d48a353de3eb0f338bbfd
ruby-3.0.2.tar.gz=b973af486291a1e17ad50d88472bfa86
ruby-3.0.3.tar.gz=9ecae293da9547c1438a970f04f64655
ruby-3.0.4.tar.gz=ec9de9a15acc4f205b08816d94267415
ruby-3.0.5.tar.gz=cdff2395625dc1d632fc5400c8fec103
ruby-3.0.6.tar.gz=6b5a7b14505697e6fc2b40b345679f40
ruby-3.0.7.tar.gz=147a3467facc704b5d479e809c131603
ruby-3.1.0-preview1.tar.gz=d131b9bca700ee87ea276f8233ea4c0b
ruby-3.1.0.tar.gz=1ca89d713f2c18a20104befed51b3b9a
ruby-3.1.1.tar.gz=702778a0ef8b7a01ef7530a541002e19
ruby-3.1.2.tar.gz=9daf064899cccc32fd564117c7a7e0dd
ruby-3.1.3.tar.gz=cce38a2b2c589d59f440f67c7d8cc697
ruby-3.1.4.tar.gz=3e601ae6db76a487219a1084e5cb4c9c
ruby-3.1.5.tar.gz=ce1e92ddb1230fa2d4f4367882542555
ruby-3.2.0-preview1.tar.gz=a83c91d53e130fe232e4c27ecc8738da
ruby-3.2.0-preview2.tar.gz=56e7801b37612b82285c9a09cfeb28ce
ruby-3.2.0-preview3.tar.gz=0ed16faae50403b4e2ba2e85ec2314a1
ruby-3.2.0-rc1.tar.gz=4657d7013702adce21ca21dfe71ea4a0
ruby-3.2.0.tar.gz=76ca7e7d71898ab1e85155d69403754e
ruby-3.2.1.tar.gz=055101c924538467c63fcbf42abddc75
ruby-3.2.2.tar.gz=eb6f18605e1e1be5dfb5b45f31bf6a93
ruby-3.2.3.tar.gz=e0ba90554f7ea41c587ffa7fcfd064ca
ruby-3.2.4.tar.gz=c48283a23c72d7aae19b7f510b89444a
ruby-3.3.0-preview1.tar.gz=0833f555b1b8d5423953600fb4146639
ruby-3.3.0-preview2.tar.gz=4f82f4c9e512ec0a53baa1be8d35ebf7
ruby-3.3.0-preview3.tar.gz=a32ede198a9da50d4afc4421a4a993ad
ruby-3.3.0.tar.gz=f57422a0f995cd5a93c726f6c42c310a
ruby-3.3.1.tar.gz=368e331a35145ace4948390ed76cf1df
+ruby-3.4.0-preview1.tar.gz=93b9b1040a2dd7be7514a7870aa7da03
ruby-enterprise-1.8.6-20080507.tar.gz=17e3c52e73e42809f57ad0000a6cb4ab
ruby-enterprise-1.8.6-20080621.tar.gz=626fc3811eee2dc92ac27ea63d37a8b2
ruby-enterprise-1.8.6-20080623.tar.gz=0bf8a3a93c6b37bb1260cc09b05e81fd
ruby-enterprise-1.8.6-20080624.tar.gz=de58b97128aa65209f291c66eab7c4a7
ruby-enterprise-1.8.6-20080709.tar.gz=f0ded08cec64959fa388ec6a237b9c47
ruby-enterprise-1.8.6-20080810.tar.gz=bfdcf06f437af825cd9f2d321f9d1896
ruby-enterprise-1.8.6-20081205.tar.gz=50206bec9be2e08a862e5ec2e70fa693
ruby-enterprise-1.8.6-20081215.tar.gz=aab57b7d5061c1980bec5dbe311ec9b2
ruby-enterprise-1.8.6-20090113.tar.gz=e8d796a5bae0ec1029a88ba95c5d901d
ruby-enterprise-1.8.6-20090201.tar.gz=a965e6789b553efaed72191825b13713
ruby-enterprise-1.8.6-20090421.tar.gz=c777b361aadccda7988be16ede7ab15f
ruby-enterprise-1.8.6-20090520.tar.gz=156572a8296bd0440970a6bb95018a13
ruby-enterprise-1.8.6-20090610.tar.gz=0bf66ee626918464a6eccdd83c99d63a
ruby-enterprise-1.8.7-2009.10.tar.gz=3727eef7b6b1b2f31db7d091328d966e
ruby-enterprise-1.8.7-2010.01.tar.gz=587aaea02c86ddbb87394a340a25e554
ruby-enterprise-1.8.7-2010.02.tar.gz=4df7b09c01adfd711b0ab76837611542
ruby-enterprise-1.8.7-2011.01.tar.gz=4640634347cd8e5469cb718853e2112e
ruby-enterprise-1.8.7-2011.02.tar.gz=8c5faa11c1ddaed3f44b7294711980cc
ruby-enterprise-1.8.7-2011.03.tar.gz=038604ce25349e54363c5df9cd535ec8
ruby-enterprise-1.8.7-2011.12.tar.gz=1e5f3059d52a67ab5d91d472b756de08
ruby-enterprise-1.8.7-2012.02.tar.gz=8d086d2fe68a4c57ba76228e97fb3116
ruby-enterprise-1.8.7-20090928.tar.gz=ae00018ce89d95419dfde370fcd485ac
rubygems-0.4.0.tgz=86a64616548a793e1a5f825f0dd385b9
rubygems-0.5.0.tgz=80d151edd94a06bcd2452a7e272b4d96
rubygems-0.6.0.tgz=5df803f5a04654833690dd32283de741
rubygems-0.6.1.tgz=c4a0faa9f876ad805ae80d1396a29d97
rubygems-0.7.0.tgz=ede9b55343219e8b3491793aa12c46f3
rubygems-0.8.0.tgz=9ef6e3c34dcb54e295c8e57321ddc079
rubygems-0.8.1.tgz=6276d268b420c0d61796cdbf6d28dae4
rubygems-0.8.3.tgz=6e6da80f61d6e77d0ad9e531767f6fd5
rubygems-0.8.4.tgz=a2ad2d03dae8a98002c2a7cd6c3ed352
rubygems-0.8.5.tgz=b917c084e1e6e99d8e102af8dd687ddb
rubygems-0.8.6.tgz=9de98d2f62e3f91521b0207a4dcdeb5b
rubygems-0.8.7.tgz=7fc04b9f9acc0c18cbbe6222be8d0bd3
rubygems-0.8.8.tgz=a8535e9c35a4c215d6ef9268d4bc69ed
rubygems-0.8.10.tgz=d26592e280c0fb24c51f2837c3f48e67
rubygems-0.8.11.tgz=aa363b428c4c1fc2e076a4ff77b957d7
rubygems-0.9.0.tgz=5d496e1f415b8b4033ab867f01d1161f
rubygems-0.9.1.tgz=a62314cdb174ccc88a27b8924fa79e4a
rubygems-0.9.2.tgz=cc525053dd465ab6e33af382166fa808
rubygems-0.9.3.tgz=600940a22ecd79e28e0fd37ad1f1d871
rubygems-0.9.4.tgz=b5680acaa019c80ea44fe87cc2e227da
rubygems-0.9.5.tgz=91f7036a724e34cc66dd8d09348733d9
rubygems-1.0.0.tgz=b0b74eac0cbfc5a13f895ab6f803edc1
rubygems-1.0.1.tgz=0d5851084955c327ee1dc9cbd631aa5f
rubygems-1.1.0.tgz=85f994904c5b4045f0a859b29d0be717
rubygems-1.1.1.tgz=1a77c5b6b293a3ccd5261dc120641ccc
rubygems-1.2.0.tgz=b77a4234360735174d1692e6fc598402
rubygems-1.3.0.tgz=63d3dfc038710eaf532b6a133225115a
rubygems-1.3.1.tgz=a04ee6f6897077c5b75f5fd1e134c5a9
rubygems-1.3.2.tgz=6204d0a4c526a1d8fdbce746647b179a
rubygems-1.3.3.tgz=0e9697db44d812712350baf28016b4a7
rubygems-1.3.4.tgz=b17b398503253bf36a101c58f02a226f
rubygems-1.3.5.tgz=6e317335898e73beab15623cdd5f8cff
rubygems-1.3.6.tgz=789ca8e9ad1d4d3fe5f0534fcc038a0d
rubygems-1.3.7.tgz=e85cfadd025ff6ab689375adbf344bbe
rubygems-1.4.1.tgz=e915dbf79e22249d10c0fcf503a5adda
rubygems-1.4.2.tgz=b5badb7c5adda38d9866fa21ae46bbcc
rubygems-1.5.0.tgz=49bef7186bf3c0ca6ee7adf4b585bccc
rubygems-1.5.1.tgz=47577a5e33c9c6f1e3a56aff7f51d0ff
rubygems-1.5.2.tgz=3951f94c09c16c774c8bcebc94fa5374
rubygems-1.5.3.tgz=38bbbdc17aef923fb41f054cf8421116
rubygems-1.6.0.tgz=abd27b5a9002100ff74ddb398a1c9689
rubygems-1.6.1.tgz=a77c64896aaa10d64aaf34f5c1488173
rubygems-1.6.2.tgz=0c95a9869914ba1a45bf71d3b8048420
rubygems-1.8.6.tgz=8e95d0c5b377a003f3d54a49461e81d9
rubygems-1.8.9.tgz=fc399445d693c29778779e5828ee5e90
rubygems-1.8.10.tgz=5b08ee31740c9b0bd36f6c04d537e7d4
rubygems-1.8.23.1.tgz=5259ce3eb7988950fa3aff9051a5de91
rubygems-1.8.23.2.tgz=fb377c7fd387df14a33e529153adc316
rubygems-1.8.23.tgz=178b0ebae78dbb46963c51ad29bb6bd9
rubygems-1.8.24.tgz=3a555b9d579f6a1a1e110628f5110c6b
rubygems-1.8.25.tgz=1376a258d43c53750a8df30e67853e10
rubygems-1.8.26.tgz=0ea47f1efd010f4c82b8a51a934f48dc
rubygems-1.8.27.tgz=6686ad26735c21d0d6e58b6192c7da5d
rubygems-1.8.28.tgz=2df78039f391fb1f71c02c2fc5671c94
rubygems-1.8.29.tgz=a57fec0af33e2e2e1dbb3a68f6cc7269
rubygems-2.0.0.tgz=89ce467eb2d55657e9965a46559acbcf
rubygems-2.0.1.tgz=2652ab6f001a873b8933e2ca09505974
rubygems-2.0.2.tgz=3471f140a70bcd32a7495b545cfce790
rubygems-2.0.3.tgz=854691f145cea98b4100e5b0831b73ed
rubygems-2.0.4.tgz=3ec32dbe783bab37a87f50758f8efe13
rubygems-2.0.5.tgz=641d82672937d40d664dbc18f49cdcec
rubygems-2.0.6.tgz=0633f50db16112bf6c3cf9bfb9ceb9bd
rubygems-2.0.7.tgz=9046700f1222712fedfb836fafa08c50
rubygems-2.0.8.tgz=5432214a740c0d13482e43a5328a6518
rubygems-2.0.9.tgz=bc55898247297ffa190223276b1b1bd7
rubygems-2.0.10.tgz=5457ba403cd9a5f4f5fb2ef4a2a1c03e
rubygems-2.0.11.tgz=0f28e3fde3348c0f23ceecba73a6cbef
rubygems-2.0.12.tgz=99c416517e2de1146d2c6fbb4c4c1441
rubygems-2.0.13.tgz=3970e66a670ddb6d1aade9c7b18033d4
rubygems-2.0.14.tgz=4a7aa0b144e465230ab5d7b59dfd7e8f
rubygems-2.1.0.tgz=9a9d242baef5e58fbfe79ec5206cd316
rubygems-2.1.1.tgz=b34d6f4028b69a84123a6b7cb0ac8028
rubygems-2.1.2.tgz=b5c5c4430be60f911014216d41886ef3
rubygems-2.1.3.tgz=ac7bbdfecd49f9304756aa5ebeb51400
rubygems-2.1.4.tgz=aa502b1ea90fbdd14ca9b32634795c2b
rubygems-2.1.5.tgz=60564b762d4e186815997653b1c876ab
rubygems-2.1.6.tgz=e11237a8f87dbd8c085770551d64a8f8
rubygems-2.1.7.tgz=b721ed7d5fd57ed05f77eb21a3a592ee
rubygems-2.1.8.tgz=cc4c84c0482840389a457740e8083ed9
rubygems-2.1.9.tgz=2636bf26c0a9ec889c7bd938887bd9a3
rubygems-2.1.10.tgz=6fa671d7d6605de73d16f529cf7bffb8
rubygems-2.1.11.tgz=b561b7aaa70d387e230688066e46e448
rubygems-2.2.0.rc.1.tgz=f7d80b612339169569f2675155c202f1
rubygems-2.2.0.tgz=3c16e50673adb99d1ce76d5231f764bd
rubygems-2.4.8.tgz=dc77b51449dffe5b31776bff826bf559
rubygems-2.6.10.tgz=ab5a0028d2a0653691b29d7463bd0892
rubygems-2.6.11.tgz=8d514b836fcf3ae2c20b4fe8d5cdc3c5
rubygems-2.6.12.tgz=7c454ef88b716c1a123f62b26bb9612b
rubygems-2.6.13.tgz=e6f19b51614055d826e431549a12a80b
rubygems-2.6.14.tgz=e0a6914ce03b91dfc6d448ebf292f145
rubygems-2.7.0.tgz=771c40015538c0f225c5249e4bc7d441
rubygems-2.7.1.tgz=65646f28f3c36ccaa7f991c17e15b8a9
rubygems-2.7.2.tgz=312a238ed98a61d2b3d165b790b6062b
rubygems-2.7.3.tgz=fb3a1927a1842b75677a24f48dd63ddc
rubygems-2.7.4.tgz=e9bbf5a4cc9a74293884b91f49603ea0
rubygems-2.7.5.tgz=516a4f219976003feb4b4f797cbc66b0
rubygems-2.7.6.tgz=366cea352c2b1243db726013c3d76fc4
rubygems-2.7.7.tgz=b6721f6ce4af08f68c6f513bbddfe484
rubygems-2.7.8.tgz=a3ed89a34e1ae8f9da0c620a8aa35f12
rubygems-2.7.9.tgz=173272ed55405caf7f858b6981fff526
rubygems-2.7.10.tgz=464754059d8ca01c1121a1233d866e8c
rubygems-3.0.0.tgz=3908105894e531f7ad3aceb8b41dcbcd
rubygems-3.0.1.tgz=1e8af9b87a67f15841ad2be7d5725a5f
rubygems-3.0.2.tgz=d8db1b516ae1e35b8f6f56cb526f879a
rubygems-3.0.3.tgz=b7a7dd5f85485334a6cb61b7dac20cff
rubygems-3.0.4.tgz=7d0c49077a2d19f48d88567cfa3cf17a
rubygems-3.0.5.tgz=4664467d621d719688e4778d147c306a
rubygems-3.0.6.tgz=60d84e843b131fb87c8fd67e8fac6470
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=3e9afdf72f153e2f66259fc2b6fca594
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=c30459287aec83548cfcb17340fa73d5
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=138f6814451ce634b0fae3aca5579248
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=94ed54ecb65bea2166a2159431b0362b
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=9e5428611e22b093d05afebbe0ccbc2b
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=b32a254fed71434c3431fb2effb35c5a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=7f394a8c7fe356b7bd36683c57f74ebd
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=f033329d03f1f846d25728c2af9d7524
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=184e98f2d6939f63db4b915943ff60c6
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=d19213b33011f7a55e0f32d25e19184f
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=a394167c0331c6d8c1123e1f992e5411
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=dc1bf0fcfdd5837ae0ca56d6d6e5f7b0
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=f6ec25bd532bf0551d35327d1aa4caf9
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=c80a345f9071521cf1961ab75ebc7dd1
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=3a889726efcdf33feb7ef3df13fd5f39
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=bba618b4483b79eebf9f0e7af4078502
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=a25e179ca0be96a1bc737a600729c195
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=bb8d8f5525e1ba86bb039e56291c6c7c
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=872774837057489250527bf863192115
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=bb4a64e6c4882fd0c5e412bf9c57720b
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=0f36eed2eb36846785fdd4eae24adfa0
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=1bd3087a0f2df4c006b87c9488ada6d4
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=9eddd1aa98c9649e7c01bb10bf28c471
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c93643f1d00b370411310ee7a1dd5330
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=bc7339a6218ea991f2c72ce8759cb6e3
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=1671d08dd2f5026d58b326fd55c9b7de
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=5564d17f19b8ee0edb96ab5b1bfbda98
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=61583b529b6a1337398b0966db952d24
truffleruby-19.0.0-linux-amd64.tar.gz=006220c7bde7d0b5c72481133624a83f
truffleruby-19.0.0-macos-amd64.tar.gz=9ef7f5a311465d35e54ac6e00ec3d169
truffleruby-19.0.2-linux-amd64.tar.gz=2f7fe574e0695fb6001f4f5282aa2f79
truffleruby-19.0.2-macos-amd64.tar.gz=aa20f76b3eac1f4976a507364201d1ad
truffleruby-19.1.0-linux-amd64.tar.gz=71368f8371069017d911528f052b0a55
truffleruby-19.1.0-macos-amd64.tar.gz=7f086adbc89fdfaed35273394ac3ac66
truffleruby-19.1.1-linux-amd64.tar.gz=c1ad4d17bb40e214b124222f3a7c6db6
truffleruby-19.1.1-macos-amd64.tar.gz=f4e76b0612319b4a82480cbd1fc90210
truffleruby-19.2.0-linux-amd64.tar.gz=458ed5fec1a849ef5b00e19b0e25d5e9
truffleruby-19.2.0-macos-amd64.tar.gz=dc324575ad20e3054980835c24ea7161
truffleruby-19.2.0.1-linux-amd64.tar.gz=ad7444145550d89931199159163077c1
truffleruby-19.2.0.1-macos-amd64.tar.gz=b5bcfb0aaded1e2d1763089ab6c9a14d
truffleruby-19.2.1-linux-amd64.tar.gz=fc4879d2b0cc22c152a8bf893a72c346
truffleruby-19.2.1-macos-amd64.tar.gz=71448ff3f8f1da086f222751d3f853bc
truffleruby-19.3.0-linux-amd64.tar.gz=dd44ac30b5a1ef3a7d61172cda9b30b6
truffleruby-19.3.0-macos-amd64.tar.gz=41daa52f0f308abb77a2b91c1b7e0f3d
truffleruby-19.3.0.2-linux-amd64.tar.gz=2db2cb5c29523c9bdb6f59dfa0bd74ce
truffleruby-19.3.0.2-macos-amd64.tar.gz=edf1603643938686dce57139aadf7d3c
truffleruby-19.3.1-linux-amd64.tar.gz=a14c028351f7a3965bcb56e9b22364de
truffleruby-19.3.1-macos-amd64.tar.gz=a8707d0af3eda694ec07a5387d3443fb
truffleruby-20.0.0-linux-amd64.tar.gz=b30110ecbc50c4fce402fdf44c45dad5
truffleruby-20.0.0-macos-amd64.tar.gz=0671e5909cefb9a2c12c473fc0110821
truffleruby-20.1.0-linux-amd64.tar.gz=4592b5fc3636d82fc998ab6fe0a43584
truffleruby-20.1.0-macos-amd64.tar.gz=3c0be43db86817c7037d3ff5053d322d
truffleruby-20.2.0-linux-amd64.tar.gz=e9859decb24829f9a189d88b3c2e9b79
truffleruby-20.2.0-macos-amd64.tar.gz=49e7ccf8f9e60d6c59b3b07b854466cf
truffleruby-20.3.0-linux-amd64.tar.gz=93a20845f7d9d39100761424dfc0a734
truffleruby-20.3.0-macos-amd64.tar.gz=b178b7a94fac58400450417612fe3441
truffleruby-21.0.0-linux-amd64.tar.gz=c03304a505c8699e697acecf5030d95f
truffleruby-21.0.0-macos-amd64.tar.gz=019796be37a58ef8e186a625f2ff5d07
truffleruby-21.1.0-linux-amd64.tar.gz=065bfcc48f6925410e0da21e16428b64
truffleruby-21.1.0-macos-amd64.tar.gz=325f6854c10d8a3a114c80da582c469f
truffleruby-21.2.0-linux-amd64.tar.gz=0aec44721a040845347f18c1f72ceb75
truffleruby-21.2.0-macos-amd64.tar.gz=76d27715b20902df5779f7a0c00852b1
truffleruby-21.2.0.1-linux-amd64.tar.gz=f68e9b8a9f9cae5efc5ac45a7d9e760d
truffleruby-21.2.0.1-macos-amd64.tar.gz=b021e50fc94cab590b49d27f2ea821b0
truffleruby-21.3.0-linux-amd64.tar.gz=359aca79cba4e08f9955d9c6543c2189
truffleruby-21.3.0-macos-amd64.tar.gz=d9e2e2c6fcd3ac16f0c37b0ccffb4f41
truffleruby-22.0.0.2-linux-amd64.tar.gz=324327026e9b2963a8e5fb4ee3f4e216
truffleruby-22.0.0.2-macos-amd64.tar.gz=7029d0e291d498a264d9b413729a3e17
truffleruby-22.1.0-linux-amd64.tar.gz=9329cf507ba8ac529e93156cacc1425d
truffleruby-22.1.0-macos-amd64.tar.gz=353242978b46cafc34b05e2c81206096
truffleruby-22.2.0-linux-amd64.tar.gz=5d676377056ae94fe847be721c20405b
truffleruby-22.2.0-linux-aarch64.tar.gz=b774f4b7d330842521f1e6e56cb41db5
truffleruby-22.2.0-macos-amd64.tar.gz=e45fdd9a05aec6220a76fb707b0a5ae8
truffleruby-22.2.0-macos-aarch64.tar.gz=ebcbfe056d90d06de4bd0a9d699bad8f
truffleruby-22.3.0-linux-amd64.tar.gz=ada8bc5dc52aca8317eaeab04d91e877
truffleruby-22.3.0-linux-aarch64.tar.gz=11493301d5519aa73e8f0e140cefb581
truffleruby-22.3.0-macos-amd64.tar.gz=9e27c677637b69b0460fb0a4569a5cca
truffleruby-22.3.0-macos-aarch64.tar.gz=eaa1c9020b521226f8bb48b8c7e5c596
truffleruby-22.3.1-linux-amd64.tar.gz=243d926f038fd2220c03dfbe40ef58c3
truffleruby-22.3.1-linux-aarch64.tar.gz=01487fe680863381489bf2a0a2ac162b
truffleruby-22.3.1-macos-amd64.tar.gz=b3d5a777d94856e51034d81076e8ef72
truffleruby-22.3.1-macos-aarch64.tar.gz=320ce75730a5b9f16f111eb7ef5e4e09
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=76c1cb23ee63ba4de93a0c23784bfca9
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=eec3fc74565f08e9468982692f7f9010
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=50e38f3cd548dfe78f397f76ed577bf1
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=b769bcf9b843d9b2980def1e2139284f
truffleruby-23.0.0-linux-amd64.tar.gz=6e1a491406c5dbf42de10fcb3ed7dc1c
truffleruby-23.0.0-linux-aarch64.tar.gz=5c3663f64bee707173b2684355a9a42e
truffleruby-23.0.0-macos-amd64.tar.gz=515a9a8a0f39ba9399e869cd418ebff5
truffleruby-23.0.0-macos-aarch64.tar.gz=57e5fa52270e692b82c445107fe6b6a6
truffleruby-23.1.0-linux-amd64.tar.gz=f7511c19045e57e72f9b5415bc17c8e8
truffleruby-23.1.0-linux-aarch64.tar.gz=e8a20dd919a2ff77b7cc5457e853d15d
truffleruby-23.1.0-macos-amd64.tar.gz=d3b6a3cbc0a230ebae6f3a462a32ddd3
truffleruby-23.1.0-macos-aarch64.tar.gz=ee74fc5d192c2fb8afd0458d2d429c02
truffleruby-23.1.1-linux-amd64.tar.gz=d7e1c040da170aaa36b5f5a1d106d237
truffleruby-23.1.1-linux-aarch64.tar.gz=cf508ba3787be20c03bac690f3bdbac5
truffleruby-23.1.1-macos-amd64.tar.gz=a662a8672871524808500dddef3808c1
truffleruby-23.1.1-macos-aarch64.tar.gz=de543312024993a533e3caa63b396127
truffleruby-23.1.2-linux-amd64.tar.gz=e3e5b01b291d7fea61be2be842c7e8dc
truffleruby-23.1.2-linux-aarch64.tar.gz=8fe26f643fa81eec6de3bde7024c858a
truffleruby-23.1.2-macos-amd64.tar.gz=83bc41bf699fa847df7e60412bee2823
truffleruby-23.1.2-macos-aarch64.tar.gz=7dbd2e182cfec0cf2d2e37784721903f
truffleruby-24.0.0-linux-amd64.tar.gz=202f05706d28faca75d5e3cd0f9bef78
truffleruby-24.0.0-linux-aarch64.tar.gz=4faaf4edde4f6a516246b7c2f4ee80b3
truffleruby-24.0.0-macos-amd64.tar.gz=d07f27e0e29398c6de836b0049105c12
truffleruby-24.0.0-macos-aarch64.tar.gz=10cf176718968893468caba617c02141
truffleruby-24.0.1-linux-amd64.tar.gz=2914bfb81b136cd1fb5736c0a40068e3
truffleruby-24.0.1-linux-aarch64.tar.gz=429e6ada9a95ea23ebb95d01f90eb0f4
truffleruby-24.0.1-macos-amd64.tar.gz=e3aa5ab128f5d169d93f2d6df98c4e77
truffleruby-24.0.1-macos-aarch64.tar.gz=6f81a1afe1b89a40f00c9bd4216ec45d
yaml-0.1.4.tar.gz=36c852831d02cf90508c29852361d01b
zlib-1.2.3.tar.gz=debc62758716a169df9f62e6ab2bc634
zlib-1.2.5.tar.gz=c735eab2d659a96e5a594c9e8541ad63
diff --git a/config/sha512 b/config/sha512
index 6dfa3d3..6d45333 100644
--- a/config/sha512
+++ b/config/sha512
@@ -1085,644 +1085,645 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.6.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.7.tar.bz2=af76486c65259084dcc3afbff212b7cd5d9e17d5ac6b496db37c6c28285b41f0a72523b92505df2c7efbf5e64ff7dd6d86610f84c5efa7452d2bd01908ca0390
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.8.tar.bz2=8f8829fda202863105c0453ad40e1f8806833446d44fa01f97e742e83cb086da7eeaf3349899c9120879395ede20a192ef4546a00062585e47b6b2fe2253c89d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.9.tar.bz2=3c249490017b902b43e58a199dc420b9dc038ec139949d9bc620f58a70c7f8dd093d12313f695899ad53ee314c4bdcfeaa50cb72c196b889f38faa22936137c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.10.tar.bz2=6bcfe2a2983f6b476adfb7863c9b483aa0c7cd84abd70c59f4de427ee6274bed71200cd91269bc0b3cd418645aee6371cfd3cd77e93b98a2c6c64efac6e817d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.0.tar.bz2=e610c0029dd68d15b582f09086ac39a6e5d039ffa9c18e5fefaffe4b0279445258050327bf7c02c8ef672a7ec58a32f5850c044d9083694d0b55424f2b75e945
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.1.tar.bz2=d841aff173f5a0af71384b56e1430395b287a771f80131279e22647e368acb20b5c22e5c0d4858510525b9783da499b6f6fade081e1d37fac3fe7a50cb34cee0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.2.tar.bz2=17be6eea903f162178edae84c67f263b9532405c0cb5bb320fa51b019869d114e0dc4ad7fafd6cb2597e45b73d4777d3c4e0d4f22141de30bd2ad02ccdd41ee3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.3.tar.bz2=8dd4bb1cafb2d82586b199bf032edaf23fd9bcf8a05b7e2087de172b8a8c6c4fb96584fb15372033b97bbe11a7f8aab25057c03d71e5ee21ec4a647f95687413
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.4.tar.bz2=54f9fceb0496f647b3c59dd7411a583c74e7886d8f127aba10379de739c85e45d62c2688280ba5d21a45c5054f42a2645ac2a9d990ec1a16cbb2c533edd9eff4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.5.tar.bz2=1aee7aa974a08c6bb5a29b0782efa2950c1e530bc2100e018d66450e8e89701673a034a45adcf70bdc37f52d4027ae263d7e4410d64fc637b594ad624f10a25c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.6.tar.bz2=693173e4e235300cf30ce1592bada6aba5bb29a123157aa419ba8403757682cff31c9b2b0a4e97daed557953f52c26ebe0e49605e1d12f5e4247e0096d736630
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.7.tar.bz2=8af3b57425f7cac45e7bc61029f872facc87e9ffeb3243f8fb43407cbc0a581491f38091b0fa45c8c148b730fd8cd493aa5286177b68092d7944dd73ba585299
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.8.tar.bz2=f1a7801bd0116914a055ff4013840faeac0e432b55aaae4c0bb61eda3d812eb5b3093c2c536fd9e2e28eca81137300f84418d8bc8dd9e48ffe245ad90dd3eab7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.0.tar.bz2=e1fea7c85410615f76b02df366ee49f929cd3bf3e52c3fef8b848a8a6d2b982de03c325aac664c6550b216a11cde64ae571bd5a5467ddd4a8b61039d874b2955
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.1.tar.bz2=e8b6b5dafc4b46e97fd905a5396d09ee1cfd1c0b4b74b9c3bd9e1056684f05345ac1599817cd9cb1dcd410e4e3ea23d5f2fc86da12e01fd076434c1b2917f117
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.3.tar.bz2=8172c35a381adfdbf0f90fddf526e3a5c5d4590e133e041aeb339137c1c31f16a47b904c61048c29906dfd2245572dd69caec507432628bbc98bb3eb94891575
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.4.tar.bz2=fe9370f2f45c557fd24574219e9597826f4614a8c59f092bce54338a2e927d16bfd4abbcaf0203a60a35a11169310d45e79c4a33fa4d45916bd6e4eefcc7b888
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.5.tar.bz2=e42fe5b628b6a6cfc87abaadbd9140cbc5c0000993c3272740ee6e20d07d2bacffe5148213f9628d6bc6f97211c0905e55d7bd304763ae095d86df8c2b2d15fa
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.0.tar.bz2=baadb5c405fab06da091e75af6497370757cb694d50c9f76fb06bc0a281df13f4ae893df49657c7dd7e86dfbd052d2cb7297961f9739cda4089ed71e52ae7bed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.1.tar.bz2=71ad68ef1317ce5ba51353cc226fc7b11923d9022770b355cb1180be7c2ba4bdd87b079a8dec15c09ef3ad42056018a41a603bd0a10b8124433f36b0930153d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.2.tar.bz2=440f27f682a7f9d2a99ff8c0687c1fecebd8bce494b9db48ab9d303250b8ea12dee51eed0f68d940f141d8e2699653fca7d2a6811eddc5c512a9fe39430fde3f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p392.tar.bz2=3582744ce4a4ca8b497c918e129823167e80909367d65484c2a09a8e6fa185a38bfda8c1b6676742acb492472d0687fc5b6eb18965201e0f54268d835f618df4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p551.tar.bz2=fc04b976fa02fc5c1cd4ccdd49948b5e289b3a5bba16ef99266b65fbb35f0c20a0ed02d5b147f2fc4469db6a7b6665d34e0373dba242ff04c95fa27642cfde1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.0.0-p648.tar.bz2=7dd451549e9c1a43ef86be51eaa746344c424d1accbc9cfd360067c3aec20db8ffee277e1108d40c280f1b8ec0851c6e51bc448f25505508d9af153878d9b091
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.0.tar.bz2=cfe087a9daa6de2ef00a6501d568a25a3386da730304697e1bdb9fbb098617a143f073e58629876de4f09a1e8a60a48ec05864fcbccbd6733d9e1b3d309a1100
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.1.tar.bz2=b74cc64103a31b9b9545474fe202ab9f9b15569681262438056865e4dcad08419c44bb696c7dc8a18f72b3bd8e5e98201d0c3608ea652c907372c3c95cb7e16f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.2.tar.bz2=fafffbcd24eb3c55c89704e6e8ea48ad6be286bbb4e38f56c3b3d61f9bf4f6bec28882da2ff60f17f79516476ae50cc4cb8c6a8cf4a0f31b910d6153727caed2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.3.tar.bz2=4daaf8bba3a04d46e04720ff2af1469e1caa68168f5c27d1d3e0cab922055b1f9c0b26ee64c3cb46c17b6a9651ee7a11bad19e9414102455e96454f1a7929408
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.4.tar.bz2=988c13e900168b901a3a3deb4bb96e19b15205cf4c2793b56854b58924fff652946a083be6615b2053fb5285df0fd218d1f9f91562798f0386f0758973765dcd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.5.tar.bz2=c7396627e45d8df68b18c2491fa756085aeb4ec28c1cc707617cd903fcd47d4fdd3cd6ed225dccc14497afb14200b9bea5ba38f1e8dc621c4aea8b8f0f1ccc7d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.6.tar.bz2=389aa514d93d165fe299856a5348b1667f295aaeb49094bb5ff49e9c6861bac603e698c36bf81777797d05a1d3c405e37c1a00a4dbb85f262bf02c1b0e16ff04
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.7.tar.bz2=5a38bc1dd227658347114b935ad66e27fab67b8da9529a7f9083d6aac5743c40aea8c33ca95d4f10ed1d56f29bcc2c0747a3e88b87425a5786245792d8851301
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.8.tar.bz2=44e36e4918ab4c354cacdd20be30acf12f060aab808172184251186758f750ce688eef72f39ea110ab6429fbaaa5a792b1915a5c2d845b6e22a3cc4bc851c6b9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.9.tar.bz2=358f12ae2d4e177a080bbcde8b275691418884eae9a42c98161170c7b0f6029ffebf7ffad27961bfc8a50a393796934a2dd2c7f0ad2a35992c35dbd6c8c6349f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.10.tar.bz2=e7e98be6cf658eaab81486360f4d5d22f86805582feee4aa11a8e2fe6b461db69b850c7ea98840af0811910be7f534317ab5887bc48f47a9591b65fa7262feea
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.0.tar.bz2=307ee69b3051fcec2942fce075232a62f6adf6486239a89fab7bd63a9bf068e36371e67a5e42f86ed60e31b8219ff431c2d4bcf519b2c10393504942d2d90a9d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.1.tar.bz2=a0a30a805be9c43cfe52793d103e9f0dc6076d02b0c5af36d650564aa43958164a278958f7a7e1132ee5d3357cdcfaa8d59a4cc0bab027e288d935a44958b743
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.2.tar.bz2=d3218d01a18f5dbcdb65f216469a463215784170d32110f06372fda6325bc17e2c2aec1601a5bf3319ad753b123de056e6bee8aacdd7c64c4859570d40571ec6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.3.tar.bz2=4fb3bc10aa46a85cc37fb041d351b2a8f74d70c3de32fbceefebcd6e757cd8dffdfc86cd14fa6ae7d5273f875e1d4e13e6446b6dd1882c8fb015d1d34ab5ed2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.4.tar.bz2=a008439e903b1e97eb5a66a88cf72c2e7438b12b78750411ba0ffa496c68beb8cacc2037763be1c8c8841fe9a248d4be0d0976420db0520b4b8456aed5480f3d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.5.tar.bz2=14573495aadfabb81b985aa485c0090a816f459a0db8e790a7d1bd948897cf650fef4e8aad7d2ab8232d2ebf56bf08363730dbbfbc2318625dcab04d3904b3dc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.6.tar.bz2=e915bc10ecd1129d7ed55a12fdefdd6b6fccc281cb3cc0790e5970978f17652068ccd7fdc160608cadc8556abb73a2c187d041899adfcfcb4a311285415145ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.7.tar.bz2=d80b934273b84d7ccc4e17fa07c9e0a0f95cb4a38224bd60ff73772ef7ecb3d1974e686bb10aa319642709e49789c0886f98f4fc1ccc5312a19ca19f03674e7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.8.tar.bz2=9bf0cc35deab5f53900bc8e8264dc1b57f91a3477f241848df48109f4b5c97f3140470f523fa768a7543c61cdb7a93427866d871d09ebf8060a5cb75ac6d3790
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.9.tar.bz2=0cdefbcc88c5b9d34c08c8871c548772bd473dbaf54738f9855afddae8da5eecda607b36c546077efd0165114da385cd1f296433afe411f57a524fbff0a69291
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.10.tar.bz2=3aed1b12ca46e34fce66ac23bdd97ef815918275d91ca4723f9a6f2a2b93cb2b66f845747951593eaaf078bd0d982e06efa7641fc3e11d141b7605b086f93393
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.0.tar.bz2=ac6a699d5d08b33e7580a24c9357c0c8e8378208fc7385f5582f088a879f61e48a4654d72f03263a1dcf33fb0838b01c8c21fd39c5e2549d683466e0441381d5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.1.tar.bz2=77cb7698c66ccede33f558f6ab9ebe4be3b775a567d1d4dc12fd85d7b0f28d7bd446b18ef48ba1c879dadd76b50540b57f283e9f226e904e620afc3ba6585bae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.2.tar.bz2=9592c8e2fd9266f5d1cc780706f558e15d775cece995f5b6e933c54be7b7f2be2839b28ef1898b2072c5cdce36b830e72f967062ece4393765f8dbc88c6dff88
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.3.tar.bz2=8243575f30eb38409003b0450ddece621a589e29a4ffe219410820bc2afb97b7daec4c81d59d95dcfc83138414a2df707c925f0eb56907d565dac4bbd5a929d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.4.tar.bz2=ae16edab6e55d1b2506c4cb30d836639035a7fc153511125b578d6da8a8b40cd87650855fc6b4cf777c1fa0428c593325af88d9ad25d53acfbde0051a730eaa5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.5.tar.bz2=10f4aff595d12bdb425eb3268c868e0efb92059e6aed8683fefa5abedc1ef21d23a45e17802edd8e5e0924ba1c3277b653c0559ef4ad4c9dd2be2fee17226f8d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.6.tar.bz2=bc352df203155008da7a1099f7f7d26eb9f80e0d2e41c8adec5eb47f976529c6126bccc207563de87ccc2867d1e4c43797efbf295c9a7a4afce002ee19116074
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.7.tar.bz2=d71dc217011d154ef7b33780366bff07e4232ae77321ad6d16f19090f924ed3867c31f2af4aca4ffbc6a536b0320b676716ffb43e34b0323e81eafab13f17fa1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.8.tar.bz2=aae74010426e2a1288280f3611ba6aac842ff573f9b122fda9a4f1c514e09cb3d22281e6957b4acfcc753c94113852e083a9a80d0cae6b33682b83669c475eab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.0.tar.bz2=4a083c168d9facf3346b67dde02d9705109feef6fcd4e3c7c59c2bcb35c83597305e09ee143915fd993799a888d6d9ffffadb386bd57e9477312566dd6164deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.1.tar.bz2=58b30b00156691de2acc5d21d3255029fc3f9f2536e668298ab160d300fa0bf3eb0705aa524c9123ff09d770807cda0154bae012632b7e87120d7538f844560f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.2.tar.bz2=4c3c586765fd5afb55383d16eb9d0e7ffa5b1ff988a2b1d847e3f972a211b2401f035ff6c02d71de558cc161655438727079aafcc8ab80c97e07e16cd7fb1304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.3.tar.bz2=e66a4ca4b95496964ff4d77e36caf0894d913c1116f901c9b589da5a0e388302b64a79ad6acfe7eb1ca5917825bc0f866b482f074f1d5fed96d91e238f7ef454
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.4.tar.bz2=f95eee611be949327224b89942f4344e7d8e075b958ce3418b5874e9b23981113e4fd58254629fa9f6c2fdaf5840d44785ecf5f04433987f8fc4415df5c3e367
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.5.tar.bz2=447b28420be5b19f6b1381d232920e3c20bc894c2e0d1d2e394cc44e7859d02d177ec3ee09ce96e922f55b7fe2651918805f00fb783af3780e5f25c21f330195
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.6.tar.bz2=5f60bde5843fdc0b05bb852a2f1b30ce085dbcf7acaf105d5af951398b845c766113ff3740d44585ce3814b4953c004230eb4dc2ce8746b6236ea4b7a1d1cb10
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.7.tar.bz2=929a03725dba7de8d7eee3fe8987b858b9b9d6d377beee710af5c3e84b02501996444aa7b2c1db458aefc3e765da17cd17ac30fb0b4d77ab1e54239e72fa2a63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.8.tar.bz2=227849b5809072b3aee211125c2aad3e2e4984e9d9b4415dd8c01dbff70eb9c3758c3cf54f2b97fe282f7a42f205a2becf7b86e1e6ebb4a4d048ca32659603e1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.9.tar.bz2=c15a46ba1e89cc41523a21eec90d4e3af5b9739d27c2f2b51047f2c1db832e2773cbc04871a176f71e7124eb3f7b53262e40a1baab87262f8811a8d69d8e5358
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.10.tar.bz2=b83334e272e78995b699de28bff67accfc151cc7fb193d5c5746fcf06087643564b3a0b538cb64f50706642a620dba2cc54191357321852db42cc8c5648270df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.0.tar.bz2=82038a66827fbdaf60f404103b3956ead4e03c999893f0095109e7d853919992cab615f85cd96ba9158402b2de5a68fcbdb8b32e9d07c6f754e0591f72851b40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.1.tar.bz2=31e9f176ba61480b33b7761d2a19119a200ad61c8f85145f736eb196de50babaf278d023b274274c6a31f2173c5d022bb93e0f8d46a88223659d8ebcf6f5e278
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.2.tar.bz2=75d25fa6dc81ce8a62d02adc2e163e7c222c5946116c4880cec19460e2309457ee1a11a8eac94243ee8437514bfbba9ebee939218b6ccc7e5c1f15b673d432e7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.3.tar.bz2=84c93c85aa3733f2ac82e695c19e714ad4afd096edd6abda8a4915311d1f604453fc3fdc290c6ae1f9055d305ef400f8f8f152c5e15eb230baf7cfd5e192b7fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.4.tar.bz2=131b874ac376f42f3427dcbeb0adb0edd18ece834514ff5cc15f3b3e29b8f14697050051224d7ba2b509d428f780c653a4d7101149b8ded41ae373aab871e90a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.5.tar.bz2=f55d2ff7f2eae4d30fbc14226c928d1caff21db1f2cd559d3caeb0c07a7a3f034fa369d95f783e6f38cecb493d99aa1928def9d8574698e3edea3d33515749f4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.6.tar.bz2=06b12b2a1e85248311cf55620499806078b3b67110fb45dad9cb11cbaf1e230ce8a0da23c7de0a5abfccdeada8eb799f038b1a09980ee9572ec415e24fcf8c76
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.7.tar.bz2=49128b7845954f1f04502a484f17d5c0c6ecf8990047f5a383b2752ea9e09839e5994b210c2f60307d44ffa8b440472116fa1231ea899caf639e1b8a72f7f97c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.8.tar.bz2=24290aab4e0d48719659f8c1153d2b08020f17ae845e9ac6d6b6d3203e4a5b19061e907a214e8d4390277584ff4b46dd4a0113c6b201fa37e8a95c42fab5aea5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.9.tar.bz2=c2771d6b12f4240200926b2c40ec1bd3058c9ef213e2c6032e44799fa34b75b00f2564a0f7c0d9f972870d34c7742174310bfe3b15e2742a17ba2fa05e5a27cd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.0.tar.bz2=1be48c38da41f462c23d516f465ed34e2fe90c6fd53ee06f1efc9107077d9937413bee589d5d3384aee5c09da7087fa84864a50089bd1cf3c385ba3399e9b0a2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.1.tar.bz2=b7e1204e0e501312828ca0e30b77434b2d8d94581627196f0195ba93fb10a11046d44942393bd8a261585c564bc721313152a9087aa56b57b433ed14cc7922be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.2.tar.bz2=e91a187a9e726ed26ddfaf09cc49473c8379545e2265934fcd1a1fa78ba99f9a119fe2c3c8247eab583389c3af7ec40a0e71da19f6ecc17ffc086759cebaaa15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.3.tar.bz2=77d9be5bbcd115131ec7c842a4449729d1515bf2106a6a235472dc96b58a56873c2d0fe6a3b824dd15ad00194b30e72a75813d8b4e10ee11cc793973130e2401
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.4.tar.bz2=a2e5409a1a88557bef747ca9b1ea65ac90e430500a8f9370023b4314cb5d1e0679a1b03761980ab2e933ac3521188e2151e521408e33cb4dde5f0bf802d81a41
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.5.tar.bz2=ed6288a4d81a740d722b43925db8f22f794cc704bf834a1f9c844e2072baceb8938547abb8f4fb1a50f92c34a8616904fc2679a44bf4adec4e78ce00e8456b45
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.6.tar.bz2=08cda5ff00b9297b46d1fb620301066b21240951924337b8b87d27526e55024e61121e51d9b35feea2ac5eed4027658b39ff487195140e7abe9158181c3349af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.7.tar.bz2=3cc5695814c4ca49b6a0d7790093e85f5a359c5411618a12e60f4bda75c3635b94736762983e287cd04ce3ee3155d824bd9bb202aa929f85387a741d1685dd06
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.8.tar.bz2=91e371298a6dc1083c8b6265cc8d3d388d17a21d59e0103bba7e68640f80bdd12b98547584b1cd0feb7f8dad6ad530ef5660a154075960e1a76061d534609296
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.9.tar.bz2=7e3d0f7f42d644cf4eecfd88801afe088260d5fc8f490895378d5e4ede76b2bd67959b9803db59f7b19287801df43eba920885aa1bcd29f60d225745d67093c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.10.tar.bz2=64683129da9a476d268ffde06bd7aa1c67b3c7c97b539d856833ffb127f458a55176d8b4a101e60b18ee923485097f3bd98e8216c3092c3d0527f6111cf7a051
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.0.tar.bz2=cada908be34428bc2f302bad6ebd778a2c7a8e979476e00e45c9444b65d7f48f397b838549d56ceb91f0e5593ffd663e9facc4ea5f5c6a4aecda85a5a1136496
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.1.tar.bz2=06cb5f2f0c0941802119dbdf34995446d6d69ee59eed9a5e9d7f9e7f0e14de440a9e77eee330357fa305e81ee39a6868651c740ebc91bb9a2085a74b33685f4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.2.tar.bz2=23654c65e6e62354857f86098852af0ba50a15643df5e7f6fc8b710e35a3872f6eb7dc1bf9266375361f696d8ded0bcdb9ee9acdc8d0c975955d299292da7e21
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.3.tar.bz2=ac02a93a62c55a2a10dc260cd52749bd8f4bcf1a2d43dad3cfd2e5c0bf7800c51a5b00779526d84f759f6d50ce673c7f3e526392c4ab68322649f4fe980f2ac3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.4.tar.bz2=88651ffa2f1623ca3b93b60a591e828ea0dcfc73daf1eead2629531beef291331f8ed1a4a33d682828ca60bacfdd7fea77bcd67f1a0bdbfa9d1e4f173da53208
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.5.tar.bz2=001486271268cd1d2252f46b32001b25d493bbbc8ce981ecb608eaf8d2c2e6d6361f6d9bf052b9b2d7694e228bc302a1082689f2038564439705fbecc00de1ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.6.tar.bz2=a48c974f341cd10143eacf46a9d0eef45cfca3ed91ebc9f7fcbba73d408408eebc60c55e15dab391bc4a9ada6777e2be3ec4b9e849927c5782f4443a813a6ea9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.7.tar.bz2=b9e99d1df4a772441edf7fa4e05dd5aaa62efcc5a8c89fee68aa80c4bf1d17ad0e5ecae5682a10d2eb0ff78ee79c583f0cec46f5ac11ae874126082b9f8d76e4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0-preview1.tar.bz2=8fe71fdb37955b031769359dadc5062b6c15e0618fd8961c932212a6a2610829aba8b1dbdcf4bdcc2e133665e043b29088f714874e3ef3a41d688b7beba78928
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0.tar.bz2=c51f55af33e09ed425715dae0dd59dfa253e909bbd44b4bf3dc34452656438c23a754f6b2ccf0a3e878463519043361dc7ad8a757c87a3ae0e747599547dc7cc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.1.tar.bz2=fd09a4d721388c2b9f2fd09b68175dbd620e11df02ff7cea4e438d3205494a9883c25def06d6c1ae4207e7f82bc48fdd122fe12630bb9af9da451ce6be19d86a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.2.tar.bz2=2ade19f26f6e2eaf65a8ac3e9ca21cc8fe04252df58f9b14c6d0f92aba3c0eff27b1c68b1b05041496c367051e020dca7b0c64bf44fb07b4fbdee9e68b78fdf7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.3.tar.bz2=11d81f71ec3d293916bd6a00d28dfbcc93e721d12c6137fd58febb79e7399f8fd1ab5a66915863311db9539009dac06612a4b2daf0408fc1f1e84db8f8f4fdb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.4.tar.bz2=bff3db8c69e85d503bb0686644f2d60b97c599e0cacbdb7cd4b18d630c50d04ed0dd90ea97be01c3b3220589abefc1e4dbef39246860e3c70993f0f2de738053
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.5.tar.bz2=32f69f0e33f7f7d41f4c0e5c5a1cd859a4c6032b0978c317ec3d333da42047b7f8f8dee9c4d72afe890b47b9f17901139142cfbbf228018d8ab5d02f7a01f0a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.0.tar.bz2=f7fb515855de32badd6e5ebbb03980312144b69dd8b696fb56320981e4f0964065cd13853a34dd321fca1ab160510dee8fc3b6c99f2a5e007e6974d70a564db5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.1.tar.bz2=de183d962dd4a8c95bea54f8740cc34931c2d856783fe7506f0252c5c71bb7125db00c9c7eaf8e80f8fa1c97208ba4b2a4d6c1a76e38d2b6251a92166749fb37
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.2.tar.bz2=7589f0292f72a2217e5024b51791f9a719ff0862bf39480f1460b5106f1c11172c72ccc1fe2a00b166d80610d76fcbefe64b7c9df0ed3a72c58964c2402982c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.3.tar.bz2=d79cbc4812ebe9b308a145e96f6e7f64c2692b04370ecba0bcbaae5427afcc7e57ee83b4537914b6b90494fd45a11bbf2b27999a7a74c7fd569687a93c43961f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.0.tar.bz2=2d11ad1c89c1ce9873dcdc87c41cf38105b00e265277a173d721fce4bd350af73caf01fa4a5797e926f1a0cb180f1c6e969149d1d524c4df797939cdbbe9657f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.1.tar.bz2=cbfe8a92e732675ca1f7d51c04775dfdedec1b9f21b3b7f0760ef61b7c375cc4b0758a17302242087b55faac7c3f1217fab0f6a2e713a05dac082cd6a5d5df3c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.0.tar.bz2=172189c66b3c721e7413f0088f50e4eb8dd80d87779c3a4e74231f7036eeaacb8e373b7f5ff017f8aa274c1e1c872066f2f93485a2a369a7e9b442d157840bf2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.1.tar.bz2=829fcc1a3d878ee28e89a58a2f6d4221cec115d241a007b048953672d57548002c3a105ea4e65e344137091baaf5d5c54232a54c116afe03d0f3d61c07547c2c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.2.tar.bz2=ec2e7bd32e2d574773486e1c1d733611465765cf14895fa6b017b6ed6301ef40cd062496a3926788851e7ff3bdd62b488d03385aeacc66bed53aed18a6dec225
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.3.tar.bz2=79f822725d4e3bb7daf416e736d87f3b01c21d011423a2b3c65d9019a47ad4df256fd4a1f171961267ab8f20387019fec8f3f4ebfb6664f682bdf36914f6a329
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.4.tar.bz2=aba571bed773554b18863e6b942f2bca743729834657689a016938a34b7e4352e68d9fffc440b2fd4fcdd1bed4d1ba5dde689da535088d7ff8ae7dc364ac3b2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.5.tar.bz2=0e46655028859f5abb64d71a5585db638d00edb9d20a487739d307bc1dfa2fca4ad196e04044dceab0e279286379e73110590c772a06786214c4eb23557324f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.6.tar.bz2=177e9f0a193f9dc45f8653306cf6a87bffba16780220fedbd8be67a3608a8f8d370011f3993590d58805a8ea4833d95196385fede4b513d908fd4263a82f113b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.7.tar.bz2=88bfad0d6258372d4e9739613a07352e954db3deb43c0e2d2a176f9cf55bc5e2df73e4cb04bda75e2dbb210799649f020a7284cd2acb5fb92d2b115a933a4f03
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.8.tar.bz2=3710f83ed7f3f30c9b5d3dd515c168534d01811cd33f20d3a54e654dfb5140afc8198f46dd823ac45072a83d844ad866af1e2b8265f54f9997356be88fa254a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.9.tar.bz2=078ce0d7433e63d947fe4cb0cd5a14e6f5fca00b7309d7288359ed90989dbf618bd8c1f5f31b607f3ad6b0cf540d715dec2c38cfbf71cd170e572321598bde7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.10.tar.bz2=f97f877f7afa604dfa7e8f1b399a4c034e79b616c95bd4e48927d88d1e8adf8e203901fa178f93c6af4511d26a38e2d8cced7225c2e75457bb02dc27b8feedad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.0.tar.bz2=ad619ccf77132166151e4982996e93135fb91d97701ef9aea12b6bd05e18e585dc4d5fc34883b3369ebba15474741db238fb90192eb273dd5428864429525d9b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.1.tar.bz2=9094c9bbda4c3d830382e89e4e1c24fe43cebd9d733b6878a43a34d679092bdb6c7b23cb3cc08d4efc6e15449c68862799713006703f95e2862bad1c0b0bb94a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.2.tar.bz2=54c8fc2f2a99f834292b83ef8e68e2b120f20fc4ff74856c13137065b95262f62188ed5c6ffea8fc4b0c1034d9f8a1b497878d6a581391d422994911f5fcb35d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.3.tar.bz2=b26daf1825cbc9cbe51e1abea84f3aae542beec7c26628201325026b4d4bdeeb46f8053a1c105973242ef532e66bd4eda5199dc1aa4faba1a6393f9cc126d856
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.4.tar.bz2=e5718fb13f2fe7f6b34fbc2b1a6db95576fcf9cbed481fea59fd4dd28d064104a912a1000533810221141ec09e9fd8d1e59850ae5a26ae441bb6d8878f42c418
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.5.tar.bz2=71ae2c5bac04a97694310daf76e896a1a02c245274e9c96ca96740f78a0e245302564bce757f1688d3e83b7c0c88989f702814c434101f8df786c1276a4f5a2d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.6.tar.bz2=1693ebd7cd3a452f51ce2ef32144aa36f6fa8121ec68cd0fff715db8981214ea9fc729099e4495e1e8bc346409551d4b93c6c3803fe187fc0c25360b80caab72
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.7.tar.bz2=53b05c51b970a239fab953dcf3bb433f59465fa0b4dfe58066132a1bf6247cbe4adcafe41b219ba453ea392f88a521349df14d58a91a855c53c9b9ba4cc16c4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.8.tar.bz2=b9b0d99e590a48ceedbd1d6318c29b8fecc12b02ce5a6f1555593eb1b3e284c766f2f8800ee3070fb7a041593e4a3806d53590be760381268ef0f9588e127b08
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.0.tar.bz2=90491968190f4809fefb4068fcc37fb7e2ef179454f57c90bf2af308541f1ec175a72ded53202c1e86dbb63cb6b47678656f753574bf6ba525e982f3278a7602
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.1.tar.bz2=7f9ce1b6872352a6feb539948d26dbdfefb3d4225ba582ef8730be8fd85d5c350bd6f21346d43cfe26a8501c4ad145d733d94da5dbf25b15e7610ca037ad4227
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.2.tar.bz2=8544797f46d54cc4098227809561023bb7bd01eb2330724a94921c5a79ac64b44bd56069d7a77a3e6d2d3dbc504ec25157daf7fdf921c3acb3b4289ce1bbfb5c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.3.tar.bz2=fe086aad84ac7fe8009ea2bc16f0ccb7c60a5fc9034690af38fce1a05582a6226dc3d7b80d08d1952d03a9abcebd7b361f5fa2d506d71e1f5aae9b5f31ac22af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.4.tar.bz2=ce06ce97ea1554972b00781332f126e767a3ab98f5023d3dc83195bb36b954b1b497961c74bf31340827d9a5de2e0bb34240accbadad550b2e692d26cb097d4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.5.tar.bz2=6fa248065a48cebd1e9950ae07f3e653b3e29e369fdd914908be0b215257fa2766b0182e392fb869af51cd498e258435f6d9b45a03452356dc08da0e96877ae4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.6.tar.bz2=ce912342033f395ba6298051b081c89832f656d61ecf2064e9568692552a938599c816d2cd1fd1f9bee721611f890b8329985c69f4d5b2bdbfa6635b48afe3b1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.0.tar.bz2=cbfc7a1cddff0385187a7bf2eb9dc71a8d14912cbbe4e9529b79414e49e681302ac9009b7c8e6fcf92a9f19a0ca5053a6ed25edfdb510e3e4e247474d471c58c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.1.tar.bz2=29b99b3e04325ceca89b64c7846aeadb412215270f6f7c390fb1e275ebe19b2faef811778c0615b2d4720ddd942a2cc209c72e623f559e6c04e78849cc1c1b1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.2.tar.bz2=f67ab3ac13ae90622fb3664a869b0c584b97df0500384a28bda9c5c36cf2a27ac1f66afafea08bb29bbfbfc1e0ddc444427993ff4163987f5510c4158a90a96d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-3.0.0-preview1.tar.bz2=aaeeafee545dd1ba1c4df5b7e46e82f7e89e0dcf4fb10677b7e177e66f86e6825e85fa5ae3e74062363883768b3485495a3378f97693d45f675a6e547e989cba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.0.tar.bz2=3e78b2a73167c3680aebb1ed015c583d4f6c58804d3b272253bee2cef37fd2d1cb3852fd2b408f4af1abca17725d923a1f28d40d2a33896e5cc21c4c6711d7ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.1.tar.bz2=14e7962e180b9ae16607347ba5360b9ec086eb8055b88d2f60b1c9284fafd93fea905aceb441f07d594a34b53647520f9dec38e4e9f6ad3e5a6850750d981a27
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.2.tar.bz2=5b7d88d4405cd45a6a720295cb0b7d3152dd757aac996c8d1a576c6ab2a45cf9ed0b0ac006423791cb038a14153048e96308ecc8ba1e761d4b7671dd6f880d15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.3.tar.bz2=320734a124e26de068457237b5f973278286d7e529e92405c1b856b6e57441b5e76c59d0f519fe43fbdd2c8c48c9dd37dc5094831c0e6a81d804e88888ab6237
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.4.tar.bz2=ca34ccbfc24adc4b2c6c5c0e3b27bd2754c2c5be61e9dfa7b919b4902174e351f45128d887c179c37ccd5163a7f51c213fae96be4d0c356e2d7f96acdd4f164b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.5.tar.bz2=fabb151c29ad7ef7432efd4d51ea1e20180006601617ba896f8b1379555f4088d398e96f7bddd7c9815b266acf5ea94527ef4acfad2446950da6fabc3770f788
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.6.tar.bz2=2728c38987d41169b7110fce2b507b5d3e971d5b043b60c9a3b8d6d385ec2a40d24e464f6cf081844282d6b9fadd4abce670e79f02e4606bdd5aeacd1b57f773
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.7.tar.bz2=f98f4dacd9d8c6c9515ddc2597da8b868c66897577cc5a76819db742f3649881ef5a7f85a880f1e359772b1ab08750dda6fa74ee826938e06b93a9848699b929
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.8.tar.bz2=47fb4b41e60b1e536b3a54e18e9ee92aefee7eef92d49716b46884b2a3d73a02e88e4815df64baedebff80e9e17ac7b0af6e65b406a2c53a4f90421dbc948415
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.9.tar.bz2=c81ad5e16aa18beb7c34eeee68ffa96da243f99ff69cf00932ad5ebe427c1f80e3f7fee31b15ec0d96c1be5c2007dfa6e96c38114f61e958c6b7ecc40270db4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.10.tar.bz2=856210b3eb2bf338c5da2668e830b95d48feb82c1c4407371b18c772df12878703a9eec948a2778acd098bcc8eb402ba6d57b2b935766847f3e652c3dadaf6f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.0.tar.bz2=6ea5e6338319e5d6861d420b10f93b5e6634a9925380c61acfbb258b6609ada76bf2a6b474b53a30b0a81f0dd81cfdd1e610b68698df73f69091f479ad39bc63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.1.tar.bz2=8e8e4ef137b9394ee34b760dbeaf4d23953bec083e5775a423ef6c16b75faf8bdfe99df975ab6b6d762509536b017f3510a9a5e9ab63060208edd4d2d96371eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.2.tar.bz2=756c9ecbe3c9801a0a364143478903318c524f7aba026239a1fb42d7390f74110805543a9ac2a9f8bbbeaee48bc867fd15d400d8bd46576bf4fd417d6136a3b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.3.tar.bz2=594ff95e33d0f7af7be448a781ac68f895f8344ebb1c9a03898813baa5963024aa84b11baa405fa584070e4195fbfda9b908f1fe171f75f19e5e1d7879bdaaf9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.4.tar.bz2=a9703c6edcfa2ddb87bb73c070d963fc4d59599919865be9b1d93989906698c6f3b9c4fd7f2d597e5d710276555de0b5865676b92aa3aba1f1f41be4052bedc1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.5.tar.bz2=dbd91cccc0a00a1ca7e901d56f9840e62e4f139ff4dbae530169f41897d06523c7e8977138ffc6212e1b60589f3091a4e2f6b6714c0fad22fa65e442b248f61e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.6.tar.bz2=ec967415b5bec95154cd9ff8338a602a6d005fa647afb1e1cff54a0fd4e9c0697b9e952c2dfd8e4b30068a697f5391b9cd165d5d33f3b146fe35f2a8fdf9823c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.7.tar.bz2=b8786ef31db7d950b1309646f81e6a99d56b76223bb8d2d20ae045f09917332a869b14cee1bf235675c7d8eebc6942b5ebd6cf0cbd290ea75d9f9be1475352f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.8.tar.bz2=4d949a715a04cd45f6817b1b26093f7bbf03ca630aaa015972e7d0ca72bae094add18664e1489ebf8ade27c160d2fbcebdb105701d719461af13c4d5fcf2cd22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.9.tar.bz2=ec6cd8bd90ee99aa6470d9d524d89531f96f992efab8a9d6a709a3959ef4c314828276e67b84ed97d415cb3e0c837458d13732dc940c93d4d069d9b881d7f92c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.tar.bz2=1f60cae30581e3467c7ec07391de5045f238b61a49661ef0cf76d72ef78d220b7ae70b86b1e72625cf37085b6507fb1dfccfbe5554195f0c6eefaa996e199c16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=343f5dd6703b6b58d61fabefc8a50ce5d02d98c32c8b4e52b8deacc9824369a9f0dc8faff69e90ca7585a194a4d742791765b16c3f5e2417b0f54e0e6f6220b4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=aaf7f9e30b3998b8586764f61d09e434c32aba7479aa79fb6afa71ab11c067384ef3a4b9215a1a3639da807f4f642b9efc62b37b55e989b7ed7d75cedc7cab40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=b834ef95d52abc1f0c224193391bded9b4d2089c694378dd5aa45f8b2b1ea41b1c300445f766841cbb8cdb1114491ffe0095f518e1600746f5f583dd0cff9c1f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=9df5ba9423e0a8af9d825e59f8c69889c70af0f6d67f96708a02d7d61260c83474e2f7b2f240af399911bdfc56850255b4f34554f7013d0417a13bb782403aa4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=1d4b55a6a34249e82880fbacfc1d97a093600005deb982c6b42ccb14bbd7bf1db14e0f6d73bc25f1addd72378850f7edcd63738f2b3cbab569e34e89d563188d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=29a76dbb28d5b63ee0ce64cc2e7d022118350a550d3693b8e38d559bbc4f42fdb6b63af4bcc4ebfffc5c0fbabbf2e18db7228e655de3bb416e344a61737870c7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=122322fb462f8fdcb065e6f9d9968027c320ba9be9ad6fba9011760a7296cec1892a0780d7436903cb7763f5d18cce11860c5c7fce82890eaa139a94d5e89428
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=0c17f52a74b73041c588ed76f73862d179d7b9abf9de61279dc74ba7b7f170179e0db5672a403dcc209b6dec9a865a88a382f5df01f5e6ba4cfe0f66232b4a15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=1a30bbda34fee311762a2f05ac7fbcfb4f373f8840f86b9762b0c07f1cd397e3eb3be83210221384333b625a243c7161ef4f368602a613760391265309e4f304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=edf31b2dd02208c96be25c2f4f7d35e2b122e5d327133545e16038836b848b90f81079be4df47c5493bf4ead1d464fa72a8d0d405bb2509ab0db6335c58ff793
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=91cc7a9cf493c7361f3d507cdbb8e258b7dd710100cca8053b77569c07c04fbc2f72fdceb9fd9a3a5d01f4c423a206da97730c356d017157bc2454041e1f1fd4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=8ea603a27560ddde5fc639b86381a303f886ce80384d8edd0e7bc806f10649760d75a76dd5f2ee445371254e727544ec12df49d7fc8876890b73237f4eecea1c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=c42f24668695be5c291836ae6f39b4366e0357c9bb63cf8be2ad36cefe0c6d19cb921a43159d49d4d062dccc15902ec1698a1a6842d13ccaec45c6cb628da4b7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=3ac89131407faefde80bf2e1bed4baa51c371ab4bffc18c8dcf2624f4d1068c9f933eb66486a2bc7c6c67f674c5bd06747bddfe1f1f9dcd939458a08e1bc6108
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=8ca9a9387b8cb434828fa36e5886bc8a28d70fa46d3e20df60389880477fa2ee54fe63c0c14611a2cb0168ef1149d205640c6003e6a507400ad5fc34fa641bd2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=52795cd7d112ff437adf603f58130ce539209628d2224a685d060d67a07325717981fc6f91736d4abfe014ccc8057bb40a097fcf85f5046aabde0019d08bef16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=bc179a31c746ac6e632ce08f57a8f403d4e463ad72285c0ce008d7fa39b88a22be3a43014c9eb019f6a39d022f9448ef151a8d03e89a4d2e767c4f77684e3750
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=d693e3a800c2200c74b24c207425f41cef206a0b3f20625d18b1590e9891f409d6643ee0e7ab8fdb6e1e85de6fea52c6a307bf8f65324ee0f9ac33306ed1e876
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=4b6cab99f6b7be7705efa5eb6f321b5eeb1d1c6e96d4113bf96b57378aaa4950b39f40ad555f630f17d216d235972f028617ea43c28b1970772ffd16be3d9a67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=40bd90d231fcedbe34ec9963eb59645fdd1036b03056b9b8fa3b56900deb86d94e2a256f90e6aed297288d6797857a3ef9fc27bc6ed05c017b5c8e8ddc465df1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c1df39ae526da7ebf87510017d7694e6f78c59871baac4e9c5f2d13c22cbecc30925e2783ad93f741110b7c3802e9f25a6c3ff85160b33a4080b0f1fb02f7740
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=930f6f7f654fa14076c84365fbc771d5b09679588c4c478d8f6944770c53fdd37213bdad159fd231efbc079b85ab7ab648b0a97fafd666c38d0e280046c6e2ef
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=cb62ca82d57dfc0e21e532d4b523f49c559c4ed5f3d73adbd9d650bbf23c694d382f3cc25eed6a8630f23e4780db127b4b8b6ecf6fc24b0f6febc820dbc6af3e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=708209a89a18cd99c02392307d2bc63e46bd38c72c8ab0e982b28285f8e006d4ed77e04da3900c880eff01c3350033cd00ffc3be1d3a12c4ee5b263282f0dd05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=c94f5b3129ff41da1b07da1cf742592e9822febf6bcfd0e9eb7145c00b732fc66625056bddc72fe9b631742c70d0e731cc6a9a16a089c7b559ae963b072578eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=b4d20f79eebc5496768fc6adb0735c6a23cffbb39ceaf9c2da42851ff7842dd2318c07877d89564176d206e22b8824d2a3c637b5ef02c5caed0b2b5276581032
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=a09ab93c3d6936d30065236ff2abbd0295988a9359f5a76425cecab47af0ca5b6829530d1708e9ddc9e78d1fbb7c0359b9c7e90227870537d099ccc89c73844b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=f6086c879f8737eaf6eef4461d23270e9e43811186a22f35ed69a8303eb933136e7a690bce2d9e18bcff730725292075e09db0f2384d0e26018b7f2a0df70b32
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=62c631026560ee310a849483f1b48690075477942ce86e0564e92f5ca7834553c435a35a1d6d8dd957c3a7be24c63c32104518995eb3a96e61066a04887bb0d6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=0f10741772d2498167c1eb2aa263292f99748518a4ec03dc19440eb5befa075fa69e68b08a09af6eb2e02e462ff20ab10e4121cfeea7bdc938c04762d81fbc4a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=908132a47bd996f8c76bed54078e71abb154294f97dcba779b4cf0d3b82e31c4635dff89e97d5f6b4f1d797d854c6d020afdf9dc77b10c0e522755fa194a17c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=39c867ac0af48410c0bc6b01f1ecac00616a59cc07f3f5a3e7cfe8f786b70c7cacab65550dfee777d11b8b7a3ac173bb22c602df370eef6a04b40f8e539025ae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=2f04566f6d778121281bc6ba23ec57ad408049e649b351585bc9a3184848c71873910e159f7fd3909c7372378152f5ed264070aefd45933b97980e80f6df4deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=940375b11c525e3f0bf00e19013eeb886bf85b8d8b66d86d53740170b0ae16b14faa491dbcbec29238f875f84204cb0d52ade17c180d71e129cef5254f338f0c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=1c9d41d7ab7bd69d7e3baa3c4149b1938cc147beb2a63923dadf2fd959732c8cc824e2add0946bcd62f44b0e1d509b80b4796a5929841cda8d28f3a8207b17df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=f47443a53e3008cb7b7b7afcbbf1adf44887769e42b3defafceacc1e50e349c9000b98010f853c6b7cafdb54b85b640732a56a8e11ad8e58fedb5fa4724f68d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=fc1c9a08c48ad91edb4afcac5244f386d63940fa906dadaabe02a1eb025375443c8174a6ad1acd50f4583d6c57a88feae86e697ec15c8a25bb49f280b1357783
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=aa611f7c350374d2c5c8652a694022e038cb5a65fde795c43e927067f155d0ccb368b281b1575e679b84cd7ba6042216dc28149e138256faf62dd3060ec0a6a7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=ab04071b90ddb81b68f064fbc9f2bf726729220e4359113556d9b71f3549483f122b796b3b1e4dc8404e6f44a4bdd02e9db2c8066974acf190448c4d5a97dc6b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c769fd3814bf31728b83f2bcdaf0928e6423150609f3db903631f9db68ce0a0f9c87bfce5f93983cd962662148a66cc55f5f42bffc1a1b5a237e6938726629ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=c231f8ecd46760db49796519645bcb5cc9fa1c0582abbc419a2ca81805c81fe8912dc32dcc2c5192ca9ef0d502da8f61ce1ce7ecc87b29edad3a144a8a0c200e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=b41557c83084c8e5bb263aa944499932ce7d84457e4e307f1cffecf62aa44f8543a06299e38fee17ba64f8952048612f9289e24c35acfe2ba02b913c15dc1405
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=001d10af5833a03b42d9a254bde844731d3a796d98ce2efea90fc68e4638c7cc3be31a34fa163d4c5ac18c60e685e5cf2ccf88fac46ae6bc587a48ea35cfb09b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=0a8681afc19372ccd9409bb017967f86c2e6642e083ca47ec904cccc34242040f710392d916a69a327ae6a0bb287d97bc05bbe116a1d93478ae282b32e5fcfab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=e505ff2f00334870d07f4ec9348648b7f3b91dbbad1fddb2f60f7a38572a66a7bf081fc7b386f800d86113aac1ce3cb739c86cf0d6da2bab916a4432ad557c54
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=aee6000ac886cdd4e4044a7b43ab20d54d1e99f6b893af69d0d7e7a202f4ae861f939898580c60996b0bb7c6481eecad69a20acc83c75cc594dfbfde3a22c476
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=86f4e6948eaf2586e018570f09232b94f907766590eb75f00992531ef74676070ac5a2308e121ecc1c23388ece4dbe1ee8a4b2a7ab99ca00a28d6583d6df3d0a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=1bf867b0af84eae4e7996047727fbc7ef459afd3b2ca5885f658a74d62910d00eecddbf0c11b23265c625c26b420421ca5add40079438edca8eacd8b5c0149a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=92a3b217079f9d960cc4fbb5908f7fc7ef71cc3ec8e5e404341e2b8875534c0542167d03b61577776e0b0f049f9ba2e3235842be381b4d484845768adaa6e3f7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=608f0f9eafd72226fd1b39f6c92d0f1c6d3aa7ede096cc390fc4f8bee4326b0937767bc6de84fff536dea48cbf9bdb8ef5598670235e013ccd630b06c5b8fb05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=40cccacc66cc4b7891b01c35375ca913efe008157ae540308b649e14f5753f34f1827861c6e16b500c49ac95e1aa22e1c01444faca5dce71f981452a9e0f1b67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=5a33d600e55f7b8755725d7e2f2102cd76720d524d7b378d85fc21ea8d853166dd97e2e615ab18f9e44122e3404b439dd123f8e23d6ade5328982fe72db2af0b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=37e3a4011b3603807c6e0fd48818b256caf272b3720ee654f38c0ae202cffa21600f9cc751b5335b57905ce67db185b37f548ac9c84d6acfc567f0ef4866635f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=6648c1b6bd962e30e89eacdb6130b1788ccdf6ed05ea13eac32eefc222438a298de8121937262851cf5c4cdcc1a804d5d8bf19667819db6599bfcf79e57b0e17
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=ac690170a6801fd741efb88e67961c0c3d717029b3bd9c6e243074799641c940416fc9cde7b4ba2c56e79551d6cb7fe5f7977649404da0d20d1819d7d3ce0bd3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=e6edfed2dd9d6649c47b1dc1b102f933f76a148e6dd8441add2316073dd255cac851e972366e4821fcd665e55b375fac757d189b7552baaa0b49e82349c71b77
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=69c4895076690037199f2a9b98e622f6b5e3c23ea02de79bcade6193da2b1b88ed0c28006059f4ecc502298442275e7e7324232de04a2f0ce430665057410a05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=175777563303c6d6a04393938ffa7e36e0bc6db33f7d2cf1d42ec852b41ea26dd7d50569eee4cb00497e6bceae95592365ea6718a35451e5c929d8a085aa9649
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=b668f0cd853615fec38253b264115ef0fedd21a7879a663ba844f4c3fa8b87e5ccd8adffbaa12ffa3aa16b108a2a439cecf827e7d8e19ec8041d46e758abc391
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=2039b1fcf55cca35ed3c8446eea45819368016ec1a05a5fd4c6a761b54f5cd56cb3301d5d2674af1ff75bda41eba41b7156e71ac48b88ca7a6474f0e944efd89
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=b4bb324a53c316da488c5f60803933eade9ad5c59a6d58e76787d2dd89dc2d2f18016d2ac4ab0853a40976b4beab70864a9c2d23de194bcd63ad089b2159fa7a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=3a9b5868d707d6a4580a44ab7504cb46a2713f78918142b185f0d62c5b7e0dfebc1ff551b2a52e9726befb70abbde867d2802345a01fd3e4568b9f58ac83c168
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=39007e736b28ca599ea244bf4e54b52e86597c950c0ebd8f1696a02c8eef575a734d089b52c7013d00c02aeb261dd7e2facb45f24b34c75c4bbf14cb8bdc3ae2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=0fc4e39f7382c29fa2119119a78040c611fc8298bd4765025599d3018775cb2bb28f51d38efd4306e9f04eeea20e7c2365f2fbba1233e0494a8258c3c184278a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=5dfbcefa70f5b81887d34e776713bb9c6f7bcecbda8f1c9561daa3e235c725417ab0a930f594303723f226d36306e6a73f228abfa3533280659ab387708182da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=00936db899bca33dfa8d0e6ffd4bd6b0453ad5823a450e50e3a055ea696dcf94b317357732e26208a6f34224c33a8b4a6130e5613262d62381179a52cc8f3a1d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=15b816d190fd58382a2f6f6e087f358b54003f186462abf59dbef545af9044a2b9c65576119185adc6bfd9ebcdb49f03a2a268eed4fb0f0d37aa35fa18adc1fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=3a481c35668be459688a66e4e480e11b4e58c13aecc3751da9de8a3e3282bb4a152128528a804742aa0b4380eb537b666a2b29fd79be0d6968c4ff1fa428eb7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=c604871b39f396c539c52dd4849d1d42f37530003601f60162860efc777c85e7e1a1ee88a77cfc9ca8ca20f0448a5dde4f39cbdae67470d8d2d283d6fbbf0239
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=12042b5c30179da275fcb6155142ff2787e86cf577caef44b7c4d8175ac671cd461814e9a19f4c9b1e78bbdf041fdd06bd463aa972e194caa91e80778a56bce0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=2bf1c13616b2e255b8c269bcb2f979a45009c079ffdcb10a13e238e5d13b0978e8a974bdc1e7bf8519e15264ed5f577cc8f85a5861b3ea3a4589eb78138a3f2f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=2e7876c8c8a1f4e3cd1913023c564d9e74972ce427e85765bbe9ddf237285d7b96017c1ed17868eb912509881e05aaf96e4a6b353a69989e61c733b346511715
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=06de4f6f2761bc58d94659f826c7c86be50192b7dfdb5c8b6710b384a50299ad161309e2a8c333fa5249d0e7112f74dd0c0b0faa2950a6e74bdba68833f68702
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=597374487d196abdfb389c79d7d09b81026fe3e8043f8811497646eaf47bfa432cfb96e2af9be1a35ad2d05f2f5c800afa3f9e5adb0ea2b2d31812d219232a00
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=ba56050ce3fdbb9117c6c9e767f818ce3d467030713b7693ebb039f6888bd5d7e5f7b1986ed117414037e56e550707c3625a88bfd5d00d7319d0c7ad642fc811
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=395facf2f7a15eecc94e554a60d87c269ba70c5063b24b7bc504f579c0d12a7d858eb0b98c502016ff8bf02aaf11ef765e2291b542759fc96affa186206ffe4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=d1d527b2e95e3a16f521214c5352bcb379b946e8be1a943da872aff0ab4b8edd93a507d693abd7a8ef1cd5ea1ee6e6bf1f838683f5a447a6cb7992de61f744ad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=e47a50392c4f3ee13a565103e0c5f9474ba0a8f5ff60fc9fe7d290b7f5f9a9ddec962fcbb103a8d3b9c7765a28ba59237975f90aa3637a06a128802ede28b3da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=77fdbe62d1694732a7307c29b4f45d0dcab7e8a729f04f45b216345336c5820715bf3f8f7cab52175c4ca1a431d867c7feef7d802dec61c2cffa4abfa8746e90
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=24da0cfc93ac536c505dfaf2dbddc7b312a3cc5c72a9f47e28b3bba760a53b584422b73da8546ca01cc44d3906a31eed7f27a3dfc0bb574f01f9c08f7c589d20
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=aee8267c4855e95a55b7ab858ca6359d635049743b8e38d34ad1430522a0cd746cd572e77884f7e10af14a731ccd8ebb9cad6ea035b0fca4ae534913a38f43f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=ba3e66bd3dde28e7193b90c44194cf7732d294e592321c482deb3b31ddd9655630f5b04aa89a43eb9d1bc222da10884e9da332bc9da78e9e1b655300db52a444
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1df8a2ad9256985b4ffb3da5b545af4160ccebdd8265711d1b642cd2285a004a42cc2ea51ce3ee78854e599f5196c66448b8e0b043846ef6e6bf992828aefb6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=cc460b3d17d460abec27d77f734e1c1e7a649769c3374f02d32a4ad00f989ff3150dab926a203b209c92475100667dd524774fc37633d71f98737ea2d8868968
jruby-bin-1.7.0.tar.gz=1e466a3f8d52b553c9def09827fda4b8433576b0262c40ee505602754521a00defd821d5ead5052be52baf281c6cb080fd03a8b15c628a0ee67b4e417633e5e2
jruby-bin-1.7.1.tar.gz=ef28381ca30664cf450f9d3df9927530db771d30e86ebcf535af38e1a7e26724ae2bcfe8487cd2eb349bf609a733a25528aae14beab4d13d298b5604ac7353cc
jruby-bin-1.7.2.tar.gz=8155c81eea6743951db7383bd9f6b1750614927c9c0b25a6574f6d64898bb3ada2f626c6e0df6c5486561a03cc7d472fc12fe804ce66a3972d2fe02e3f407100
jruby-bin-1.7.3.tar.gz=1d19be25bf4a7dbb0edad71008704377893d3967aa4204a0d59d6883aa04462ef6798c64d0c0fdd3f5129c16ccb42e8507f3fef38ed56054bf6e689de745935a
jruby-bin-1.7.4.tar.gz=d7c0ee0316c50ae5413757e956c18ca68e9d99a25cf85be978da0787c13b8978d4ff2712a3effa564cfdf07144be4a56a0cb8acc794a01f43264fe8baeb125e5
jruby-bin-1.7.5.tar.gz=a4984591a3809330b93f4ce79fd1b9c24360f89d88a03bbc76351be623893c4bfc6441375bbea452ba4f24ca8b9357e03ac938fd6c065b3e2348c0f896b22a1b
jruby-bin-1.7.6.tar.gz=98600a2d46bfce14111c7eebc62716352a4b685043afdd696b8fe51c6b205eb9569fc2860423a653b842b173198c76c59767156aa48e0d23482dff3358d884f3
jruby-bin-1.7.7.tar.gz=71da2e72c65899216fa15ec568b51aa7004e2ed7dff99ca376b332d3692c83a674c688dc21ee04d177a3961a2bb3973714509d88cc14d0ba9f79c864c6258a06
jruby-bin-1.7.8.tar.gz=42d54243653ec260abdafecce1143161be63fcc38a80f71ab70fcece4bf91545a2b12ed2319f9fd6f6b41916c398a9a8e89e7f0389f59da56f2739665e74522d
jruby-bin-1.7.9.tar.gz=f519f53b1d9f57cfe28982ad70b892dc6fc20fe6601d98d65a1dca9f617a0eb8fff74d0fd82ddb858fe105d05ca7c7bbf3a987677ae0363caa2981bea358c096
jruby-bin-1.7.10.tar.gz=160b701f2f500dfab64beb635e5c4dc57760dd422d0fffe8d3cf8d84ee6ea17a877ef77a0087b4888ea9db64ce7750de01a73a51530aa6666a2efdcdccdb89e0
jruby-bin-1.7.11.tar.gz=a53b0fa327b98344cb4a8aad1ba537ddacb709a0e173b1e32656de8a610cb9896e9a4554d54d0d01d2361f8ff1539a0e2ee01308f670df2004225231b704065c
jruby-bin-1.7.12.tar.gz=bf2be8a37b53d38c75712a6331f96b999fa6b0e87f453fac7b9d11eeb1b66098ea0778172f1a6a84345e1881f05d63012e28d4068a0bd31122bf2473bbdae5bf
jruby-bin-1.7.14.tar.gz=f14e658da7f2abd469edcfd657dbc2505d6a2c04ba1e5f65f2164256f54625da154b338bd3d286ea6a18da61d04d90a61ad6b012bd9461182753483efcd0f603
jruby-bin-1.7.16.tar.gz=47ca714c3211c95c84e9c80ae4fbc894bfd7ee03e1bcc494cb48d839f8538db4aaca7029a4913b8d323e7227450e4e41bb943dc670f43df8a654eb127012033f
jruby-bin-1.7.16.1.tar.gz=9bacdf6e212d08e46ac2c49183c8611873f6ecebfcb0e928b5110bdebfeb8751ac087cf8aba09afb9a8ccb58e59f3c3e06a241c1db445835d7a875b0c3deb4b5
jruby-bin-1.7.16.2.tar.gz=349283bb5344a62f282021ce39648a0c8d0b41ecf8f800ab5099b5ce161ff771e688f205a918324cef6ba0ded6b3694b8dd83f46f56be584202b8fee496b37e7
jruby-bin-1.7.17.tar.gz=a3b171df08e789f91c260c5a57ec842a5d62cc8d6b462b772905ec5284e394ed7b78f5b327ca1ff20f5deba8371a86cb03fade75b5f34f233df47bc3f08d469e
jruby-bin-1.7.18.tar.gz=b259da2967e246a387687117eb13e8986b57de6ca8e570d6f8f8f07b8097db6e01cea8b0ec3a860b091fde14de535260dc6dbfc638f9e9b49d348f726e969642
jruby-bin-1.7.19.tar.gz=da91efcd51cfc833666f8b7cf949d3b5c41cd8da99ae1559c88a7358fb48df1245c66702c7cf23e7ca012cbefae98787c200352976d4e8aa3e9120057a89dc8c
jruby-bin-1.7.20.tar.gz=77131afe46e72c406ab4250e43cd1f98e59a8351c494044ac89f97a7c9a81492f8a8194541055fcf1fc59569e99a577fd6a36a9f6a3952a99f399d4970e80e69
jruby-bin-1.7.21.tar.gz=111883df12a60d06e9924d33057ba72094fcffd44f7e3954d6c6d2190f8e6442804e739cc525a9e75159251a8dc1cc487570792b1b4f5773f4d0082f0eb360d0
jruby-bin-1.7.22.tar.gz=6ed6cbe7b81a8aee60906fdf965bc217b3db794698e2cb37559f36ac119a0cd2a1ae1a7a766535ab491d647e8b4e6b2f63e62011714b757f8691455831ef365c
jruby-bin-1.7.23.tar.gz=6f4b97c4e08274f96195deb176e3126e8d047c981cb655cded9665624033fb905d60d5586704a3f91b2ca06d7e78918d9d31131c93e4c90c75a38182e309ac9c
jruby-bin-1.7.25.tar.gz=a89ab8d539bff346ad56d345b6a205f74890b9aafe82a2c82e7c19cfc30b77fefde1003e8bd7ed15f141151bc0fd21946203219691383a64f2234fa586e1905b
jruby-bin-1.7.26.tar.gz=feee03a50900e459d9ed7d2096056bef126c4551c02c335c4132e2307411f3fc4fd435e8fe44411184773c80f0630a7812b3d798b7e9be2818e1b5a712bc6995
jruby-bin-1.7.27.tar.gz=656f4313fbfe5db8d2d4fc2087a012c91efef848394c48aeaa0041e9a19b87ab74686702955413d2c51d6b4b11c758ba0555b30fdc42e86d66094411324139b6
jruby-bin-9.0.0.0.pre1.tar.gz=988c6a058336ab9ac8b27c7501ceccf3940837f9b9d3ed32a466b891bda1bc13f76199f5bc3baaa1240dd0dfdaee40775f721294d667f3b8b5bb9ac8206e2e83
jruby-bin-9.0.0.0.pre2.tar.gz=f207f9477a12d7ffacd92b1bb5154ba8101dda8f7b2eeadd4fa83eadec9a75727bc1831733d27fde63ba63322ec491201dd23cc6e2c2b5a4b8381a8fbe49e8f2
jruby-bin-9.0.0.0.tar.gz=33308a983533c129cffbf521bdb8c1996a10a6159a4a436248e645bda682c5a5395ac1aa767e971ae679c935f3b61573cb22d5b8c64af026752db3411a6356e1
jruby-bin-9.0.1.0.tar.gz=277dca63f3faad01c98a793f06bb4d558a970a10a66a38482e8372b25f4cf4fea85f1d5624fce7fb5b4310c42ea8aa360f24f6b9b6ef4bb0ebcb036736009ccd
jruby-bin-9.0.3.0.tar.gz=d82f83e20ef17a0675843e306ec5e90993e5952cf5a53957a91e369d2c90d92306aa515b1e135c04b45844a81a0f4ae34289b966821ae5f46ea51fe012627352
jruby-bin-9.0.4.0.tar.gz=b9cd4f4a00da8152740b468914046633d5341b10aa26b0ac56835d5896531030c8afbc4c965b30c36923555ed5b145de8ada69e05ca38b01d43621914a331335
jruby-bin-9.0.5.0.tar.gz=7c61cf010fbae571cd6ba334aefcfd917f6de8224d014026297b840d0b890523e94b2fea20f154c82c25c4f9d5992b9481fb569646a7023e5ddb42db1baf5f34
jruby-bin-9.1.0.0.tar.gz=1ffdd352823436086ebfd37c03401a1f3a9cb8a8c5f75476af1f704c4764396a20f49ddb7fb7f0911e1608f7c88a332944330b8849d13e6badb170efb736dbe2
jruby-bin-9.1.1.0.tar.gz=475acda79ab8c54467ae70094aa86842959200127c1e92709f0a731014c469d3e52e4c48770b64ab1bf31e1b710ac4570b421077c85c08071c1356bee55a2900
jruby-bin-9.1.2.0.tar.gz=cc6b1e1a2907c128dd04edf9da11933a54bbed5e861ab6f0208505bca5aa2aa9d9acdd04bfde65824346fbb435584081fc8ec2e2e9a3aeea1bef8047915e0c61
jruby-bin-9.1.3.0.tar.gz=88339f4cc05f7f0ded21f100755156ade33f19873f49c0c64110916da8c0b059df541a77bb36e54fda9cebf042591450d2d6312ffaa879df926870806985e774
jruby-bin-9.1.4.0.tar.gz=ebe0e9d67cb91721d589461e93e26338e3e3a1f0f98de53f25906684140b49d989ca6d3704cd3f6cbf650f30aed9a3989f117bb4732c83ed870364ce4c31fa36
jruby-bin-9.1.5.0.tar.gz=f2a11e6fc88d37fc1b640ea8c9feda4607bea6da5e6520f61ff85e8d6a51543612ae267b45c033214f8fd0e2283153da02001cbc9fd90be4761b7544e1413b9f
jruby-bin-9.1.6.0.tar.gz=ca59d199a0fe791efc57f05801ae26c6cf6402bdc0f1a795250b1a2dda39b233ed24c8cb005016e79727f4bcdceb1bad726a60c16935e76fc87e5d1a078fb5bd
jruby-bin-9.1.7.0.tar.gz=f2569d4858a33280e90d984aac53662c25ef057ef9903bace6a2214aa2e6a537c9bc8fc76b08f846b3093cc4a12c70c98d725576a4ac771e640b95cfe3697c7d
jruby-bin-9.1.8.0.tar.gz=dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49
jruby-bin-9.1.9.0.tar.gz=f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df
jruby-bin-9.1.10.0.tar.gz=857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1
jruby-bin-9.1.11.0.tar.gz=718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7
jruby-bin-9.1.12.0.tar.gz=8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed
jruby-bin-9.1.13.0.tar.gz=ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead
jruby-bin-9.1.14.0.tar.gz=d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.1.15.0.tar.gz=74a411f42149510180706b2c70610caeea357f6fc3d2a12ff0227586862e6a9dedf09e752596d6c486af7a310a07241f311a1dfc73ead229d7225c09d4508605
jruby-bin-9.1.16.0.tar.gz=94e88dbeb2545250ba5bef50bbe0baa6f3851e9817f67f879ffaab50048bb0d41cd7a0e87ac9ef547e37c2b82cf1d7aae6b8caa43d03c6a9931b8ce0ad4b2afe
jruby-bin-9.1.17.0.tar.gz=4c06b9674e20f48d3815b4084bb38e6994670eac804fbc56d717cde7abdb74d57e0ac17b7fa0b500318de405c187c3eaa01441c22621139dfdbeef62a5467a63
jruby-bin-9.2.0.0.tar.gz=79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.2.1.0.tar.gz=185e67da4964c9cf1d9142446efa77605e77894444bdc96bbd10fee22637f197aea9fbb0f60d3a42540e5f383d5b06fcf095d572f432544a40c2145deec81926
jruby-bin-9.2.2.0.tar.gz=85e16e38748b6ec5f237eabc8a17eb225c484c20f7ab6728f2a0f650061bc50c8a9601c04b0128e73c410ffe84dacd2b8bb37167aae5595728aa25e88c4c9b92
jruby-bin-9.2.3.0.tar.gz=97ee210157c451567946b38d33380051f82e7e8cb5f7649fffe050542ff6cd627e2c42f4c46739d1f0995c87e7338865b18844741285bf3f72364aa3c841c54c
jruby-bin-9.2.4.0.tar.gz=9fe1506e862a17e261cf726e1bb70a9f612a6d7beda919a01405899660d1f4b79ee690ddf9aeed1d2b2f3cbd698be8df4f98d3815352772cc680e9646d721761
jruby-bin-9.2.4.1.tar.gz=2c41e7884cc54819da17ea9b2b773d05d3240d53a2ecb57ba430ab61308066eeb1bfbe6627e6c261f5f27ab5df7f5972656366a04a191a81b0379f620b74512d
jruby-bin-9.2.5.0.tar.gz=d548eba8de420c80062021f5b6e6b203f8b7b36e3f11409919eeab87a028a18f9346f27d2cd8b1f33419adcc83fc804a36dbc3cee169ef1d93383b8f5835ba2c
jruby-bin-9.2.6.0.tar.gz=20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c
jruby-bin-9.2.7.0.tar.gz=8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82
jruby-bin-9.2.8.0.tar.gz=7f71fb5bc8c6c31b31b4c0430ae091871b21aa345777662f264c728c60212365dadb63a7a4b2fff31adbbf8a2e7cfa678d47486e28840f57b86cd45fe9354013
jruby-bin-9.2.9.0.tar.gz=7df33150858ddff586b3bd86120d4bdd80546c7f8e62245f61facbaa5527400a1aebbb33e4a1a8af52066487e3d29760eb96c7ecb9875eb9bc954ccbcb37a4d2
jruby-bin-9.2.10.0.tar.gz=f4ca024602ddab37154f5547132accb26e7c0ac2e913ebe1b5c7806727eb148249e76031ed4623ab53814beb8fb3f472e386f44d57adb5d2b3b00fb2773c8a63
jruby-bin-9.2.11.0.tar.gz=f736a9e139694c84d0a5ea42f36b972adc82c9be13e0b80bd61045c026e4fe31ccdd4be3dd3e94781c846f356e026465e41716fd2744ded2ab0ca39cd33bb46b
jruby-bin-9.2.11.1.tar.gz=2f758fabf5910ea01e9c04c7600d9c666f2df3db8622f3eeb3534578075ce65013c42fe9ea6f95d4499945f795e6d566eed2b1545e149af823eb1d29167a1223
jruby-bin-9.2.12.0.tar.gz=1dbc5bb3814a6590f5e8ecf4889152684b5625fe81794a2c4064d598614a85129256002dcd239e294f209b98e3abaf9bfe70467fff48ef66b1531162dc6c3be6
jruby-bin-9.2.13.0.tar.gz=2cba016ad6a376252083122d51335610209d860c41de1902f5cd49ffc2f6b49c350b68df8fc4113c221255af4db7ec07980267b9888369811faf66db369e757c
jruby-bin-9.2.14.0.tar.gz=ee3d17e875dd197f92744c7cba62320bfd3f166bbb2ca117f2910780a7c571779c0940e024351e9d4685ee9781dd207e773ace57a4a8a7011869c8b6209513c5
jruby-bin-9.2.15.0.tar.gz=678abfa7654b53b049e4103ae3647775d970c5a7192539378957c1731a3037c852e03f00a496c022c1c438d159a93be6e6f04d7563c811aeb7d261ced643d9e5
jruby-bin-9.2.16.0.tar.gz=f77e314d578a980071bddc25c65659d62e0644927ebc4e7d7d4523935b6c893e611d47ae7478a26ce7acff38b1525eac11b4a329188cdf76aeb07fab667d99d4
jruby-bin-9.2.17.0.tar.gz=e90ac1890a54a892b13adbbeab3cc5242889ff2a4b6cae535c0a3172072bda6ab01b960705ba608d6d7ebe9de5984d8384dbbb6399ab3b2e53a9e347e7849e1b
jruby-bin-9.2.18.0.tar.gz=c5816ee0f7b0f559dac70ffc5277f85ae9c41ad176e43d277f820c2727387baba93998b915cadf9708fa78b5cdf3911a9c39c2ebb61a77a38dcff359f7d88a73
jruby-bin-9.2.19.0.tar.gz=3740674035e27cf7961b3570ad65536c30faab1c9a71a42a696b173379e79647411d57e0d1d06b5f9c9a970eb02a595a559191af08a083773dc4601dcfd07491
jruby-bin-9.2.20.0.tar.gz=1961f52f41e7eb9f50b0f382c8166ad988a6b3c0311c342658edb34486b073ed45c1ca5731aa319196db02cec208a4dfc86aa6b436959b80243bfa4f62629735
jruby-bin-9.2.20.1.tar.gz=598e28cbad682fbb30a9a9a9f708e6e1f4b7903300de2477e88a646c42ae594df5b768ff5379ed447f1a7168e93dbe35cc2d5db7087cb2228233a05bc4687908
jruby-bin-9.2.21.0.tar.gz=8f6cfc43ce3ebbd69781da71c5a70746ada090162bf6cb709dca41a6d968e6072ae62f657cb0bd471c648ff294044bfec3079828bdc410bd64758f76a93c3214
jruby-bin-9.3.0.0.tar.gz=06331ce32ee88aaad5e5bc0668d164ec3263f8ef3ed34bb32981b76ca33f8c817e3632550775706481094159f4feb43916ad1f9ec0f0775ad756b16cb7bd9417
jruby-bin-9.3.1.0.tar.gz=bfcbe6dc5ba736fc944af15eb387b545f6c5b987a7db88045913a02a1d30726c5d1255c4dd609aa7c2d2823ddf9d8360223b0575c93302aeef4c54eb37af9abe
jruby-bin-9.3.2.0.tar.gz=b1777bfdf1964d7e527bb3dfc47b4b9e8c589cdb301c38ee8ee988bd0c392ca978ee3c1c24e4b5a65bdecff67d1bd96e2d8645e58ff7e891e3622097ea29e925
jruby-bin-9.3.3.0.tar.gz=648e70de0bda710e2dc70fd03c3dc6b798dd4c7b92584c54306c426f59ebe1168a595c4cf94328f6b44674f5507bee354efdb1cd73060b73b0171a3605051c9c
jruby-bin-9.3.4.0.tar.gz=6b09decf412a76578179cefaabf01cc8740f70ab5324954e6aa43b1d8b81c37db7a99b1f94d6ced2b459f1c44c3086892b9a2c06b3ea838baf75a8fd5e0447c8
jruby-bin-9.3.6.0.tar.gz=f730522eff27462192808773cbd071cdaefae11f20bc808a8f22515a33960a730f3c87ec727ddfd9dc9b6b35acffeb50c31d75a4794a3f8daa75e1963ebd246b
jruby-bin-9.3.7.0.tar.gz=265051c68d3b9dcce708b75f8267303ae84008859c88d7fe4f282395366c3f52fcf1bb161210555c0fd0a2427ff5a728ea9e337feea3d9b69559cadb2f300aed
jruby-bin-9.3.8.0.tar.gz=12e795b7e1f14141bde68f52a29b0aa9f1db20515240dce83cffec351cefd25959579e01059d42dc8c8e4280493a70819d9beb1e0523e9bc10a72af16d9abd60
jruby-bin-9.3.9.0.tar.gz=f0b31d98f39a2bd4436764db0b0139433d6868bce7c30c5d6e3552616ba879c93478c499f3e4c884fd3728502916aed5c9ca1be150ae3e80ff47b36710c3f6df
jruby-bin-9.3.10.0.tar.gz=aa36fd4c5de7b17f5fdcca1d1314d309e7b4470d46822c45baefbc0ad5180e5530a7054502b97b414352af485e7936659390690dc6198512ba6733d8f8d503ed
jruby-bin-9.3.11.0.tar.gz=d9fd90bc64028dcc45687d2be51414b1561add20d20d1392525f4434cc684d505427f5e56827afffbbb0ce2c9cd7c1ef846b0bffa737679afb95d4c160232da5
jruby-bin-9.3.13.0.tar.gz=eb24641fb7a6b9d2039ec953388053e7333b306056f9a5bf745331b04cfc05dc4211a9b7780ce88bcee9184b8cbb219b574574d308bc2720547c116f4d4721dc
jruby-bin-9.3.14.0.tar.gz=d9b02fc35133f71140cc7d891061f8190b61b3d1065f00092a2aa9a4beaf7d67297dfb0529691bd24d29607d698f39c62af9018e8307c1e6624c3104a61bb74c
jruby-bin-9.4.0.0.tar.gz=fb72f8e087ea08653fa4e4225fa26694c3ff97c41f3deb8731cdb6571c6c9b21e0d8f69e2096f82ee81e2b5c283f912e2a5228c15873dbbd56de96a2ba35d59b
jruby-bin-9.4.1.0.tar.gz=46003ef6192718a6372b79ebc89bee37957686224a08fe2f9a6be3c9e479784409d0269f0885c4d1f1351585c5d2cd31fd2ad45014e425bcaf2d44d66b98d299
jruby-bin-9.4.2.0.tar.gz=77e484ab73ece93e7d7283f876f0d541607c6080eee696b702b485be9794cf7e6d464f250a6d75387ee69aef3ba40ccf4f6d9fcfe324c5bc7a14376177ea2bb8
jruby-bin-9.4.3.0.tar.gz=2361f4bb2989f5951b0d3e9d49bf31e6805ce39bdc987ad3c6934daa98ab7c8e69763d40d7412ccef8adbbc198e52f4b83d00998ee12ac43fbfc6b5d88930c15
jruby-bin-9.4.4.0.tar.gz=e89dff0cc5b4a948daa95196d4bd4fee0c6901bb4aa023ae35b3679d9739967c2a74e8a4388b1835465dd39f1332a1f321b450b40c54ad2b81802645b4a31ca4
jruby-bin-9.4.5.0.tar.gz=06db948e5fa6f8559abd3b6891c7b4867b9f54b7bddf0e36d6f20cc1bfb394cdba8ea920213e545c927d1cb865e083cb1089c8e925bc608e0f8784a79b5d330f
jruby-bin-9.4.6.0.tar.gz=ebdc671622baf3c42a988d6ebe24af6bfefa1f717f050f602a1b35909a3220316329aad080ee2cd9cd330da9428f8d736502573efa64bd70f093ccc123ab32b0
jruby-bin-9.4.7.0.tar.gz=4fc8b12deba7b8a53a523a41a31c248895adc9bd54a62664a27107e7205369af39c0eaa508a9a70611c3bb845524d8c5f39451c09b8b9cd87059ae15139703b9
MagLev-1.0.0.tar.gz=8da29f16e08f657b0d2f147b64f2202ac027db26f85da8dec29f926898f178ac8d11260fd6c0a539a9b9b15eb92d8c7ced86a8cab1861ae7f8a33b6fa468e5cb
MagLev-1.1beta.tar.gz=7122af70530e76b9a4cee93244d6872b49616e78086bc8a5db0f32d2b846560b352c4831addbbecc72e0e3158bd52f26c2da14f5d83a515ead30efe7c538b62e
MagLev-1.1beta2.tar.gz=43b4b831791074f6e8c12f6fbe6ccec2bd0446dae029d3e6717cde1e7adca8462a2d7dc49c14112cb568b5b3adc8cd051767044b41d57ae51f38aca035ff8597
MagLev-1.1RC1.tar.gz=942c1cf43f1a911230aa43bbac1cea2e2e61b5e19af755e29a6a71139d66d304efcc519072dcc3487a2da7462847530564aff4a2159d675e3270cc938a297dd9
MagLev-1.2Alpha.tar.gz=2672e3e5425df2d2ecc49f85df5845fdb083f74a7b242cac75e33d0c1837079ced8ec8b273807326d08e7bf6f95cb4f1d8351f37af8bb38c4150e6292fc553dc
MagLev-1.2Alpha2.tar.gz=4492ed58b6c2b852502a2195836f1db5a80f0619467e4d7b44981a993a5e9a9ea5c9fecf1198de1891583e334bbc3c3a86648ce8afea1137ae9c73a4d76b0f4a
MagLev-1.2Alpha3.tar.gz=6290895b22efb986ffd7305b7d651f20a051ab6869d51310bf891fa3eed48526a8617b69f72793e8ac0b57f99bc5de75f34235ef94de967bbdcd51857efc2af6
MagLev-1.2Alpha4.tar.gz=a621e9c615ffec503910540db770754f29bab1646d8e67650d5b82413bd551adfb0bbbb8155407ccb6f80933bfe8ae1bf9b688eb0defbc88710308bde1325683
mruby-1.0.0.tar.gz=4a0f2927da3401df23d5c19ba566995f76775def3badbb14f16510a271e7b40a833fc61841f89d8adc6d57b5b12cb453708961c16a22133c092fab8ecfcd1e3c
mruby-1.1.0.tar.gz=afa99a973e9c1b72a5a418d709c4aca08dc7449c427cedef5f12db4ccefb15e11a4fd1c23ceb7e31e49d4d2e602c0b1f9dcf2e0f6cf8ea3466f0b9bee23b53df
mruby-1.2.0.tar.gz=bd5de32ba52b6642358752755329fa45a954082122a8983012930056c286ac328fb52fbdd11f34ff7c80af2c0e9a6348abcd5214602aca1150f2e7ae25cad1f2
mruby-1.3.0.tar.gz=13a57306706d2d60693151919ae15bb3621e6e7ed3b5e9c6d3b1c8d44e52b898c1ad394b39946d730ff82a19f5e3b7c2a374f9dcc3b6c6f990581e504f1cb9cb
mruby-1.4.0.tar.gz=d2dd6e17c7f8e890ef5b6887538cccdea08a2376ba8f9a478d7d5c4377fd4c31a4af6323b1fc73952ef80e5a4778ca22eac3d724ce7d50b76770f7e614df7da0
mruby-1.4.1.tar.gz=2cbf155ba7819211b6410ea606c4d0db3adf4f47a4018ac45285ab3e32b94f280aa0af0936ead7233411957cfca62979d14bbaaf0d8f40521cba5c12272f2af4
mruby-2.0.0.tar.gz=8379f76b7a06d280e2a2552eec2975ffa3fe85b99028f6f7c009cd908f95faf3cd36a9975f502a5779559baf3c45a4297da0b6bcc038d213a0fdee851f9d01ea
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.1.0-rc.tar.gz=f310b385cbf80c6b6ab67e2a41b931411149639c0bf778799e3358d6a9a59f508f42e3faf72fef9e8ef91088d6184c445af7933a47e4e2b2fe114362d579bac0
mruby-2.1.0.tar.gz=da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
mruby-2.1.1-rc.tar.gz=97c9cc2c79a5dbf2f634ea08532f0f512f8af6ffb99ab4eefd83fc336ca9d97b943e76643971047b4508aaddb5e40176d6cc8fa39a17022455aa15d774eb5b98
mruby-2.1.1-rc2.tar.gz=13aa32a35bd5d8f02a9bfd08d17818dbae78ce46c8b0224a029f9f191cb64ac330eddf3871f4396b9221b987a91e4cd6f8933f59814ac0018155ec8454abff18
mruby-2.1.1.tar.gz=66f9b4bebb5a7b19f5cb1be2bd8b9bc65e4dbb5d4350d238ad5f947c9195fd431f2069f7334036ea63a750e9257e59ae1aef16ac99c7e1f4e17724cd1cbe2e50
rubinius-1.3.3.tar.bz2=8b91baf429dac60663d0e4da3152a60ec6e007f5d6c17ffa430876ec88eb87ade44efae90f2e32e238fd74f1b3d54e27492315f08e7bb073220b402e1e2d3163
rubinius-1.4.1.tar.bz2=928d12aa01a1d0f6c80175d67d3b1f8b9840f69f045c8148786612316421223f4cea71e3c373ee18a3f686b1457557ae547645afe758a99d21c4818dff47b9d1
rubinius-2.0.0.tar.bz2=5c81a6b8cf7b59e08c3b9353b0eb37ce985aaf391f5064df65ffb10f6d12b668287e4d4e61e2c6b560d9234c10f0b64bba74259f2c06f1dac488928544d4131d
rubinius-2.1.1.tar.bz2=154cfa93ed59835814b8b974f6d738b049942fcc2b75095d21c87647d002c879fd55aa3d1ec95414b5b66eb9926c25a5c6e3e19a7c0da7dec6edbf434acb9c68
rubinius-2.2.10.tar.bz2=c2168e676059c197123916dd948b83e39bb96e99786bdcaef2e690936b761fedb13740b9f19883f991f1b475f3249ea1696213e8448c41ae15dfc14b3d4e1fda
rubinius-2.3.0.tar.bz2=d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559
rubinius-2.4.1.tar.bz2=7bcea320006b8cd3d122c407d89c325973a74c32456ba0b649657ac848f4682f2eb7455c13e3007709c22932bc2e1b65e2dd43fda0d3c9f993ddf8a74d1e2cb1
rubinius-2.5.0.tar.bz2=ac94d5bc11524e715fc24c1de33f4d358c2cd65e92fbb64c850dc8151d2a712d268227733c99fcffe298c3bdd6ce080c5e9553e4e8f3238868323498a9d10cae
rubinius-2.5.1.tar.bz2=9315f76126d0aa754ee63b190385c24cb084f36293a99aa30fc482fd880d5393aabce361e09ff5514bc2540dfede8e179b7e9212b2dd59bd14ca2aa69d209a83
rubinius-2.5.2.tar.bz2=b48bd8d54a450441a50904b07c75c8d31b59822830a74c952720d6f8d2d86e6a27a84775e975ff2bf55bf3346f34e69d742f308933a9d8476e5e78109cb525f6
rubinius-2.5.3.tar.bz2=b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
rubinius-2.5.4.tar.bz2=75b7ddbe218e4c92210dbf5a06eb8b3c3aa028d16146982a4e813e3af10a90d33f3e239f4508469c6aba17f02cb8bd10e96a204839975e06519869cacd456c92
rubinius-2.5.5.tar.bz2=a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
rubinius-2.5.6.tar.bz2=9a0bdb5d77f80f163925ce409d00be3cee34871baae8bcfdb34c3c7545b92fd14102fecb970e42b3012588d299e504b724025f397a5a00e181ab75f1448e426a
rubinius-2.5.7.tar.bz2=8048110b3ba4e5ff8c3f35282896067e1b1b46dccaf9ef4f6c9b6098782f27591ff59ccae0234fd7e881e3aaf17a0b420286b1b52ecd2cb672249655795a6982
rubinius-2.5.8.tar.bz2=23fca2f9747d2b0e544af890c3baacfb7b3a009cc59cbe653762ccdd827a6c915dcc57902d317fa1f7a81f8c12682f6c3a93195331b6de0f705b118e2e8c13f1
ruby-1.9.3-p550.tar.bz2=38767e98df25484f7292437f3cb0f798b3a43e9a7414a5401677e96ad1cc367cb3fa23ac3abe568d5bf2b2ca553713469a8770d41b79bc63daf3fa59cb4e15c6
ruby-1.9.3-p551.tar.bz2=5ea40f8c40cf116030ffdedbe436c1fdbf9a50b7bb44bc890845c9c2a885c34da711bc1a9e9694788c2f4710f7e6e0adc4410aec1ab18a25a27168f25ac3d68c
ruby-2.0.0-p576.tar.bz2=e089cca4867cd9c715f4f37e40a1db9af6ba0c74b47e79568121bb980476f8877a87ccb848b973381edb4667c0c73165f5e1761f60db839e67f6326302dbd864
ruby-2.0.0-p594.tar.bz2=8301a51c73fb63a8cfeb14af47d0c18b5bc3c45e3d62fc2ed56a673a1cd6b0015c41f275e70eb14a9e40036b1530977199321e05285e107a6adf58514bef1b3d
ruby-2.0.0-p598.tar.bz2=10026a04e01a8ad14ea9c99bbdf4f7d04029b73ee0c01bbf6c2eb2817332d49adacf127b646693b67b5dd7010eaf3b696b23b6335cc0f7ee5a6b56dbba0f6f82
ruby-2.0.0-p643.tar.bz2=453117152e6facdcd5bedaa9c3b1e349382bc5bc1dd3d650ec58b398cb9d2519a2822d05da10bcc5dbbb4f513fc5fef310caa3529d176fa2d453befb28e4d83a
ruby-2.0.0-p645.tar.bz2=e9ca186b1cf0877cdbecd43dcab2c5161a53103e926609d5e1b769a4980eab4571bfd0951788b4fc92dfd9d10175b0f5f36ea2c7289e575a9db9b62c02f93185
ruby-2.0.0-p647.tar.bz2=3416af771ebb0b27ceacf23d309bd2a1ede832c2edf48a5ca46f0b0b84b2ab94fb6362a0c7fe4f77b21253539db8161ae26d23a78d1ba729bf03812454d93d04
ruby-2.0.0-p648.tar.bz2=609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38
ruby-2.1.3.tar.bz2=9b48adb161e5e4550a71f61252c8edf59944affb82250babcb64240749af4b672e4a54ccd0feac5b36ea447a358b350b5080125ef2d4acf6e9e8b1ab82612f48
ruby-2.1.4.tar.bz2=68db1567751166c5e7d24b6e5015124b8a15568c50556e1f429486395352fa56c4a195a74820ab135697924149d014b445b345a1b9755678aaf824fba79c606b
ruby-2.1.5.tar.bz2=d4b1e3c2b6a0dc79846cce056043c48a2a2a97599c76e9a07af21a77fd10e04c8a34f3a60b6975181bff17b2c452af874fa073ad029549f3203e59095ab70196
ruby-2.1.6.tar.bz2=75d58120b5f387bcadbf6d19e85624f78c74f81b9018baef39207214673f7ebc0700ab31145acd88b4071c896ba8e1302a29c90955bcf5f8c863634125022aa6
ruby-2.1.7.tar.bz2=f610d2dd6a93f0a5e84e04ddedf847bbcea5dd3289b3164cdf60be64f67a80dfd5f9836ea5d169970cd0ce24a7e05ea6190699706567cb0d5cf450de6a70e445
ruby-2.1.8.tar.bz2=7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
ruby-2.1.9.tar.bz2=a86422132e4c64007a84a91696f4557bdcbc8716fbfe1962f1eef3754ee7f994f4de0b5b7e7231c25057515767040d5c4af33339750b6db15744662e9bd24f38
ruby-2.1.10.tar.bz2=4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
ruby-2.2.0-preview1.tar.bz2=2f1190f5d8cd1fa9962d1ff416dae97759d032a96801d77bc6b10136eba59dde1a554ff8c0c2d9ce0d3c1361d4dd12ad573b1266fd53b90ab238d8ce39e6b862
ruby-2.2.0-preview2.tar.bz2=c654d4c047f9463a5fb81eaea0fa5ab7bf316962bc7fb0fb356861e6336ce8ce2162c7779d8b27f72d7bc0e9604b5e5af2910abcb0b0a1f197b3138eaddfd4a5
ruby-2.2.0-rc1.tar.bz2=181201168360bee37dceeef3481a69e8a333a5d329680031fd9d371d30ac64460bbdf4db07546133024f541774e51301f1630cfd988c5e5bf2464834f3abe6bf
ruby-2.2.0.tar.bz2=04edc53e8cd1732c3ca61ebeb1d6133614beb10f77f9abb80d8d36352fe8aa205112068e460bf600b2c7e81e0ddcc3b311e7e027c320366f1bd992b3e378a6ad
ruby-2.2.1.tar.bz2=af6a8e75a66b953ff33ecbca5111bcf1c6560b6b48b370b700820fcbe91363146c5ac8abd670a14e693b44343ae598bab472ed2902834304c03ffcd9550886d1
ruby-2.2.2.tar.bz2=d6693251296e9c6e8452786ce6b0447c8730aff7f92d0a92733444dbf298a1e7504b7bd29bb6ee4f2155ef94ccb63148311c3ed7ac3403b60120a3ab5c70a162
ruby-2.2.3.tar.bz2=795f1b66a6d4f0baef897068899c3a1a4370ce1268618e6a7d6d4720234444259f371d1ba2e174b2f7580265e9f18eda3f295fbb087447aa6e8fb7a0f07526ce
ruby-2.2.4.tar.bz2=d27ca2f19c214ce87f906b57edd41f2f8af35b2871c191470facded9cfda15ba46e5c3bc7d5540225a38da6bd65050fcc8aaa4ffbadbb6bf7dc891c1821da0df
ruby-2.2.5.tar.bz2=d3224814361c297bc36646c2e40f63c461ccf5a77fea5a3acdcb2c7ad1705bb229ac6abbd7ad1ae61cbe0fefd7a008c6102568d11366ad3107179302cd3e734e
ruby-2.2.6.tar.bz2=7a93f72d236521ac28c8a0bc0c73cf805797a8813d22e02f42c5fc05dd39f6e422817272e0db6a24c245f6f97ad4b2b412a9a47ac50156ab186df596918a5f34
ruby-2.2.7.tar.bz2=83756cd1c91516962b83961e0de59d858618f7ed3e9795f930aab4f199d47a95ed8f867d8aa9b51d508be26d9babf2140117c88241168bac41e6ef702cfadf20
ruby-2.2.8.tar.bz2=aa1c65f76a51a57d9059a38a13a823112b53850a9e7d6f72c3f3e38d381412014521049f7065c1b00877501b3b554235135d0f308045c2a9da133c766f5b9e46
ruby-2.2.9.tar.bz2=2a8c8770fda20a22b79c9115b6f468f8e7ea1092c84a5089af7a3122163e5ad298b493e6637e4d93ba02d899d8a619c94064dda8ac98cf3b93f64f45d5401085
ruby-2.2.10.tar.bz2=f8ec96c2a5f4ecf22052ee0b1029989ded52d7bf5d41be24fef67e732e76f72119302240bca08f0547510a9cd29e941a32e263cad9c8a2bf80023d6bc97b2373
ruby-2.3.0-preview1.tar.bz2=ae6d46c87f59e1fd3703b76dfc45bfcf208625f95ab9f4559f0b9f7050e8681f1a6e419f5fa06b704c83e56879c3a9ff1337dba443bcfca76fadb49c97d97a93
ruby-2.3.0-preview2.tar.bz2=e397f321d4338edba8d005d871408775f03d975da90c8abcfdb457a1bc7e6c87efe58c53b2c3bc122e9f58f619767b271bcc8d5d9663ed4b4288c60556e8d288
ruby-2.3.0.tar.bz2=77b707359e754c3616699d21697752741497c719dc3d6fdfb55ed639e76d52560d293ae54cbe5c63be78dc73fbe60f1b8615d704d017bdfe1994aa9747d26a6c
ruby-2.3.1.tar.bz2=a8659b96a3a481a3dbdbb6997eb18ff1f8cd926a9707a90d071e937315c21d372c89252f0d44732ae5007d2678fda8c8fbceafa4e4b4ff500d236fb796284d8d
ruby-2.3.2.tar.bz2=78699bae5b0a2382a58f9d51f7d891341f00ad3a90d9ca06b68b1b245cf5acebc3a82133e39bf6a412ac999a5c0f778a0dab177c2569ffbee085ffff6f6ec38e
ruby-2.3.3.tar.bz2=88f7782effd35bfe0b4c33140b5eb147d09b63fbb35b9c42d2200c010f387e2b70984ead1eca86569e8ec31f08b35289d440c0ca76b662dadb760f848e863d91
ruby-2.3.4.tar.bz2=ad1f16142615498232d0de85149585be1d2c5de2bc40ec160d272a09e098ef6f317d8b25026001735261fd1c5bc0d1f8513a8474e89f0d86eed5b2fe7338d64e
ruby-2.3.5.tar.bz2=3ecc7c0ac10672166e1a58cfcd5ae45dfc637c22cec549a30975575cbe59ec39945d806e47661f45071962ef9404566007a982aedccb7d4241b4459cb88507df
ruby-2.3.6.tar.bz2=bc3c7a115745a38e44bd91eb5637b1e412011c471d9749db7960185ef75737b944dd0e524f22432809649952ca7d93f46d458990e9cd2b0db5ca8abf4bc8ea99
ruby-2.3.7.tar.bz2=e72754f7703f0706c4b0bccd053035536053451fe069a55427984cc0bc5692b86bd51c243c5f62f78527c66b08300d2e4aa19b73e6ded13d6020aa2450e66a7d
rubu-2.3.8.tar.bz2=6d79e0d25757fd37188a8db3e630a52539bce7927fcb779a2ce9a97b9e5f330753035c16843552f1a1fb6c9a1e5c0f916b3cc8b5c0bfe81e20f35f8442e40ae8
ruby-2.4.0-preview1.tar.bz2=c9873e8686eb54dbde61d6e23cd5197beebccd6cb31fd12c82763ebe1fde17095d7514d9d93c2c82b238032c98691df5479dc2d666a8a590e0fc54450ec29cb5
ruby-2.4.0-preview2.tar.bz2=0c9a59a2f57a99c4ee8539a30f41da1de7547566203f89d856e1be9dbb44365754e6c470145dc9336eb324e0feb2f53d9fef18a1564968ac21f9ee528905949f
ruby-2.4.0-preview3.tar.bz2=6602c65a7b1e3bc680acc48217108f4335e84fdd74a9cf06f2e2f9ad00a2fccacf9fa035a912bc9d5cc3f0c7a5e21475971dfac37b0364311ef3645f25c7ddf9
ruby-2.4.0-rc1.tar.bz2=b43902ac7794487197df55a45256819d2e7540b77f1ed4eb68def3e0473ee98860a400862075bafadbde74f242e1dfe36a18cd6fe05ac42aae1ea6dddc9978ce
ruby-2.4.0.tar.bz2=bef7bb53f63fb74073d071cc125fb67b273ed0779ef43c2d2969089b9ca21fff1bd012281c5b748f7a3c24dd26e71730d7248c05a01cb23ab2089eb4d02115fe
ruby-2.4.1.tar.bz2=1c80d4c30ecb51758a193b26b76802a06d214de7f15570f1e85b5fae4cec81bda7237f086b81f6f2b5767f2e93d347ad1fa3f49d7b5c2e084d5f57c419503f74
ruby-2.4.2.tar.bz2=1a5302d2558089a6b91b815fff9b75a29e690f10861de5fdd48211f3f45025a70dad7495f216e6af9c62d72e69ed316f1a52fada704bdc7e6d8c094d141ea77c
ruby-2.4.3.tar.bz2=fb4339e30c04d03b1422b6c32ede45902e072cd26325b36f3fc05c341d42eea6431d88718242dcc9ce24d9cad26f3d26772f2e806bd7d93f40be50268c318409
ruby-2.4.4.tar.bz2=ae632852a5f413561d8134e9ef3bb82adb37317696dd293ef92cb76709ecd45718f14116ecce35b12f1c2dd53ccae8dabc7a924a270072b697512d11f4922347
ruby-2.4.5.tar.bz2=7034fcaeaee41f14bc0ecce0d3d93bd1abe95310e1a0b95fac66eaba867adfb2bf7ba4d0d70d67a15ce8df16052dee405c38cdb18987602e64a2f701d37d3df0
ruby-2.4.6.tar.bz2=292802984e5cff6d526d817bde08216fe801d255c4cede0646e450f22d4a3a81ae612ec5d193dcc2a888e3e98b2531af845b6b863a2952bcf3fb863f95368bcf
ruby-2.4.7.tar.bz2=2665bca5f55d4b37f100eec0e2e632d41158139b85fcb8d5806c6dc1699e64194f17b9fe757b5afd6aa2c6e7ccabba8710a9aa8182a2d697add11f2b76cf6958
ruby-2.4.8.tar.bz2=2d7e0f5ad766e2a12a1b53ff838e6bfe86244ffb7202196769c25e9df6f71f3ccdd8605e7ef35c53e54310bc82caf6b368ad5111dd0a3ad70a3aae1a7be93f08
ruby-2.4.9.tar.bz2=d485444dcd025a261a16bd740dae63c0aa23e4138a095584e7a83aec47af34415c7d9cbc1313e92da2ec416b11bfddf20bb1a7b60c80f12906d11ef27409b3e8
ruby-2.4.10.tar.bz2=4d730d2d7cb96b002167ee358258f2620862a5a6d8627cfa5b49bd43c6e59c50c0f437b959d4689b231d57706ec7d5910d9b144f4ca1c1ed56bc879ed92e8a59
ruby-2.5.0-preview1.tar.bz2=2d39ef64aaf7a52014905f4ad59b53e83b71433e50a9227f9f50cbb7a2c9a5db9cd69fa7dbe01234819f7edd2216b3d915f21676f07d12bb5f0f3276358bce7f
ruby-2.5.0-rc1.tar.bz2=bf0eb114097f9e505ff846f25e7556a2fb393573b4e8b773f94cf5b47998e221f3962a291db15a3cdbdf4ced5a523812937f80d95f4ee3f7b13c4e37f178d7a7
ruby-2.5.0.tar.bz2=8f6fdf6708e7470f55bc009db2567cd8d4e633ad0678d83a015441ecf5b5d88bd7da8fb8533a42157ff83b74d00b6dc617d39bbb17fc2c6c12287a1d8eaa0f2c
ruby-2.5.1.tar.bz2=82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b
ruby-2.5.2.tar.bz2=9f9388a162a3ae9c14ec8999fa3b12ff5397de14f55996cc8761d21c757113db37ace4d326b9606de7ad3a5875aa94fec900dd9b81b2fb0dff558c39422f4aa1
ruby-2.5.3.tar.bz2=6fe89fe9d406bb454457442f908774577369ab2501da4fd15725ccbab77675b88faad739a6c8ad1c7b6690b439a27de5e08035b7546406cdeca65c7b295e2c77
ruby-2.5.4.tar.bz2=3c4f54f38ee50914a44d07e4fd299e53dddd045f2d38da2140586b8a9c45d1172fec2ad5b0411c228a9b31f5e161214820903a65b98caf3b0dfeeaabf2cab6ad
ruby-2.5.5.tar.bz2=1b56aa79569b818446440b9f2d13122bf7c2976ab9b2865f5fb62d247d7768dd4ac5b5e463709ffec0f757bff7088afd293c2a8c5349c3780763b6444bb354a8
ruby-2.5.6.tar.bz2=e4511d42d19a7bb39ea79f66bb4eca54b63c2a9d27addc035d6d670c1e59ee48a0c6e9c6bc7d082d1f1114b0668831dce3b7422034517f3c4a06ced0e47a7914
ruby-2.5.7.tar.bz2=7d6a7d41b4f3789f46be5f996099f3eb8321aa4778b2a8ff44142654e769ba4ba2df127dd0f267547e4c8cd6ff46364f18e79838df54fcd7e3fb714294ee0099
ruby-2.5.8.tar.bz2=037a5a0510d50b4da85f081d934b07bd6e1c9b5a1ab9b069b3d6eb131ee811351cf02b61988dda7d7aa248aec91612a58d00929d342f0b19ddd7302712caec58
ruby-2.5.9.tar.bz2=12f58e14cfa6337065b0e82941e39b167813920eb54cbdb4ac4a680dd0cb75d2684d341059e7b4d0da1292bfc4e53041443bd14891a66f50991858b440a835c8
ruby-2.6.0-preview1.tar.bz2=d9cb270529a97670d54f43a0236fab072714e715c39277dab70b7a1843ec818e6700e47e1384c7256f9e0ae41ab2c0b768a0de38a5ecf4f4fff5da6ef5ad4944
ruby-2.6.0-preview2.tar.bz2=3872227e9b1c97c206d19bf1e6ce15a38ee15a26c431b4436605dea67affcf16372358984df76b35e7abaa902c15c16f533ac7af47e3031dea9451bbe459b693
ruby-2.6.0-preview3.tar.bz2=d1693625723796e8902f3e4c4fae444f2912af9173489f7cf18c99db2a217afc971b082fce7089e39f8edd54d762d2b4e72843c8306ed29b05ccb15ac03dbb5b
ruby-2.6.0-rc1.tar.bz2=cbd6281b2aab6fbce3f699c1ab57e5423304dca7a547a0b3cd4e8e980326dc7b85b2ca2bfaf3f3a648d40f4222fdf1740d81d422790ee7ae1ba1ed33eb11e3e8
ruby-2.6.0-rc2.tar.bz2=9bfbe83fd3699b71bae2350801d8c967eb128e79b62a9d36fc0f011b83c53cab28a280939f4cc9f0a28f9bf02dce8eea30866ca4d06480dc44289400abf580ba
ruby-2.6.0.tar.bz2=ca3daf9acf11d3db2900af21b66231bd1f025427a9d2212b35f6137ca03f77f57171ddfdb99022c8c8bcd730ff92a7a4af54e8a2a770a67d8e16c5807aa391f1
ruby-2.6.1.tar.bz2=fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
ruby-2.6.2.tar.bz2=cad678d2ced4085e99009e4fef83c067dd0e6ead27a8695bc212c0e5112a7fa09ceb27f82638faf91932ef8bdd090f844e0a878ffdf6845a891da4b858588aa0
ruby-2.6.3.tar.bz2=c63c3f527bef88922345f4abb4b9ad467117b63f2132e41722ea6b4234cec3446626c3338e673065a06d2894feee92472807c284cbe613a442c8fda234ea7f88
ruby-2.6.4.tar.bz2=a9fa2f51fb5f86cd8dcaa0925fe6f13d4f19f110b5d4c5fd251f199d16aaf920db39ad3bb50460eb94ab8d471ab2ac8bb54daea4a3bb080eaf45250aac3437fe
ruby-2.6.5.tar.bz2=28e0b04ac8ca85203eb8939137b5e5de4850c933faf7f62fc69648fe1886faaabf6cdf48382f9d9585c1720876d10b41dafd33efaeb23341c309917fbd8a6e21
ruby-2.6.6.tar.bz2=001851cf55c4529287ca7cc132afc8c7af4293cdef71feb1922da4901ece255ec453d7697b102a9a90aef2a048fe3d09017ea9378ab4a4df998c21ec3890cdbb
ruby-2.6.7.tar.bz2=311ec56d23d0de7a163f66c1ef4e5369b822f8409f8e1f3a25785c803f01c68dd13aa8ddcfb3a0fe6a97bf321950f8d6cd75b2babcb04158e791601914666f7a
ruby-2.6.8.tar.bz2=51806d48187dfcce269ff904943dd008df800216ad4797f95481bdeecc2fbac40016bc02eabfff32414839ebb2087511d25eebfd6acead1a1d3813be6c10edf7
ruby-2.6.9.tar.bz2=ff067ebc059094c0a9a0debf54a37aad2c85f7ed47be59299041c9c03a7701529f5063ff32a1b8c56d48ee8585015acba63602ed0176b2797d263d43d67aa241
ruby-2.6.10.tar.bz2=275a0f329641e6c3d3d3c33ffabf585195187eb3baa4fb1dfd35999fa0a80bd5925943fa2711827ac00dffb6c9a1deeadabaf2e9ee401d56926fc167db5ae4a4
ruby-2.7.0-preview1.tar.bz2=a36b241fc1eccba121bb7c2cc5675b11609e0153e25a3a8961b67270c05414b1aa669ce5d4a5ebe4c6b2328ea2b8f8635fbba046b70de103320b3fdcb3d51248
ruby-2.7.0-preview2.tar.bz2=7066ececebbbba4b2933ba1a4f70cdef373169910802259a3e52b4fc144ba298f3cffda4be5fe8a7be8ef769ed43076fa046a9ac2c13bb733475b9852112c6f0
ruby-2.7.0-preview3.tar.bz2=5d8e99e3fd984c7d05c0bc483e1504e81ccdb920cbb2d78cad3c314e197b30316b692fd0199f836acac41246e3a713cb81dc6dd64c27cba56f807df4c193db1a
ruby-2.7.0-rc1.tar.bz2=b5f96227775f8bdf19f944a555d0a83d7e84b37bd31fe4b8ac008a3272b1a28a4d94abbb1b5570ee32ec0690ba9d476b837a020a5194bee14bebf6f0e768bc79
ruby-2.7.0-rc2.tar.bz2=9010f72bb3f33b6cd3f515531e6e05198f295bb2a8a788e3a46cdfd776a9f6176b6ba8612f07f0236a11359302d2b77fdecca1dc6be33581edbb028069397a0a
ruby-2.7.0.tar.bz2=8b8dd0ceba65bdde53b7c59e6a84bc6bf634c676bfeb2ff0b3604c362c663b465397f31ff6c936441b3daabb78fb7a619be5569480c95f113dd0453488761ce7
ruby-2.7.1.tar.bz2=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
ruby-2.7.2.tar.bz2=f07592cce4de3532c0fa1c84d53a134527d28ba95e310cd3487ac321c49ee680faeace285de544ee6db432a90aa7538a1d49ff10c72b235968ca362ef9be621d
ruby-2.7.3.tar.bz2=e9236138be3e61380140f2e0d42f8fb82ad8f5219d454de2f6c2ec546bb208acc8b0f2020f23e6446660d2b3b9ae873cdd8298471f166a5f1efba8e80b05e746
ruby-2.7.4.tar.bz2=f144c32c9cb0006dfcfa7d297f83f88b881f68c94f0130346c74dfd8758583a68d22accfd0fc9f31db304ab5ff0bc135bfb2868145c0dec1ee6cec5ac6c3725d
ruby-2.7.5.tar.bz2=0aa2ac44bc22859a39c43d08b7c7f457df05c2dc36b2574fd70ca399143ef1000dc5e496212db9eb055bc4258523d47d26db3c57a1a5a5d63cf1b3de9f81645a
ruby-2.7.6.tar.bz2=4f7f3624afc43da25ebf0f01d5a2f92f72f94bab7423587cfd3920e089b479bf559b159adf2891b996f7e6a98c008a4f73a4a2170e2f8619417660ac1ab24bdc
ruby-2.7.7.tar.bz2=24cc772ac1b56d3bb423f1b33716f221bf534f3717a506bf8235a698f8a454db7d79d94ae9a84067153c2f737b3f8f6085f34e36cc04be0d75ae2fdd57718870
ruby-2.7.8.tar.bz2=3a9db8d9e79318f869417f2ebf3365907febc0d1428116eabf3253c51d8420f255782b32fa30a54802b9f5f4187fad80dab0611cc80436feec84db87b0456ec6
ruby-3.0.0-preview1.tar.gz=b94892951f842a1538f4b99022606ac2c0b5031f1ede7eef3833a8caa9ed63e9b22868509173bfefb406f263c65211db75597b152b61f49e5ba2a875fce63a27
ruby-3.0.0-preview2.tar.gz=6fa4191425ae71e41894b60bd9c31d483a562ee8216886360ce18238ab48115b95be0367708612c45f634e7584fba8940a524ba0113ce0f36ce4df78a112d0b7
ruby-3.0.0-rc1.tar.gz=798926db82d27366b39be97556ac5cb322986b96df913c398449bd3ece533e484a3047fe35e7a6241dfbd0f7da803438f5b04b805b33f95c73e3e41d0bb51183
ruby-3.0.0.tar.gz=e62f4f63dc12cff424e8a09adc06477e1fa1ee2a9b2b6e28ca22fd52a211e8b8891c0045d47935014a83f2df2d6fc7c8a4fd87f01e63c585afc5ef753e1dd1c1
ruby-3.0.1.tar.gz=cb81db2c9b698cf8159b2ca6507f4c7f171e4eb387f5730c4b658ed632b7900a169808e6fbec0ee80598d937030ad5d9c56b63a2a339373ec5d9e1c06b7661d0
ruby-3.0.2.tar.gz=e1fba6f5429b5fca9c3f52a32535615fcf95fafa415efc71c46db4cce159f249112c01574c305026be5c50140335696042e47a74194caea045acbfaa4da738cd
ruby-3.0.3.tar.gz=39dab51a0d784a38302372b99f96205817d466245202586d22123745761e9cb39db128ec2b984ebc3919b9faf2adf828d19c97d3fb1e56d44be0a81dc5d11b87
ruby-3.0.4.tar.gz=0dfded6826063c1b39bf625a6e13b46c109cb160c8648b78f0965f70e7c7a1a65f1c117fc8f2cf8bdb34d7cbf79fecf1f45d169d2323406d66ab27b18bde1d22
ruby-3.0.5.tar.gz=ea45fcd2ca53b87f18fd8696d00a1e340d2495443216aaf87d3f643cb5bd8bb614a1faacd82d07e7f2b72172397c728316a82d7c34a7b4566191268ea517ccf7
ruby-3.0.6.tar.gz=d596bfd374ae777717379b409afe8ee1655ade0c0539ada7a10af4780b818efe25a28aa50a2a7226741d1776d744e10ad916641f9d12fb31c7444b0a01d0e0cc
ruby-3.0.7.tar.gz=66e5116ddd027ab1b27d466104a5b440889318b4f2f74b5fdf3099812bf5f7ef77be62fe1df37e0dc7cd5b2f5efe7fee5b9096910ce815ca4126577cb2abfaa7
ruby-3.1.0-preview1.tar.gz=63f528f20905827d03649ed9804e4a4e5c15078f9c6c8efcfb306baa7baafa17a406eb09a2c08b42e151e14af33b1aadbd9fb1cc84f9353d070b54bbf1ff950d
ruby-3.1.0.tar.gz=76009d325e961e601d9a287e36490cbc1f3b5dbf4878fa6eab2c4daa5ff2fed78cbc7525cd87b09828f97cbe2beb30f528928bcc5647af745d03dffe7c5baaa9
ruby-3.1.1.tar.gz=a60d69d35d6d4ad8926b324a6092f962510183d9759b096ba4ce9db2e254e0f436030c2a62741352efe72aec5ca2329b45edd85cca8ad3254a9c57e3d8f66319
ruby-3.1.2.tar.gz=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
ruby-3.1.3.tar.gz=550cfda2ae492312009a58316e18fd77ea92852718b37443bcd76aac84ba6694fb841fe19bf23bee099f96f5aeed9d03e77c8c02fb194e414eca5f707adbbf90
ruby-3.1.4.tar.gz=41cf1561dd7eb249bb2c2f5ea958884880648cc1d11da9315f14158a2d0ff94b2c5c7d75291a67e57e1813d2ec7b618e5372a9f18ee93be6ed306f47b0d3199a
ruby-3.1.5.tar.gz=23661cb1b61013d912b7433f8707bbcd723391694d91f413747c71428e74f8c7385c1304de7d08b70c9fa3bd649e4eb5e9acb472d89dc2ad5678cc54855a24ae
ruby-3.2.0-preview1.tar.gz=d24e77161996c2085f613a86d1ed5ef5c5bf0e18eb459f6a93a0014a5d2ce41079283b4283d24cb96448a0986c8c6c52a04584abd4e73911ea59cefeb786836e
ruby-3.2.0-preview2.tar.gz=5e9ddcb1a43cff449b0062cc716bfb80a9ebbb14a1b063f34005e2998c2c5033badb44e882232db9b2fceda9376f6615986e983511fda2575d60894752b605cc
ruby-3.2.0-preview3.tar.gz=860634d95e4b9c48f18d38146dfbdc3c389666d45454248a4ccdfc3a5d3cd0c71c73533aabf359558117de9add1472af228d8eaec989c9336b1a3a6f03f1ae88
ruby-3.2.0-rc1.tar.gz=798157d785ebae94cb128d3c134fa35e0e90c654972e531cb6562823042f3fb68a270226f7b1cf0c42572ef2b1488a1a3e44f88389ad2a6f9ca4b280a2a8e759
ruby-3.2.0.tar.gz=94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
ruby-3.2.1.tar.gz=f8bbff5e237b501f4042ddc70a19ac1ce74f72f147c90daf7f3007a940136abde37c12a0f7444f713ede09ba847c2cc2897a1742823832e3dc8cce80073164e1
ruby-3.2.2.tar.gz=bcc68f3f24c1c8987d9c80b57332e5791f25b935ba38daf5addf60dbfe3a05f9dcaf21909681b88e862c67c6ed103150f73259c6e35c564f13a00f432e3c1e46
ruby-3.2.3.tar.gz=75aecd9cf87f1fa66b24ecda8837a53162071b4f8801dcfd79119a24c6e81df3e3e2ba478e1cc48c60103dfaab12a00cfa2039a621f8651298eba8bd8d576360
ruby-3.2.4.tar.gz=b695b98dac7bb2c8755a106d949cb1b1b91551092fad263765171ddf8a4d86585259ffab5f7cc9bace70143d645dbe5932cfc61c6dba7817177de391d76bcd79
ruby-3.3.0-preview1.tar.gz=0f891f140ddc6372aa7c4459f8784126e0c341db7b80e72c51e441c5153c43c2d7b965f7807c076862ac84b9b8b0c6a66bbf66fc341746016151397bb21c782a
ruby-3.3.0-preview2.tar.gz=1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
ruby-3.3.0-preview3.tar.gz=94db07a6958c09809b2e5b597fa55a121074e8bacb3bf588c83cf0d35b07a8b070172035a49d1abf0d8ee364a9ace824f34e677f7327ffe1acdbab0938ac49c4
ruby-3.3.0.tar.gz=26074009b501fc793d71a74e419f34a6033c9353433919ca74ba2d24a3de432dbb11fd92c2bc285f0e4d951a6d6c74bf5b69a2ab36200c8c26e871746d6e0fc6
ruby-3.3.1.tar.gz=0c8ea922a79152ac7adbfb2541320565bce6a631692fd39d499a06f53ad6339c16fad8374d171351ed63f7bda3312b26d4f8c058c5b6df3d7548fde372c718f1
+ruby-3.4.0-preview1.tar.gz=29c0e32179f7b823b6708f5328e495cd333fe8dd88f7df7d9051deab47add67b14d899bba565bba1a77e1b04c9693d9708541445c112925777bb6891cb7b2b62
rubygems-2.6.11.tgz=3b0dd38c0aaf313c59e299dcf54f7bfb6e6d84b8b739573ddaf599e584da45ed7b1465f6521131b32f237e31a4796d9ef455b8be685064b3fd77a0355dfff13e
rubygems-2.6.12.tgz=ebb672488b50f5fc988eab66ab14ce8e887dcc635f71239a85e32fbf1e919ca70196eb4d3f2fee3486cace7064bab0b8b08339c754b723198e1b0b0a0984ab54
rubygems-2.6.13.tgz=c952b6061a9a0778db304c3aa5bea693e71ae2564abfb19f8b123eef66eb1e3877fc7c36f4f1527da97bb320870cbfd4574ac57ad88e850a44fadd67ebdac152
rubygems-2.6.14.tgz=7743845bc5265df3782f85a23896cbb250d8a2bbc9934a27f274b001afa7aa62f7f00f616296f74747ea612d2cb37dd7f533c931aa72550d84c64d2a73d60daf
rubygems-2.7.0.tgz=0bd08fbabcc33687c98365ffe6794ca2a5e82160b0297479d4f19bd899d176b7f4efb95248898b26d873f9fc7d86c10cada6e40cdc48738b0bac261c3aad261f
rubygems-2.7.1.tgz=fa4ea123760b03b8b8e8ececc55c9dc34249073fb267d310bd903aa7a613267e5d27990bbf28e32c9a746bf884af8a84a0dc202297272f9d477f7710c21bfb60
rubygems-2.7.2.tgz=0f48c6e46663780a571c7ee0e6e772f2e18a755031e7dd8ede7870f238c214b9e3e38153b1ae8f1f78a9aad63c1a079b86573b3a25c57a600d842bdf92b9c4d1
rubygems-2.7.3.tgz=2782331b31947a23f85b285a3d5e7b66e34fe5847bc84dca4f1e6bfe33ce187ab0cbc814229de8111aa19490b656ca78b7c821e4ea6b425449991c01371b7565
rubygems-2.7.4.tgz=90f72a46709ef847666a6a23eecf24521abd5c294b2da8a246bb4c7f85daf4af39a0634fc8093c7bb7ded2ac137ea27fac5ed94af3b70c49e78594285c7a40ce
rubygems-2.7.5.tgz=86957f1c438070135df527a15102e40487fcee93a55251463095e4c8794a8616d16ed9bdead0e0ef83c44806bd5016ecd9e178bef608b66af2e68e2c9c49e941
rubygems-2.7.6.tgz=bc168afc40c974dbc7c37eb5678432ba2ed7469c3f007a159699467ff2cff5205c508237193ee8becaa6eb555b043969cc5f92b2aaa6bf7c958dd7c187e258a7
rubygems-2.7.7.tgz=f93b7eacf5ef8725c40d618daf9deabc7e9eed74b3b7f13ecd16f89205fe24958e782314c52f8a8fe3205b93e20b830b4fbf7ff8944ff1cf56feb7de2d773252
rubygems-2.7.8.tgz=3d1cf68377dfcf102028342258aaff5a7257d2d2b34a80508c85aa258d810add46e65a157f902c271b0b7b568c437372d17246e89cd88f8500e47c008d17f1a6
rubygems-2.7.9.tgz=5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
rubygems-2.7.10.tgz=48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
rubygems-3.0.0.tgz=047f4d446aae414e4803517088ef47d5cc66319ff08a3795c6d69e83eee9f3e7c3b05419858f7e5b6a8ec224990ca01178a9259961ef2d7ab737bac352a0f18d
rubygems-3.0.1.tgz=dc29ad51ec67b1dca82a23973ea92153482788964d0755bdcd3c650116915c461c6e5fb1c826be3ee04a497fec4ac2826904bd406f24611e77cd8c9eaf4d8729
rubygems-3.0.2.tgz=90b46c2cd4f8baee74eb488a40691cc00e754cefc42029d485163d6ad7782df78ba5cbeab08eec6a4f71febe0f6e635e12a9381393008c58eb5e16396df93fbe
rubygems-3.0.3.tgz=1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
rubygems-3.0.4.tgz=887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
rubygems-3.0.5.tgz=f5a97cf67d7d043afba7c1aed014f1b64ff6376ea74d3d6533496bc5ca9742e0ccce1a157e6f67d8fcbe59d8e34bbfbcf4ed8be97acf2970603de6381043cb78
rubygems-3.0.6.tgz=1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=5dfb040b746e462c297ebcdf84e0f07cd74b86852055dcf0a7cf1814112099bc674bcccd94b03726aee76b253c9345a45d046cbfea230647644f0fd6b1c1ec96
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=17983c442c54d19196be3626e25c64f5474139c0b973624832ba8730efb047bc747c02e59c82f38397bf012c63ab83f79a9c1b64311cab796f08fe96d7d12a1a
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=b0b57082d61317911f101da617333d81ee6bede6b6e18f9bed86544dc413339c830198d90cad7ac94c0c8fb690adcfc559dd9f530abb70507ff6a76eee552b61
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=18f9782de56269389320ddad779ec69c168909198d4572e2ea4c18bc8082a539569a76760a6a6da58722fe08d77d83904aaba14baf4075a2833cbd2efc45dff3
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=134d9ba5db7b8a1960d3a88390cd6f7503a0e8565094fb127333d122cd773bfbf9dc976c659029007e6fb68e93486293bac2ee29ab21dae9cb0c06ba57dd2c72
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=5804f1f27916176f5a270de8aac85bc48c38ba37c4e719b09f5777e5c42429271819378cfe096c3cc33d406cd0726f2e37658020f97a438fd53751019831569a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=2597b375f590755b851d3b8cbad3eeab4c965eb02d0c944044f57e39f6c3db1e2f513e2aa55db789e4a885c697f81ce5c8bdbe9a7e44ee30fc09d234e44fb512
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=2eb177190de0408dfdaf30264132955d1db7783ddfb63880d97d5933f66c5662794c3bb6198edf230fbff348674203e61f7f5481e74ac875974467f2f128e939
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=ab3a3dc19f903e68e36b135729693fa025a7c1950139277255e48c972387ef8399beceb3252ac37cc70c0df92838f8a0ba8c45f53665ac4286ef23f9b240806a
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=b8423f50a5292e211db7ebd7e2b987fd5c9eaaf34eba86b0644d2716a7f068f2e56deb4357c516b87b437e64fd5ce8515bc181165cc1042c6763f27d71baa59d
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=bcd05d304ee9b4da97193575fb1ad78041a0c7710bb444af6aef12ab4261b1873f472175ec51a187a5e99da481d66b81a132fb691643b793e87d655f31d54657
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=2c758221793c38ca8af1831a5d9f3abd555c406569508ac3a86d3c1ea5baeeacf65abb6e904ed3b1e58f555f51bc85ab171135ff4c3d0e08cdae994a861cbda4
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=42e60b69957f77a8623e0dccb7d215e800c27c622364fa76b9c574e8b1d3a4056a058b61ed91eac2375ecf4e51e482a6e17550aa2894a44d1db70687958033da
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=18556ee8d2fdec6907fbc8fc33d8b32ea0c58d40ee3df084ffb233e2fcd3a514a553f97c31dcc25dda3f86b1b805ca5fe3c9bf8cb078b92325515f09db6b88ba
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=10a7cb1be6214347469d5797091f73c3d7824bfb32a47c13566573a383380b1df9b79b7901ce0fa3af1c97285c90afac21e2de7a66ed88d9495846743b3b25e2
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=53f0939d9d8c3470cb79316d865b765816032528d77a3cf497134f3aa667a6253ae037410801261a8e7d0628198ac5f6aea5ecf9b7313f06ccc1d5e9f94e74ea
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=f89bc9a3310634d39f68006307da0b0ddafae036089bdd663e8372777a9562d201a4e69b2e1a602cff5fba6c78a8d4861b6d1020679bd0c72c71b938a4f36a27
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=3f461c12fa9fa57a55cc390eb9887df88f404661a77bffb44f82b4c7e9021513a6df9f6d5f332a36ce0c28ae7e3d5afbbe15cc4b814bc7f86dac2e5ec280f947
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=85f042c308ccdfbeb318cec37056d8d970cab51cb0779425b85b8f76b0a1dd9cdec3191ae2b6b9b6be6e95767db814496450ed20076addd9bd495742f9de3c8c
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=067a0f63bbaaed4c8d4120f758c8ecf8c52afd1d30ea9d41489e26289d57a574d2d4ae29e29655378510adfb3f4a07b04b403d6ee98ee6b3d3aa8bff9c8d718f
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=1eb6b80cb05133d253f20629a11ed9ec3f37da002d5668cdc6577b2a20524e0cdd4d739d3f1aa2e8c518e2f7ebfd519ec1c647293714a1133ad4d569375c0e69
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=e3cddb0d0ae48f7d5ee4dd094ddb5a13f6a7aff1521b1adf25710971664b235cf67144e3b81525fd710dc49b6f6f6ba06e10eee1df5dc08119e9494c6be86934
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=c982194675b66a0433bd5517fc6f1564db669f595f8c7ba4819bf37e0599474d49a0c606577a898c27fa5ba40ab793c62d8211e7ea398d6b3e2bcc31eb5d55f4
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c14e396396385644333fb4c4aa1fb4b934a3f4e46312146821e5dcdaa097cb5b1efbf397c1dd6117d909803fd27ba8d835904672e98d43dc565e907fed752e1b
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=f27a75f929a6e945e49ceaad12f484fdaa918469a2f639b572fc4737b78e1cde0881697057e13a58b2fab7ac64c3a71bc9951561c3a8728e3dec814ef5e95fee
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=7aa029c4999d4608c9bcc491771b0434267032dbe9dbf504728079f87ce93e6a90e0fa839295b88c00e5a025186ed0fcc42361428b7874c05e222edb108d6c02
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=e8c508dede11d4f54cf0b15cf92b50caad93076a6065bd2d6784c5ca739f5923ea2b894c6b2b52131f62187c8b305cd11a960fb5a670789802d59b6b2999f0af
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=841eff077c38bf594b101edb15942f601ba0dada2122b21b016f53251aa2a635b8d0b63b49bdfb50259b2545d1f498bca95d5f771a15a28edb0dd07216c9b709
truffleruby-19.0.0-linux-amd64.tar.gz=8ec6c7829351e0dc2cce57305947cd540734fe5a0b95b9501d4179993727ab2c331e9fb639b9865c0fed596df3906adf3dcf2efb22c4cfdd23a3dc2137025fd4
truffleruby-19.0.0-macos-amd64.tar.gz=912e0c15d32e40c884b2caaaf9a86a71450d441c960ef98a63dfce80353619073b146dcfe03d9af4273b2811d0899eebe922cc84a51d6f5e6826cc436d793f78
truffleruby-19.0.2-linux-amd64.tar.gz=eec92bfbd776acd61709a428b90b1029c5ea83e5ea839304d23cae3a541dd4fab3b387691fa76643f55d5939c9cac0cbe70dc0b5786e5e0e5d20f3fcd9a21356
truffleruby-19.0.2-macos-amd64.tar.gz=ce647b76c9931feac55baa5acd2c87d8335c606bc5cd7e462bd92ba1b09f4bab5db927f021e3119abfd85c33377003d060f36cf64eb121954fce8878112f01b5
truffleruby-19.1.0-linux-amd64.tar.gz=db01e6dc09fc5f39ca466aa94f725023d49a8f52343f129bf8c32b7f5f76ccf2d573ee3344fce3d5aff9983bc9af618cc5ca6e1dbba93b3f604e4f33f8a69b3f
truffleruby-19.1.0-macos-amd64.tar.gz=f002bc0b6efca11eb97c4aa6df33d2e0fcc1de3443efd39d912b028df9dd8954cb76ef3ca7fbe140f4e922d6ae4c1a6a20853490ef1ea0749293e2fcd4ffe8fc
truffleruby-19.1.1-linux-amd64.tar.gz=ec031e8c216e31f034d97aaccd6441869221d6946e18f375b44a866550b8e8eb4b2fb923f9ce1a62853bdcd5b9201e0f5d2732ca6525d80171d5732ef522bd25
truffleruby-19.1.1-macos-amd64.tar.gz=1c15918af939a8fe1779b71d9e53d2ce09ca7353173a3b357905d9fe1981ff013cf0f90c6b47e1ca66dd168c2f2d742f28a5fb134cc0231d36146da99f91c3cc
truffleruby-19.2.0-linux-amd64.tar.gz=1248bdde9cd3651d7042fe4cecff4ad35534868d543fe2e6f3a5bfc3bc9d10d57b4139fc070f0a03861436a1aabc9a8ebdf3356f39b77a4b8f6a1dcf492f70a4
truffleruby-19.2.0-macos-amd64.tar.gz=92c3154ed229a115cf392826494745aae06dd9228dd0996c2c44c550552f13f9c254367d068452fa4a84eef79c19601c79b87e10f3121fd7b83b803514a41cfd
truffleruby-19.2.0.1-linux-amd64.tar.gz=53c78cd1f255f2b7031a70a42b65c0bf80c510b9254f5d7ba82b4787f55f5b09cfa9544c424a90f4619a74179fed07c168bd501e34772ef836a773e89c467cc5
truffleruby-19.2.0.1-macos-amd64.tar.gz=ac11523cd49fac50de1e441039e429fb8cd6c7051d537e5083b64fa68eaa19c9f0a966b269da906c367985f229af82a4811282dbfd0a76ef6565162e1081a659
truffleruby-19.2.1-linux-amd64.tar.gz=c5ffc1b592a74e836a4f6ec75b0e103150a4a40d3183ae853ead38c951a85378163111cf0bd2b81e44548c0a7aeaded3ae8a7ae558d5a02dc9e2cce992b79b58
truffleruby-19.2.1-macos-amd64.tar.gz=bb467b91f66eb7d1e6f1a54a7bc0a3d9503bcbd935e8a02da9ea0b749a51e354b1140d4a4dad6fc05312b560bb9ccdcce4f6583bccd19bb5afee19bf494102fe
truffleruby-19.3.0-linux-amd64.tar.gz=0e94777a3feabbf0107ed40847e20dd4e3696ff2b7c3f6ceddf3a53ccd812bd003c84c62a750e8fac9d2490374bf792d69174b48c3ed36b593485d86729136c1
truffleruby-19.3.0-macos-amd64.tar.gz=95470c389e24c865ecdc3d299005cd98f8221a128f3cd75f899b6b7ae5d6dc07962443ce0ff38dfd014589d5aaf08b718dc870a72eb7ea6ced18ec2b2db63095
truffleruby-19.3.0.2-linux-amd64.tar.gz=dc5309b71980657f750b4dd4f8b3bc4e191bc305b638b1e562ff5b0ad7fbba40079ba674caf46226a46b5ca58c10f812354786696264742f351b129fb088a672
truffleruby-19.3.0.2-macos-amd64.tar.gz=ff1c37485ebeff3edcc7081ce09bebe5541012dedff6997662c7f8a064e0ab10bef9a5cdf834263a06ae04ca0391743948bcdea6e6c9d7e1cfef9f21523c2bdb
truffleruby-19.3.1-linux-amd64.tar.gz=c724547a9eacfdd135ce05eac9dcfe74e58a5e77c97f88103f83b8513c15c975a0ecf623f623a425ec81fad1b64d3b5e135660d6943608ad08048cda00eace79
truffleruby-19.3.1-macos-amd64.tar.gz=d746b2ad410c15d145d36c676a070ae454ba8e5ec6c594d5ebcf54b1fc719f98e8b8f71b6fd504c3d38df286bd11c5114f73b5ba39be312b11d42d4ca1a17d02
truffleruby-20.0.0-linux-amd64.tar.gz=4efea5ded5fcc6886befba3a3720fe1e5b2e376d46738565e8871a1ce0201a33ed52e78b8af2fb389618bdea99466d126d8537dd0919b0c13f8ff1940cb3e52e
truffleruby-20.0.0-macos-amd64.tar.gz=b36488330514b77c7115689042cf2482a0beb9f72a0b05fb4c7a6ecb0835a3da47c3b15c41abd6ffced023e65ecf7eabcfbcc6e41901dcddd0fb3dfed46564c6
truffleruby-20.1.0-linux-amd64.tar.gz=116d57404540b85c15b321793a6f985624a2044af544e659b3607e50159703af5d445e22bff28ae2182dfa752f7500d420e250f6deccc98a2f01e89adba8ac3a
truffleruby-20.1.0-macos-amd64.tar.gz=9b1267101dfe78b85c79f7528eb4de96b16933e66d5771efa6272372dac0fb35b199bb9d42773d61f4fa7a15d6cbd18b5753c148f7c3e477c7c4b21633f12b88
truffleruby-20.2.0-linux-amd64.tar.gz=a37eaf8475364b74d948979ac13dc6e6423bf11949ad1d0f2925f78a4495e80de9767001ccdb777c8cfd7f545839fad4d842522620c3acad179404bc4ce6752c
truffleruby-20.2.0-macos-amd64.tar.gz=964c1e02cc53e1646060334a9911771e679a8344d811a0f77d5cae3529dfefff259c45505ac84b7debb958514cd5d2276ffd435802085494e0229dd140ce8f00
truffleruby-20.3.0-linux-amd64.tar.gz=ec2d8ff6a5d45fd7091e26430c67cbbdc0f8ffa41e9ac574d48802766fcd144e1f446db807700247ad6d8046b7ed070b5da70ef667e576d6fea60cc64ea5484f
truffleruby-20.3.0-macos-amd64.tar.gz=1878f94e05a3c40484bf944a72412b179aa5415a16a7ebc1610cb512a1e1c4a2ce0e98685257ad6e5c14745245c35bb5b28205fb687292c4f17193cbfb3bb606
truffleruby-21.0.0-linux-amd64.tar.gz=b7d1b76cc015d136dbd74515431f4447730850475f81b00885b71b95819134db2656d941736048db42d519f03e1f2df066226513b77208adbdbbeda1f49cab11
truffleruby-21.0.0-macos-amd64.tar.gz=7677b827a9c1758d5f941c512cb0fe8daaa19c3db77b485d7dfa43940151d6b9094c4d9271e18ef5014630142dffb93d168c7ac631a3b5eef6fc61b2f9eecf88
truffleruby-21.1.0-linux-amd64.tar.gz=010e9fb78cab12486641780392be0f284da08dfd955f3a0d1ef72adb52e1c9024b54dc880173645aea2af680b3670a6bb01409198b757239edda4cd9bf2b1e90
truffleruby-21.1.0-macos-amd64.tar.gz=96ef8481faef1bfa7f01bb4d396818ef6f0943d19c6a23dedb68f8346740b72bf06efc707bdd29158cf991cc7073c97f429a07b02c2a48050512b46369850058
truffleruby-21.2.0-linux-amd64.tar.gz=c20af04909a852cb676c90403d852fb367d56eac0f9cf8ba42caa4cad1013ba393cc4611e434614ad132b7b0ed61160aadd887001b08de0767cf58f5e149efe7
truffleruby-21.2.0-macos-amd64.tar.gz=0b8d9633fde53aad78f0baf52858cd5a5716f53ff21698baab17da4a625b4369b88dbd664193e3f0d1b40e64c88699ab4f04bbe40f54189a588c93678962a7be
truffleruby-21.2.0.1-linux-amd64.tar.gz=15ceeee383114f974aed5f16c99131d56947e13cfe248b97e55d61263ccd51aa56fc3e0df215196ef7f80ccba9e7f19e7f261d7a91d54bde2d9992caba682d82
truffleruby-21.2.0.1-macos-amd64.tar.gz=8a8762d90c19db4f48433ce0e3f3339e290685d79c6ee9bb7d4359c741edfa6a7360ff65124433d964730ac25b2cc6d8b581191b0a51479f11c2a80031a6c1c8
truffleruby-21.3.0-linux-amd64.tar.gz=b0c07b1ea797de92447a81b350d460c125a2efaff3c290637c4bcf1c216b5abd11148cfb143ad397062a96f36beade8234d0785c42f58fceac0011f629a5220b
truffleruby-21.3.0-macos-amd64.tar.gz=42e607fa52a534123989ad232691ede65aa1c615f39320d93aa8ab9c21924eea7bc0aa49aef1a540ec972e2b3dc775d22a99eca3e0c9bc450c525f9020fbb975
truffleruby-22.0.0.2-linux-amd64.tar.gz=2231a0cfd27238c34ea0bbad27ba387453e48f39032607cbb829b347ea6ac804df15eb3f84d50b09248782d6202284498e7bc9aaa2060f0ce81bb83a84d700ad
truffleruby-22.0.0.2-macos-amd64.tar.gz=1d7ac44f0862ad23cf17a7bba73d23dfd4727aadd9a3aa9633361e9bcd19655d163e160eae9c8db8ec9892f8fbf82d7a38b1cd689475bf41609a828208098623
truffleruby-22.1.0-linux-amd64.tar.gz=c4c2f9bf4236118c8ea62c08bad89e1034ecdfa0c4815693961c4d2b1b30ca043fe958abfec9cf36a8638aa2e005e71fcc244ebffd9ce11eb68cf48bd98c29d3
truffleruby-22.1.0-macos-amd64.tar.gz=507004ade838e614955e23331845839be656aaeae7869ed3d989c10e6491775a12313ac9ef03e14945f20f5e76d46ce6f7bb860af68a627c48065399cea3c567
truffleruby-22.2.0-linux-amd64.tar.gz=37c09249ef387df3e0614f646abb444cb5b7b2751538ab0432e703abe92a81b82e0d15f89d5ad7cd58afe5f30d9a92dc8471d19f1c1ce10b50478ac74f247739
truffleruby-22.2.0-linux-aarch64.tar.gz=49a7cfb4c81980d9c7a1588ef9f76a9bfb759d4b1925ab11f230d99c15a62e162a08249d23cf5646e2d38ecc2005e27103f2e5d92b83b0a182a4e64319b70c0d
truffleruby-22.2.0-macos-amd64.tar.gz=d4c206fb0a5e63c5b7f61f2e62de854e4d0817075ef9ded237d98cd821c286e88d7b150d140d9907a957209f39be96c7025560e3908c89aa337925d2fba690af
truffleruby-22.2.0-macos-aarch64.tar.gz=a01c18803777a74717ad699b6ee51eb759d881fb436d24338b557c52d4a693079d7b55f108394ccad0dd69c974cb895f4a36854355e84fecb67e41bf9eb18514
truffleruby-22.3.0-linux-amd64.tar.gz=d53472ae892dadc81c6fe63a597ccfb67e133958431b11716db4d920c78fc86f7496e4b10322d041c900bed77d27e02850da20aa95b297d63a9de2e72cdf3c76
truffleruby-22.3.0-linux-aarch64.tar.gz=dab63d49db4722f0c174ce8b882413102520ff649182946ba332ef5ba0fc6b58913595539a20b59e460faab2fba36f762dc8eb66aa729d4a6bb90feb2a95f053
truffleruby-22.3.0-macos-amd64.tar.gz=15c91d25fd6fb1d9f3f2a0b36676da5c8a76d62be86cff463ebe6c7e6aed2d9b6de9062021ab1b9b29cfb7a92b5682c860939acd71d12dba7e4a6bf3964fef3d
truffleruby-22.3.0-macos-aarch64.tar.gz=7c44d0dd07e4ecd84a92f6dd574dc185906121b8eb75f6fe097b9d4738aa30751664d70e9027e072eeaa1dffa05fe7bcfc06be0c2dc950142f60664baf5eac69
truffleruby-22.3.1-linux-amd64.tar.gz=f41d3bd22500b7291121368169f8558df4563c840a01b70ff7feea3593f0152d8d77d4437af362bad62f25b79bce1ce8ddaa1bd8172a2a7ef8b61cdb6e478c9e
truffleruby-22.3.1-linux-aarch64.tar.gz=1ca5221f0dc5ae3e0bd9545be474e115b2e62737701df95c6ee6cdaae5d82815acbe6af961ff23afee64dc26e655c7786d4347e3694c140773f065534322ee59
truffleruby-22.3.1-macos-amd64.tar.gz=bae16cc04c6018703833121f4258c3f18fa5062309d0600458be3c51c838bc63976a026db0f28d23005df9b640ccad0a9cafc56610a5ca9c24951c66b62097d9
truffleruby-22.3.1-macos-aarch64.tar.gz=b56e230d8fbc95d19364e695aaf1e552238b02ace7056f636808a7d7510777cddfde572ace5238ea1e314351bdd1a053ab3912d0889f51f55c722797c83eaaee
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=d538412f12d5ce743c351acbaa483b8b85dd2cf84fe06b3e90ca21f3c2fc0465df9c1773b3515fe4296d599f45e9cbb935dc5a69fe45668321e5639d58608ef4
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=f10b5ac749b11f93c2469f2c8a713ad090cb653761ae0a3e1ba4c19b0c96bd61c5e8da74d8944f9487c2d327d268a188f2cb56028d2beaca2a7816e63123600b
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=cd9db49c4253bd66cad6f9ae111c83d3befd0102a7ccb72a2407d22dc576ba7f3a26a90cd479f26dee3565d2f893a2b7c8b549e2351336f35d2632e57966657c
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=28b77d9943cd1617e0445633a9fea8911cfa975f5c581192439cd0944d2a17c2b0558e3e4112588b5fc77b57c48d857ad68ac51fcb867250625ad85406d87acc
truffleruby-23.0.0-linux-amd64.tar.gz=da702de2e8c994f2646a3de5b44824210dbd37129cd2f91c3bdd990a1b0d0b05dee4443ad0f6cf98fdb4e489c9f4cde64f3561baf486dc642d4981a1a1812925
truffleruby-23.0.0-linux-aarch64.tar.gz=808254a154adcfd1bbd6e22bcdafebb6169c6f8cfd1c55382d446bb66002384ee844dcd8b5f642703ef440f7566645d190081f45e04a7d8d59bf87571cb4430a
truffleruby-23.0.0-macos-amd64.tar.gz=f775d57e63c606eef424a1115408ed8539ef47d6bea0125ad1de7ee4fd5971e96747cb7f5d22d91d2f004edbd6ed6b9b5bd014127dc1abe7821a3a987a72d9dc
truffleruby-23.0.0-macos-aarch64.tar.gz=000069854458f81d97eefe14123fbb69937942825e77d35602d55fa279123808177a34f252aec9dcfa48b93feacbee81ae0f0e7043c2d8a9ace2a4bb61ab253f
truffleruby-23.1.0-linux-amd64.tar.gz=1868799d989c51798cf07b5243457af7ae2436dd19805fd634c98b2f1885266b5c3ec81dde668c2e5a290e9028f6f9fd223d153489df6ffcc74d45240aa020ad
truffleruby-23.1.0-linux-aarch64.tar.gz=2766621877996ad35fddb94f978feed531307e8abf601dcf863754c96782b8149c3ac512dfe6dd2bdef0fe0e8a968bdd77608c41020434aaef4e7250c09edd74
truffleruby-23.1.0-macos-amd64.tar.gz=06c5a1d6ad644fd81737f0a1fd24c1529f712abe2a4485ad597aca7c35ca2af898121bb5883552cf518e2afdcb4221c8ad013759b46a69e34249e7c5ebe2b170
truffleruby-23.1.0-macos-aarch64.tar.gz=496cacc5cf413a48b60184e097a962ab5d2236c539f07cc0a9a2d9ef57dfc911a26b125cc3ad9408f6170c6f93c7562f35729c8313be0301972be21c10097942
truffleruby-23.1.1-linux-amd64.tar.gz=dbca85e281bf2484371a0bbcc202ca700acc704304d966b9202cf3835e82f6eb502e43522355f4c9e5a743877d93f5609006fbba2c5e6343a89de130e5209f6a
truffleruby-23.1.1-linux-aarch64.tar.gz=6a58842d79247d8a64c513d68db9d53ea5640c02f71a1bc45f103baaaca67bb224939ae5f21ef55daa9d9b9697404052d39a3c382768ca366ab7892b8bf1abbe
truffleruby-23.1.1-macos-amd64.tar.gz=7cc6bc957b7ffa42e9fbfe2f6e3014bf1e7996f2754e9e74377078c2c7bc7ac8e10598f1e1452839fc5b9583c823a2a735731ca193a6af2814a02566cc4cd9e4
truffleruby-23.1.1-macos-aarch64.tar.gz=a85b8189ef8a280f6a27d4c1c93893f844266dbdc15b8c4988cdf581613a353508fae4872ac9380efcc47f36357e137861521712c00ce8548041762a8987a9b2
truffleruby-23.1.2-linux-amd64.tar.gz=6307fd71fb1431fb12346d1f13dee4b3afe53947e8a9c1f3e3aa0baae5f9fc9e1496ede0a7d86b169d912ffef9625af998b4e698dc57a2a649140150e3fae28a
truffleruby-23.1.2-linux-aarch64.tar.gz=0f0c5e4aa4e9fbc9b9f91d2b3d3fbfe26e78c5bc5b369fc78dd54775a7582b8c084a64f02848058bec79387fd80b09a5a5594ecfb268635fe76e1f9d957c2e92
truffleruby-23.1.2-macos-amd64.tar.gz=648401a73b29c28862a1fa077c2e1bf8fff65015c8bc690ff883a00a3dfd99389ffdb71f39ad85a4f16c531470f4cc891ae51ec927a426b0fa05fa85c9c6a2f9
truffleruby-23.1.2-macos-aarch64.tar.gz=4ec88684c09aacfa1d8bfed9a17243579ededacecd869e98e12841710bae29ed6e5f080611e53fc217a853f730bb2a9cb3d47ef15443eb8a1ad76a120118c8a5
truffleruby-24.0.0-linux-amd64.tar.gz=3a59a4dc58ad03549d8e63db1485767757715fc9aec21b2b67b1440b13871a04541abeff9bc8201b3088e1865360b1667459e536d3cfb09687dbffca95deafeb
truffleruby-24.0.0-linux-aarch64.tar.gz=50f3993b7362bb6e7da80f7327df3d079bb02f98b67012e2135005d77e61648e4f3268f767d8ca245ec5889ff934fbcccb94fd5ecbd55bb0cd9cca900fe10509
truffleruby-24.0.0-macos-amd64.tar.gz=9ec8bb340b15e29550448e123e3ab0f183edb9bbe7e052743cb2306cbd1956a5789c5a367c80c5e8d913dce2b804448dd6815e4d3421515166daf8db51d37c7d
truffleruby-24.0.0-macos-aarch64.tar.gz=499f83bf65dcb6ecc92414a3550673e6a0baaddfe3ab13c0bd7aa1bdde1ae2a61d9d0ca8001c0d12688d9e09f98f9e2946a651220fe7d200bb0ec6f285394701
truffleruby-24.0.1-linux-amd64.tar.gz=62b4e8508eba8cdaac70e99ac9cb0b33a663b4195d79b2dad3d771ef538c6c41d1d91bb7bb07fbbafbcbbcaf17814ffaf6d6bdbafd474ba6a8ecdac30315a8c9
truffleruby-24.0.1-linux-aarch64.tar.gz=817d877848ea4bb55658ce34bbda52926be12426a8a5e1c4588bc0ec1896018b06dce176336b382f80a7c6d073d4331b20694a7797ee8fdf0177e973053bf929
truffleruby-24.0.1-macos-amd64.tar.gz=2ea65bea154aa38cce3f00f24fc9a4aab5e7478fafd070d0cc966878371c070d5a1776b7405e2c9e4cfa14e5c51219ed0fa988294eb4708690983b348886f439
truffleruby-24.0.1-macos-aarch64.tar.gz=bc1923e21768d34779c1bcd7850456a01ddc01acd1ccf20f4fb4a446fb847f8c51b1ff4a7c0cdc317ef8ce057ac24f18f25b778a02a6e2b185e0055d946ecaf2
|
rvm/rvm
|
5b709e1a7fb63463bd7bbc7052e4d0c493fa2cf1
|
add railsexpress patches for 3.0.7, 3.1.5, 3.2.4 and 3.3.1 (#5465)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 761b713..e0f2972 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,624 +1,625 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
* Fix bug with Bootsnap on Ruby 3.3.1 [\#5457](https://github.com/rvm/rvm/pull/5457)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.7.0 [\#5449](https://github.com/rvm/rvm/pull/5449)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
+* 3.0.7, 3.1.5, 3.2.4 and 3.3.1 [\#5465](https://github.com/rvm/rvm/pull/5465)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
* Upgrade github actions and truffleruby version in CI [\#5456](https://github.com/rvm/rvm/pull/5456)
* Parallelize GitHub Action jobs in CI [\#5458](https://github.com/rvm/rvm/pull/5458)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
#### New features:
* Add support for elementary OS [\#3935](https://github.com/rvm/rvm/issues/3935)
* Add support for Deepin (based on Debian) [\#3999](https://github.com/rvm/rvm/issues/3999)
* Simplified OS detection mechanism [\#3938](https://github.com/rvm/rvm/pull/3938)
* Use fuzzy version match for `rvm remove` [\#4028](https://github.com/rvm/rvm/pull/4028)
* Simplify and cleanup of `rvm help` output [\#4029](https://github.com/rvm/rvm/pull/4029)
* Add support for Kali Linux (based on Debian) [\#3958](https://github.com/rvm/rvm/issues/3958)
* Railsexpress patches for 2.4.0, 2.4.1 and 2.4-head [\#4050](https://github.com/rvm/rvm/pull/4050)
#### Bug fixes:
* Use actual executable test instead of mount|grep noexec for robust noexec detection [\#3933](https://github.com/rvm/rvm/pull/3933)
* "Unknown ruby string (do not know how to handle)" when specifying Ruby version w/a gemset [\#3292](https://github.com/rvm/rvm/issue/3292)
* Fix the required openssl version for ruby 1.8 on OSX [\#3955](https://github.com/rvm/rvm/issue/3955)
* Detect `.` as an alternative to `source` in bash profile warning [\#3960](https://github.com/rvm/rvm/issues/3960)
* Allow users to specify irb history file using IRB.conf[:HISTORY_FILE] [\#3969](https://github.com/rvm/rvm/pull/3969)
* Prefer github issues over IRC support [\#3939](https://github.com/rvm/rvm/issues/3939)
* Architecture detection using uname instead of dpkg [\#3948](https://github.com/rvm/rvm/issues/3948)
* Help section of the rvm.io page points to irc.freenode.net instead of github [\#3939](https://github.com/rvm/rvm/issues/3939)
* Make sure stderr output is printed on console and not captured into log files [\#3990](https://github.com/rvm/rvm/issues/3990)
* Clean up errors output, show only log file name [\#3990](https://github.com/rvm/rvm/issues/3990)
* RVM install fail on macOS Yosemite due expired curl's SSL certificate [\#3886](https://github.com/rvm/rvm/issues/3886)
* Fix failing openssl.patch for Ruby 2.2.4 and 2.2.5 [\#3988](https://github.com/rvm/rvm/issues/3988)
* Do not unset rvm_pretty_print_flag [\#3946](https://github.com/rvm/rvm/issues/3946)
* Patch Ruby 2.3.4 with missing rb_thread_fd_close [\#4008](https://github.com/rvm/rvm/issues/4008)
* Unknown subcommand `rvm gemset clear` [\#4004](https://github.com/rvm/rvm/issues/4004)
* Skip rubygems install for ruby-head [\#4022](https://github.com/rvm/rvm/pull/4022)
* Fix match MacPorts in non standard location [\#4051](https://github.com/rvm/rvm/pull/4051)
* Ruby 2.3.3 doesn't compile on Debian 8.3 [\#4000](https://github.com/rvm/rvm/issues/4000)
* Ruby < 2.4 fail to build on Fedora 26 [\#4057](https://github.com/rvm/rvm/issues/4057)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.72 [\#3934](https://github.com/rvm/rvm/pull/3934), 3.73 [\#3979](https://github.com/rvm/rvm/pull/3979), 3.74 [\#3994](https://github.com/rvm/rvm/pull/3994), 3.75 [\#4002](https://github.com/rvm/rvm/pull/4002), 3.76 and 3.77 [\#4016](https://github.com/rvm/rvm/pull/4016), 3.78, 3.79, 3.80, 3.81
* Add support for Ruby 2.2.7 [\#3970](https://github.com/rvm/rvm/pull/3970), 2.3.4 [\#3973](https://github.com/rvm/rvm/pull/3973) and 2.4.1 [\#3963](https://github.com/rvm/rvm/pull/3963)
* Upgrade RubyGems to 2.6.12 [\#4018](https://github.com/rvm/rvm/pull/4018)
* Add support for JRuby 1.7.27 [\#4026](https://github.com/rvm/rvm/pull/4026), 9.1.8.0 [\#3952](https://github.com/rvm/rvm/pull/3952), 9.1.9.0 [\#4036](https://github.com/rvm/rvm/pull/4036), 9.1.10.0 [\#4049](https://github.com/rvm/rvm/pull/4049), 9.1.11 [\#4064](https://github.com/rvm/rvm/issues/4064) and 9.1.12.0 [\#4066](https://github.com/rvm/rvm/issues/4066)
#### Binaries:
* Ubuntu x64 binary for Ruby 2.4.1 [\#3965](https://github.com/rvm/rvm/issues/3965)
* Ubuntu x64 binary for Ruby 2.2.7 [\#3971](https://github.com/rvm/rvm/issues/3971)
* Ubuntu x64 binary for Ruby 2.3.4 [\#3985](https://github.com/rvm/rvm/issues/3985)
* Ubuntu 16.10 x64 binaries for Ruby 1.9.3-p551, 2.0.0-p648, 2.1.5, 2.1.6, 2.1.8, 2.1.9, 2.2.4, 2.2.5, 2.2.6, 2.3.0, 2.3.1, 2.3.2 and 2.3.3 [\#3823](https://github.com/rvm/rvm/issues/3823)
#### Documentation:
* Integrating RVM with Bash on Ubuntu on Windows 10 [\#304](https://github.com/rvm/rvm-site/pull/304)
* Troubleshooting SSL certificate problem: unable to get local issuer certificate [\#3984](https://github.com/rvm/rvm/issue/3984)
* Automatically generated Integration section on Index page [\#305](https://github.com/rvm/rvm-site/pull/305)
diff --git a/patchsets/ruby/3.0.7/railsexpress b/patchsets/ruby/3.0.7/railsexpress
new file mode 100644
index 0000000..2aea337
--- /dev/null
+++ b/patchsets/ruby/3.0.7/railsexpress
@@ -0,0 +1,2 @@
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.0.7/railsexpress/01-improve-gc-stats.patch
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.0.7/railsexpress/02-malloc-trim.patch
diff --git a/patchsets/ruby/3.1.5/railsexpress b/patchsets/ruby/3.1.5/railsexpress
new file mode 100644
index 0000000..5ebb86a
--- /dev/null
+++ b/patchsets/ruby/3.1.5/railsexpress
@@ -0,0 +1,2 @@
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.1.5/railsexpress/01-improve-gc-stats.patch
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.1.5/railsexpress/02-malloc-trim.patch
diff --git a/patchsets/ruby/3.2.4/railsexpress b/patchsets/ruby/3.2.4/railsexpress
new file mode 100644
index 0000000..06ff2e7
--- /dev/null
+++ b/patchsets/ruby/3.2.4/railsexpress
@@ -0,0 +1,3 @@
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.2.4/railsexpress/01-improve-gc-stats.patch
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.2.4/railsexpress/02-malloc-trim-patch.patch
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.2.4/railsexpress/03-fix-bigdecimal-linker-problems.patch
diff --git a/patchsets/ruby/3.3.1/railsexpress b/patchsets/ruby/3.3.1/railsexpress
new file mode 100644
index 0000000..f58657e
--- /dev/null
+++ b/patchsets/ruby/3.3.1/railsexpress
@@ -0,0 +1 @@
+https://raw.githubusercontent.com/skaes/rvm-patchsets/master/patches/ruby/3.3.1/railsexpress/01-improve-gc-stats.patch
|
rvm/rvm
|
f116268423af227ca2fdf6e75cb1b6b9117589e0
|
Parallelize GitHub Action jobs in CI (#5458)
|
diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml
index 36c91e4..fa1eaa4 100644
--- a/.github/workflows/specs.yml
+++ b/.github/workflows/specs.yml
@@ -1,39 +1,37 @@
name: CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-13
+ test:
+ # For some reason, after running these tests,
+ # `source ~/.rvm/scripts/rvm` fails on macOS, so run them last.
+ # See https://github.com/rvm/rvm/pull/5387#issuecomment-2009391015
+ # These tests also change the default ruby, which is another reason to run them last.
+ - "tests/fast/*"
+ - "tests/long/truffleruby_comment_test.sh"
+ include:
+ - os: ubuntu-latest
+ # works on local, but fails in CI, needs to be investigated
+ test: "tests/long/named_ruby_and_gemsets_comment_test.sh"
+ - os: ubuntu-latest
+ # https://github.com/rvm/rvm/issues/4937
+ test: "tests/long/ruby_prepare_mount_comment_test.sh"
runs-on: ${{ matrix.os }}
env:
TERM: ansi
RVM_SKIP_BREW_UPDATE: true
steps:
- uses: actions/checkout@v4
- run: ./install
- run: source ~/.rvm/scripts/rvm && rvm use 2.7.7 --install --default
- run: source ~/.rvm/scripts/rvm && gem install tf -v '>=0.4.1'
-
- - name: named_ruby_and_gemsets_comment_test
- if: ${{ !contains(matrix.os, 'macos') }} # works on local, but fails in CI, needs to be investigated
- run: source ~/.rvm/scripts/rvm && tf --text tests/long/named_ruby_and_gemsets_comment_test.sh
-
- - name: ruby_prepare_mount_comment_test
- if: ${{ !contains(matrix.os, 'macos') }} # https://github.com/rvm/rvm/issues/4937
- run: source ~/.rvm/scripts/rvm && tf --text tests/long/ruby_prepare_mount_comment_test.sh
-
- - name: truffleruby_comment_test
- run: source ~/.rvm/scripts/rvm && tf --text tests/long/truffleruby_comment_test.sh
-
- # For some reason, after running these tests, `source ~/.rvm/scripts/rvm` fails on macOS, so run them last.
- # See https://github.com/rvm/rvm/pull/5387#issuecomment-2009391015
- # These tests also change the default ruby, which is another reason to run them last.
- - name: tests/fast/*
- run: source ~/.rvm/scripts/rvm && tf --text tests/fast/*
+ - run: source ~/.rvm/scripts/rvm && tf --text ${{ matrix.test }}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30652f2..761b713 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,665 +1,666 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
* Fix bug with Bootsnap on Ruby 3.3.1 [\#5457](https://github.com/rvm/rvm/pull/5457)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.7.0 [\#5449](https://github.com/rvm/rvm/pull/5449)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
* Upgrade github actions and truffleruby version in CI [\#5456](https://github.com/rvm/rvm/pull/5456)
+* Parallelize GitHub Action jobs in CI [\#5458](https://github.com/rvm/rvm/pull/5458)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
#### New features:
* Add support for elementary OS [\#3935](https://github.com/rvm/rvm/issues/3935)
* Add support for Deepin (based on Debian) [\#3999](https://github.com/rvm/rvm/issues/3999)
* Simplified OS detection mechanism [\#3938](https://github.com/rvm/rvm/pull/3938)
* Use fuzzy version match for `rvm remove` [\#4028](https://github.com/rvm/rvm/pull/4028)
* Simplify and cleanup of `rvm help` output [\#4029](https://github.com/rvm/rvm/pull/4029)
* Add support for Kali Linux (based on Debian) [\#3958](https://github.com/rvm/rvm/issues/3958)
* Railsexpress patches for 2.4.0, 2.4.1 and 2.4-head [\#4050](https://github.com/rvm/rvm/pull/4050)
#### Bug fixes:
* Use actual executable test instead of mount|grep noexec for robust noexec detection [\#3933](https://github.com/rvm/rvm/pull/3933)
* "Unknown ruby string (do not know how to handle)" when specifying Ruby version w/a gemset [\#3292](https://github.com/rvm/rvm/issue/3292)
* Fix the required openssl version for ruby 1.8 on OSX [\#3955](https://github.com/rvm/rvm/issue/3955)
* Detect `.` as an alternative to `source` in bash profile warning [\#3960](https://github.com/rvm/rvm/issues/3960)
* Allow users to specify irb history file using IRB.conf[:HISTORY_FILE] [\#3969](https://github.com/rvm/rvm/pull/3969)
* Prefer github issues over IRC support [\#3939](https://github.com/rvm/rvm/issues/3939)
* Architecture detection using uname instead of dpkg [\#3948](https://github.com/rvm/rvm/issues/3948)
* Help section of the rvm.io page points to irc.freenode.net instead of github [\#3939](https://github.com/rvm/rvm/issues/3939)
* Make sure stderr output is printed on console and not captured into log files [\#3990](https://github.com/rvm/rvm/issues/3990)
* Clean up errors output, show only log file name [\#3990](https://github.com/rvm/rvm/issues/3990)
* RVM install fail on macOS Yosemite due expired curl's SSL certificate [\#3886](https://github.com/rvm/rvm/issues/3886)
* Fix failing openssl.patch for Ruby 2.2.4 and 2.2.5 [\#3988](https://github.com/rvm/rvm/issues/3988)
* Do not unset rvm_pretty_print_flag [\#3946](https://github.com/rvm/rvm/issues/3946)
* Patch Ruby 2.3.4 with missing rb_thread_fd_close [\#4008](https://github.com/rvm/rvm/issues/4008)
* Unknown subcommand `rvm gemset clear` [\#4004](https://github.com/rvm/rvm/issues/4004)
* Skip rubygems install for ruby-head [\#4022](https://github.com/rvm/rvm/pull/4022)
* Fix match MacPorts in non standard location [\#4051](https://github.com/rvm/rvm/pull/4051)
* Ruby 2.3.3 doesn't compile on Debian 8.3 [\#4000](https://github.com/rvm/rvm/issues/4000)
* Ruby < 2.4 fail to build on Fedora 26 [\#4057](https://github.com/rvm/rvm/issues/4057)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.72 [\#3934](https://github.com/rvm/rvm/pull/3934), 3.73 [\#3979](https://github.com/rvm/rvm/pull/3979), 3.74 [\#3994](https://github.com/rvm/rvm/pull/3994), 3.75 [\#4002](https://github.com/rvm/rvm/pull/4002), 3.76 and 3.77 [\#4016](https://github.com/rvm/rvm/pull/4016), 3.78, 3.79, 3.80, 3.81
* Add support for Ruby 2.2.7 [\#3970](https://github.com/rvm/rvm/pull/3970), 2.3.4 [\#3973](https://github.com/rvm/rvm/pull/3973) and 2.4.1 [\#3963](https://github.com/rvm/rvm/pull/3963)
* Upgrade RubyGems to 2.6.12 [\#4018](https://github.com/rvm/rvm/pull/4018)
* Add support for JRuby 1.7.27 [\#4026](https://github.com/rvm/rvm/pull/4026), 9.1.8.0 [\#3952](https://github.com/rvm/rvm/pull/3952), 9.1.9.0 [\#4036](https://github.com/rvm/rvm/pull/4036), 9.1.10.0 [\#4049](https://github.com/rvm/rvm/pull/4049), 9.1.11 [\#4064](https://github.com/rvm/rvm/issues/4064) and 9.1.12.0 [\#4066](https://github.com/rvm/rvm/issues/4066)
#### Binaries:
* Ubuntu x64 binary for Ruby 2.4.1 [\#3965](https://github.com/rvm/rvm/issues/3965)
* Ubuntu x64 binary for Ruby 2.2.7 [\#3971](https://github.com/rvm/rvm/issues/3971)
* Ubuntu x64 binary for Ruby 2.3.4 [\#3985](https://github.com/rvm/rvm/issues/3985)
* Ubuntu 16.10 x64 binaries for Ruby 1.9.3-p551, 2.0.0-p648, 2.1.5, 2.1.6, 2.1.8, 2.1.9, 2.2.4, 2.2.5, 2.2.6, 2.3.0, 2.3.1, 2.3.2 and 2.3.3 [\#3823](https://github.com/rvm/rvm/issues/3823)
#### Documentation:
* Integrating RVM with Bash on Ubuntu on Windows 10 [\#304](https://github.com/rvm/rvm-site/pull/304)
* Troubleshooting SSL certificate problem: unable to get local issuer certificate [\#3984](https://github.com/rvm/rvm/issue/3984)
* Automatically generated Integration section on Index page [\#305](https://github.com/rvm/rvm-site/pull/305)
* Add info about Ubuntu installation package [\#306](https://github.com/rvm/rvm-site/pull/306)
* Remove subversion as a prerequisite for installing rubies [\#277](https://github.com/rvm/rvm-site/issue/277)
* Added missing information that user should have sudo rights to install rubies [\#307](https://github.com/rvm/rvm-site/pull/307)
* Better explanation for `apt-get update` failing with 404 Not Found errors [\#3411](https://github.com/rvm/rvm/issue/3411)
* Ruby 2.1 is no more maintained [\#3997](https://github.com/rvm/rvm/pull/3997)
* Display deprecation notice for `rvm usage` [\#4047](https://github.com/rvm/rvm/pull/4047)
## [1.29.1](https://github.com/rvm/rvm/releases/tag/1.29.1)
19 February 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.0...1.29.1)
#### Bug fixes:
* Fix using ruby from current dir when no params [\#3880](https://github.com/rvm/rvm/issues/3880)
* Fix Ruby/Openssl installation on OSX [\#3923](https://github.com/rvm/rvm/issues/3923)
* Fix rvm info to be yaml compatible [\#3924](https://github.com/rvm/rvm/issues/3924)
* Add explicit architecture check for debian/ubuntu [\#3927](https://github.com/rvm/rvm/issues/3927)
* Fix detecting openssl path for ruby24 [\#3928](https://github.com/rvm/rvm/issues/3928)
## [1.29.0](https://github.com/rvm/rvm/releases/tag/1.29.0)
12 February 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.28.0...1.29.0)
#### Security fixes:
* add trusting working directory hooks
* add trusting project files with environment variables
* prevent executing code when loading variables from project files
* remove posibility to install gems from .versions.conf
* do not 'bundle install' if no rvm_autoinstall_bundler_flag=1
* install bundler only from remote server
* handle spaces in working directory hook names
* avoid double escaping of envirtonment variables
* avoid extra quotation if it was used in the project file
#### New features:
* Added railsexpress patches for Ruby 2.3.3 [\#3852](https://github.com/rvm/rvm/pull/3852)
* Add support for KDE neon [\#3828](https://github.com/rvm/rvm/pull/3828)
* Allow to remove undesired libraries breaking the ruby build [\#3851](https://github.com/rvm/rvm/issues/3851)
* Mention in PATH warnings about ability to silence them [\#3336](https://github.com/rvm/rvm/issues/3336)
* Expose `autolibs` setting in `rvm info` output [\#3892](https://github.com/rvm/rvm/pull/3892)
* Detect `noexec` mount mode for partition hosting RVM home [\#3832](https://github.com/rvm/rvm/pull/3832)
|
rvm/rvm
|
0ec4d9d710de09ea0b5d6ea6599b2f8d83fb7bbd
|
Try to fix macOS CI by pinning to a AMD64 macOS image (#5462)
|
diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml
index c18cb83..36c91e4 100644
--- a/.github/workflows/specs.yml
+++ b/.github/workflows/specs.yml
@@ -1,39 +1,39 @@
name: CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- - macos-latest
+ - macos-13
runs-on: ${{ matrix.os }}
env:
TERM: ansi
RVM_SKIP_BREW_UPDATE: true
steps:
- uses: actions/checkout@v4
- run: ./install
- run: source ~/.rvm/scripts/rvm && rvm use 2.7.7 --install --default
- run: source ~/.rvm/scripts/rvm && gem install tf -v '>=0.4.1'
- name: named_ruby_and_gemsets_comment_test
if: ${{ !contains(matrix.os, 'macos') }} # works on local, but fails in CI, needs to be investigated
run: source ~/.rvm/scripts/rvm && tf --text tests/long/named_ruby_and_gemsets_comment_test.sh
- name: ruby_prepare_mount_comment_test
if: ${{ !contains(matrix.os, 'macos') }} # https://github.com/rvm/rvm/issues/4937
run: source ~/.rvm/scripts/rvm && tf --text tests/long/ruby_prepare_mount_comment_test.sh
- name: truffleruby_comment_test
run: source ~/.rvm/scripts/rvm && tf --text tests/long/truffleruby_comment_test.sh
# For some reason, after running these tests, `source ~/.rvm/scripts/rvm` fails on macOS, so run them last.
# See https://github.com/rvm/rvm/pull/5387#issuecomment-2009391015
# These tests also change the default ruby, which is another reason to run them last.
- name: tests/fast/*
run: source ~/.rvm/scripts/rvm && tf --text tests/fast/*
|
rvm/rvm
|
63c5d4c52d5f2f88309f894c2ba7d62a9dcb52f2
|
Upgrade github actions and truffleruby version in CI (#5456)
|
diff --git a/.github/workflows/gpg_signature.yml b/.github/workflows/gpg_signature.yml
index d1f5af8..49e4535 100644
--- a/.github/workflows/gpg_signature.yml
+++ b/.github/workflows/gpg_signature.yml
@@ -1,14 +1,14 @@
name: GPG
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
signature-check:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- run: sudo apt-get install -y gawk libgmp-dev dirmngr gnupg2
- run: curl -sSL https://rvm.io/mpapis.asc | gpg --import -
- run: curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
- run: gpg2 --verify binscripts/rvm-installer.asc binscripts/rvm-installer
diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml
index 08979e8..c18cb83 100644
--- a/.github/workflows/specs.yml
+++ b/.github/workflows/specs.yml
@@ -1,39 +1,39 @@
name: CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
env:
TERM: ansi
RVM_SKIP_BREW_UPDATE: true
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- run: ./install
- run: source ~/.rvm/scripts/rvm && rvm use 2.7.7 --install --default
- run: source ~/.rvm/scripts/rvm && gem install tf -v '>=0.4.1'
- name: named_ruby_and_gemsets_comment_test
if: ${{ !contains(matrix.os, 'macos') }} # works on local, but fails in CI, needs to be investigated
run: source ~/.rvm/scripts/rvm && tf --text tests/long/named_ruby_and_gemsets_comment_test.sh
- name: ruby_prepare_mount_comment_test
if: ${{ !contains(matrix.os, 'macos') }} # https://github.com/rvm/rvm/issues/4937
run: source ~/.rvm/scripts/rvm && tf --text tests/long/ruby_prepare_mount_comment_test.sh
- name: truffleruby_comment_test
run: source ~/.rvm/scripts/rvm && tf --text tests/long/truffleruby_comment_test.sh
# For some reason, after running these tests, `source ~/.rvm/scripts/rvm` fails on macOS, so run them last.
# See https://github.com/rvm/rvm/pull/5387#issuecomment-2009391015
# These tests also change the default ruby, which is another reason to run them last.
- name: tests/fast/*
run: source ~/.rvm/scripts/rvm && tf --text tests/fast/*
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 026c119..190e3bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,663 +1,664 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
* Fix bug with Bootsnap on Ruby 3.3.1 [\#5457](https://github.com/rvm/rvm/pull/5457)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
+* Upgrade github actions and truffleruby version in CI [\#5456](https://github.com/rvm/rvm/pull/5456)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
#### New features:
* Add support for elementary OS [\#3935](https://github.com/rvm/rvm/issues/3935)
* Add support for Deepin (based on Debian) [\#3999](https://github.com/rvm/rvm/issues/3999)
* Simplified OS detection mechanism [\#3938](https://github.com/rvm/rvm/pull/3938)
* Use fuzzy version match for `rvm remove` [\#4028](https://github.com/rvm/rvm/pull/4028)
* Simplify and cleanup of `rvm help` output [\#4029](https://github.com/rvm/rvm/pull/4029)
* Add support for Kali Linux (based on Debian) [\#3958](https://github.com/rvm/rvm/issues/3958)
* Railsexpress patches for 2.4.0, 2.4.1 and 2.4-head [\#4050](https://github.com/rvm/rvm/pull/4050)
#### Bug fixes:
* Use actual executable test instead of mount|grep noexec for robust noexec detection [\#3933](https://github.com/rvm/rvm/pull/3933)
* "Unknown ruby string (do not know how to handle)" when specifying Ruby version w/a gemset [\#3292](https://github.com/rvm/rvm/issue/3292)
* Fix the required openssl version for ruby 1.8 on OSX [\#3955](https://github.com/rvm/rvm/issue/3955)
* Detect `.` as an alternative to `source` in bash profile warning [\#3960](https://github.com/rvm/rvm/issues/3960)
* Allow users to specify irb history file using IRB.conf[:HISTORY_FILE] [\#3969](https://github.com/rvm/rvm/pull/3969)
* Prefer github issues over IRC support [\#3939](https://github.com/rvm/rvm/issues/3939)
* Architecture detection using uname instead of dpkg [\#3948](https://github.com/rvm/rvm/issues/3948)
* Help section of the rvm.io page points to irc.freenode.net instead of github [\#3939](https://github.com/rvm/rvm/issues/3939)
* Make sure stderr output is printed on console and not captured into log files [\#3990](https://github.com/rvm/rvm/issues/3990)
* Clean up errors output, show only log file name [\#3990](https://github.com/rvm/rvm/issues/3990)
* RVM install fail on macOS Yosemite due expired curl's SSL certificate [\#3886](https://github.com/rvm/rvm/issues/3886)
* Fix failing openssl.patch for Ruby 2.2.4 and 2.2.5 [\#3988](https://github.com/rvm/rvm/issues/3988)
* Do not unset rvm_pretty_print_flag [\#3946](https://github.com/rvm/rvm/issues/3946)
* Patch Ruby 2.3.4 with missing rb_thread_fd_close [\#4008](https://github.com/rvm/rvm/issues/4008)
* Unknown subcommand `rvm gemset clear` [\#4004](https://github.com/rvm/rvm/issues/4004)
* Skip rubygems install for ruby-head [\#4022](https://github.com/rvm/rvm/pull/4022)
* Fix match MacPorts in non standard location [\#4051](https://github.com/rvm/rvm/pull/4051)
* Ruby 2.3.3 doesn't compile on Debian 8.3 [\#4000](https://github.com/rvm/rvm/issues/4000)
* Ruby < 2.4 fail to build on Fedora 26 [\#4057](https://github.com/rvm/rvm/issues/4057)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.72 [\#3934](https://github.com/rvm/rvm/pull/3934), 3.73 [\#3979](https://github.com/rvm/rvm/pull/3979), 3.74 [\#3994](https://github.com/rvm/rvm/pull/3994), 3.75 [\#4002](https://github.com/rvm/rvm/pull/4002), 3.76 and 3.77 [\#4016](https://github.com/rvm/rvm/pull/4016), 3.78, 3.79, 3.80, 3.81
* Add support for Ruby 2.2.7 [\#3970](https://github.com/rvm/rvm/pull/3970), 2.3.4 [\#3973](https://github.com/rvm/rvm/pull/3973) and 2.4.1 [\#3963](https://github.com/rvm/rvm/pull/3963)
* Upgrade RubyGems to 2.6.12 [\#4018](https://github.com/rvm/rvm/pull/4018)
* Add support for JRuby 1.7.27 [\#4026](https://github.com/rvm/rvm/pull/4026), 9.1.8.0 [\#3952](https://github.com/rvm/rvm/pull/3952), 9.1.9.0 [\#4036](https://github.com/rvm/rvm/pull/4036), 9.1.10.0 [\#4049](https://github.com/rvm/rvm/pull/4049), 9.1.11 [\#4064](https://github.com/rvm/rvm/issues/4064) and 9.1.12.0 [\#4066](https://github.com/rvm/rvm/issues/4066)
#### Binaries:
* Ubuntu x64 binary for Ruby 2.4.1 [\#3965](https://github.com/rvm/rvm/issues/3965)
* Ubuntu x64 binary for Ruby 2.2.7 [\#3971](https://github.com/rvm/rvm/issues/3971)
* Ubuntu x64 binary for Ruby 2.3.4 [\#3985](https://github.com/rvm/rvm/issues/3985)
* Ubuntu 16.10 x64 binaries for Ruby 1.9.3-p551, 2.0.0-p648, 2.1.5, 2.1.6, 2.1.8, 2.1.9, 2.2.4, 2.2.5, 2.2.6, 2.3.0, 2.3.1, 2.3.2 and 2.3.3 [\#3823](https://github.com/rvm/rvm/issues/3823)
#### Documentation:
* Integrating RVM with Bash on Ubuntu on Windows 10 [\#304](https://github.com/rvm/rvm-site/pull/304)
* Troubleshooting SSL certificate problem: unable to get local issuer certificate [\#3984](https://github.com/rvm/rvm/issue/3984)
* Automatically generated Integration section on Index page [\#305](https://github.com/rvm/rvm-site/pull/305)
* Add info about Ubuntu installation package [\#306](https://github.com/rvm/rvm-site/pull/306)
* Remove subversion as a prerequisite for installing rubies [\#277](https://github.com/rvm/rvm-site/issue/277)
* Added missing information that user should have sudo rights to install rubies [\#307](https://github.com/rvm/rvm-site/pull/307)
* Better explanation for `apt-get update` failing with 404 Not Found errors [\#3411](https://github.com/rvm/rvm/issue/3411)
* Ruby 2.1 is no more maintained [\#3997](https://github.com/rvm/rvm/pull/3997)
* Display deprecation notice for `rvm usage` [\#4047](https://github.com/rvm/rvm/pull/4047)
## [1.29.1](https://github.com/rvm/rvm/releases/tag/1.29.1)
19 February 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.0...1.29.1)
#### Bug fixes:
* Fix using ruby from current dir when no params [\#3880](https://github.com/rvm/rvm/issues/3880)
* Fix Ruby/Openssl installation on OSX [\#3923](https://github.com/rvm/rvm/issues/3923)
* Fix rvm info to be yaml compatible [\#3924](https://github.com/rvm/rvm/issues/3924)
* Add explicit architecture check for debian/ubuntu [\#3927](https://github.com/rvm/rvm/issues/3927)
* Fix detecting openssl path for ruby24 [\#3928](https://github.com/rvm/rvm/issues/3928)
## [1.29.0](https://github.com/rvm/rvm/releases/tag/1.29.0)
12 February 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.28.0...1.29.0)
#### Security fixes:
* add trusting working directory hooks
* add trusting project files with environment variables
* prevent executing code when loading variables from project files
* remove posibility to install gems from .versions.conf
* do not 'bundle install' if no rvm_autoinstall_bundler_flag=1
* install bundler only from remote server
* handle spaces in working directory hook names
* avoid double escaping of envirtonment variables
* avoid extra quotation if it was used in the project file
#### New features:
* Added railsexpress patches for Ruby 2.3.3 [\#3852](https://github.com/rvm/rvm/pull/3852)
* Add support for KDE neon [\#3828](https://github.com/rvm/rvm/pull/3828)
* Allow to remove undesired libraries breaking the ruby build [\#3851](https://github.com/rvm/rvm/issues/3851)
* Mention in PATH warnings about ability to silence them [\#3336](https://github.com/rvm/rvm/issues/3336)
* Expose `autolibs` setting in `rvm info` output [\#3892](https://github.com/rvm/rvm/pull/3892)
* Detect `noexec` mount mode for partition hosting RVM home [\#3832](https://github.com/rvm/rvm/pull/3832)
diff --git a/tests/long/truffleruby_comment_test.sh b/tests/long/truffleruby_comment_test.sh
index 3c53e3f..19fcdb3 100755
--- a/tests/long/truffleruby_comment_test.sh
+++ b/tests/long/truffleruby_comment_test.sh
@@ -1,22 +1,22 @@
## Test the latest TruffleRuby release
rvm install truffleruby # status=0; match!=/Already installed/; match=/compiling c-extensions/
rvm truffleruby do ruby -v # status=0; match=/truffleruby/
rvm truffleruby do rake --version # status=0; match=/rake, version/
rvm truffleruby do ruby -S bundle --version # status=0; match=/Bundler version/
echo 'gem "rake"' > Gemfile # status=0
rvm truffleruby do bundle install # status=0
rvm truffleruby do ruby -S bundle exec rake --version # status=0; match=/rake, version/
rm Gemfile
rvm truffleruby do ruby -ropen-uri -e 'puts URI.send(:open, %{https://rubygems.org/}) { |f| f.read(1024) }'
# status=0; match=/RubyGems.org/
rvm remove truffleruby # status=0; match=/removing.+truffleruby/
## Test installing truffleruby-head
rvm install truffleruby-head # status=0; match!=/Already installed/
rvm truffleruby-head do ruby -v # status=0; match=/truffleruby/
rvm remove truffleruby-head # status=0
## Test that the right version is installed (#4633)
-rvm install truffleruby-1.0.0-rc13 # status=0; match!=/Already installed/
-rvm truffleruby-1.0.0-rc13 do ruby -v # status=0; match=/truffleruby 1.0.0-rc13/
-rvm remove truffleruby-1.0.0-rc13 # status=0
+rvm install truffleruby-23.1.2 # status=0; match!=/Already installed/
+rvm truffleruby-23.1.2 do ruby -v # status=0; match=/truffleruby 23.1.2/
+rvm remove truffleruby-23.1.2 # status=0
|
rvm/rvm
|
866f0f98cf1b08503b0b6590cd1f3eb09406e898
|
Add a default patch to fix Bootsnap for Ruby 3.3.1 (#5457)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35ba82a..026c119 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,547 +1,548 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
+* Fix bug with Bootsnap on Ruby 3.3.1 [\#5457](https://github.com/rvm/rvm/pull/5457)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
diff --git a/patches/ruby/3.3.1/fix_bootsnap.patch b/patches/ruby/3.3.1/fix_bootsnap.patch
new file mode 100644
index 0000000..a59c92f
--- /dev/null
+++ b/patches/ruby/3.3.1/fix_bootsnap.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
+index e756af61ea..555d1d4cd1 100644
+--- a/lib/bundled_gems.rb
++++ b/lib/bundled_gems.rb
+@@ -98,7 +98,7 @@ def self.warning?(name, specs: nil)
+ # name can be a feature name or a file path with String or Pathname
+ feature = File.path(name)
+ # bootsnap expand `require "csv"` to `require "#{LIBDIR}/csv.rb"`
+- name = feature.delete_prefix(LIBDIR).chomp(".rb").tr("/", "-")
++ name = feature.delete_prefix(ARCHDIR).delete_prefix(LIBDIR).tr("/", "-")
+ name.sub!(LIBEXT, "")
+ return if specs.include?(name)
+ _t, path = $:.resolve_feature_path(feature)
diff --git a/patchsets/ruby/3.3.1/default b/patchsets/ruby/3.3.1/default
new file mode 100644
index 0000000..9270f98
--- /dev/null
+++ b/patchsets/ruby/3.3.1/default
@@ -0,0 +1 @@
+fix_bootsnap
|
rvm/rvm
|
4f76205049fae9c73a96c495fd38f834163fe854
|
Add support for Ruby 3.3.1, 3.2.4, 3.1.5, 3.0.7 (#5455)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42ec979..35ba82a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,569 +1,570 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
+* 3.0.7, 3.1.5, 3.2.4, 3.3.1 [\#5455](https://github.com/rvm/rvm/pull/5455)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
diff --git a/config/db b/config/db
index c4dc410..004dbe3 100644
--- a/config/db
+++ b/config/db
@@ -1,154 +1,154 @@
# General
default_ruby=ruby
interpreter=ruby
niceness=0
#
# RVM
#
rvm_remote_server_path1=maven2/org/jruby/jruby-dist
rvm_remote_server_url1=https://repo1.maven.org
rvm_remote_server_url2=https://rubies.travis-ci.org
rvm_remote_server_url=https://rvm-io.global.ssl.fastly.net/binaries
#
# RubyGems
#
gem_gem-empty_version=>=1.1.2
gem_gem-wrappers_version=>=1.4.0
gem_rdoc_version=>=4.1.1
gem_rvm_version=>=1.11.3.9
rubygems_repo_url=https://github.com/rubygems/rubygems.git
rubygems_url=https://rubygems.org/rubygems
rubygems_url_fallback_1=https://github.com/rubygems/rubygems/archive/v\1.tar.gz
rubygems_url_fallback_1_pattern=https://rubygems.org/rubygems/rubygems-([[:digit:]\.]+).tgz
rubygems_version=latest-3.0
#
# Packages
#
autoconf_url=https://ftp.gnu.org/gnu/autoconf
curl_url=https://github.com/bagder/curl/archive
gettext_url=https://ftp.gnu.org/pub/gnu/gettext
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23
libiconv_url=https://ftp.gnu.org/pub/gnu/libiconv
libxml2_url=ftp://xmlsoft.org/libxml2
libxslt_url=ftp://xmlsoft.org/libxslt
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk
mono_url=http://ftp.novell.com/pub/mono/sources/mono
ncurses_url=https://ftp.gnu.org/pub/gnu/ncurses
openssl_url=https://www.openssl.org/source/old/1.0.1
openssl_version=1.0.1i
pkg-config_url=http://pkgconfig.freedesktop.org/releases
readline_url=https://ftp.gnu.org/gnu/readline
yaml_url=http://pyyaml.org/download/libyaml
yaml_version=0.1.6
zlib_url=https://prdownloads.sourceforge.net/libpng
#
# CentOS / Fedora EPEL
#
epel5_i386_rpm=https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
epel5_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-5
epel5_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
epel6_i386_rpm=https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
epel6_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
epel6_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
epel7_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
epel7_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
#
# MRI Ruby
#
CentOS_5_ruby_1.8.7_patch_level=p374
CentOS_5_ruby_1.8.7_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
CentOS_5_ruby_1.9.2_patch_level=p320
CentOS_5_ruby_1.9.2_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
ruby_1.8.4_rubygems_version=1.3.5
ruby_1.8.5_patch_level=p231
ruby_1.8.5_rubygems_version=1.3.5
ruby_1.8.6_patch_level=p420
ruby_1.8.6_rubygems_version=1.3.7
ruby_1.8.7_patch_level=head
ruby_1.8.7_rubygems_version=latest-2.0
ruby_1.9.1_patch_level=p431
ruby_1.9.1_rubygems_version=latest-1.8
ruby_1.9.2_patch_level=p330
ruby_1.9.3_patch_level=p551
ruby_2.0.0_patch_level=p648
ruby_head_rubygems_version=ignore
ruby_repo_url=https://github.com/ruby/ruby.git
ruby_unmaintained_date=2017-04-01
ruby_unmaintained_version=2.1.0
ruby_url=https://cache.ruby-lang.org/pub/ruby
ruby_url_fallback_1=https://ftp.ruby-lang.org/pub/ruby
-ruby_version=3.3.0
+ruby_version=3.3.1
#
# REE
#
ree_1.8.6_patch_level=20090610
ree_1.8.6_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition.git
ree_1.8.6_rubygems_version=1.3.7
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677
ree_1.8.7_2010.02_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition/ruby-enterprise-1.8.7-2012.02.tar.gz
ree_1.8.7_patch_level=2012.02
ree_1.8.7_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition187-330
ree_1.8.7_rubygems_version=latest-2.0
ree_1.8.7_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition
ree_configure_flags=--dont-install-useful-gems
ree_version=1.8.7
#
# Rubinius
#
rbx_1.0.0_patch_level=20100514
rbx_1.0.1_patch_level=20100603
rbx_1.1.0_patch_level=20100923
rbx_1.1.1_patch_level=20101116
rbx_1.2.0_patch_level=20101221
rbx_1.2.1_patch_level=20110215
rbx_1.2.2_patch_level=20110222
rbx_1.2.3_patch_level=20110315
rbx_1.2.4_patch_level=20110705
rbx_repo_url=https://github.com/rubinius/rubinius.git
rbx_url=https://s3.amazonaws.com/asset.rubini.us
rbx_url_2.0_and_newer=https://rubinius-releases-rubinius-com.s3.amazonaws.com
rbx_version=4.1
#
# MRuby
#
mruby_repo_url=https://github.com/mruby/mruby.git
mruby_url=https://github.com/mruby/mruby/archive
mruby_version=2.0.1
#
# JRuby
#
jruby_repo_url=https://github.com/jruby/jruby.git
jruby_url=https://repo1.maven.org/maven2/org/jruby/jruby-dist
jruby_version=9.4.6.0
maven_version=3.5.0
#
# TruffleRuby
#
truffleruby_url=https://github.com/oracle/truffleruby/releases/download
truffleruby_version=24.0.1
#
# MacRuby
#
macruby_0.10_url=http://macruby.macosforge.org/files
macruby_nightly_url=http://macruby.jp/files/nightlies
macruby_repo_url=https://github.com/MacRuby/MacRuby.git
macruby_url=https://github.com/downloads/MacRuby/MacRuby
macruby_version=0.12
#
# Maglev
#
maglev_repo_url=https://github.com/MagLev/maglev.git
maglev_url=http://seaside.gemtalksystems.com/maglev
maglev_version=1.2Alpha4
#
# IronRuby
#
ironruby_1.1.3_url=https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=ironruby&DownloadId=217153&FileTime=129445296766130000&Build=19727
ironruby_repo_url=https://github.com/ironruby/ironruby.git
ironruby_version=1.1.3
#
# Topaz
#
topaz_repo_url=https://github.com/topazproject/topaz.git
topaz_url=https://d3sgc2zfsedosj.cloudfront.net
topaz_version=head
diff --git a/config/known b/config/known
index a1d3850..f8a2a07 100644
--- a/config/known
+++ b/config/known
@@ -1,80 +1,80 @@
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p648]
[ruby-]2.1[.10]
[ruby-]2.2[.10]
[ruby-]2.3[.8]
[ruby-]2.4[.10]
[ruby-]2.5[.9]
[ruby-]2.6[.10]
[ruby-]2.7[.8]
-[ruby-]3.0[.6]
-[ruby-]3.1[.4]
-[ruby-]3.2[.3]
-[ruby-]3[.3.0]
+[ruby-]3.0[.7]
+[ruby-]3.1[.5]
+[ruby-]3.2[.4]
+[ruby-]3[.3.1]
ruby-head
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2
# JRuby
jruby-1.6[.8]
jruby-1.7[.27]
jruby-9.1[.17.0]
jruby-9.2[.21.0]
jruby-9.3[.14.0]
jruby[-9.4.6.0]
jruby-head
# Rubinius
rbx-1[.4.3]
rbx-2.3[.0]
rbx-2.4[.1]
rbx-2[.5.8]
rbx-3[.107]
rbx-4[.20]
rbx-5[.0]
rbx-head
# TruffleRuby
truffleruby[-24.0.1]
# Opal
opal
# Minimalistic ruby implementation - ISO 30170:2012
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1[.4.1]
mruby-2.0.1
mruby-2[.1.1]
mruby[-head]
# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]
# Topaz
topaz
# MagLev
maglev-1.0.0
maglev-1.1[RC1]
maglev[-1.2Alpha4]
maglev-head
# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head
# IronRuby
ironruby[-1.1.3]
ironruby-head
diff --git a/config/known_strings b/config/known_strings
index 58b8f81..502831d 100644
--- a/config/known_strings
+++ b/config/known_strings
@@ -1,552 +1,556 @@
ironruby-1.0
ironruby-1.1.3
jruby-0.9.0
jruby-0.9.1
jruby-0.9.2
jruby-0.9.8
jruby-0.9.9
jruby-1.0.0RC1
jruby-1.0.0RC2
jruby-1.0.0RC3
jruby-1.0
jruby-1.0.1
jruby-1.0.2
jruby-1.0.3
jruby-1.1b1
jruby-1.1RC1
jruby-1.1RC2
jruby-1.1RC3
jruby-1.1
jruby-1.1.1
jruby-1.1.2
jruby-1.1.3
jruby-1.1.4
jruby-1.1.5
jruby-1.1.6RC1
jruby-1.1.6
jruby-1.2.0RC1
jruby-1.2.0RC2
jruby-1.2.0
jruby-1.3.0RC1
jruby-1.3.0RC2
jruby-1.3.0
jruby-1.3.1
jruby-1.4.0RC1
jruby-1.4.0RC2
jruby-1.4.0RC3
jruby-1.4.0
jruby-1.4.1
jruby-1.5.0.RC1
jruby-1.5.0.RC2
jruby-1.5.0.RC3
jruby-1.5.0
jruby-1.5.1
jruby-1.5.2
jruby-1.5.3
jruby-1.5.4
jruby-1.5.5
jruby-1.5.6
jruby-1.6.0.RC1
jruby-1.6.0.RC2
jruby-1.6.0.RC3
jruby-1.6.0
jruby-1.6.1
jruby-1.6.2
jruby-1.6.3
jruby-1.6.4
jruby-1.6.5
jruby-1.6.5.1
jruby-1.6.7
jruby-1.6.7.2
jruby-1.6.8
jruby-1.7.0.preview1
jruby-1.7.0.preview2
jruby-1.7.0.RC1
jruby-1.7.0.RC2
jruby-1.7.0
jruby-1.7.1
jruby-1.7.2
jruby-1.7.3
jruby-1.7.4
jruby-1.7.5
jruby-1.7.6
jruby-1.7.7
jruby-1.7.8
jruby-1.7.9
jruby-1.7.10
jruby-1.7.11
jruby-1.7.12
jruby-1.7.13
jruby-1.7.14
jruby-1.7.15
jruby-1.7.16
jruby-1.7.16.1
jruby-1.7.16.2
jruby-1.7.17
jruby-1.7.18
jruby-1.7.19
jruby-1.7.20
jruby-1.7.20.1
jruby-1.7.21
jruby-1.7.22
jruby-1.7.23
jruby-1.7.24
jruby-1.7.25
jruby-1.7.26
jruby-1.7.27
jruby-9.0.0.0.pre1
jruby-9.0.0.0.pre2
jruby-9.0.0.0.rc1
jruby-9.0.0.0.rc2
jruby-9.0.0.0
jruby-9.0.1.0
jruby-9.0.2.0
jruby-9.0.3.0
jruby-9.0.4.0
jruby-9.0.5.0
jruby-9.1.0.0
jruby-9.1.1.0
jruby-9.1.2.0
jruby-9.1.3.0
jruby-9.1.4.0
jruby-9.1.5.0
jruby-9.1.6.0
jruby-9.1.7.0
jruby-9.1.8.0
jruby-9.1.9.0
jruby-9.1.10.0
jruby-9.1.11.0
jruby-9.1.12.0
jruby-9.1.13.0
jruby-9.1.14.0
jruby-9.1.15.0
jruby-9.1.16.0
jruby-9.1.17.0
jruby-9.2.0.0
jruby-9.2.1.0
jruby-9.2.2.0
jruby-9.2.3.0
jruby-9.2.4.0
jruby-9.2.4.1
jruby-9.2.5.0
jruby-9.2.6.0
jruby-9.2.7.0
jruby-9.2.8.0
jruby-9.2.9.0
jruby-9.2.10.0
jruby-9.2.11.0
jruby-9.2.11.1
jruby-9.2.12.0
jruby-9.2.13.0
jruby-9.2.14.0
jruby-9.2.15.0
jruby-9.2.16.0
jruby-9.2.17.0
jruby-9.2.18.0
jruby-9.2.19.0
jruby-9.2.20.0
jruby-9.2.20.1
jruby-9.2.21.0
jruby-9.3.0.0
jruby-9.3.1.0
jruby-9.3.2.0
jruby-9.3.3.0
jruby-9.3.4.0
jruby-9.3.6.0
jruby-9.3.7.0
jruby-9.3.8.0
jruby-9.3.9.0
jruby-9.3.10.0
jruby-9.3.11.0
jruby-9.3.13.0
jruby-9.3.14.0
jruby-9.4.0.0
jruby-9.4.1.0
jruby-9.4.2.0
jruby-9.4.3.0
jruby-9.4.4.0
jruby-9.4.5.0
jruby-9.4.6.0
macruby-0.12
maglev-1.0.0
maglev-1.1beta
maglev-1.1beta2
maglev-1.1RC1
maglev-1.2Alpha
maglev-1.2Alpha2
maglev-1.2Alpha3
maglev-1.2Alpha4
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1.4.0
mruby-1.4.1
mruby-2.0.0
mruby-2.0.1
mruby-2.1.0-rc
mruby-2.1.0
mruby-2.1.1-rc
mruby-2.1.1-rc2
mruby-2.1.1
rbx-1.0.0-20100514
rbx-1.0.1-20100603
rbx-1.1.0-20100923
rbx-1.1.1-20101116
rbx-1.2.0-20101221
rbx-1.2.1-20110215
rbx-1.2.2-20110222
rbx-1.2.3-20110315
rbx-1.2.4-20110705
rbx-1.3.2
rbx-1.3.3
rbx-1.4.1
rbx-1.4.3
rbx-2.0.0
rbx-2.1.0
rbx-2.1.1
rbx-2.2.0
rbx-2.2.2
rbx-2.2.3
rbx-2.2.4
rbx-2.2.5
rbx-2.2.6
rbx-2.2.7
rbx-2.2.8
rbx-2.2.9
rbx-2.2.10
rbx-2.3.0
rbx-2.4.0
rbx-2.4.1
rbx-2.5.0
rbx-2.5.1
rbx-2.5.2
rbx-2.5.3
rbx-2.5.4
rbx-2.5.5
rbx-2.5.6
rbx-2.5.7
rbx-2.5.8
rbx-3.70
rbx-3.71
rbx-3.72
rbx-3.73
rbx-3.74
rbx-3.75
rbx-3.76
rbx-3.77
rbx-3.78
rbx-3.79
rbx-3.80
rbx-3.81
rbx-3.82
rbx-3.83
rbx-3.84
rbx-3.85
rbx-3.86
rbx-3.87
rbx-3.88
rbx-3.89
rbx-3.90
rbx-3.91
rbx-3.92
rbx-3.93
rbx-3.94
rbx-3.95
rbx-3.96
rbx-3.97
rbx-3.98
rbx-3.99
rbx-3.100
rbx-3.101
rbx-3.102
rbx-3.103
rbx-3.104
rbx-3.105
rbx-3.106
rbx-3.107
rbx-4.0
rbx-4.1
rbx-4.2
rbx-4.3
rbx-4.4
rbx-4.5
rbx-4.6
rbx-4.7
rbx-4.8
rbx-4.9
rbx-4.10
rbx-4.11
rbx-4.12
rbx-4.13
rbx-4.14
rbx-4.15
rbx-4.16
rbx-4.17
rbx-4.18
rbx-4.19
rbx-4.20
rbx-5.0
ree-1.8.6-20080507
ree-1.8.6-20080621
ree-1.8.6-20080623
ree-1.8.6-20080624
ree-1.8.6-20080709
ree-1.8.6-20080810
ree-1.8.6-20081205
ree-1.8.6-20081215
ree-1.8.6-20090113
ree-1.8.6-20090201
ree-1.8.6-20090421
ree-1.8.6-20090520
ree-1.8.6-20090610
ree-1.8.6-20090928
ree-1.8.7-2009.10
ree-1.8.7-2010.01
ree-1.8.7-2010.02
ree-1.8.7-2011.01
ree-1.8.7-2011.02
ree-1.8.7-2011.03
ree-1.8.7-2011.12
ree-1.8.7-2012.02
ruby-1.8.5-p115
ruby-1.8.5-p231
ruby-1.8.6-p286
ruby-1.8.6-p287
ruby-1.8.6-p369
ruby-1.8.6-p383
ruby-1.8.6-p398
ruby-1.8.6-p399
ruby-1.8.6-p420
ruby-1.8.7-p160
ruby-1.8.7-p174
ruby-1.8.7-p248
ruby-1.8.7-p249
ruby-1.8.7-p299
ruby-1.8.7-p302
ruby-1.8.7-p330
ruby-1.8.7-p334
ruby-1.8.7-p352
ruby-1.8.7-p357
ruby-1.8.7-p358
ruby-1.8.7-p370
ruby-1.8.7-p371
ruby-1.8.7-p374
ruby-1.9.0
ruby-1.9.1-p129
ruby-1.9.1-p243
ruby-1.9.1-p376
ruby-1.9.1-p378
ruby-1.9.1-p429
ruby-1.9.1-p431
ruby-1.9.2-p0
ruby-1.9.2-p136
ruby-1.9.2-p180
ruby-1.9.2-p290
ruby-1.9.2-p318
ruby-1.9.2-p320
ruby-1.9.2-p330
ruby-1.9.3-preview1
ruby-1.9.3-rc1
ruby-1.9.3-p0
ruby-1.9.3-p125
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p385
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-1.9.3-p484
ruby-1.9.3-p545
ruby-1.9.3-p547
ruby-1.9.3-p550
ruby-1.9.3-p551
ruby-2.0.0-preview1
ruby-2.0.0-preview2
ruby-2.0.0-rc1
ruby-2.0.0-rc2
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.0.0-p451
ruby-2.0.0-p481
ruby-2.0.0-p576
ruby-2.0.0-p594
ruby-2.0.0-p598
ruby-2.0.0-p643
ruby-2.0.0-p645
ruby-2.0.0-p647
ruby-2.0.0-p648
ruby-2.1.0-preview1
ruby-2.1.0-preview2
ruby-2.1.0-rc1
ruby-2.1.0
ruby-2.1.1
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.1.6
ruby-2.1.7
ruby-2.1.8
ruby-2.1.9
ruby-2.1.10
ruby-2.2.0-preview1
ruby-2.2.0-preview2
ruby-2.2.0-rc1
ruby-2.2.0
ruby-2.2.1
ruby-2.2.2
ruby-2.2.3
ruby-2.2.4
ruby-2.2.5
ruby-2.2.6
ruby-2.2.7
ruby-2.2.8
ruby-2.2.9
ruby-2.2.10
ruby-2.3.0-preview1
ruby-2.3.0-preview2
ruby-2.3.0
ruby-2.3.1
ruby-2.3.2
ruby-2.3.3
ruby-2.3.4
ruby-2.3.5
ruby-2.3.6
ruby-2.3.7
ruby-2.3.8
ruby-2.4.0-preview1
ruby-2.4.0-preview2
ruby-2.4.0-preview3
ruby-2.4.0-rc1
ruby-2.4.0
ruby-2.4.1
ruby-2.4.2
ruby-2.4.3
ruby-2.4.4
ruby-2.4.5
ruby-2.4.6
ruby-2.4.7
ruby-2.4.8
ruby-2.4.9
ruby-2.4.10
ruby-2.5.0-preview1
ruby-2.5.0-rc1
ruby-2.5.0
ruby-2.5.1
ruby-2.5.2
ruby-2.5.3
ruby-2.5.4
ruby-2.5.5
ruby-2.5.6
ruby-2.5.7
ruby-2.5.8
ruby-2.5.9
ruby-2.6.0-preview1
ruby-2.6.0-preview2
ruby-2.6.0-preview3
ruby-2.6.0-rc1
ruby-2.6.0-rc2
ruby-2.6.0
ruby-2.6.1
ruby-2.6.2
ruby-2.6.3
ruby-2.6.4
ruby-2.6.5
ruby-2.6.6
ruby-2.6.7
ruby-2.6.8
ruby-2.6.9
ruby-2.6.10
ruby-2.7.0-preview1
ruby-2.7.0-preview2
ruby-2.7.0-preview3
ruby-2.7.0-rc1
ruby-2.7.0-rc2
ruby-2.7.0
ruby-2.7.1
ruby-2.7.2
ruby-2.7.3
ruby-2.7.4
ruby-2.7.5
ruby-2.7.6
ruby-2.7.7
ruby-2.7.8
ruby-3.0.0-preview1
ruby-3.0.0-preview2
ruby-3.0.0-rc1
ruby-3.0.0
ruby-3.0.1
ruby-3.0.2
ruby-3.0.3
ruby-3.0.4
ruby-3.0.5
ruby-3.0.6
+ruby-3.0.7
ruby-3.1.0-preview1
ruby-3.1.0
ruby-3.1.1
ruby-3.1.2
ruby-3.1.3
ruby-3.1.4
+ruby-3.1.5
ruby-3.2.0-preview1
ruby-3.2.0-preview2
ruby-3.2.0-preview3
ruby-3.2.0-rc1
ruby-3.2.0
ruby-3.2.1
ruby-3.2.2
ruby-3.2.3
+ruby-3.2.4
ruby-3.3.0-preview1
ruby-3.3.0-preview2
ruby-3.3.0-preview3
ruby-3.3.0
+ruby-3.3.1
truffleruby-1.0.0-rc2
truffleruby-1.0.0-rc3
truffleruby-1.0.0-rc5
truffleruby-1.0.0-rc6
truffleruby-1.0.0-rc7
truffleruby-1.0.0-rc8
truffleruby-1.0.0-rc9
truffleruby-1.0.0-rc10
truffleruby-1.0.0-rc11
truffleruby-1.0.0-rc12
truffleruby-1.0.0-rc13
truffleruby-1.0.0-rc14
truffleruby-1.0.0-rc15
truffleruby-1.0.0-rc16
truffleruby-19.0.0
truffleruby-19.0.2
truffleruby-19.1.0
truffleruby-19.1.1
truffleruby-19.2.0
truffleruby-19.2.0.1
truffleruby-19.2.1
truffleruby-19.3.0
truffleruby-19.3.0.2
truffleruby-19.3.1
truffleruby-20.0.0
truffleruby-20.1.0
truffleruby-20.2.0
truffleruby-20.3.0
truffleruby-21.0.0
truffleruby-21.1.0
truffleruby-21.2.0
truffleruby-21.2.0.1
truffleruby-21.3.0
truffleruby-22.0.0.2
truffleruby-22.1.0
truffleruby-22.2.0
truffleruby-22.3.0
truffleruby-22.3.1
truffleruby-23.0.0-preview1
truffleruby-23.0.0
truffleruby-23.1.0
truffleruby-23.1.1
truffleruby-23.1.2
truffleruby-24.0.0
truffleruby-24.0.1
diff --git a/config/md5 b/config/md5
index d9c4731..56df19b 100644
--- a/config/md5
+++ b/config/md5
@@ -1251,773 +1251,777 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.ta
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=52005b50d0fdc4191acad31095733afe
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=189f474a83aaa3e7f1a12ef6e2dd0d46
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=1c2822a1b545dec34ea5d9bc891d863b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=66e88ec5b93c730b205dc1915c3817f3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=22f71aae51742bb7c4545ba4b543d281
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=52cdcb424b4c29868bcb0415dc6800cf
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=563e406cb9e6877f3fd407996094e285
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=ec657c2cbf0d007bf08a3cd4966dfc74
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=fc8d9a43176a0e8d417a5bf591ac5a24
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=3aecd4c9e10d785ea02f061a3d23ef4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=1b83408afb875f75f601a2df4561b5ba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=b226f7e1519b647916c6f4c644d2aa76
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=3ed590b52d0b2169632c000775bf42a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=4215fda256b8e85af09a0280df7ff6c9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=dca93c0453d9520f463cdc402bee5c1b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=c6bf82998ca467e5c3fc10508d3e88ba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=3d8108f21c103ba7d9af83a0489bfc7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=ab70a3ca42220b575d6beccf9e0bc25b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=ff66ffe02c21d2163a4db3b4daeaa13d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=5c4c43e0fd5435099adc86c9985dd4c4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c66bd4ed120999159fba088549c755cf
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=5a8c6a0955be75e5d461624b596a08e2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=0071aeae2ad582f89c4704531d0e7a5d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=5da9cf19b005948398f3541a1ded7105
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=a27a413146d903d258fe9fc907e60c1a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=77794ae2fb09dca79bfb636198ccaaed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=565f3c0dbc3211c6f86ebcb60cbd5de7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=5cc60a18ac4cca5322994c6d19753846
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=45b547a987088761a88143e5fabef13e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=e993696c73e6be0017d90ccdddbcc644
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=032a73d5182d84cbbf20b6e7e310c7c2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=07c61bc0c9e09fc87808f62985cbff25
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=62745ec761a45826841002e72cfca795
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=538383cc35e5710a2175f36416ca3b7c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=8a17255fa833fe3ff9c0275db79bfbff
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=66dc3fdf49b1371fd6d362f3ea9d019b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=873b63cc2e4abbb6ec5126ab07ce429a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=84658482a83ee3a4c80d145d0bd7ccb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=d3af42a4fd701e0710d5f6a16e6bb9a3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c5f56b0149ab787d89c69056eb45e483
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=13f1011cc048aef7199ae8f14bc2ac62
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=fba1bf0b819f52561deab198fd36743d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=3ec8f383026889e2f3c328d86839a7b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=9c3775365cab8e1e82aa19e87b9711dd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=cce17e87cc9bfcb6b995e5f1996c423c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=b80a93441133b85258d97085aeead20a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=74c45b08a2dc28871ff158b608cc8685
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=469b22a4b12f23e86ac25b3d797ff559
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=ea7767cbfacd744813ccaedd1b4e0013
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=0d9f69db1bd665c9e5c9592b483b31a1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=068f5c90b5b381cd58d8804ca2b3be64
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=6181192273efab4aabaa8628fc83c7be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=fa690cb7132706fb25dfc625e949e96a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=c443f32cd4c91fb37ff79bd86906e1bc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=6fa3edab1bbacf7328074a7fba22be50
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=a950bc4af16446fce2f9266e95629bdb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=d9bce275c2f36dbde8a6c25f9fa10c2e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=6486c5ce9ec697039b0bb36d2bf18a0d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=79f0927984b8e6e7934b34bdb2a3e5e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=214ac1e49a75291a68c63134bc246a8a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=94a39d1b226350362666f6305866b20b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=4db7d99d775a7f24bb55c6053d4eb864
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=c0db831a97b8427e0777adeaebf7a9d8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=830b4845fbfd45df75758e311a013ffc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=3fc39c824b2060a3a2766ca01037dd15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=0b395f3884c78c6938896ff253c5251b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=2be294a056a45a50262d1796906f8860
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=0270733b808489a91e41f73d9fe971e9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=33db4a687e4943faf6c2853179b67935
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=dea6663b2c113190e9b99a6dcedb3aa0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=835e563bfbe3c8311326660a51f3394c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=66e3c1e1140300c8236c13e3178cb8ab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=07b12bd2a7d8242c34d824882e654c22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=fe12c0e211f90076b51c7916c830971f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=65ab3105b0c6d5e8a2e9977a3ab7ed94
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=08547ad8e760e0776c74401ae5bbd8e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=631b4ea065d18df96c6ccbc141904bb3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=03a67e234d886f3c698c1571e42cc7a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=0ded0cb8ce18a846d71d7e04d24c2e78
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=5251aed0ba4d8349413d6bf4c261bea3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=f09694c4f23d7625f72606bce0efb710
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=340db3acb58829b51e4a7ac1c77246d4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1bd86cb46a9e6c40c285258879a3d59
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=d86b2a1e9721b9459e1283006e03fa92
ironruby-1.0.zip=7a92888837b3507355ed391dbfc0ab83
ironruby-1.1.3.zip=4f2af6253a459cc054d6c55956e514a9
jruby-bin-1.3.1.tar.gz=4a95db8fc93ed7219663fbede98b6117
jruby-bin-1.4.tar.gz=54dba9a88b2b3f99ac86a79828d0178b
jruby-bin-1.4.0.tar.gz=f37322c18e9134e91e064aebb4baa4c7
jruby-bin-1.4.0.zip=3a9c8a5115a679da7d7a49a56d57d4c0
jruby-bin-1.4.1.tar.gz=a4aa8c43d1b9ffd9dbc6cb738d55a034
jruby-bin-1.5.0.tar.gz=ee2b4e326e8b87858e5dd0c8e94102e6
jruby-bin-1.5.1.tar.gz=74251383e08e8c339cacc35a7900d3af
jruby-bin-1.5.2.tar.gz=d239deb9a108a6abbfbd6cb79cf8255b
jruby-bin-1.5.3.tar.gz=ccb0b2dbc300d8dd4ad1bd4da48b8320
jruby-bin-1.5.5.tar.gz=8e00f7d40cbf221f733d6f7a15784e9a
jruby-bin-1.5.6.tar.gz=94033a36517645b7a7ec781a3507c654
jruby-bin-1.6.0.tar.gz=f4d7e339dfc0fbaef5b878d1c0a66fbe
jruby-bin-1.6.2.tar.gz=a46f978c24a208717023bb4b8995c678
jruby-bin-1.6.3.tar.gz=694b80e4eea784cdc1eb39fb1e3132c9
jruby-bin-1.6.4.tar.gz=0e96b6f4d1c6f12b5ac480cd7ab7da78
jruby-bin-1.6.5.tar.gz=54354082673bd115f945890dc6864413
jruby-bin-1.6.5.1.tar.gz=246a7aa2b7d7e6e9e8a0c2e282cbcfd0
jruby-bin-1.6.7.tar.gz=fd1b8d7389aa92da69ea6efb4782e40a
jruby-bin-1.6.7.2.tar.gz=1e520f1b5130114464e5f1950cb24774
jruby-bin-1.6.8.tar.gz=a76ac5845640e4a1ebdfa74421efc935
jruby-bin-1.7.0.preview1.tar.gz=7b9e5e1cd0d818d0199086d948f948b4
jruby-bin-1.7.0.preview2.tar.gz=e8f1623759590aadbf49e4cc53f1cb61
jruby-bin-1.7.0.RC1.tar.gz=bdddcee3d126cddd9a85b5a066a7e25e
jruby-bin-1.7.0.RC2.tar.gz=ffe2dd61711f4574fed344af151e5de5
jruby-bin-1.7.0.tar.gz=21861e0ecdbf48cda713c8ade82fdddb
jruby-bin-1.7.1.tar.gz=86e659863541d8b987cb7bfbe3b4cfb0
jruby-bin-1.7.2.tar.gz=6ec9293b6dffd1e8ee57e9b7c6d18cbe
jruby-bin-1.7.3.tar.gz=f0adf8ccee6f6777f7ab8e5e1d7a1f47
jruby-bin-1.7.4.tar.gz=c6a56eae78db28dddba911ccd0848c32
jruby-bin-1.7.5.tar.gz=c2a28c43c8095127d4a4aee0cf9b1439
jruby-bin-1.7.6.tar.gz=5d10011516a3d3bde10209b60cfcc0ef
jruby-bin-1.7.7.tar.gz=9d6df2188fa57f12bf6fde4e4b2e3f09
jruby-bin-1.7.8.tar.gz=1e68f39d6dba7b6d9db81e24bb6b7d0a
jruby-bin-1.7.9.tar.gz=b2e44f1f44837c07068ee453a89f4b55
jruby-bin-1.7.10.tar.gz=c84fe9245a73f9cd29f56343b7d2e39a
jruby-bin-1.7.11.tar.gz=d6e6ab72426fa7fdc9ae55950980d877
jruby-bin-1.7.12.tar.gz=2073aa6dfc7c701ef7c3d3143d181582
jruby-bin-1.7.14.tar.gz=bc33284f27a3508a70d2ade100a2f6bd
jruby-bin-1.7.15.tar.gz=92e63cffcb86842511aeeed95bdf96ed
jruby-bin-1.7.16.tar.gz=92cb058d1a896257b5ac1c26dc433506
jruby-bin-1.7.16.1.tar.gz=eec2f0e03560bacf02a09c0096a99cad
jruby-bin-1.7.16.2.tar.gz=cd31909b67239c5c6a795521fca5c239
jruby-bin-1.7.17.tar.gz=8b78ba1acdb718431f71c38287c07967
jruby-bin-1.7.18.tar.gz=aa7286140be0f6f60534ebffededc708
jruby-bin-1.7.19.tar.gz=bc38596757d8000d6ca4c4c3f8eacea6
jruby-bin-1.7.20.tar.gz=0c2adc160cb85c888b269e8ac4f886fc
jruby-bin-1.7.21.tar.gz=bc91594072032023d146f330764d3274
jruby-bin-1.7.22.tar.gz=1da904bf41d362d0d0b366d9e781168f
jruby-bin-1.7.23.tar.gz=41e3f45c28c94a275f9eeb22721da35d
jruby-bin-1.7.25.tar.gz=fc43ead73f657f5261428923974fd605
jruby-bin-1.7.26.tar.gz=4ca60264a9560f37fdba8108543e72c2
jruby-bin-1.7.27.tar.gz=b98b0a2c52e885a868a2b60092e1cd3d
jruby-bin-9.0.0.0.pre1.tar.gz=d5c8b30648348aa883f893d464d46bf1
jruby-bin-9.0.0.0.pre2.tar.gz=86994a9d7ed2cf318c75392623a3e6da
jruby-bin-9.0.0.0.tar.gz=fe9036ea69bf23dc3b69cfc94adb5404
jruby-bin-9.0.1.0.tar.gz=a82bc640e0080b1d9a21d1477c8400e3
jruby-bin-9.0.3.0.tar.gz=828dd6c6dd18e5b186ccfd65753077bd
jruby-bin-9.0.4.0.tar.gz=645bf4a1dcde3f19dc0fff75c8b4b685
jruby-bin-9.0.5.0.tar.gz=1d2dc649cbacbe26418ef3ba421018b1
jruby-bin-9.1.0.0.tar.gz=fe26e6308d006d35eb613cdd47d1dc99
jruby-bin-9.1.1.0.tar.gz=8356334270df07a214590d00a986837b
jruby-bin-9.1.2.0.tar.gz=749bb917dde9666e365e12bbe776a5c2
jruby-bin-9.1.3.0.tar.gz=91c246cd623702032e88283565da5480
jruby-bin-9.1.4.0.tar.gz=5b80b78c09bf0cd4dcbcb9e1fe3e8b73
jruby-bin-9.1.5.0.tar.gz=e9b2cc44757db4cfbe7da79601d0169a
jruby-bin-9.1.6.0.tar.gz=4092a89b01b55d1fb5498113f97ab0ca
jruby-bin-9.1.7.0.tar.gz=b120c3eaeef7ff2aed3a57701e414e78
jruby-bin-9.1.8.0.tar.gz=0fdee002c56ec91dff1efffce205265c
jruby-bin-9.1.9.0.tar.gz=170efc34297d7ac2a56bb1163e96b363
jruby-bin-9.1.10.0.tar.gz=b75e0d1a200e8f790d8bbc84f91e3002
jruby-bin-9.1.11.0.tar.gz=0502a14141da25a460ce197720bab4c3
jruby-bin-9.1.12.0.tar.gz=74bd7ae08c159fc62cb6f64845a868cc
jruby-bin-9.1.13.0.tar.gz=6c642c8a2653a585779f453d8c843fd7
jruby-bin-9.1.14.0.tar.gz=a7e0ecd529690025d327c45744f60fa4
jruby-bin-9.1.15.0.tar.gz=01c29690324d7eb414fba66e4c009c9e
jruby-bin-9.1.16.0.tar.gz=e64c3aa1310c272194fd1750b0b79fac
jruby-bin-9.1.17.0.tar.gz=f28d1fcbb60e550f3abd839102ad0069
jruby-bin-9.2.0.0.tar.gz=bd476da4bed39ffcfff7116f448a5365
jruby-bin-9.2.1.0.tar.gz=4b78b0a40ca541556f5ee75a815e0be0
jruby-bin-9.2.2.0.tar.gz=be678559801be029fe233c33396e34d2
jruby-bin-9.2.3.0.tar.gz=79328ab1ed37d612da35271183e46bbd
jruby-bin-9.2.4.0.tar.gz=f538f2be459f0f0e517a53446e78a354
jruby-bin-9.2.4.1.tar.gz=d373bbc2bd6caabfcc9914c4067e9d24
jruby-bin-9.2.5.0.tar.gz=14582fd6eee19610f0a7433ce5dd5ce4
jruby-bin-9.2.6.0.tar.gz=dba182ac9943b726b609ca61747c1835
jruby-bin-9.2.7.0.tar.gz=c0111b2cafa920df76284044e1aeedc7
jruby-bin-9.2.8.0.tar.gz=7d652b586a18f1c665289fd7e6edf4f5
jruby-bin-9.2.9.0.tar.gz=74b3451f79c13c2fc66c6dee69d46699
jruby-bin-9.2.10.0.tar.gz=e6ce97eae6e35b622c1b572f9297705b
jruby-bin-9.2.11.0.tar.gz=22b003adfb03b253721cc85db248698f
jruby-bin-9.2.11.1.tar.gz=687586132f7b649b1bdd7b823577c9d8
jruby-bin-9.2.12.0.tar.gz=cc7599837fbd0839cce7293577a34f2c
jruby-bin-9.2.13.0.tar.gz=99df4eb89f88c7582bfe7c313daec7b4
jruby-bin-9.2.14.0.tar.gz=421c5b8146701177a738a0a691190018
jruby-bin-9.2.15.0.tar.gz=ba593f1de2c4e592a8ca9b9e903af457
jruby-bin-9.2.16.0.tar.gz=d8d954ee0ab6f4868c3fc63339660af9
jruby-bin-9.2.17.0.tar.gz=382fb3d9d2982efd5396f1a42e3fa6a1
jruby-bin-9.2.18.0.tar.gz=002ac95859a2176cb0a58d81d6e0fb14
jruby-bin-9.2.19.0.tar.gz=0961867a77838853f32ee72dbde7c00e
jruby-bin-9.2.20.0.tar.gz=840876dd0ca0098452dd2667fe9dd7f4
jruby-bin-9.2.20.1.tar.gz=5856ed030f0d9e75d2384cf42f62a4de
jruby-bin-9.2.21.0.tar.gz=9957c1d2bd9265144fe55f9f7093272a
jruby-bin-9.3.0.0.tar.gz=501a3c975b3c9478b72d4b0cd37170b9
jruby-bin-9.3.1.0.tar.gz=201d3e483bf847f5c59f4b1f3bf594d5
jruby-bin-9.3.2.0.tar.gz=259c276f68a01495dda24407394a382d
jruby-bin-9.3.3.0.tar.gz=cd49b81753048cee9c8ffdd2ce1cb3e2
jruby-bin-9.3.4.0.tar.gz=7292dd9a56155aa015ec08c03855b3fc
jruby-bin-9.3.6.0.tar.gz=bc5a7b02be69fdf3f5584e8880fc7dcc
jruby-bin-9.3.7.0.tar.gz=49b17b5cd7cf8bfb09d8f64147d992ef
jruby-bin-9.3.8.0.tar.gz=6ea209b699a06944d0653d8048d8bfec
jruby-bin-9.3.9.0.tar.gz=9a0f0a931346bc6ea34196a5c88002ec
jruby-bin-9.3.10.0.tar.gz=83c9d776dfc8cf33bfa60f7e78077160
jruby-bin-9.3.11.0.tar.gz=6ccc04e658c49db19fc0c452db0f2931
jruby-bin-9.3.13.0.tar.gz=3f20268b494da900504e921507248183
jruby-bin-9.3.14.0.tar.gz=87a96fd3af448ec8fd5ca45c6469ecc9
jruby-bin-9.4.0.0.tar.gz=d0136daa4910f6e6b21858260eb00fe2
jruby-bin-9.4.1.0.tar.gz=abe2669672ac973f1b41a4d3860eb7ae
jruby-bin-9.4.2.0.tar.gz=486e50f3c74e7400e71631819fde91da
jruby-bin-9.4.3.0.tar.gz=526006fefb3e5ffc5095ab5599cc38c6
jruby-bin-9.4.4.0.tar.gz=287b5c3a9b63ff93e49ae9dc0347263b
jruby-bin-9.4.5.0.tar.gz=09c6fceb38d6c086af2e4d5f21f9fe65
jruby-bin-9.4.6.0.tar.gz=5e2fe4ed897d938332ee0d85d2aa60bc
libiconv-1.13.1.tar.gz=7ab33ebd26687c744a37264a330bbe9a
MacRuby%200.5.zip=675454a8c7bc19d606d90a726e08427c
MacRuby%200.6.zip=a80afd3700c88cf95c539fc63b272faf
MacRuby%200.7.1.zip=e8245dcd03c0757dfae7e6fee913947a
MacRuby%200.7.zip=0bb60588c9ec9b1517665743bb05132f
MacRuby%200.8.zip=735ac0a70f539e00b5de6fbec09c2c5c
MacRuby%200.9.zip=fa01345e8fbfee620bbac64743a45f69
MacRuby%200.10.zip=1662d13d2f73cfc26258598f6988dcbc
MacRuby%200.11.zip=b0cc23d60484a07012bcad549cef6054
MacRuby%200.12.zip=e1c5fa1b007a1cdc38c527a47302bf5e
MagLev-1.0.0.tar.gz=e02cb8ee04438451eb78df14f91a68a9
MagLev-1.1beta.tar.gz=d542c7af290ce3b588b57629906b19e9
MagLev-1.1beta2.tar.gz=0ef88d5d145611aef324cb51be0aaafd
MagLev-1.1RC1.tar.gz=41f4a0994daf1e5271cbd0ebe57816f4
MagLev-1.2Alpha.tar.gz=5c7dd3acef9dbddc0829bb1daa087abb
MagLev-1.2Alpha2.tar.gz=cbbeae109854a6bf107a747a93fd478b
MagLev-1.2Alpha3.tar.gz=b7470518f2b697eb1a5a39eff9b6d749
MagLev-1.2Alpha4.tar.gz=d54f04a611ce838b9d7009627065b7ca
mruby-1.0.0.tar.gz=d9aec6a20fc1add65ee07ff6cf0e1ef2
mruby-1.1.0.tar.gz=60d75ea704c9285f3c80b3ad1d2b68de
mruby-1.2.0.tar.gz=b5a3b7962d9db8cb8fb8105aa914d16c
mruby-1.3.0.tar.gz=9714dd2804064d0043e099b7211d72b9
mruby-1.4.0.tar.gz=25efc35511070454074b36863c4d5b5e
mruby-1.4.1.tar.gz=b40bf09af3f4c6e2bc443b9ac803a3ad
mruby-2.0.0.tar.gz=b86c6a1dd86cb4ebe51e3fe38964a830
mruby-2.0.1.tar.gz=15b426a8a94a610c45414578786d05e3
mruby-2.1.0-rc.tar.gz=58a85fcb102d72900a25190da670e01d
mruby-2.1.0.tar.gz=c01a4bbf62e6f5765c70b8813e0ce7da
mruby-2.1.1-rc.tar.gz=809edd80e680855e7c4cf3c569972f28
mruby-2.1.1-rc2.tar.gz=24879fa5eb587f9415f03f8f3701842e
mruby-2.1.1.tar.gz=c0ee4a112695046b9e4f177e31096d6c
ncurses.tar.gz=cce05daf61a64501ef6cd8da1f727ec6
openssl-0.9.8k.tar.gz=e555c6d58d276aec7fdc53363e338ab3
openssl-0.9.8n.tar.gz=076d8efc3ed93646bd01f04e23c07066
openssl-1.0.1c.tar.gz=ae412727c8c15b67880aef7bd2999b2e
openssl-1.0.1i.tar.gz=c8dc151a671b9b92ff3e4c118b174972
pkg-config-0.23.tar.gz=d922a88782b64441d06547632fd85744
readline-5.2.tar.gz=e39331f32ad14009b9ff49cc10c5e751
readline-6.0.tar.gz=b7f65a48add447693be6e86f04a63019
readline-6.2.tar.gz=67948acb2ca081f23359d0256e9a271c
release-2.0.0-rc1.zip=b05b5e3c2712a294e4b09ebf450c1bfe
rubinius-1.0.0-20100514.tar.gz=b05f4e791d3712c5a50b3d210dac6eb0
rubinius-1.0.1-20100603.tar.gz=eb185703c7ae0c0210e8dcb7f783ee8e
rubinius-1.1.0-20100923.tar.gz=e2ae16238b201de09975abe19da09ea9
rubinius-1.1.1-20101116.tar.gz=b39f618eeba37c3aff215da8bca55fd7
rubinius-1.2.0-20101221.tar.gz=4284c2660f1f648942de35d4fc871f70
rubinius-1.2.1-20110215.tar.gz=e4a5127480062fddddc7ce2860b3b813
rubinius-1.2.2-20110222.tar.gz=59124378fb7ee040e9ee4e4736d89fc0
rubinius-1.2.3-20110315.tar.gz=9782dab18c2dd440af6b76e8eb5bc0f0
rubinius-1.2.4-20110705.tar.gz=403c777d19b3553e9cb36701fe002c5e
rubinius-1.3.2.tar.bz2=64801ad8dd4e5e4fcb74ff313fec0a69
rubinius-1.3.3.tar.bz2=79f1f860ed8242257bd7f3e88c81a197
rubinius-1.4.1.tar.bz2=76b840405d4b9303261c27cf15002386
rubinius-2.0.0.tar.bz2=62e379e044c822b81e7b20a27daf133e
rubinius-2.1.0.tar.bz2=908053f38fd840c75a93aab7487c20a5
rubinius-2.1.1.tar.bz2=6b4df0caec5ea88373e113f97a3b4c72
rubinius-2.2.0.tar.bz2=f1fbc6f3baf1da5ad86b3858f30f3349
rubinius-2.2.2.tar.bz2=ac70d629ea43525d91e81f4ccf135299
rubinius-2.2.3.tar.bz2=d9978cf1a4e8f0310db63e49834f9837
rubinius-2.2.4.tar.bz2=c10699da85a8eb5861a37b29077213bd
rubinius-2.2.5.tar.bz2=5996dc8529b2ffe5921c5e7020bee20e
rubinius-2.2.6.tar.bz2=85339bb6dd525eee719edf0551868f56
rubinius-2.2.7.tar.bz2=de2e6f4c3bd9a90bcb89f2ea27ddee9e
rubinius-2.2.8.tar.bz2=c4db1ffb8dbdf864240cabe8b7758b49
rubinius-2.2.9.tar.bz2=0bf87ba617fa989e47d20942410028af
rubinius-2.2.10.tar.bz2=8680da7eb921e6f595a1d716915ca7e0
rubinius-2.3.0.tar.bz2=e003a30af6689c8198116b3405d09d8e
rubinius-2.4.0.tar.bz2=62391a51f49820daa51463066c3ce007
rubinius-2.4.1.tar.bz2=7758721b6e848387c3943ddb9ebd9479
rubinius-2.5.0.tar.bz2=178baa1ad172df0801765ea93bc36d87
rubinius-2.5.1.tar.bz2=77e1b87dc357691ad44b561a5f45c188
rubinius-2.5.2.tar.bz2=e5973d6e0a16f0390dc2a7478db83ff5
rubinius-2.5.3.tar.bz2=b19709eb3fa9e05b3fa6a357b33e3b5b
rubinius-2.5.4.tar.bz2=64587916e5d445ed9bc630017a04498e
rubinius-2.5.5.tar.bz2=ef671bbab50cbe2f70f953c491311261
rubinius-2.5.6.tar.bz2=597e4b049f49966c646faf699856c1b9
rubinius-2.5.7.tar.bz2=9a7f404019bce9fc34a7af7feb7cbb74
rubinius-2.5.8.tar.bz2=a24520892cada1f660e719a25abf63e3
ruby-1.8.5-p115.tar.bz2=03955e3c367b9beb3efe144c9f00d689
ruby-1.8.5-p115.tar.gz=20ca6cc87eb077296806412feaac0356
ruby-1.8.5-p231.tar.bz2=327f5aa6573787432222e96195cffd1e
ruby-1.8.5-p231.tar.gz=e900cf225d55414bffe878f00a85807c
ruby-1.8.6-p286.tar.bz2=e6b6bf8f34370e433936adb7a7065e63
ruby-1.8.6-p286.tar.gz=797ea136fe43e4286c9362ee4516674e
ruby-1.8.6-p287.tar.bz2=80b5f3db12531d36e6c81fac6d05dda9
ruby-1.8.6-p287.tar.gz=6ff3420094711266c3201a0c7c2faa38
ruby-1.8.6-p369.tar.bz2=c3c1f3dd0dfbd2e17a04e59c2f12cfc8
ruby-1.8.6-p369.tar.gz=8c140ae28b4c3947b92dfad69109d90b
ruby-1.8.6-p383.tar.bz2=a48703cd982b9f0e3002700a50b0e88e
ruby-1.8.6-p383.tar.gz=4f49544d4a4d0d34e9d86c41e853db2e
ruby-1.8.6-p398.tar.bz2=fbd43dc44ee26be4d37e6bebbed6f8bd
ruby-1.8.6-p398.tar.gz=736db5f56c2d9b0136e563d049249fa8
ruby-1.8.6-p399.tar.bz2=f77c307cb72fb8808b0e85af5d05cefc
ruby-1.8.6-p399.tar.gz=c3d16cdd3c1ee8f3b7d1c399d4884e33
ruby-1.8.6-p420.tar.bz2=1c7a978e9ffd4f56dc2ad74bbd2c34f3
ruby-1.8.6-p420.tar.gz=ca1eee44f842e93b5098bc5a2bb9a40b
ruby-1.8.7-p160.tar.bz2=f8ddb886b8a81cf005f53e9a9541091d
ruby-1.8.7-p160.tar.gz=945398f97e2de6dd8ab6df68d10bb1a1
ruby-1.8.7-p174.tar.bz2=88c45aaf627b4404e5e4273cb03ba2ee
ruby-1.8.7-p174.tar.gz=18dcdfef761a745ac7da45b61776afa5
ruby-1.8.7-p248.tar.bz2=37e19d46b7d4b845f57d3389084b94a6
ruby-1.8.7-p248.tar.gz=60a65374689ac8b90be54ca9c61c48e3
ruby-1.8.7-p249.tar.bz2=37200cc956a16996bbfd25bb4068f242
ruby-1.8.7-p249.tar.gz=d7db7763cffad279952eb7e9bbfc221c
ruby-1.8.7-p299.tar.bz2=244439a87d75ab24170a9c2b451ce351
ruby-1.8.7-p299.tar.gz=43533980ee0ea57381040d4135cf9677
ruby-1.8.7-p302.tar.bz2=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p302.tar.gz=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p330.tar.bz2=2689719fb42c8cf0aa336f8c8933f413
ruby-1.8.7-p330.tar.gz=50a49edb787211598d08e756e733e42e
ruby-1.8.7-p334.tar.bz2=2f14f604bf981bb938ab5fc8b09eb1a6
ruby-1.8.7-p334.tar.gz=aacb6ee5dfe2367682bba56af7f415b8
ruby-1.8.7-p352.tar.bz2=0c61ea41d1b1183b219b9afe97f18f52
ruby-1.8.7-p352.tar.gz=0c33f663a10a540ea65677bb755e57a7
ruby-1.8.7-p357.tar.bz2=3abd9e2a29f756a0d30c7bfca578cdeb
ruby-1.8.7-p357.tar.gz=b2b8248ff5097cfd629f5b9768d1df82
ruby-1.8.7-p358.tar.bz2=de35f00997f4ccee3e22dff0f2d01b8a
ruby-1.8.7-p370.tar.bz2=1e4c3194537dd8ff92e756993e55a29d
ruby-1.8.7-p371.tar.bz2=c27526b298659a186bdb5107fcec2341
ruby-1.8.7-p371.tar.gz=653f07bb45f03d0bf3910491288764df
ruby-1.8.7-p374.tar.bz2=83c92e2b57ea08f31187060098b2200b
ruby-1.8.7-p374.tar.gz=b72a0bc5b824398537762e5272bbb8dc
ruby-1.9.0.tar.bz2=17eb66ac3721340d21db352d8f5dec76
ruby-1.9.1-p129.tar.bz2=6fa62b20f72da471195830dec4eb2013
ruby-1.9.1-p129.tar.gz=c71f413514ee6341c627be2957023a5c
ruby-1.9.1-p243.tar.bz2=66d4f8403d13623051091347764881a0
ruby-1.9.1-p243.tar.gz=515bfd965814e718c0943abf3dde5494
ruby-1.9.1-p376.tar.bz2=e019ae9c643c5efe91be49e29781fb94
ruby-1.9.1-p376.tar.gz=ebb20550a11e7f1a2fbd6fdec2a3e0a3
ruby-1.9.1-p378.tar.bz2=5922459622a23612eb9b68a3586cb5f8
ruby-1.9.1-p378.tar.gz=9fc5941bda150ac0a33b299e1e53654c
ruby-1.9.1-p429.tar.bz2=09df32ae51b6337f7a2e3b1909b26213
ruby-1.9.1-p429.tar.gz=0f6d7630f26042e00bc59875755cf879
ruby-1.9.1-p431.tar.bz2=03179138ae95dbfae872ef49e9cc6da7
ruby-1.9.1-p431.tar.gz=23f28cffc007ed5ac72c8e9bec6837ce
ruby-1.9.2-p0.tar.bz2=d8a02cadf57d2571cd4250e248ea7e4b
ruby-1.9.2-p0.tar.gz=755aba44607c580fddc25e7c89260460
ruby-1.9.2-p136.tar.bz2=52958d35d1b437f5d9d225690de94c13
ruby-1.9.2-p136.tar.gz=6e17b200b907244478582b7d06cd512e
ruby-1.9.2-p180.tar.bz2=68510eeb7511c403b91fe5476f250538
ruby-1.9.2-p180.tar.gz=0d6953820c9918820dd916e79f4bfde8
ruby-1.9.2-p290.tar.bz2=096758c3e853b839dc980b183227b182
ruby-1.9.2-p290.tar.gz=604da71839a6ae02b5b5b5e1b792d5eb
ruby-1.9.2-p318.tar.bz2=be431c6cbfa27e3836a06c6315717747
ruby-1.9.2-p318.tar.gz=cc7bf1025128e1985882ae243f348802
ruby-1.9.2-p320.tar.bz2=b226dfe95d92750ee7163e899b33af00
ruby-1.9.2-p320.tar.gz=5ef5d9c07af207710bd9c2ad1cef4b42
ruby-1.9.2-p330.tar.bz2=8ba4aaf707023e76f80fc8f455c99858
ruby-1.9.2-p330.tar.gz=4b9330730491f96b402adc4a561e859a
ruby-1.9.3-p0.tar.bz2=65401fb3194cdccd6c1175ab29b8fdb8
ruby-1.9.3-p0.tar.gz=8e2fef56185cfbaf29d0c8329fc77c05
ruby-1.9.3-p125.tar.bz2=702529a7f8417ed79f628b77d8061aa5
ruby-1.9.3-p125.tar.gz=e3ea86b9d3fc2d3ec867f66969ae3b92
ruby-1.9.3-p194.tar.bz2=2278eff4cfed3cbc0653bc73085caa34
ruby-1.9.3-p194.tar.gz=bc0c715c69da4d1d8bd57069c19f6c0e
ruby-1.9.3-p286.tar.bz2=e76848a86606a4fd5dcf14fc4b4e755e
ruby-1.9.3-p327.tar.bz2=7d602aba93f31ceef32800999855fbca
ruby-1.9.3-p327.tar.gz=96118e856b502b5d7b3a4398e6c6e98c
ruby-1.9.3-p362.tar.bz2=13c26ea368d88a560f07cc8c5eb4fa05
ruby-1.9.3-p374.tar.bz2=944e73eba9ee9e1f2647ff32ec0b14b2
ruby-1.9.3-p385.tar.bz2=5ec9aff670f4912b0f6f0e11e855ef6c
ruby-1.9.3-p392.tar.bz2=a810d64e2255179d2f334eb61fb8519c
ruby-1.9.3-p392.tar.gz=f689a7b61379f83cbbed3c7077d83859
ruby-1.9.3-p429.tar.bz2=c2b2de5ef15ea9b1aaa3152f9112af1b
ruby-1.9.3-p429.tar.gz=993c72f7f805a9eb453f90b0b7fe0d2b
ruby-1.9.3-p448.tar.bz2=aa710d386e5903f78f0231868255e6af
ruby-1.9.3-p448.tar.gz=a893cff26bcf351b8975ebf2a63b1023
ruby-1.9.3-p484.tar.bz2=03f5b08804927ceabe5122cb90f5d0a9
ruby-1.9.3-p484.tar.gz=8ac0dee72fe12d75c8b2d0ef5d0c2968
ruby-1.9.3-p545.tar.bz2=4743c1dc48491070bae8fc8b423bc1a7
ruby-1.9.3-p545.tar.gz=8e8f6e4d7d0bb54e0edf8d9c4120f40c
ruby-1.9.3-p547.tar.bz2=5363d399be7f827c77bf8ae5d1a69b38
ruby-1.9.3-p547.tar.gz=7531f9b1b35b16f3eb3d7bea786babfd
ruby-1.9.3-p550.tar.bz2=c2169c8b14ccefd036081aba5ffa96da
ruby-1.9.3-p551.tar.bz2=0d8b272b05c3449dc848bb7570f65bfe
ruby-1.9.3-preview1.tar.bz2=7d93dc773c5824f05c6e6630d8c4bf9b
ruby-1.9.3-preview1.tar.gz=0f0220be4cc7c51a82c1bd8f6a0969f3
ruby-1.9.3-rc1.tar.bz2=26f0dc51ad981e12c58b48380112fa4d
ruby-1.9.3-rc1.tar.gz=46a2a481536ca0ca0b80ad2b091df68e
ruby-2.0.0-p0.tar.bz2=895c1c581f8d28e8b3bb02472b2ccf6a
ruby-2.0.0-p195.tar.bz2=2f54faea6ee1ca500632ec3c0cb59cb6
ruby-2.0.0-p247.tar.bz2=60913f3eec0c4071f44df42600be2604
ruby-2.0.0-p353.tar.bz2=20eb8f067d20f6b76b7e16cce2a85a55
ruby-2.0.0-p451.tar.bz2=908e4d1dbfe7362b15892f16af05adf8
ruby-2.0.0-p481.tar.bz2=ea406a8d415a1a5d8365596d4288f3da
ruby-2.0.0-p576.tar.bz2=eccd42d43620544a085c5e3834572f37
ruby-2.0.0-p594.tar.bz2=58469c0daf5f3a892a70cc674ea59c7f
ruby-2.0.0-p598.tar.bz2=a3f3908103a7d209d1d1cf4712e3953c
ruby-2.0.0-p643.tar.bz2=1390888cac6cd175e6f164eff378cdde
ruby-2.0.0-p645.tar.bz2=d576240c97cfcc3ed9bdc457eb1e8280
ruby-2.0.0-p647.tar.bz2=27a3ea1a8b8bca1a6de43a7d08e88b69
ruby-2.0.0-p648.tar.bz2=3544031334f4665aa2eb1414babc9345
ruby-2.0.0-preview1.tar.bz2=47a0f662f0e258aa1c5e429c310861b3
ruby-2.0.0-preview2.tar.bz2=a645a783c3302cc094a9963a5e700a4d
ruby-2.0.0-rc1.tar.bz2=24cebdda11e01ff4889ac983cd7dc02c
ruby-2.0.0-rc2.tar.bz2=e92420131bd7994513e0bf09a3e2a19b
ruby-2.1.0-preview1.tar.bz2=d32d1ea23988399afadbd21c5a7a37fc
ruby-2.1.0-preview2.tar.bz2=9d566a9b2d2e7e35ad6125e2a14ce672
ruby-2.1.0-rc1.tar.bz2=cae095b90349b5b0f7026060cc3dd2c5
ruby-2.1.0.tar.bz2=1546eeb763ac7754365664be763a1e8f
ruby-2.1.1.tar.bz2=53edc33b2f590ecdd9f6a344b9d92d0d
ruby-2.1.1.tar.gz=e57fdbb8ed56e70c43f39c79da1654b2
ruby-2.1.2.tar.bz2=ed9b8565bdeccb401d628ec8d54a0774
ruby-2.1.2.tar.gz=a5b5c83565f8bd954ee522bd287d2ca1
ruby-2.1.3.tar.bz2=02b7da3bb06037c777ca52e1194efccb
ruby-2.1.4.tar.bz2=f4136e781d261e3cc20748005e1740b7
ruby-2.1.5.tar.bz2=a7c3e5fec47eff23091b566e9e1dac1b
ruby-2.1.6.tar.bz2=e1a8e6c6bfbb09bb7f8d6be8f508e4a1
ruby-2.1.7.tar.bz2=3a878e98311d543e5de3533b82ef4a5a
ruby-2.1.8.tar.bz2=b17130b5f02a61640ae3b629af931610
ruby-2.1.9.tar.bz2=62bd1cbfcbc22e4d137462bce992f6d1
ruby-2.1.10.tar.bz2=5155c624807ff2418a9e9f15202954d0
ruby-2.2.0-preview1.tar.bz2=767b132eec3e70b14afe5884a7a767b1
ruby-2.2.0-preview2.tar.bz2=d7abace25a8ffe861cb2807bef1c58a6
ruby-2.2.0-rc1.tar.bz2=7144732d30dd4547c0a59862b3345d54
ruby-2.2.0.tar.bz2=d03cd4690fec1fff81d096d1c1255fde
ruby-2.2.1.tar.bz2=06973777736d8e6bdad8dcaa469a9da3
ruby-2.2.2.tar.bz2=af6eb4fa7247f1f7b2e19c8e6f3e3145
ruby-2.2.3.tar.bz2=f49a734729a71774d4a94a9a603114b2
ruby-2.2.4.tar.bz2=c3d65f6d2ebe90dda81a37885ea244f5
ruby-2.2.5.tar.bz2=0c7edd1ff3650c3b74da2efaf641bf34
ruby-2.2.6.tar.bz2=3d13cf447142b8a11cd9beb7bc63fee0
ruby-2.2.7.tar.bz2=ca7224d80c08b015bc3b8c226d0914c3
ruby-2.2.8.tar.bz2=054d2e2904d5175662293e29c3bdb927
ruby-2.2.9.tar.bz2=575adf8ede6b1ca7236a5341e73536b0
ruby-2.2.10.tar.bz2=bef1909a4c885157870ef69548cdad3a
ruby-2.3.0-preview1.tar.bz2=776000d74ec6dd34bf355ff6921c8311
ruby-2.3.0-preview2.tar.bz2=3ad442ccb337e77e4acaa4113f25b76a
ruby-2.3.0.tar.bz2=f0d9f9bbdc87372ca98988a571875819
ruby-2.3.1.tar.bz2=c194281f63d7fcd816747fe78474be5e
ruby-2.3.2.tar.bz2=9d00f3772f1c8fa5eecdfea089e3032f
ruby-2.3.3.tar.bz2=04b9c461a2bc1eec0535ad1947cad4fb
ruby-2.3.4.tar.bz2=99961e97566aee6d63635e2da4cf73ac
ruby-2.3.5.tar.bz2=e1efc3d5a948ca1f552005efe5925513
ruby-2.3.6.tar.bz2=b2443b11ee80319a119f7ec0c9b8d79a
ruby-2.3.7.tar.bz2=5eb580d5cd13ffb5aacfb96580c0043d
ruby-2.3.8.tar.bz2=78045332e298dfd859ceef9fe946950f
ruby-2.4.0-preview1.tar.bz2=64b8983b5f53d053906e394f734aa296
ruby-2.4.0-preview2.tar.bz2=1074e8dea5baa89af7f7c2d1d2b9ebaa
ruby-2.4.0-preview3.tar.bz2=9f767e6bc61830735ea7dc9cd5a63653
ruby-2.4.0-rc1.tar.bz2=0f8b665acf4e883334adc121a42a206f
ruby-2.4.0.tar.bz2=98f29161860fe1b6c65396717847a358
ruby-2.4.1.tar.bz2=07b2ae5d2f46321c95b37066c8415900
ruby-2.4.2.tar.bz2=5ff3ad6ec816bcce8806a55090936ab6
ruby-2.4.3.tar.bz2=ac8215ba561cc7c79b4f61daee11b706
ruby-2.4.4.tar.bz2=d994274eaa95b82aa5d31ec2188253c6
ruby-2.4.5.tar.bz2=45d70a8bb9397d818795ffe992163d27
ruby-2.4.6.tar.bz2=4abd13c50c1fc273a0a81a0ae74ed39f
ruby-2.4.7.tar.bz2=1ce166ced489908993d78e8bb68325e0
ruby-2.4.8.tar.bz2=396d35f1a2d1deaf303f59cb5245d4ae
ruby-2.4.9.tar.bz2=0b3447370651df55a2014a170c0cb1d5
ruby-2.4.10.tar.bz2=b10a7d2fcaf218c98edbaf57efc36e58
ruby-2.5.0-preview1.tar.bz2=889454189f41e271ae5ba15382911b6a
ruby-2.5.0-rc1.tar.bz2=f5acdeacf56aced3c00ae6a8fa816bbc
ruby-2.5.0.tar.bz2=63a6cd49546783d62de25a0ffc4aecc3
ruby-2.5.1.tar.bz2=5aaaf2fb4893214fa316516f3ac43519
ruby-2.5.2.tar.bz2=e90ab127e2ac3ee1d8840835e8ba1f13
ruby-2.5.3.tar.bz2=49aea0bf56d25351ccaf938c642400df
ruby-2.5.4.tar.bz2=0c923215470f1debe593fe21e66fd37b
ruby-2.5.5.tar.bz2=8f41b5cb683d48b5cb6cdfe03d135d6b
ruby-2.5.6.tar.bz2=f2a74416ab3016434896194120796f04
ruby-2.5.7.tar.bz2=65597b69aa54bdca8745502c10349f96
ruby-2.5.8.tar.bz2=9ec96e7a590ef801ede294b6184c9c0f
ruby-2.5.9.tar.bz2=9e905a545a729af1f1620ddfc2976fe5
ruby-2.6.0-preview1.tar.bz2=1ce507e27fa02aeb36100dabcf1da94f
ruby-2.6.0-preview2.tar.bz2=e45011116334d21857b9e1712a01e6b3
ruby-2.6.0-preview3.tar.bz2=b326ceee3d3756f892515009e148f4b2
ruby-2.6.0-rc1.tar.bz2=40457a72e36cbecd0c51d9f895347302
ruby-2.6.0-rc2.tar.bz2=9665e6d886a9da2d4076fa75836798f1
ruby-2.6.0.tar.bz2=d3372daec93f83e7a91c669821053014
ruby-2.6.1.tar.bz2=73d19ac478db1a178be5ae2f2fb8c9ec
ruby-2.6.2.tar.bz2=658fcc0da15578c2420ded807b11cce1
ruby-2.6.3.tar.bz2=52e609b756735115814b9c8463f185e2
ruby-2.6.4.tar.bz2=d9b35753c65f54c745ab6b0094511839
ruby-2.6.5.tar.bz2=d1b89c88effb71d75cd7ef77c35e1985
ruby-2.6.6.tar.bz2=abc030870bfbe18ae9c356abebd95cb6
ruby-2.6.7.tar.bz2=46f24740181f91247c72f19d52334379
ruby-2.6.8.tar.bz2=c53761123d17e929cfe248f50429bcab
ruby-2.6.9.tar.bz2=ddc24495adaf215c8ee40630b4a55041
ruby-2.6.10.tar.bz2=6ad76db639ab308e3b6c19408729a0cf
ruby-2.7.0-preview1.tar.bz2=82fab0496947acd847a6b2eb758acfc6
ruby-2.7.0-preview2.tar.bz2=966a544ab59114591898403c23d91397
ruby-2.7.0-preview3.tar.bz2=2fa6c213774744b287e7e0212b43f626
ruby-2.7.0-rc1.tar.bz2=48a8837cb352f5b95e97a1ae0d62a9d0
ruby-2.7.0-rc2.tar.bz2=cca58fdb8c5e8be8273842d54199c42d
ruby-2.7.0.tar.bz2=89347748b7414f5bc7aeb8f4a87ebef4
ruby-2.7.1.tar.bz2=4bb2b2b2f0c6953859e30af140cf249a
ruby-2.7.2.tar.bz2=a8acc9c24708fe29dfc287823ecaae65
ruby-2.7.3.tar.bz2=604acb258b1d8228f55799e846cfe6d3
ruby-2.7.4.tar.bz2=52705d799ed851dd3bfd5634265cde46
ruby-2.7.5.tar.bz2=d97d4377eee18b0e790510c3afed648c
ruby-2.7.6.tar.bz2=1b6efacb9f129d0253d8a9faa9c21f99
ruby-2.7.7.tar.bz2=63c55e75150251d3ba092b662138e4af
ruby-2.7.8.tar.bz2=f44dedf51fdb7441a7dba592d6a4a14d
ruby-3.0.0-preview1.tar.gz=991df063b86a8f8412ca07f548579f39
ruby-3.0.0-preview2.tar.gz=ce14b24e923f2e269fea6441791a7248
ruby-3.0.0-rc1.tar.gz=848a8628c8abde270b66e2474049a4a3
ruby-3.0.0.tar.gz=d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz=8d1c460a9a9d48a353de3eb0f338bbfd
ruby-3.0.2.tar.gz=b973af486291a1e17ad50d88472bfa86
ruby-3.0.3.tar.gz=9ecae293da9547c1438a970f04f64655
ruby-3.0.4.tar.gz=ec9de9a15acc4f205b08816d94267415
ruby-3.0.5.tar.gz=cdff2395625dc1d632fc5400c8fec103
ruby-3.0.6.tar.gz=6b5a7b14505697e6fc2b40b345679f40
+ruby-3.0.7.tar.gz=147a3467facc704b5d479e809c131603
ruby-3.1.0-preview1.tar.gz=d131b9bca700ee87ea276f8233ea4c0b
ruby-3.1.0.tar.gz=1ca89d713f2c18a20104befed51b3b9a
ruby-3.1.1.tar.gz=702778a0ef8b7a01ef7530a541002e19
ruby-3.1.2.tar.gz=9daf064899cccc32fd564117c7a7e0dd
ruby-3.1.3.tar.gz=cce38a2b2c589d59f440f67c7d8cc697
ruby-3.1.4.tar.gz=3e601ae6db76a487219a1084e5cb4c9c
+ruby-3.1.5.tar.gz=ce1e92ddb1230fa2d4f4367882542555
ruby-3.2.0-preview1.tar.gz=a83c91d53e130fe232e4c27ecc8738da
ruby-3.2.0-preview2.tar.gz=56e7801b37612b82285c9a09cfeb28ce
ruby-3.2.0-preview3.tar.gz=0ed16faae50403b4e2ba2e85ec2314a1
ruby-3.2.0-rc1.tar.gz=4657d7013702adce21ca21dfe71ea4a0
ruby-3.2.0.tar.gz=76ca7e7d71898ab1e85155d69403754e
ruby-3.2.1.tar.gz=055101c924538467c63fcbf42abddc75
ruby-3.2.2.tar.gz=eb6f18605e1e1be5dfb5b45f31bf6a93
ruby-3.2.3.tar.gz=e0ba90554f7ea41c587ffa7fcfd064ca
+ruby-3.2.4.tar.gz=c48283a23c72d7aae19b7f510b89444a
ruby-3.3.0-preview1.tar.gz=0833f555b1b8d5423953600fb4146639
ruby-3.3.0-preview2.tar.gz=4f82f4c9e512ec0a53baa1be8d35ebf7
ruby-3.3.0-preview3.tar.gz=a32ede198a9da50d4afc4421a4a993ad
ruby-3.3.0.tar.gz=f57422a0f995cd5a93c726f6c42c310a
+ruby-3.3.1.tar.gz=368e331a35145ace4948390ed76cf1df
ruby-enterprise-1.8.6-20080507.tar.gz=17e3c52e73e42809f57ad0000a6cb4ab
ruby-enterprise-1.8.6-20080621.tar.gz=626fc3811eee2dc92ac27ea63d37a8b2
ruby-enterprise-1.8.6-20080623.tar.gz=0bf8a3a93c6b37bb1260cc09b05e81fd
ruby-enterprise-1.8.6-20080624.tar.gz=de58b97128aa65209f291c66eab7c4a7
ruby-enterprise-1.8.6-20080709.tar.gz=f0ded08cec64959fa388ec6a237b9c47
ruby-enterprise-1.8.6-20080810.tar.gz=bfdcf06f437af825cd9f2d321f9d1896
ruby-enterprise-1.8.6-20081205.tar.gz=50206bec9be2e08a862e5ec2e70fa693
ruby-enterprise-1.8.6-20081215.tar.gz=aab57b7d5061c1980bec5dbe311ec9b2
ruby-enterprise-1.8.6-20090113.tar.gz=e8d796a5bae0ec1029a88ba95c5d901d
ruby-enterprise-1.8.6-20090201.tar.gz=a965e6789b553efaed72191825b13713
ruby-enterprise-1.8.6-20090421.tar.gz=c777b361aadccda7988be16ede7ab15f
ruby-enterprise-1.8.6-20090520.tar.gz=156572a8296bd0440970a6bb95018a13
ruby-enterprise-1.8.6-20090610.tar.gz=0bf66ee626918464a6eccdd83c99d63a
ruby-enterprise-1.8.7-2009.10.tar.gz=3727eef7b6b1b2f31db7d091328d966e
ruby-enterprise-1.8.7-2010.01.tar.gz=587aaea02c86ddbb87394a340a25e554
ruby-enterprise-1.8.7-2010.02.tar.gz=4df7b09c01adfd711b0ab76837611542
ruby-enterprise-1.8.7-2011.01.tar.gz=4640634347cd8e5469cb718853e2112e
ruby-enterprise-1.8.7-2011.02.tar.gz=8c5faa11c1ddaed3f44b7294711980cc
ruby-enterprise-1.8.7-2011.03.tar.gz=038604ce25349e54363c5df9cd535ec8
ruby-enterprise-1.8.7-2011.12.tar.gz=1e5f3059d52a67ab5d91d472b756de08
ruby-enterprise-1.8.7-2012.02.tar.gz=8d086d2fe68a4c57ba76228e97fb3116
ruby-enterprise-1.8.7-20090928.tar.gz=ae00018ce89d95419dfde370fcd485ac
rubygems-0.4.0.tgz=86a64616548a793e1a5f825f0dd385b9
rubygems-0.5.0.tgz=80d151edd94a06bcd2452a7e272b4d96
rubygems-0.6.0.tgz=5df803f5a04654833690dd32283de741
rubygems-0.6.1.tgz=c4a0faa9f876ad805ae80d1396a29d97
rubygems-0.7.0.tgz=ede9b55343219e8b3491793aa12c46f3
rubygems-0.8.0.tgz=9ef6e3c34dcb54e295c8e57321ddc079
rubygems-0.8.1.tgz=6276d268b420c0d61796cdbf6d28dae4
rubygems-0.8.3.tgz=6e6da80f61d6e77d0ad9e531767f6fd5
rubygems-0.8.4.tgz=a2ad2d03dae8a98002c2a7cd6c3ed352
rubygems-0.8.5.tgz=b917c084e1e6e99d8e102af8dd687ddb
rubygems-0.8.6.tgz=9de98d2f62e3f91521b0207a4dcdeb5b
rubygems-0.8.7.tgz=7fc04b9f9acc0c18cbbe6222be8d0bd3
rubygems-0.8.8.tgz=a8535e9c35a4c215d6ef9268d4bc69ed
rubygems-0.8.10.tgz=d26592e280c0fb24c51f2837c3f48e67
rubygems-0.8.11.tgz=aa363b428c4c1fc2e076a4ff77b957d7
rubygems-0.9.0.tgz=5d496e1f415b8b4033ab867f01d1161f
rubygems-0.9.1.tgz=a62314cdb174ccc88a27b8924fa79e4a
rubygems-0.9.2.tgz=cc525053dd465ab6e33af382166fa808
rubygems-0.9.3.tgz=600940a22ecd79e28e0fd37ad1f1d871
rubygems-0.9.4.tgz=b5680acaa019c80ea44fe87cc2e227da
rubygems-0.9.5.tgz=91f7036a724e34cc66dd8d09348733d9
rubygems-1.0.0.tgz=b0b74eac0cbfc5a13f895ab6f803edc1
rubygems-1.0.1.tgz=0d5851084955c327ee1dc9cbd631aa5f
rubygems-1.1.0.tgz=85f994904c5b4045f0a859b29d0be717
rubygems-1.1.1.tgz=1a77c5b6b293a3ccd5261dc120641ccc
rubygems-1.2.0.tgz=b77a4234360735174d1692e6fc598402
rubygems-1.3.0.tgz=63d3dfc038710eaf532b6a133225115a
rubygems-1.3.1.tgz=a04ee6f6897077c5b75f5fd1e134c5a9
rubygems-1.3.2.tgz=6204d0a4c526a1d8fdbce746647b179a
rubygems-1.3.3.tgz=0e9697db44d812712350baf28016b4a7
rubygems-1.3.4.tgz=b17b398503253bf36a101c58f02a226f
rubygems-1.3.5.tgz=6e317335898e73beab15623cdd5f8cff
rubygems-1.3.6.tgz=789ca8e9ad1d4d3fe5f0534fcc038a0d
rubygems-1.3.7.tgz=e85cfadd025ff6ab689375adbf344bbe
rubygems-1.4.1.tgz=e915dbf79e22249d10c0fcf503a5adda
rubygems-1.4.2.tgz=b5badb7c5adda38d9866fa21ae46bbcc
rubygems-1.5.0.tgz=49bef7186bf3c0ca6ee7adf4b585bccc
rubygems-1.5.1.tgz=47577a5e33c9c6f1e3a56aff7f51d0ff
rubygems-1.5.2.tgz=3951f94c09c16c774c8bcebc94fa5374
rubygems-1.5.3.tgz=38bbbdc17aef923fb41f054cf8421116
rubygems-1.6.0.tgz=abd27b5a9002100ff74ddb398a1c9689
rubygems-1.6.1.tgz=a77c64896aaa10d64aaf34f5c1488173
rubygems-1.6.2.tgz=0c95a9869914ba1a45bf71d3b8048420
rubygems-1.8.6.tgz=8e95d0c5b377a003f3d54a49461e81d9
rubygems-1.8.9.tgz=fc399445d693c29778779e5828ee5e90
rubygems-1.8.10.tgz=5b08ee31740c9b0bd36f6c04d537e7d4
rubygems-1.8.23.1.tgz=5259ce3eb7988950fa3aff9051a5de91
rubygems-1.8.23.2.tgz=fb377c7fd387df14a33e529153adc316
rubygems-1.8.23.tgz=178b0ebae78dbb46963c51ad29bb6bd9
rubygems-1.8.24.tgz=3a555b9d579f6a1a1e110628f5110c6b
rubygems-1.8.25.tgz=1376a258d43c53750a8df30e67853e10
rubygems-1.8.26.tgz=0ea47f1efd010f4c82b8a51a934f48dc
rubygems-1.8.27.tgz=6686ad26735c21d0d6e58b6192c7da5d
rubygems-1.8.28.tgz=2df78039f391fb1f71c02c2fc5671c94
rubygems-1.8.29.tgz=a57fec0af33e2e2e1dbb3a68f6cc7269
rubygems-2.0.0.tgz=89ce467eb2d55657e9965a46559acbcf
rubygems-2.0.1.tgz=2652ab6f001a873b8933e2ca09505974
rubygems-2.0.2.tgz=3471f140a70bcd32a7495b545cfce790
rubygems-2.0.3.tgz=854691f145cea98b4100e5b0831b73ed
rubygems-2.0.4.tgz=3ec32dbe783bab37a87f50758f8efe13
rubygems-2.0.5.tgz=641d82672937d40d664dbc18f49cdcec
rubygems-2.0.6.tgz=0633f50db16112bf6c3cf9bfb9ceb9bd
rubygems-2.0.7.tgz=9046700f1222712fedfb836fafa08c50
rubygems-2.0.8.tgz=5432214a740c0d13482e43a5328a6518
rubygems-2.0.9.tgz=bc55898247297ffa190223276b1b1bd7
rubygems-2.0.10.tgz=5457ba403cd9a5f4f5fb2ef4a2a1c03e
rubygems-2.0.11.tgz=0f28e3fde3348c0f23ceecba73a6cbef
rubygems-2.0.12.tgz=99c416517e2de1146d2c6fbb4c4c1441
rubygems-2.0.13.tgz=3970e66a670ddb6d1aade9c7b18033d4
rubygems-2.0.14.tgz=4a7aa0b144e465230ab5d7b59dfd7e8f
rubygems-2.1.0.tgz=9a9d242baef5e58fbfe79ec5206cd316
rubygems-2.1.1.tgz=b34d6f4028b69a84123a6b7cb0ac8028
rubygems-2.1.2.tgz=b5c5c4430be60f911014216d41886ef3
rubygems-2.1.3.tgz=ac7bbdfecd49f9304756aa5ebeb51400
rubygems-2.1.4.tgz=aa502b1ea90fbdd14ca9b32634795c2b
rubygems-2.1.5.tgz=60564b762d4e186815997653b1c876ab
rubygems-2.1.6.tgz=e11237a8f87dbd8c085770551d64a8f8
rubygems-2.1.7.tgz=b721ed7d5fd57ed05f77eb21a3a592ee
rubygems-2.1.8.tgz=cc4c84c0482840389a457740e8083ed9
rubygems-2.1.9.tgz=2636bf26c0a9ec889c7bd938887bd9a3
rubygems-2.1.10.tgz=6fa671d7d6605de73d16f529cf7bffb8
rubygems-2.1.11.tgz=b561b7aaa70d387e230688066e46e448
rubygems-2.2.0.rc.1.tgz=f7d80b612339169569f2675155c202f1
rubygems-2.2.0.tgz=3c16e50673adb99d1ce76d5231f764bd
rubygems-2.4.8.tgz=dc77b51449dffe5b31776bff826bf559
rubygems-2.6.10.tgz=ab5a0028d2a0653691b29d7463bd0892
rubygems-2.6.11.tgz=8d514b836fcf3ae2c20b4fe8d5cdc3c5
rubygems-2.6.12.tgz=7c454ef88b716c1a123f62b26bb9612b
rubygems-2.6.13.tgz=e6f19b51614055d826e431549a12a80b
rubygems-2.6.14.tgz=e0a6914ce03b91dfc6d448ebf292f145
rubygems-2.7.0.tgz=771c40015538c0f225c5249e4bc7d441
rubygems-2.7.1.tgz=65646f28f3c36ccaa7f991c17e15b8a9
rubygems-2.7.2.tgz=312a238ed98a61d2b3d165b790b6062b
rubygems-2.7.3.tgz=fb3a1927a1842b75677a24f48dd63ddc
rubygems-2.7.4.tgz=e9bbf5a4cc9a74293884b91f49603ea0
rubygems-2.7.5.tgz=516a4f219976003feb4b4f797cbc66b0
rubygems-2.7.6.tgz=366cea352c2b1243db726013c3d76fc4
rubygems-2.7.7.tgz=b6721f6ce4af08f68c6f513bbddfe484
rubygems-2.7.8.tgz=a3ed89a34e1ae8f9da0c620a8aa35f12
rubygems-2.7.9.tgz=173272ed55405caf7f858b6981fff526
rubygems-2.7.10.tgz=464754059d8ca01c1121a1233d866e8c
rubygems-3.0.0.tgz=3908105894e531f7ad3aceb8b41dcbcd
rubygems-3.0.1.tgz=1e8af9b87a67f15841ad2be7d5725a5f
rubygems-3.0.2.tgz=d8db1b516ae1e35b8f6f56cb526f879a
rubygems-3.0.3.tgz=b7a7dd5f85485334a6cb61b7dac20cff
rubygems-3.0.4.tgz=7d0c49077a2d19f48d88567cfa3cf17a
rubygems-3.0.5.tgz=4664467d621d719688e4778d147c306a
rubygems-3.0.6.tgz=60d84e843b131fb87c8fd67e8fac6470
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=3e9afdf72f153e2f66259fc2b6fca594
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=c30459287aec83548cfcb17340fa73d5
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=138f6814451ce634b0fae3aca5579248
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=94ed54ecb65bea2166a2159431b0362b
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=9e5428611e22b093d05afebbe0ccbc2b
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=b32a254fed71434c3431fb2effb35c5a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=7f394a8c7fe356b7bd36683c57f74ebd
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=f033329d03f1f846d25728c2af9d7524
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=184e98f2d6939f63db4b915943ff60c6
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=d19213b33011f7a55e0f32d25e19184f
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=a394167c0331c6d8c1123e1f992e5411
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=dc1bf0fcfdd5837ae0ca56d6d6e5f7b0
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=f6ec25bd532bf0551d35327d1aa4caf9
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=c80a345f9071521cf1961ab75ebc7dd1
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=3a889726efcdf33feb7ef3df13fd5f39
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=bba618b4483b79eebf9f0e7af4078502
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=a25e179ca0be96a1bc737a600729c195
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=bb8d8f5525e1ba86bb039e56291c6c7c
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=872774837057489250527bf863192115
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=bb4a64e6c4882fd0c5e412bf9c57720b
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=0f36eed2eb36846785fdd4eae24adfa0
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=1bd3087a0f2df4c006b87c9488ada6d4
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=9eddd1aa98c9649e7c01bb10bf28c471
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c93643f1d00b370411310ee7a1dd5330
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=bc7339a6218ea991f2c72ce8759cb6e3
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=1671d08dd2f5026d58b326fd55c9b7de
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=5564d17f19b8ee0edb96ab5b1bfbda98
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=61583b529b6a1337398b0966db952d24
truffleruby-19.0.0-linux-amd64.tar.gz=006220c7bde7d0b5c72481133624a83f
truffleruby-19.0.0-macos-amd64.tar.gz=9ef7f5a311465d35e54ac6e00ec3d169
truffleruby-19.0.2-linux-amd64.tar.gz=2f7fe574e0695fb6001f4f5282aa2f79
truffleruby-19.0.2-macos-amd64.tar.gz=aa20f76b3eac1f4976a507364201d1ad
truffleruby-19.1.0-linux-amd64.tar.gz=71368f8371069017d911528f052b0a55
truffleruby-19.1.0-macos-amd64.tar.gz=7f086adbc89fdfaed35273394ac3ac66
truffleruby-19.1.1-linux-amd64.tar.gz=c1ad4d17bb40e214b124222f3a7c6db6
truffleruby-19.1.1-macos-amd64.tar.gz=f4e76b0612319b4a82480cbd1fc90210
truffleruby-19.2.0-linux-amd64.tar.gz=458ed5fec1a849ef5b00e19b0e25d5e9
truffleruby-19.2.0-macos-amd64.tar.gz=dc324575ad20e3054980835c24ea7161
truffleruby-19.2.0.1-linux-amd64.tar.gz=ad7444145550d89931199159163077c1
truffleruby-19.2.0.1-macos-amd64.tar.gz=b5bcfb0aaded1e2d1763089ab6c9a14d
truffleruby-19.2.1-linux-amd64.tar.gz=fc4879d2b0cc22c152a8bf893a72c346
truffleruby-19.2.1-macos-amd64.tar.gz=71448ff3f8f1da086f222751d3f853bc
truffleruby-19.3.0-linux-amd64.tar.gz=dd44ac30b5a1ef3a7d61172cda9b30b6
truffleruby-19.3.0-macos-amd64.tar.gz=41daa52f0f308abb77a2b91c1b7e0f3d
truffleruby-19.3.0.2-linux-amd64.tar.gz=2db2cb5c29523c9bdb6f59dfa0bd74ce
truffleruby-19.3.0.2-macos-amd64.tar.gz=edf1603643938686dce57139aadf7d3c
truffleruby-19.3.1-linux-amd64.tar.gz=a14c028351f7a3965bcb56e9b22364de
truffleruby-19.3.1-macos-amd64.tar.gz=a8707d0af3eda694ec07a5387d3443fb
truffleruby-20.0.0-linux-amd64.tar.gz=b30110ecbc50c4fce402fdf44c45dad5
truffleruby-20.0.0-macos-amd64.tar.gz=0671e5909cefb9a2c12c473fc0110821
truffleruby-20.1.0-linux-amd64.tar.gz=4592b5fc3636d82fc998ab6fe0a43584
truffleruby-20.1.0-macos-amd64.tar.gz=3c0be43db86817c7037d3ff5053d322d
truffleruby-20.2.0-linux-amd64.tar.gz=e9859decb24829f9a189d88b3c2e9b79
truffleruby-20.2.0-macos-amd64.tar.gz=49e7ccf8f9e60d6c59b3b07b854466cf
truffleruby-20.3.0-linux-amd64.tar.gz=93a20845f7d9d39100761424dfc0a734
truffleruby-20.3.0-macos-amd64.tar.gz=b178b7a94fac58400450417612fe3441
truffleruby-21.0.0-linux-amd64.tar.gz=c03304a505c8699e697acecf5030d95f
truffleruby-21.0.0-macos-amd64.tar.gz=019796be37a58ef8e186a625f2ff5d07
truffleruby-21.1.0-linux-amd64.tar.gz=065bfcc48f6925410e0da21e16428b64
truffleruby-21.1.0-macos-amd64.tar.gz=325f6854c10d8a3a114c80da582c469f
truffleruby-21.2.0-linux-amd64.tar.gz=0aec44721a040845347f18c1f72ceb75
truffleruby-21.2.0-macos-amd64.tar.gz=76d27715b20902df5779f7a0c00852b1
truffleruby-21.2.0.1-linux-amd64.tar.gz=f68e9b8a9f9cae5efc5ac45a7d9e760d
truffleruby-21.2.0.1-macos-amd64.tar.gz=b021e50fc94cab590b49d27f2ea821b0
truffleruby-21.3.0-linux-amd64.tar.gz=359aca79cba4e08f9955d9c6543c2189
truffleruby-21.3.0-macos-amd64.tar.gz=d9e2e2c6fcd3ac16f0c37b0ccffb4f41
truffleruby-22.0.0.2-linux-amd64.tar.gz=324327026e9b2963a8e5fb4ee3f4e216
truffleruby-22.0.0.2-macos-amd64.tar.gz=7029d0e291d498a264d9b413729a3e17
truffleruby-22.1.0-linux-amd64.tar.gz=9329cf507ba8ac529e93156cacc1425d
truffleruby-22.1.0-macos-amd64.tar.gz=353242978b46cafc34b05e2c81206096
truffleruby-22.2.0-linux-amd64.tar.gz=5d676377056ae94fe847be721c20405b
truffleruby-22.2.0-linux-aarch64.tar.gz=b774f4b7d330842521f1e6e56cb41db5
truffleruby-22.2.0-macos-amd64.tar.gz=e45fdd9a05aec6220a76fb707b0a5ae8
truffleruby-22.2.0-macos-aarch64.tar.gz=ebcbfe056d90d06de4bd0a9d699bad8f
truffleruby-22.3.0-linux-amd64.tar.gz=ada8bc5dc52aca8317eaeab04d91e877
truffleruby-22.3.0-linux-aarch64.tar.gz=11493301d5519aa73e8f0e140cefb581
truffleruby-22.3.0-macos-amd64.tar.gz=9e27c677637b69b0460fb0a4569a5cca
truffleruby-22.3.0-macos-aarch64.tar.gz=eaa1c9020b521226f8bb48b8c7e5c596
truffleruby-22.3.1-linux-amd64.tar.gz=243d926f038fd2220c03dfbe40ef58c3
truffleruby-22.3.1-linux-aarch64.tar.gz=01487fe680863381489bf2a0a2ac162b
truffleruby-22.3.1-macos-amd64.tar.gz=b3d5a777d94856e51034d81076e8ef72
truffleruby-22.3.1-macos-aarch64.tar.gz=320ce75730a5b9f16f111eb7ef5e4e09
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=76c1cb23ee63ba4de93a0c23784bfca9
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=eec3fc74565f08e9468982692f7f9010
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=50e38f3cd548dfe78f397f76ed577bf1
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=b769bcf9b843d9b2980def1e2139284f
truffleruby-23.0.0-linux-amd64.tar.gz=6e1a491406c5dbf42de10fcb3ed7dc1c
truffleruby-23.0.0-linux-aarch64.tar.gz=5c3663f64bee707173b2684355a9a42e
truffleruby-23.0.0-macos-amd64.tar.gz=515a9a8a0f39ba9399e869cd418ebff5
truffleruby-23.0.0-macos-aarch64.tar.gz=57e5fa52270e692b82c445107fe6b6a6
truffleruby-23.1.0-linux-amd64.tar.gz=f7511c19045e57e72f9b5415bc17c8e8
truffleruby-23.1.0-linux-aarch64.tar.gz=e8a20dd919a2ff77b7cc5457e853d15d
truffleruby-23.1.0-macos-amd64.tar.gz=d3b6a3cbc0a230ebae6f3a462a32ddd3
truffleruby-23.1.0-macos-aarch64.tar.gz=ee74fc5d192c2fb8afd0458d2d429c02
truffleruby-23.1.1-linux-amd64.tar.gz=d7e1c040da170aaa36b5f5a1d106d237
truffleruby-23.1.1-linux-aarch64.tar.gz=cf508ba3787be20c03bac690f3bdbac5
truffleruby-23.1.1-macos-amd64.tar.gz=a662a8672871524808500dddef3808c1
truffleruby-23.1.1-macos-aarch64.tar.gz=de543312024993a533e3caa63b396127
truffleruby-23.1.2-linux-amd64.tar.gz=e3e5b01b291d7fea61be2be842c7e8dc
truffleruby-23.1.2-linux-aarch64.tar.gz=8fe26f643fa81eec6de3bde7024c858a
truffleruby-23.1.2-macos-amd64.tar.gz=83bc41bf699fa847df7e60412bee2823
truffleruby-23.1.2-macos-aarch64.tar.gz=7dbd2e182cfec0cf2d2e37784721903f
truffleruby-24.0.0-linux-amd64.tar.gz=202f05706d28faca75d5e3cd0f9bef78
truffleruby-24.0.0-linux-aarch64.tar.gz=4faaf4edde4f6a516246b7c2f4ee80b3
truffleruby-24.0.0-macos-amd64.tar.gz=d07f27e0e29398c6de836b0049105c12
truffleruby-24.0.0-macos-aarch64.tar.gz=10cf176718968893468caba617c02141
truffleruby-24.0.1-linux-amd64.tar.gz=2914bfb81b136cd1fb5736c0a40068e3
truffleruby-24.0.1-linux-aarch64.tar.gz=429e6ada9a95ea23ebb95d01f90eb0f4
truffleruby-24.0.1-macos-amd64.tar.gz=e3aa5ab128f5d169d93f2d6df98c4e77
truffleruby-24.0.1-macos-aarch64.tar.gz=6f81a1afe1b89a40f00c9bd4216ec45d
yaml-0.1.4.tar.gz=36c852831d02cf90508c29852361d01b
zlib-1.2.3.tar.gz=debc62758716a169df9f62e6ab2bc634
zlib-1.2.5.tar.gz=c735eab2d659a96e5a594c9e8541ad63
diff --git a/config/sha512 b/config/sha512
index 4bea997..bd7e1ee 100644
--- a/config/sha512
+++ b/config/sha512
@@ -1062,662 +1062,666 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.6.1.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.6.2.tar.bz2=a2de3f85903c0b39beda2c58a82d0973c0967c99ff0c7f31dd0a55b3177ecfd8d77b53694a863fe351a9f4721623ccd00a14dcd2c01e6dffa25829b57533cb06
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.6.3.tar.bz2=1d298f7a59ec4d7994a28af9601eb838c71d738646176cd8b8d423f8aa03e356377b0349401a768122961e26bb358c1eef90e24ca2a440756dc04c6b8b84eb74
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.6.4.tar.bz2=6c8508d7ffc547ee3eddff562c80bdd6dbd6349a5d6b036a91eafa3c3a28a8a7a6d3120d756c2d199ef9c6299620bc0ddeafa5d65caeabb68af32d329e415c28
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.6.5.tar.bz2=05120b1f5fe11d0ed67935050a6ccbc81b23635caeb9b742e55900ccf1eacdaecdc686f5ce9dd9a614268b69ab7d9eb2176984225b30f141e0ee9765efaf5aab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.6.6.tar.bz2=a7de0764c9a8a6a6b00eff5983f6ccc24441512a0ef782820ec7fd260932984a7eb9ef338e2c2bfd053606ae09845a44c55d7ec98b3b844d080d3f8a271045a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.7.0.tar.bz2=6f2899f866573fd78b0875c00bf9bdf296126a9d8f55a5e42d7028744b69e86f83b713112dd5f548b7b091674dfb907c3728a89c3b981a198c60f7f38723ab6f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.7.1.tar.bz2=ad63f201bc06025419dcd4341597b22c5f9afb0031cb09c2530371bbba7a54b6528c802ca7b764fc97d439c0bc798ec1fc43d3cf7bab4fa9db9ec9c2509d21be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-2.7.2.tar.bz2=81889577a41b982b3d59b4da5f9137453927e1d4776e1c394f7e67c4fbf24fbaaf3444ac623751ea576d6c127d9226bd23e86ea6c09d4c1a76677fd753343ba1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.04/x86_64/ruby-3.0.0-preview1.tar.bz2=76a2dcb3dc48c0fee3f235a2f552af83478b4669346b09241143205d48c0377ca566cee9106e4c5721f38c0fe8b6c4b41b489165e9653326c9d8a89f74334138
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-1.9.3-p551.tar.bz2=6609231a7dfc6cb3bc4f7b3d9da19856725149bf83b3526ea389722884fba76d2eefc0bab56eda126acc1cad624b1e159975daaa71a9a3a602e99b239385174d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.0.0-p648.tar.bz2=f8f78e9d6f2f4fe4be2484600bf95012cac675dcad9f6928419b06ca4223c923c60a0cb7de9cd2381ef77f6a196f3f0aaf04fad81230c33d6865eee7361b26ff
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.5.tar.bz2=21f30cb5caf51e257572ac6a974d67f8b7a0459c1edbb6367753e1badafe75dd37f8674e8864cf8c47811a66bc59f0ca43e7b96ed48fdd1392e61bb453681cf3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.6.tar.bz2=afe189f0cf56fbd4dd44c207e9bf9d5cf304cb265476ead067d62505637fbeba4a06d47aaa084eb140bdddfba933902c897c218fc616e5690b816fdbf386d440
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.8.tar.bz2=f9f7720e08f6b86d5b1f9bacdc4e710525b05cd7358dc0bf333fe615ee6206a8460237c90e7fdbeb8b8b03ebcdcbf712674537d4afdf0a3df52ce8113b5278ed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.9.tar.bz2=7c07672903671a2a4015f0a33b8e237ded2bf6f56fcf4421ebd226e9bd39c4a516f609acdc070dad225ce3e52d468332fd37fbeb06e687796520c7d6e83dcccd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.2.4.tar.bz2=2e617f392865371b8f19be3f9b65945bc70898dbb3960f0c790200e0f34ee299717bd6fc7361a8404a12caa2bb248c346221341303218675bb0d02fd68a9bef8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.2.5.tar.bz2=5a68c41afe6f2d7bdbf381b5bf36104944530e7b09246152764469e28a0c842f8e3edb0ad60e2a8fcc5db85b9496a9465b312cab645b61550ab1cb9a9d11f0e4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.2.6.tar.bz2=3ced80471546c33775873c64b98cd924fc9386af0a7f8cdf462c133ea546e894190a0b040c64c33950c90b0f2e6a2acb54db9277716e8f885d14daba7a669fe7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.0.tar.bz2=9e1e827b35dd75250b4c71c03f437b674d364d9b1b52990a897c742a07e86ec615878d87384871f15147fe05eb67cdc03c5df5f40ad189517b28c5889ca843c4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.1.tar.bz2=399961f149c48fe687139ae247175ebcd58b6659a3b050cea523ac4d5351f2cb44670b2a7fa1c97efe852414f27a50213a8ecfecd36baf889bf9163c82babb71
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.2.tar.bz2=4976f36f8c5291facc9553fdb2dd0c6a23d655461a8f8a7965e871edbb8cf9042df3e2292bf03ddeec455570835b834278f0beb32baef26fc159e4b4a86d6614
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.3.tar.bz2=d77a51c0b1d0cfcf0b0385d32fd87adc57896f64729ca822f7c1bd7ecce79264b8b5e1799ebe0f7b079f4590e7740db97d027ef4fe5387556dce2c689630f118
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.6.tar.bz2=e80ebc162e44f407f5c830fb55f995ce29e28ed871d365631764db395860239bd570aff3092b18b169ef0b9b70495bf86600677c616cbd63c80f1ab50eddaadf
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.7.tar.bz2=af76486c65259084dcc3afbff212b7cd5d9e17d5ac6b496db37c6c28285b41f0a72523b92505df2c7efbf5e64ff7dd6d86610f84c5efa7452d2bd01908ca0390
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.8.tar.bz2=8f8829fda202863105c0453ad40e1f8806833446d44fa01f97e742e83cb086da7eeaf3349899c9120879395ede20a192ef4546a00062585e47b6b2fe2253c89d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.9.tar.bz2=3c249490017b902b43e58a199dc420b9dc038ec139949d9bc620f58a70c7f8dd093d12313f695899ad53ee314c4bdcfeaa50cb72c196b889f38faa22936137c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.10.tar.bz2=6bcfe2a2983f6b476adfb7863c9b483aa0c7cd84abd70c59f4de427ee6274bed71200cd91269bc0b3cd418645aee6371cfd3cd77e93b98a2c6c64efac6e817d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.0.tar.bz2=e610c0029dd68d15b582f09086ac39a6e5d039ffa9c18e5fefaffe4b0279445258050327bf7c02c8ef672a7ec58a32f5850c044d9083694d0b55424f2b75e945
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.1.tar.bz2=d841aff173f5a0af71384b56e1430395b287a771f80131279e22647e368acb20b5c22e5c0d4858510525b9783da499b6f6fade081e1d37fac3fe7a50cb34cee0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.2.tar.bz2=17be6eea903f162178edae84c67f263b9532405c0cb5bb320fa51b019869d114e0dc4ad7fafd6cb2597e45b73d4777d3c4e0d4f22141de30bd2ad02ccdd41ee3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.3.tar.bz2=8dd4bb1cafb2d82586b199bf032edaf23fd9bcf8a05b7e2087de172b8a8c6c4fb96584fb15372033b97bbe11a7f8aab25057c03d71e5ee21ec4a647f95687413
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.4.tar.bz2=54f9fceb0496f647b3c59dd7411a583c74e7886d8f127aba10379de739c85e45d62c2688280ba5d21a45c5054f42a2645ac2a9d990ec1a16cbb2c533edd9eff4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.5.tar.bz2=1aee7aa974a08c6bb5a29b0782efa2950c1e530bc2100e018d66450e8e89701673a034a45adcf70bdc37f52d4027ae263d7e4410d64fc637b594ad624f10a25c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.6.tar.bz2=693173e4e235300cf30ce1592bada6aba5bb29a123157aa419ba8403757682cff31c9b2b0a4e97daed557953f52c26ebe0e49605e1d12f5e4247e0096d736630
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.7.tar.bz2=8af3b57425f7cac45e7bc61029f872facc87e9ffeb3243f8fb43407cbc0a581491f38091b0fa45c8c148b730fd8cd493aa5286177b68092d7944dd73ba585299
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.8.tar.bz2=f1a7801bd0116914a055ff4013840faeac0e432b55aaae4c0bb61eda3d812eb5b3093c2c536fd9e2e28eca81137300f84418d8bc8dd9e48ffe245ad90dd3eab7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.0.tar.bz2=e1fea7c85410615f76b02df366ee49f929cd3bf3e52c3fef8b848a8a6d2b982de03c325aac664c6550b216a11cde64ae571bd5a5467ddd4a8b61039d874b2955
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.1.tar.bz2=e8b6b5dafc4b46e97fd905a5396d09ee1cfd1c0b4b74b9c3bd9e1056684f05345ac1599817cd9cb1dcd410e4e3ea23d5f2fc86da12e01fd076434c1b2917f117
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.3.tar.bz2=8172c35a381adfdbf0f90fddf526e3a5c5d4590e133e041aeb339137c1c31f16a47b904c61048c29906dfd2245572dd69caec507432628bbc98bb3eb94891575
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.4.tar.bz2=fe9370f2f45c557fd24574219e9597826f4614a8c59f092bce54338a2e927d16bfd4abbcaf0203a60a35a11169310d45e79c4a33fa4d45916bd6e4eefcc7b888
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.5.tar.bz2=e42fe5b628b6a6cfc87abaadbd9140cbc5c0000993c3272740ee6e20d07d2bacffe5148213f9628d6bc6f97211c0905e55d7bd304763ae095d86df8c2b2d15fa
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.0.tar.bz2=baadb5c405fab06da091e75af6497370757cb694d50c9f76fb06bc0a281df13f4ae893df49657c7dd7e86dfbd052d2cb7297961f9739cda4089ed71e52ae7bed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.1.tar.bz2=71ad68ef1317ce5ba51353cc226fc7b11923d9022770b355cb1180be7c2ba4bdd87b079a8dec15c09ef3ad42056018a41a603bd0a10b8124433f36b0930153d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.2.tar.bz2=440f27f682a7f9d2a99ff8c0687c1fecebd8bce494b9db48ab9d303250b8ea12dee51eed0f68d940f141d8e2699653fca7d2a6811eddc5c512a9fe39430fde3f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p392.tar.bz2=3582744ce4a4ca8b497c918e129823167e80909367d65484c2a09a8e6fa185a38bfda8c1b6676742acb492472d0687fc5b6eb18965201e0f54268d835f618df4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p551.tar.bz2=fc04b976fa02fc5c1cd4ccdd49948b5e289b3a5bba16ef99266b65fbb35f0c20a0ed02d5b147f2fc4469db6a7b6665d34e0373dba242ff04c95fa27642cfde1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.0.0-p648.tar.bz2=7dd451549e9c1a43ef86be51eaa746344c424d1accbc9cfd360067c3aec20db8ffee277e1108d40c280f1b8ec0851c6e51bc448f25505508d9af153878d9b091
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.0.tar.bz2=cfe087a9daa6de2ef00a6501d568a25a3386da730304697e1bdb9fbb098617a143f073e58629876de4f09a1e8a60a48ec05864fcbccbd6733d9e1b3d309a1100
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.1.tar.bz2=b74cc64103a31b9b9545474fe202ab9f9b15569681262438056865e4dcad08419c44bb696c7dc8a18f72b3bd8e5e98201d0c3608ea652c907372c3c95cb7e16f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.2.tar.bz2=fafffbcd24eb3c55c89704e6e8ea48ad6be286bbb4e38f56c3b3d61f9bf4f6bec28882da2ff60f17f79516476ae50cc4cb8c6a8cf4a0f31b910d6153727caed2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.3.tar.bz2=4daaf8bba3a04d46e04720ff2af1469e1caa68168f5c27d1d3e0cab922055b1f9c0b26ee64c3cb46c17b6a9651ee7a11bad19e9414102455e96454f1a7929408
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.4.tar.bz2=988c13e900168b901a3a3deb4bb96e19b15205cf4c2793b56854b58924fff652946a083be6615b2053fb5285df0fd218d1f9f91562798f0386f0758973765dcd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.5.tar.bz2=c7396627e45d8df68b18c2491fa756085aeb4ec28c1cc707617cd903fcd47d4fdd3cd6ed225dccc14497afb14200b9bea5ba38f1e8dc621c4aea8b8f0f1ccc7d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.6.tar.bz2=389aa514d93d165fe299856a5348b1667f295aaeb49094bb5ff49e9c6861bac603e698c36bf81777797d05a1d3c405e37c1a00a4dbb85f262bf02c1b0e16ff04
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.7.tar.bz2=5a38bc1dd227658347114b935ad66e27fab67b8da9529a7f9083d6aac5743c40aea8c33ca95d4f10ed1d56f29bcc2c0747a3e88b87425a5786245792d8851301
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.8.tar.bz2=44e36e4918ab4c354cacdd20be30acf12f060aab808172184251186758f750ce688eef72f39ea110ab6429fbaaa5a792b1915a5c2d845b6e22a3cc4bc851c6b9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.9.tar.bz2=358f12ae2d4e177a080bbcde8b275691418884eae9a42c98161170c7b0f6029ffebf7ffad27961bfc8a50a393796934a2dd2c7f0ad2a35992c35dbd6c8c6349f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.10.tar.bz2=e7e98be6cf658eaab81486360f4d5d22f86805582feee4aa11a8e2fe6b461db69b850c7ea98840af0811910be7f534317ab5887bc48f47a9591b65fa7262feea
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.0.tar.bz2=307ee69b3051fcec2942fce075232a62f6adf6486239a89fab7bd63a9bf068e36371e67a5e42f86ed60e31b8219ff431c2d4bcf519b2c10393504942d2d90a9d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.1.tar.bz2=a0a30a805be9c43cfe52793d103e9f0dc6076d02b0c5af36d650564aa43958164a278958f7a7e1132ee5d3357cdcfaa8d59a4cc0bab027e288d935a44958b743
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.2.tar.bz2=d3218d01a18f5dbcdb65f216469a463215784170d32110f06372fda6325bc17e2c2aec1601a5bf3319ad753b123de056e6bee8aacdd7c64c4859570d40571ec6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.3.tar.bz2=4fb3bc10aa46a85cc37fb041d351b2a8f74d70c3de32fbceefebcd6e757cd8dffdfc86cd14fa6ae7d5273f875e1d4e13e6446b6dd1882c8fb015d1d34ab5ed2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.4.tar.bz2=a008439e903b1e97eb5a66a88cf72c2e7438b12b78750411ba0ffa496c68beb8cacc2037763be1c8c8841fe9a248d4be0d0976420db0520b4b8456aed5480f3d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.5.tar.bz2=14573495aadfabb81b985aa485c0090a816f459a0db8e790a7d1bd948897cf650fef4e8aad7d2ab8232d2ebf56bf08363730dbbfbc2318625dcab04d3904b3dc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.6.tar.bz2=e915bc10ecd1129d7ed55a12fdefdd6b6fccc281cb3cc0790e5970978f17652068ccd7fdc160608cadc8556abb73a2c187d041899adfcfcb4a311285415145ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.7.tar.bz2=d80b934273b84d7ccc4e17fa07c9e0a0f95cb4a38224bd60ff73772ef7ecb3d1974e686bb10aa319642709e49789c0886f98f4fc1ccc5312a19ca19f03674e7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.8.tar.bz2=9bf0cc35deab5f53900bc8e8264dc1b57f91a3477f241848df48109f4b5c97f3140470f523fa768a7543c61cdb7a93427866d871d09ebf8060a5cb75ac6d3790
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.9.tar.bz2=0cdefbcc88c5b9d34c08c8871c548772bd473dbaf54738f9855afddae8da5eecda607b36c546077efd0165114da385cd1f296433afe411f57a524fbff0a69291
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.10.tar.bz2=3aed1b12ca46e34fce66ac23bdd97ef815918275d91ca4723f9a6f2a2b93cb2b66f845747951593eaaf078bd0d982e06efa7641fc3e11d141b7605b086f93393
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.0.tar.bz2=ac6a699d5d08b33e7580a24c9357c0c8e8378208fc7385f5582f088a879f61e48a4654d72f03263a1dcf33fb0838b01c8c21fd39c5e2549d683466e0441381d5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.1.tar.bz2=77cb7698c66ccede33f558f6ab9ebe4be3b775a567d1d4dc12fd85d7b0f28d7bd446b18ef48ba1c879dadd76b50540b57f283e9f226e904e620afc3ba6585bae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.2.tar.bz2=9592c8e2fd9266f5d1cc780706f558e15d775cece995f5b6e933c54be7b7f2be2839b28ef1898b2072c5cdce36b830e72f967062ece4393765f8dbc88c6dff88
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.3.tar.bz2=8243575f30eb38409003b0450ddece621a589e29a4ffe219410820bc2afb97b7daec4c81d59d95dcfc83138414a2df707c925f0eb56907d565dac4bbd5a929d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.4.tar.bz2=ae16edab6e55d1b2506c4cb30d836639035a7fc153511125b578d6da8a8b40cd87650855fc6b4cf777c1fa0428c593325af88d9ad25d53acfbde0051a730eaa5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.5.tar.bz2=10f4aff595d12bdb425eb3268c868e0efb92059e6aed8683fefa5abedc1ef21d23a45e17802edd8e5e0924ba1c3277b653c0559ef4ad4c9dd2be2fee17226f8d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.6.tar.bz2=bc352df203155008da7a1099f7f7d26eb9f80e0d2e41c8adec5eb47f976529c6126bccc207563de87ccc2867d1e4c43797efbf295c9a7a4afce002ee19116074
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.7.tar.bz2=d71dc217011d154ef7b33780366bff07e4232ae77321ad6d16f19090f924ed3867c31f2af4aca4ffbc6a536b0320b676716ffb43e34b0323e81eafab13f17fa1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.8.tar.bz2=aae74010426e2a1288280f3611ba6aac842ff573f9b122fda9a4f1c514e09cb3d22281e6957b4acfcc753c94113852e083a9a80d0cae6b33682b83669c475eab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.0.tar.bz2=4a083c168d9facf3346b67dde02d9705109feef6fcd4e3c7c59c2bcb35c83597305e09ee143915fd993799a888d6d9ffffadb386bd57e9477312566dd6164deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.1.tar.bz2=58b30b00156691de2acc5d21d3255029fc3f9f2536e668298ab160d300fa0bf3eb0705aa524c9123ff09d770807cda0154bae012632b7e87120d7538f844560f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.2.tar.bz2=4c3c586765fd5afb55383d16eb9d0e7ffa5b1ff988a2b1d847e3f972a211b2401f035ff6c02d71de558cc161655438727079aafcc8ab80c97e07e16cd7fb1304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.3.tar.bz2=e66a4ca4b95496964ff4d77e36caf0894d913c1116f901c9b589da5a0e388302b64a79ad6acfe7eb1ca5917825bc0f866b482f074f1d5fed96d91e238f7ef454
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.4.tar.bz2=f95eee611be949327224b89942f4344e7d8e075b958ce3418b5874e9b23981113e4fd58254629fa9f6c2fdaf5840d44785ecf5f04433987f8fc4415df5c3e367
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.5.tar.bz2=447b28420be5b19f6b1381d232920e3c20bc894c2e0d1d2e394cc44e7859d02d177ec3ee09ce96e922f55b7fe2651918805f00fb783af3780e5f25c21f330195
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.6.tar.bz2=5f60bde5843fdc0b05bb852a2f1b30ce085dbcf7acaf105d5af951398b845c766113ff3740d44585ce3814b4953c004230eb4dc2ce8746b6236ea4b7a1d1cb10
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.7.tar.bz2=929a03725dba7de8d7eee3fe8987b858b9b9d6d377beee710af5c3e84b02501996444aa7b2c1db458aefc3e765da17cd17ac30fb0b4d77ab1e54239e72fa2a63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.8.tar.bz2=227849b5809072b3aee211125c2aad3e2e4984e9d9b4415dd8c01dbff70eb9c3758c3cf54f2b97fe282f7a42f205a2becf7b86e1e6ebb4a4d048ca32659603e1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.9.tar.bz2=c15a46ba1e89cc41523a21eec90d4e3af5b9739d27c2f2b51047f2c1db832e2773cbc04871a176f71e7124eb3f7b53262e40a1baab87262f8811a8d69d8e5358
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.10.tar.bz2=b83334e272e78995b699de28bff67accfc151cc7fb193d5c5746fcf06087643564b3a0b538cb64f50706642a620dba2cc54191357321852db42cc8c5648270df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.0.tar.bz2=82038a66827fbdaf60f404103b3956ead4e03c999893f0095109e7d853919992cab615f85cd96ba9158402b2de5a68fcbdb8b32e9d07c6f754e0591f72851b40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.1.tar.bz2=31e9f176ba61480b33b7761d2a19119a200ad61c8f85145f736eb196de50babaf278d023b274274c6a31f2173c5d022bb93e0f8d46a88223659d8ebcf6f5e278
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.2.tar.bz2=75d25fa6dc81ce8a62d02adc2e163e7c222c5946116c4880cec19460e2309457ee1a11a8eac94243ee8437514bfbba9ebee939218b6ccc7e5c1f15b673d432e7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.3.tar.bz2=84c93c85aa3733f2ac82e695c19e714ad4afd096edd6abda8a4915311d1f604453fc3fdc290c6ae1f9055d305ef400f8f8f152c5e15eb230baf7cfd5e192b7fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.4.tar.bz2=131b874ac376f42f3427dcbeb0adb0edd18ece834514ff5cc15f3b3e29b8f14697050051224d7ba2b509d428f780c653a4d7101149b8ded41ae373aab871e90a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.5.tar.bz2=f55d2ff7f2eae4d30fbc14226c928d1caff21db1f2cd559d3caeb0c07a7a3f034fa369d95f783e6f38cecb493d99aa1928def9d8574698e3edea3d33515749f4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.6.tar.bz2=06b12b2a1e85248311cf55620499806078b3b67110fb45dad9cb11cbaf1e230ce8a0da23c7de0a5abfccdeada8eb799f038b1a09980ee9572ec415e24fcf8c76
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.7.tar.bz2=49128b7845954f1f04502a484f17d5c0c6ecf8990047f5a383b2752ea9e09839e5994b210c2f60307d44ffa8b440472116fa1231ea899caf639e1b8a72f7f97c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.8.tar.bz2=24290aab4e0d48719659f8c1153d2b08020f17ae845e9ac6d6b6d3203e4a5b19061e907a214e8d4390277584ff4b46dd4a0113c6b201fa37e8a95c42fab5aea5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.9.tar.bz2=c2771d6b12f4240200926b2c40ec1bd3058c9ef213e2c6032e44799fa34b75b00f2564a0f7c0d9f972870d34c7742174310bfe3b15e2742a17ba2fa05e5a27cd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.0.tar.bz2=1be48c38da41f462c23d516f465ed34e2fe90c6fd53ee06f1efc9107077d9937413bee589d5d3384aee5c09da7087fa84864a50089bd1cf3c385ba3399e9b0a2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.1.tar.bz2=b7e1204e0e501312828ca0e30b77434b2d8d94581627196f0195ba93fb10a11046d44942393bd8a261585c564bc721313152a9087aa56b57b433ed14cc7922be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.2.tar.bz2=e91a187a9e726ed26ddfaf09cc49473c8379545e2265934fcd1a1fa78ba99f9a119fe2c3c8247eab583389c3af7ec40a0e71da19f6ecc17ffc086759cebaaa15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.3.tar.bz2=77d9be5bbcd115131ec7c842a4449729d1515bf2106a6a235472dc96b58a56873c2d0fe6a3b824dd15ad00194b30e72a75813d8b4e10ee11cc793973130e2401
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.4.tar.bz2=a2e5409a1a88557bef747ca9b1ea65ac90e430500a8f9370023b4314cb5d1e0679a1b03761980ab2e933ac3521188e2151e521408e33cb4dde5f0bf802d81a41
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.5.tar.bz2=ed6288a4d81a740d722b43925db8f22f794cc704bf834a1f9c844e2072baceb8938547abb8f4fb1a50f92c34a8616904fc2679a44bf4adec4e78ce00e8456b45
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.6.tar.bz2=08cda5ff00b9297b46d1fb620301066b21240951924337b8b87d27526e55024e61121e51d9b35feea2ac5eed4027658b39ff487195140e7abe9158181c3349af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.7.tar.bz2=3cc5695814c4ca49b6a0d7790093e85f5a359c5411618a12e60f4bda75c3635b94736762983e287cd04ce3ee3155d824bd9bb202aa929f85387a741d1685dd06
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.8.tar.bz2=91e371298a6dc1083c8b6265cc8d3d388d17a21d59e0103bba7e68640f80bdd12b98547584b1cd0feb7f8dad6ad530ef5660a154075960e1a76061d534609296
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.9.tar.bz2=7e3d0f7f42d644cf4eecfd88801afe088260d5fc8f490895378d5e4ede76b2bd67959b9803db59f7b19287801df43eba920885aa1bcd29f60d225745d67093c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.10.tar.bz2=64683129da9a476d268ffde06bd7aa1c67b3c7c97b539d856833ffb127f458a55176d8b4a101e60b18ee923485097f3bd98e8216c3092c3d0527f6111cf7a051
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.0.tar.bz2=cada908be34428bc2f302bad6ebd778a2c7a8e979476e00e45c9444b65d7f48f397b838549d56ceb91f0e5593ffd663e9facc4ea5f5c6a4aecda85a5a1136496
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.1.tar.bz2=06cb5f2f0c0941802119dbdf34995446d6d69ee59eed9a5e9d7f9e7f0e14de440a9e77eee330357fa305e81ee39a6868651c740ebc91bb9a2085a74b33685f4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.2.tar.bz2=23654c65e6e62354857f86098852af0ba50a15643df5e7f6fc8b710e35a3872f6eb7dc1bf9266375361f696d8ded0bcdb9ee9acdc8d0c975955d299292da7e21
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.3.tar.bz2=ac02a93a62c55a2a10dc260cd52749bd8f4bcf1a2d43dad3cfd2e5c0bf7800c51a5b00779526d84f759f6d50ce673c7f3e526392c4ab68322649f4fe980f2ac3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.4.tar.bz2=88651ffa2f1623ca3b93b60a591e828ea0dcfc73daf1eead2629531beef291331f8ed1a4a33d682828ca60bacfdd7fea77bcd67f1a0bdbfa9d1e4f173da53208
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.5.tar.bz2=001486271268cd1d2252f46b32001b25d493bbbc8ce981ecb608eaf8d2c2e6d6361f6d9bf052b9b2d7694e228bc302a1082689f2038564439705fbecc00de1ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.6.tar.bz2=a48c974f341cd10143eacf46a9d0eef45cfca3ed91ebc9f7fcbba73d408408eebc60c55e15dab391bc4a9ada6777e2be3ec4b9e849927c5782f4443a813a6ea9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.7.tar.bz2=b9e99d1df4a772441edf7fa4e05dd5aaa62efcc5a8c89fee68aa80c4bf1d17ad0e5ecae5682a10d2eb0ff78ee79c583f0cec46f5ac11ae874126082b9f8d76e4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0-preview1.tar.bz2=8fe71fdb37955b031769359dadc5062b6c15e0618fd8961c932212a6a2610829aba8b1dbdcf4bdcc2e133665e043b29088f714874e3ef3a41d688b7beba78928
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0.tar.bz2=c51f55af33e09ed425715dae0dd59dfa253e909bbd44b4bf3dc34452656438c23a754f6b2ccf0a3e878463519043361dc7ad8a757c87a3ae0e747599547dc7cc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.1.tar.bz2=fd09a4d721388c2b9f2fd09b68175dbd620e11df02ff7cea4e438d3205494a9883c25def06d6c1ae4207e7f82bc48fdd122fe12630bb9af9da451ce6be19d86a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.2.tar.bz2=2ade19f26f6e2eaf65a8ac3e9ca21cc8fe04252df58f9b14c6d0f92aba3c0eff27b1c68b1b05041496c367051e020dca7b0c64bf44fb07b4fbdee9e68b78fdf7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.3.tar.bz2=11d81f71ec3d293916bd6a00d28dfbcc93e721d12c6137fd58febb79e7399f8fd1ab5a66915863311db9539009dac06612a4b2daf0408fc1f1e84db8f8f4fdb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.4.tar.bz2=bff3db8c69e85d503bb0686644f2d60b97c599e0cacbdb7cd4b18d630c50d04ed0dd90ea97be01c3b3220589abefc1e4dbef39246860e3c70993f0f2de738053
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.5.tar.bz2=32f69f0e33f7f7d41f4c0e5c5a1cd859a4c6032b0978c317ec3d333da42047b7f8f8dee9c4d72afe890b47b9f17901139142cfbbf228018d8ab5d02f7a01f0a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.0.tar.bz2=f7fb515855de32badd6e5ebbb03980312144b69dd8b696fb56320981e4f0964065cd13853a34dd321fca1ab160510dee8fc3b6c99f2a5e007e6974d70a564db5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.1.tar.bz2=de183d962dd4a8c95bea54f8740cc34931c2d856783fe7506f0252c5c71bb7125db00c9c7eaf8e80f8fa1c97208ba4b2a4d6c1a76e38d2b6251a92166749fb37
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.2.tar.bz2=7589f0292f72a2217e5024b51791f9a719ff0862bf39480f1460b5106f1c11172c72ccc1fe2a00b166d80610d76fcbefe64b7c9df0ed3a72c58964c2402982c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.3.tar.bz2=d79cbc4812ebe9b308a145e96f6e7f64c2692b04370ecba0bcbaae5427afcc7e57ee83b4537914b6b90494fd45a11bbf2b27999a7a74c7fd569687a93c43961f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.0.tar.bz2=2d11ad1c89c1ce9873dcdc87c41cf38105b00e265277a173d721fce4bd350af73caf01fa4a5797e926f1a0cb180f1c6e969149d1d524c4df797939cdbbe9657f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.1.tar.bz2=cbfe8a92e732675ca1f7d51c04775dfdedec1b9f21b3b7f0760ef61b7c375cc4b0758a17302242087b55faac7c3f1217fab0f6a2e713a05dac082cd6a5d5df3c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.0.tar.bz2=172189c66b3c721e7413f0088f50e4eb8dd80d87779c3a4e74231f7036eeaacb8e373b7f5ff017f8aa274c1e1c872066f2f93485a2a369a7e9b442d157840bf2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.1.tar.bz2=829fcc1a3d878ee28e89a58a2f6d4221cec115d241a007b048953672d57548002c3a105ea4e65e344137091baaf5d5c54232a54c116afe03d0f3d61c07547c2c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.2.tar.bz2=ec2e7bd32e2d574773486e1c1d733611465765cf14895fa6b017b6ed6301ef40cd062496a3926788851e7ff3bdd62b488d03385aeacc66bed53aed18a6dec225
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.3.tar.bz2=79f822725d4e3bb7daf416e736d87f3b01c21d011423a2b3c65d9019a47ad4df256fd4a1f171961267ab8f20387019fec8f3f4ebfb6664f682bdf36914f6a329
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.4.tar.bz2=aba571bed773554b18863e6b942f2bca743729834657689a016938a34b7e4352e68d9fffc440b2fd4fcdd1bed4d1ba5dde689da535088d7ff8ae7dc364ac3b2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.5.tar.bz2=0e46655028859f5abb64d71a5585db638d00edb9d20a487739d307bc1dfa2fca4ad196e04044dceab0e279286379e73110590c772a06786214c4eb23557324f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.6.tar.bz2=177e9f0a193f9dc45f8653306cf6a87bffba16780220fedbd8be67a3608a8f8d370011f3993590d58805a8ea4833d95196385fede4b513d908fd4263a82f113b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.7.tar.bz2=88bfad0d6258372d4e9739613a07352e954db3deb43c0e2d2a176f9cf55bc5e2df73e4cb04bda75e2dbb210799649f020a7284cd2acb5fb92d2b115a933a4f03
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.8.tar.bz2=3710f83ed7f3f30c9b5d3dd515c168534d01811cd33f20d3a54e654dfb5140afc8198f46dd823ac45072a83d844ad866af1e2b8265f54f9997356be88fa254a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.9.tar.bz2=078ce0d7433e63d947fe4cb0cd5a14e6f5fca00b7309d7288359ed90989dbf618bd8c1f5f31b607f3ad6b0cf540d715dec2c38cfbf71cd170e572321598bde7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.10.tar.bz2=f97f877f7afa604dfa7e8f1b399a4c034e79b616c95bd4e48927d88d1e8adf8e203901fa178f93c6af4511d26a38e2d8cced7225c2e75457bb02dc27b8feedad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.0.tar.bz2=ad619ccf77132166151e4982996e93135fb91d97701ef9aea12b6bd05e18e585dc4d5fc34883b3369ebba15474741db238fb90192eb273dd5428864429525d9b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.1.tar.bz2=9094c9bbda4c3d830382e89e4e1c24fe43cebd9d733b6878a43a34d679092bdb6c7b23cb3cc08d4efc6e15449c68862799713006703f95e2862bad1c0b0bb94a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.2.tar.bz2=54c8fc2f2a99f834292b83ef8e68e2b120f20fc4ff74856c13137065b95262f62188ed5c6ffea8fc4b0c1034d9f8a1b497878d6a581391d422994911f5fcb35d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.3.tar.bz2=b26daf1825cbc9cbe51e1abea84f3aae542beec7c26628201325026b4d4bdeeb46f8053a1c105973242ef532e66bd4eda5199dc1aa4faba1a6393f9cc126d856
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.4.tar.bz2=e5718fb13f2fe7f6b34fbc2b1a6db95576fcf9cbed481fea59fd4dd28d064104a912a1000533810221141ec09e9fd8d1e59850ae5a26ae441bb6d8878f42c418
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.5.tar.bz2=71ae2c5bac04a97694310daf76e896a1a02c245274e9c96ca96740f78a0e245302564bce757f1688d3e83b7c0c88989f702814c434101f8df786c1276a4f5a2d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.6.tar.bz2=1693ebd7cd3a452f51ce2ef32144aa36f6fa8121ec68cd0fff715db8981214ea9fc729099e4495e1e8bc346409551d4b93c6c3803fe187fc0c25360b80caab72
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.7.tar.bz2=53b05c51b970a239fab953dcf3bb433f59465fa0b4dfe58066132a1bf6247cbe4adcafe41b219ba453ea392f88a521349df14d58a91a855c53c9b9ba4cc16c4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.8.tar.bz2=b9b0d99e590a48ceedbd1d6318c29b8fecc12b02ce5a6f1555593eb1b3e284c766f2f8800ee3070fb7a041593e4a3806d53590be760381268ef0f9588e127b08
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.0.tar.bz2=90491968190f4809fefb4068fcc37fb7e2ef179454f57c90bf2af308541f1ec175a72ded53202c1e86dbb63cb6b47678656f753574bf6ba525e982f3278a7602
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.1.tar.bz2=7f9ce1b6872352a6feb539948d26dbdfefb3d4225ba582ef8730be8fd85d5c350bd6f21346d43cfe26a8501c4ad145d733d94da5dbf25b15e7610ca037ad4227
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.2.tar.bz2=8544797f46d54cc4098227809561023bb7bd01eb2330724a94921c5a79ac64b44bd56069d7a77a3e6d2d3dbc504ec25157daf7fdf921c3acb3b4289ce1bbfb5c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.3.tar.bz2=fe086aad84ac7fe8009ea2bc16f0ccb7c60a5fc9034690af38fce1a05582a6226dc3d7b80d08d1952d03a9abcebd7b361f5fa2d506d71e1f5aae9b5f31ac22af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.4.tar.bz2=ce06ce97ea1554972b00781332f126e767a3ab98f5023d3dc83195bb36b954b1b497961c74bf31340827d9a5de2e0bb34240accbadad550b2e692d26cb097d4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.5.tar.bz2=6fa248065a48cebd1e9950ae07f3e653b3e29e369fdd914908be0b215257fa2766b0182e392fb869af51cd498e258435f6d9b45a03452356dc08da0e96877ae4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.6.tar.bz2=ce912342033f395ba6298051b081c89832f656d61ecf2064e9568692552a938599c816d2cd1fd1f9bee721611f890b8329985c69f4d5b2bdbfa6635b48afe3b1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.0.tar.bz2=cbfc7a1cddff0385187a7bf2eb9dc71a8d14912cbbe4e9529b79414e49e681302ac9009b7c8e6fcf92a9f19a0ca5053a6ed25edfdb510e3e4e247474d471c58c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.1.tar.bz2=29b99b3e04325ceca89b64c7846aeadb412215270f6f7c390fb1e275ebe19b2faef811778c0615b2d4720ddd942a2cc209c72e623f559e6c04e78849cc1c1b1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.2.tar.bz2=f67ab3ac13ae90622fb3664a869b0c584b97df0500384a28bda9c5c36cf2a27ac1f66afafea08bb29bbfbfc1e0ddc444427993ff4163987f5510c4158a90a96d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-3.0.0-preview1.tar.bz2=aaeeafee545dd1ba1c4df5b7e46e82f7e89e0dcf4fb10677b7e177e66f86e6825e85fa5ae3e74062363883768b3485495a3378f97693d45f675a6e547e989cba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.0.tar.bz2=3e78b2a73167c3680aebb1ed015c583d4f6c58804d3b272253bee2cef37fd2d1cb3852fd2b408f4af1abca17725d923a1f28d40d2a33896e5cc21c4c6711d7ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.1.tar.bz2=14e7962e180b9ae16607347ba5360b9ec086eb8055b88d2f60b1c9284fafd93fea905aceb441f07d594a34b53647520f9dec38e4e9f6ad3e5a6850750d981a27
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.2.tar.bz2=5b7d88d4405cd45a6a720295cb0b7d3152dd757aac996c8d1a576c6ab2a45cf9ed0b0ac006423791cb038a14153048e96308ecc8ba1e761d4b7671dd6f880d15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.3.tar.bz2=320734a124e26de068457237b5f973278286d7e529e92405c1b856b6e57441b5e76c59d0f519fe43fbdd2c8c48c9dd37dc5094831c0e6a81d804e88888ab6237
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.4.tar.bz2=ca34ccbfc24adc4b2c6c5c0e3b27bd2754c2c5be61e9dfa7b919b4902174e351f45128d887c179c37ccd5163a7f51c213fae96be4d0c356e2d7f96acdd4f164b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.5.tar.bz2=fabb151c29ad7ef7432efd4d51ea1e20180006601617ba896f8b1379555f4088d398e96f7bddd7c9815b266acf5ea94527ef4acfad2446950da6fabc3770f788
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.6.tar.bz2=2728c38987d41169b7110fce2b507b5d3e971d5b043b60c9a3b8d6d385ec2a40d24e464f6cf081844282d6b9fadd4abce670e79f02e4606bdd5aeacd1b57f773
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.7.tar.bz2=f98f4dacd9d8c6c9515ddc2597da8b868c66897577cc5a76819db742f3649881ef5a7f85a880f1e359772b1ab08750dda6fa74ee826938e06b93a9848699b929
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.8.tar.bz2=47fb4b41e60b1e536b3a54e18e9ee92aefee7eef92d49716b46884b2a3d73a02e88e4815df64baedebff80e9e17ac7b0af6e65b406a2c53a4f90421dbc948415
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.9.tar.bz2=c81ad5e16aa18beb7c34eeee68ffa96da243f99ff69cf00932ad5ebe427c1f80e3f7fee31b15ec0d96c1be5c2007dfa6e96c38114f61e958c6b7ecc40270db4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.10.tar.bz2=856210b3eb2bf338c5da2668e830b95d48feb82c1c4407371b18c772df12878703a9eec948a2778acd098bcc8eb402ba6d57b2b935766847f3e652c3dadaf6f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.0.tar.bz2=6ea5e6338319e5d6861d420b10f93b5e6634a9925380c61acfbb258b6609ada76bf2a6b474b53a30b0a81f0dd81cfdd1e610b68698df73f69091f479ad39bc63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.1.tar.bz2=8e8e4ef137b9394ee34b760dbeaf4d23953bec083e5775a423ef6c16b75faf8bdfe99df975ab6b6d762509536b017f3510a9a5e9ab63060208edd4d2d96371eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.2.tar.bz2=756c9ecbe3c9801a0a364143478903318c524f7aba026239a1fb42d7390f74110805543a9ac2a9f8bbbeaee48bc867fd15d400d8bd46576bf4fd417d6136a3b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.3.tar.bz2=594ff95e33d0f7af7be448a781ac68f895f8344ebb1c9a03898813baa5963024aa84b11baa405fa584070e4195fbfda9b908f1fe171f75f19e5e1d7879bdaaf9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.4.tar.bz2=a9703c6edcfa2ddb87bb73c070d963fc4d59599919865be9b1d93989906698c6f3b9c4fd7f2d597e5d710276555de0b5865676b92aa3aba1f1f41be4052bedc1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.5.tar.bz2=dbd91cccc0a00a1ca7e901d56f9840e62e4f139ff4dbae530169f41897d06523c7e8977138ffc6212e1b60589f3091a4e2f6b6714c0fad22fa65e442b248f61e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.6.tar.bz2=ec967415b5bec95154cd9ff8338a602a6d005fa647afb1e1cff54a0fd4e9c0697b9e952c2dfd8e4b30068a697f5391b9cd165d5d33f3b146fe35f2a8fdf9823c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.7.tar.bz2=b8786ef31db7d950b1309646f81e6a99d56b76223bb8d2d20ae045f09917332a869b14cee1bf235675c7d8eebc6942b5ebd6cf0cbd290ea75d9f9be1475352f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.8.tar.bz2=4d949a715a04cd45f6817b1b26093f7bbf03ca630aaa015972e7d0ca72bae094add18664e1489ebf8ade27c160d2fbcebdb105701d719461af13c4d5fcf2cd22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.9.tar.bz2=ec6cd8bd90ee99aa6470d9d524d89531f96f992efab8a9d6a709a3959ef4c314828276e67b84ed97d415cb3e0c837458d13732dc940c93d4d069d9b881d7f92c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.tar.bz2=1f60cae30581e3467c7ec07391de5045f238b61a49661ef0cf76d72ef78d220b7ae70b86b1e72625cf37085b6507fb1dfccfbe5554195f0c6eefaa996e199c16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=343f5dd6703b6b58d61fabefc8a50ce5d02d98c32c8b4e52b8deacc9824369a9f0dc8faff69e90ca7585a194a4d742791765b16c3f5e2417b0f54e0e6f6220b4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=aaf7f9e30b3998b8586764f61d09e434c32aba7479aa79fb6afa71ab11c067384ef3a4b9215a1a3639da807f4f642b9efc62b37b55e989b7ed7d75cedc7cab40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=b834ef95d52abc1f0c224193391bded9b4d2089c694378dd5aa45f8b2b1ea41b1c300445f766841cbb8cdb1114491ffe0095f518e1600746f5f583dd0cff9c1f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=9df5ba9423e0a8af9d825e59f8c69889c70af0f6d67f96708a02d7d61260c83474e2f7b2f240af399911bdfc56850255b4f34554f7013d0417a13bb782403aa4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=1d4b55a6a34249e82880fbacfc1d97a093600005deb982c6b42ccb14bbd7bf1db14e0f6d73bc25f1addd72378850f7edcd63738f2b3cbab569e34e89d563188d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=29a76dbb28d5b63ee0ce64cc2e7d022118350a550d3693b8e38d559bbc4f42fdb6b63af4bcc4ebfffc5c0fbabbf2e18db7228e655de3bb416e344a61737870c7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=122322fb462f8fdcb065e6f9d9968027c320ba9be9ad6fba9011760a7296cec1892a0780d7436903cb7763f5d18cce11860c5c7fce82890eaa139a94d5e89428
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=0c17f52a74b73041c588ed76f73862d179d7b9abf9de61279dc74ba7b7f170179e0db5672a403dcc209b6dec9a865a88a382f5df01f5e6ba4cfe0f66232b4a15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=1a30bbda34fee311762a2f05ac7fbcfb4f373f8840f86b9762b0c07f1cd397e3eb3be83210221384333b625a243c7161ef4f368602a613760391265309e4f304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=edf31b2dd02208c96be25c2f4f7d35e2b122e5d327133545e16038836b848b90f81079be4df47c5493bf4ead1d464fa72a8d0d405bb2509ab0db6335c58ff793
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=91cc7a9cf493c7361f3d507cdbb8e258b7dd710100cca8053b77569c07c04fbc2f72fdceb9fd9a3a5d01f4c423a206da97730c356d017157bc2454041e1f1fd4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=8ea603a27560ddde5fc639b86381a303f886ce80384d8edd0e7bc806f10649760d75a76dd5f2ee445371254e727544ec12df49d7fc8876890b73237f4eecea1c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=c42f24668695be5c291836ae6f39b4366e0357c9bb63cf8be2ad36cefe0c6d19cb921a43159d49d4d062dccc15902ec1698a1a6842d13ccaec45c6cb628da4b7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=3ac89131407faefde80bf2e1bed4baa51c371ab4bffc18c8dcf2624f4d1068c9f933eb66486a2bc7c6c67f674c5bd06747bddfe1f1f9dcd939458a08e1bc6108
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=8ca9a9387b8cb434828fa36e5886bc8a28d70fa46d3e20df60389880477fa2ee54fe63c0c14611a2cb0168ef1149d205640c6003e6a507400ad5fc34fa641bd2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=52795cd7d112ff437adf603f58130ce539209628d2224a685d060d67a07325717981fc6f91736d4abfe014ccc8057bb40a097fcf85f5046aabde0019d08bef16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=bc179a31c746ac6e632ce08f57a8f403d4e463ad72285c0ce008d7fa39b88a22be3a43014c9eb019f6a39d022f9448ef151a8d03e89a4d2e767c4f77684e3750
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=d693e3a800c2200c74b24c207425f41cef206a0b3f20625d18b1590e9891f409d6643ee0e7ab8fdb6e1e85de6fea52c6a307bf8f65324ee0f9ac33306ed1e876
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=4b6cab99f6b7be7705efa5eb6f321b5eeb1d1c6e96d4113bf96b57378aaa4950b39f40ad555f630f17d216d235972f028617ea43c28b1970772ffd16be3d9a67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=40bd90d231fcedbe34ec9963eb59645fdd1036b03056b9b8fa3b56900deb86d94e2a256f90e6aed297288d6797857a3ef9fc27bc6ed05c017b5c8e8ddc465df1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c1df39ae526da7ebf87510017d7694e6f78c59871baac4e9c5f2d13c22cbecc30925e2783ad93f741110b7c3802e9f25a6c3ff85160b33a4080b0f1fb02f7740
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=930f6f7f654fa14076c84365fbc771d5b09679588c4c478d8f6944770c53fdd37213bdad159fd231efbc079b85ab7ab648b0a97fafd666c38d0e280046c6e2ef
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=cb62ca82d57dfc0e21e532d4b523f49c559c4ed5f3d73adbd9d650bbf23c694d382f3cc25eed6a8630f23e4780db127b4b8b6ecf6fc24b0f6febc820dbc6af3e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=708209a89a18cd99c02392307d2bc63e46bd38c72c8ab0e982b28285f8e006d4ed77e04da3900c880eff01c3350033cd00ffc3be1d3a12c4ee5b263282f0dd05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=c94f5b3129ff41da1b07da1cf742592e9822febf6bcfd0e9eb7145c00b732fc66625056bddc72fe9b631742c70d0e731cc6a9a16a089c7b559ae963b072578eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=b4d20f79eebc5496768fc6adb0735c6a23cffbb39ceaf9c2da42851ff7842dd2318c07877d89564176d206e22b8824d2a3c637b5ef02c5caed0b2b5276581032
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=a09ab93c3d6936d30065236ff2abbd0295988a9359f5a76425cecab47af0ca5b6829530d1708e9ddc9e78d1fbb7c0359b9c7e90227870537d099ccc89c73844b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=f6086c879f8737eaf6eef4461d23270e9e43811186a22f35ed69a8303eb933136e7a690bce2d9e18bcff730725292075e09db0f2384d0e26018b7f2a0df70b32
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=62c631026560ee310a849483f1b48690075477942ce86e0564e92f5ca7834553c435a35a1d6d8dd957c3a7be24c63c32104518995eb3a96e61066a04887bb0d6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=0f10741772d2498167c1eb2aa263292f99748518a4ec03dc19440eb5befa075fa69e68b08a09af6eb2e02e462ff20ab10e4121cfeea7bdc938c04762d81fbc4a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=908132a47bd996f8c76bed54078e71abb154294f97dcba779b4cf0d3b82e31c4635dff89e97d5f6b4f1d797d854c6d020afdf9dc77b10c0e522755fa194a17c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=39c867ac0af48410c0bc6b01f1ecac00616a59cc07f3f5a3e7cfe8f786b70c7cacab65550dfee777d11b8b7a3ac173bb22c602df370eef6a04b40f8e539025ae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=2f04566f6d778121281bc6ba23ec57ad408049e649b351585bc9a3184848c71873910e159f7fd3909c7372378152f5ed264070aefd45933b97980e80f6df4deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=940375b11c525e3f0bf00e19013eeb886bf85b8d8b66d86d53740170b0ae16b14faa491dbcbec29238f875f84204cb0d52ade17c180d71e129cef5254f338f0c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=1c9d41d7ab7bd69d7e3baa3c4149b1938cc147beb2a63923dadf2fd959732c8cc824e2add0946bcd62f44b0e1d509b80b4796a5929841cda8d28f3a8207b17df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=f47443a53e3008cb7b7b7afcbbf1adf44887769e42b3defafceacc1e50e349c9000b98010f853c6b7cafdb54b85b640732a56a8e11ad8e58fedb5fa4724f68d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=fc1c9a08c48ad91edb4afcac5244f386d63940fa906dadaabe02a1eb025375443c8174a6ad1acd50f4583d6c57a88feae86e697ec15c8a25bb49f280b1357783
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=aa611f7c350374d2c5c8652a694022e038cb5a65fde795c43e927067f155d0ccb368b281b1575e679b84cd7ba6042216dc28149e138256faf62dd3060ec0a6a7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=ab04071b90ddb81b68f064fbc9f2bf726729220e4359113556d9b71f3549483f122b796b3b1e4dc8404e6f44a4bdd02e9db2c8066974acf190448c4d5a97dc6b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c769fd3814bf31728b83f2bcdaf0928e6423150609f3db903631f9db68ce0a0f9c87bfce5f93983cd962662148a66cc55f5f42bffc1a1b5a237e6938726629ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=c231f8ecd46760db49796519645bcb5cc9fa1c0582abbc419a2ca81805c81fe8912dc32dcc2c5192ca9ef0d502da8f61ce1ce7ecc87b29edad3a144a8a0c200e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=b41557c83084c8e5bb263aa944499932ce7d84457e4e307f1cffecf62aa44f8543a06299e38fee17ba64f8952048612f9289e24c35acfe2ba02b913c15dc1405
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=001d10af5833a03b42d9a254bde844731d3a796d98ce2efea90fc68e4638c7cc3be31a34fa163d4c5ac18c60e685e5cf2ccf88fac46ae6bc587a48ea35cfb09b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=0a8681afc19372ccd9409bb017967f86c2e6642e083ca47ec904cccc34242040f710392d916a69a327ae6a0bb287d97bc05bbe116a1d93478ae282b32e5fcfab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=e505ff2f00334870d07f4ec9348648b7f3b91dbbad1fddb2f60f7a38572a66a7bf081fc7b386f800d86113aac1ce3cb739c86cf0d6da2bab916a4432ad557c54
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=aee6000ac886cdd4e4044a7b43ab20d54d1e99f6b893af69d0d7e7a202f4ae861f939898580c60996b0bb7c6481eecad69a20acc83c75cc594dfbfde3a22c476
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=86f4e6948eaf2586e018570f09232b94f907766590eb75f00992531ef74676070ac5a2308e121ecc1c23388ece4dbe1ee8a4b2a7ab99ca00a28d6583d6df3d0a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=1bf867b0af84eae4e7996047727fbc7ef459afd3b2ca5885f658a74d62910d00eecddbf0c11b23265c625c26b420421ca5add40079438edca8eacd8b5c0149a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=92a3b217079f9d960cc4fbb5908f7fc7ef71cc3ec8e5e404341e2b8875534c0542167d03b61577776e0b0f049f9ba2e3235842be381b4d484845768adaa6e3f7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=608f0f9eafd72226fd1b39f6c92d0f1c6d3aa7ede096cc390fc4f8bee4326b0937767bc6de84fff536dea48cbf9bdb8ef5598670235e013ccd630b06c5b8fb05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=40cccacc66cc4b7891b01c35375ca913efe008157ae540308b649e14f5753f34f1827861c6e16b500c49ac95e1aa22e1c01444faca5dce71f981452a9e0f1b67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=5a33d600e55f7b8755725d7e2f2102cd76720d524d7b378d85fc21ea8d853166dd97e2e615ab18f9e44122e3404b439dd123f8e23d6ade5328982fe72db2af0b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=37e3a4011b3603807c6e0fd48818b256caf272b3720ee654f38c0ae202cffa21600f9cc751b5335b57905ce67db185b37f548ac9c84d6acfc567f0ef4866635f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=6648c1b6bd962e30e89eacdb6130b1788ccdf6ed05ea13eac32eefc222438a298de8121937262851cf5c4cdcc1a804d5d8bf19667819db6599bfcf79e57b0e17
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=ac690170a6801fd741efb88e67961c0c3d717029b3bd9c6e243074799641c940416fc9cde7b4ba2c56e79551d6cb7fe5f7977649404da0d20d1819d7d3ce0bd3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=e6edfed2dd9d6649c47b1dc1b102f933f76a148e6dd8441add2316073dd255cac851e972366e4821fcd665e55b375fac757d189b7552baaa0b49e82349c71b77
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=69c4895076690037199f2a9b98e622f6b5e3c23ea02de79bcade6193da2b1b88ed0c28006059f4ecc502298442275e7e7324232de04a2f0ce430665057410a05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=175777563303c6d6a04393938ffa7e36e0bc6db33f7d2cf1d42ec852b41ea26dd7d50569eee4cb00497e6bceae95592365ea6718a35451e5c929d8a085aa9649
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=b668f0cd853615fec38253b264115ef0fedd21a7879a663ba844f4c3fa8b87e5ccd8adffbaa12ffa3aa16b108a2a439cecf827e7d8e19ec8041d46e758abc391
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=2039b1fcf55cca35ed3c8446eea45819368016ec1a05a5fd4c6a761b54f5cd56cb3301d5d2674af1ff75bda41eba41b7156e71ac48b88ca7a6474f0e944efd89
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=b4bb324a53c316da488c5f60803933eade9ad5c59a6d58e76787d2dd89dc2d2f18016d2ac4ab0853a40976b4beab70864a9c2d23de194bcd63ad089b2159fa7a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=3a9b5868d707d6a4580a44ab7504cb46a2713f78918142b185f0d62c5b7e0dfebc1ff551b2a52e9726befb70abbde867d2802345a01fd3e4568b9f58ac83c168
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=39007e736b28ca599ea244bf4e54b52e86597c950c0ebd8f1696a02c8eef575a734d089b52c7013d00c02aeb261dd7e2facb45f24b34c75c4bbf14cb8bdc3ae2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=0fc4e39f7382c29fa2119119a78040c611fc8298bd4765025599d3018775cb2bb28f51d38efd4306e9f04eeea20e7c2365f2fbba1233e0494a8258c3c184278a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=5dfbcefa70f5b81887d34e776713bb9c6f7bcecbda8f1c9561daa3e235c725417ab0a930f594303723f226d36306e6a73f228abfa3533280659ab387708182da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=00936db899bca33dfa8d0e6ffd4bd6b0453ad5823a450e50e3a055ea696dcf94b317357732e26208a6f34224c33a8b4a6130e5613262d62381179a52cc8f3a1d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=15b816d190fd58382a2f6f6e087f358b54003f186462abf59dbef545af9044a2b9c65576119185adc6bfd9ebcdb49f03a2a268eed4fb0f0d37aa35fa18adc1fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=3a481c35668be459688a66e4e480e11b4e58c13aecc3751da9de8a3e3282bb4a152128528a804742aa0b4380eb537b666a2b29fd79be0d6968c4ff1fa428eb7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=c604871b39f396c539c52dd4849d1d42f37530003601f60162860efc777c85e7e1a1ee88a77cfc9ca8ca20f0448a5dde4f39cbdae67470d8d2d283d6fbbf0239
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=12042b5c30179da275fcb6155142ff2787e86cf577caef44b7c4d8175ac671cd461814e9a19f4c9b1e78bbdf041fdd06bd463aa972e194caa91e80778a56bce0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=2bf1c13616b2e255b8c269bcb2f979a45009c079ffdcb10a13e238e5d13b0978e8a974bdc1e7bf8519e15264ed5f577cc8f85a5861b3ea3a4589eb78138a3f2f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=2e7876c8c8a1f4e3cd1913023c564d9e74972ce427e85765bbe9ddf237285d7b96017c1ed17868eb912509881e05aaf96e4a6b353a69989e61c733b346511715
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=06de4f6f2761bc58d94659f826c7c86be50192b7dfdb5c8b6710b384a50299ad161309e2a8c333fa5249d0e7112f74dd0c0b0faa2950a6e74bdba68833f68702
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=597374487d196abdfb389c79d7d09b81026fe3e8043f8811497646eaf47bfa432cfb96e2af9be1a35ad2d05f2f5c800afa3f9e5adb0ea2b2d31812d219232a00
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=ba56050ce3fdbb9117c6c9e767f818ce3d467030713b7693ebb039f6888bd5d7e5f7b1986ed117414037e56e550707c3625a88bfd5d00d7319d0c7ad642fc811
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=395facf2f7a15eecc94e554a60d87c269ba70c5063b24b7bc504f579c0d12a7d858eb0b98c502016ff8bf02aaf11ef765e2291b542759fc96affa186206ffe4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=d1d527b2e95e3a16f521214c5352bcb379b946e8be1a943da872aff0ab4b8edd93a507d693abd7a8ef1cd5ea1ee6e6bf1f838683f5a447a6cb7992de61f744ad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=e47a50392c4f3ee13a565103e0c5f9474ba0a8f5ff60fc9fe7d290b7f5f9a9ddec962fcbb103a8d3b9c7765a28ba59237975f90aa3637a06a128802ede28b3da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=77fdbe62d1694732a7307c29b4f45d0dcab7e8a729f04f45b216345336c5820715bf3f8f7cab52175c4ca1a431d867c7feef7d802dec61c2cffa4abfa8746e90
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=24da0cfc93ac536c505dfaf2dbddc7b312a3cc5c72a9f47e28b3bba760a53b584422b73da8546ca01cc44d3906a31eed7f27a3dfc0bb574f01f9c08f7c589d20
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=aee8267c4855e95a55b7ab858ca6359d635049743b8e38d34ad1430522a0cd746cd572e77884f7e10af14a731ccd8ebb9cad6ea035b0fca4ae534913a38f43f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=ba3e66bd3dde28e7193b90c44194cf7732d294e592321c482deb3b31ddd9655630f5b04aa89a43eb9d1bc222da10884e9da332bc9da78e9e1b655300db52a444
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1df8a2ad9256985b4ffb3da5b545af4160ccebdd8265711d1b642cd2285a004a42cc2ea51ce3ee78854e599f5196c66448b8e0b043846ef6e6bf992828aefb6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=cc460b3d17d460abec27d77f734e1c1e7a649769c3374f02d32a4ad00f989ff3150dab926a203b209c92475100667dd524774fc37633d71f98737ea2d8868968
jruby-bin-1.7.0.tar.gz=1e466a3f8d52b553c9def09827fda4b8433576b0262c40ee505602754521a00defd821d5ead5052be52baf281c6cb080fd03a8b15c628a0ee67b4e417633e5e2
jruby-bin-1.7.1.tar.gz=ef28381ca30664cf450f9d3df9927530db771d30e86ebcf535af38e1a7e26724ae2bcfe8487cd2eb349bf609a733a25528aae14beab4d13d298b5604ac7353cc
jruby-bin-1.7.2.tar.gz=8155c81eea6743951db7383bd9f6b1750614927c9c0b25a6574f6d64898bb3ada2f626c6e0df6c5486561a03cc7d472fc12fe804ce66a3972d2fe02e3f407100
jruby-bin-1.7.3.tar.gz=1d19be25bf4a7dbb0edad71008704377893d3967aa4204a0d59d6883aa04462ef6798c64d0c0fdd3f5129c16ccb42e8507f3fef38ed56054bf6e689de745935a
jruby-bin-1.7.4.tar.gz=d7c0ee0316c50ae5413757e956c18ca68e9d99a25cf85be978da0787c13b8978d4ff2712a3effa564cfdf07144be4a56a0cb8acc794a01f43264fe8baeb125e5
jruby-bin-1.7.5.tar.gz=a4984591a3809330b93f4ce79fd1b9c24360f89d88a03bbc76351be623893c4bfc6441375bbea452ba4f24ca8b9357e03ac938fd6c065b3e2348c0f896b22a1b
jruby-bin-1.7.6.tar.gz=98600a2d46bfce14111c7eebc62716352a4b685043afdd696b8fe51c6b205eb9569fc2860423a653b842b173198c76c59767156aa48e0d23482dff3358d884f3
jruby-bin-1.7.7.tar.gz=71da2e72c65899216fa15ec568b51aa7004e2ed7dff99ca376b332d3692c83a674c688dc21ee04d177a3961a2bb3973714509d88cc14d0ba9f79c864c6258a06
jruby-bin-1.7.8.tar.gz=42d54243653ec260abdafecce1143161be63fcc38a80f71ab70fcece4bf91545a2b12ed2319f9fd6f6b41916c398a9a8e89e7f0389f59da56f2739665e74522d
jruby-bin-1.7.9.tar.gz=f519f53b1d9f57cfe28982ad70b892dc6fc20fe6601d98d65a1dca9f617a0eb8fff74d0fd82ddb858fe105d05ca7c7bbf3a987677ae0363caa2981bea358c096
jruby-bin-1.7.10.tar.gz=160b701f2f500dfab64beb635e5c4dc57760dd422d0fffe8d3cf8d84ee6ea17a877ef77a0087b4888ea9db64ce7750de01a73a51530aa6666a2efdcdccdb89e0
jruby-bin-1.7.11.tar.gz=a53b0fa327b98344cb4a8aad1ba537ddacb709a0e173b1e32656de8a610cb9896e9a4554d54d0d01d2361f8ff1539a0e2ee01308f670df2004225231b704065c
jruby-bin-1.7.12.tar.gz=bf2be8a37b53d38c75712a6331f96b999fa6b0e87f453fac7b9d11eeb1b66098ea0778172f1a6a84345e1881f05d63012e28d4068a0bd31122bf2473bbdae5bf
jruby-bin-1.7.14.tar.gz=f14e658da7f2abd469edcfd657dbc2505d6a2c04ba1e5f65f2164256f54625da154b338bd3d286ea6a18da61d04d90a61ad6b012bd9461182753483efcd0f603
jruby-bin-1.7.16.tar.gz=47ca714c3211c95c84e9c80ae4fbc894bfd7ee03e1bcc494cb48d839f8538db4aaca7029a4913b8d323e7227450e4e41bb943dc670f43df8a654eb127012033f
jruby-bin-1.7.16.1.tar.gz=9bacdf6e212d08e46ac2c49183c8611873f6ecebfcb0e928b5110bdebfeb8751ac087cf8aba09afb9a8ccb58e59f3c3e06a241c1db445835d7a875b0c3deb4b5
jruby-bin-1.7.16.2.tar.gz=349283bb5344a62f282021ce39648a0c8d0b41ecf8f800ab5099b5ce161ff771e688f205a918324cef6ba0ded6b3694b8dd83f46f56be584202b8fee496b37e7
jruby-bin-1.7.17.tar.gz=a3b171df08e789f91c260c5a57ec842a5d62cc8d6b462b772905ec5284e394ed7b78f5b327ca1ff20f5deba8371a86cb03fade75b5f34f233df47bc3f08d469e
jruby-bin-1.7.18.tar.gz=b259da2967e246a387687117eb13e8986b57de6ca8e570d6f8f8f07b8097db6e01cea8b0ec3a860b091fde14de535260dc6dbfc638f9e9b49d348f726e969642
jruby-bin-1.7.19.tar.gz=da91efcd51cfc833666f8b7cf949d3b5c41cd8da99ae1559c88a7358fb48df1245c66702c7cf23e7ca012cbefae98787c200352976d4e8aa3e9120057a89dc8c
jruby-bin-1.7.20.tar.gz=77131afe46e72c406ab4250e43cd1f98e59a8351c494044ac89f97a7c9a81492f8a8194541055fcf1fc59569e99a577fd6a36a9f6a3952a99f399d4970e80e69
jruby-bin-1.7.21.tar.gz=111883df12a60d06e9924d33057ba72094fcffd44f7e3954d6c6d2190f8e6442804e739cc525a9e75159251a8dc1cc487570792b1b4f5773f4d0082f0eb360d0
jruby-bin-1.7.22.tar.gz=6ed6cbe7b81a8aee60906fdf965bc217b3db794698e2cb37559f36ac119a0cd2a1ae1a7a766535ab491d647e8b4e6b2f63e62011714b757f8691455831ef365c
jruby-bin-1.7.23.tar.gz=6f4b97c4e08274f96195deb176e3126e8d047c981cb655cded9665624033fb905d60d5586704a3f91b2ca06d7e78918d9d31131c93e4c90c75a38182e309ac9c
jruby-bin-1.7.25.tar.gz=a89ab8d539bff346ad56d345b6a205f74890b9aafe82a2c82e7c19cfc30b77fefde1003e8bd7ed15f141151bc0fd21946203219691383a64f2234fa586e1905b
jruby-bin-1.7.26.tar.gz=feee03a50900e459d9ed7d2096056bef126c4551c02c335c4132e2307411f3fc4fd435e8fe44411184773c80f0630a7812b3d798b7e9be2818e1b5a712bc6995
jruby-bin-1.7.27.tar.gz=656f4313fbfe5db8d2d4fc2087a012c91efef848394c48aeaa0041e9a19b87ab74686702955413d2c51d6b4b11c758ba0555b30fdc42e86d66094411324139b6
jruby-bin-9.0.0.0.pre1.tar.gz=988c6a058336ab9ac8b27c7501ceccf3940837f9b9d3ed32a466b891bda1bc13f76199f5bc3baaa1240dd0dfdaee40775f721294d667f3b8b5bb9ac8206e2e83
jruby-bin-9.0.0.0.pre2.tar.gz=f207f9477a12d7ffacd92b1bb5154ba8101dda8f7b2eeadd4fa83eadec9a75727bc1831733d27fde63ba63322ec491201dd23cc6e2c2b5a4b8381a8fbe49e8f2
jruby-bin-9.0.0.0.tar.gz=33308a983533c129cffbf521bdb8c1996a10a6159a4a436248e645bda682c5a5395ac1aa767e971ae679c935f3b61573cb22d5b8c64af026752db3411a6356e1
jruby-bin-9.0.1.0.tar.gz=277dca63f3faad01c98a793f06bb4d558a970a10a66a38482e8372b25f4cf4fea85f1d5624fce7fb5b4310c42ea8aa360f24f6b9b6ef4bb0ebcb036736009ccd
jruby-bin-9.0.3.0.tar.gz=d82f83e20ef17a0675843e306ec5e90993e5952cf5a53957a91e369d2c90d92306aa515b1e135c04b45844a81a0f4ae34289b966821ae5f46ea51fe012627352
jruby-bin-9.0.4.0.tar.gz=b9cd4f4a00da8152740b468914046633d5341b10aa26b0ac56835d5896531030c8afbc4c965b30c36923555ed5b145de8ada69e05ca38b01d43621914a331335
jruby-bin-9.0.5.0.tar.gz=7c61cf010fbae571cd6ba334aefcfd917f6de8224d014026297b840d0b890523e94b2fea20f154c82c25c4f9d5992b9481fb569646a7023e5ddb42db1baf5f34
jruby-bin-9.1.0.0.tar.gz=1ffdd352823436086ebfd37c03401a1f3a9cb8a8c5f75476af1f704c4764396a20f49ddb7fb7f0911e1608f7c88a332944330b8849d13e6badb170efb736dbe2
jruby-bin-9.1.1.0.tar.gz=475acda79ab8c54467ae70094aa86842959200127c1e92709f0a731014c469d3e52e4c48770b64ab1bf31e1b710ac4570b421077c85c08071c1356bee55a2900
jruby-bin-9.1.2.0.tar.gz=cc6b1e1a2907c128dd04edf9da11933a54bbed5e861ab6f0208505bca5aa2aa9d9acdd04bfde65824346fbb435584081fc8ec2e2e9a3aeea1bef8047915e0c61
jruby-bin-9.1.3.0.tar.gz=88339f4cc05f7f0ded21f100755156ade33f19873f49c0c64110916da8c0b059df541a77bb36e54fda9cebf042591450d2d6312ffaa879df926870806985e774
jruby-bin-9.1.4.0.tar.gz=ebe0e9d67cb91721d589461e93e26338e3e3a1f0f98de53f25906684140b49d989ca6d3704cd3f6cbf650f30aed9a3989f117bb4732c83ed870364ce4c31fa36
jruby-bin-9.1.5.0.tar.gz=f2a11e6fc88d37fc1b640ea8c9feda4607bea6da5e6520f61ff85e8d6a51543612ae267b45c033214f8fd0e2283153da02001cbc9fd90be4761b7544e1413b9f
jruby-bin-9.1.6.0.tar.gz=ca59d199a0fe791efc57f05801ae26c6cf6402bdc0f1a795250b1a2dda39b233ed24c8cb005016e79727f4bcdceb1bad726a60c16935e76fc87e5d1a078fb5bd
jruby-bin-9.1.7.0.tar.gz=f2569d4858a33280e90d984aac53662c25ef057ef9903bace6a2214aa2e6a537c9bc8fc76b08f846b3093cc4a12c70c98d725576a4ac771e640b95cfe3697c7d
jruby-bin-9.1.8.0.tar.gz=dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49
jruby-bin-9.1.9.0.tar.gz=f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df
jruby-bin-9.1.10.0.tar.gz=857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1
jruby-bin-9.1.11.0.tar.gz=718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7
jruby-bin-9.1.12.0.tar.gz=8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed
jruby-bin-9.1.13.0.tar.gz=ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead
jruby-bin-9.1.14.0.tar.gz=d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.1.15.0.tar.gz=74a411f42149510180706b2c70610caeea357f6fc3d2a12ff0227586862e6a9dedf09e752596d6c486af7a310a07241f311a1dfc73ead229d7225c09d4508605
jruby-bin-9.1.16.0.tar.gz=94e88dbeb2545250ba5bef50bbe0baa6f3851e9817f67f879ffaab50048bb0d41cd7a0e87ac9ef547e37c2b82cf1d7aae6b8caa43d03c6a9931b8ce0ad4b2afe
jruby-bin-9.1.17.0.tar.gz=4c06b9674e20f48d3815b4084bb38e6994670eac804fbc56d717cde7abdb74d57e0ac17b7fa0b500318de405c187c3eaa01441c22621139dfdbeef62a5467a63
jruby-bin-9.2.0.0.tar.gz=79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.2.1.0.tar.gz=185e67da4964c9cf1d9142446efa77605e77894444bdc96bbd10fee22637f197aea9fbb0f60d3a42540e5f383d5b06fcf095d572f432544a40c2145deec81926
jruby-bin-9.2.2.0.tar.gz=85e16e38748b6ec5f237eabc8a17eb225c484c20f7ab6728f2a0f650061bc50c8a9601c04b0128e73c410ffe84dacd2b8bb37167aae5595728aa25e88c4c9b92
jruby-bin-9.2.3.0.tar.gz=97ee210157c451567946b38d33380051f82e7e8cb5f7649fffe050542ff6cd627e2c42f4c46739d1f0995c87e7338865b18844741285bf3f72364aa3c841c54c
jruby-bin-9.2.4.0.tar.gz=9fe1506e862a17e261cf726e1bb70a9f612a6d7beda919a01405899660d1f4b79ee690ddf9aeed1d2b2f3cbd698be8df4f98d3815352772cc680e9646d721761
jruby-bin-9.2.4.1.tar.gz=2c41e7884cc54819da17ea9b2b773d05d3240d53a2ecb57ba430ab61308066eeb1bfbe6627e6c261f5f27ab5df7f5972656366a04a191a81b0379f620b74512d
jruby-bin-9.2.5.0.tar.gz=d548eba8de420c80062021f5b6e6b203f8b7b36e3f11409919eeab87a028a18f9346f27d2cd8b1f33419adcc83fc804a36dbc3cee169ef1d93383b8f5835ba2c
jruby-bin-9.2.6.0.tar.gz=20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c
jruby-bin-9.2.7.0.tar.gz=8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82
jruby-bin-9.2.8.0.tar.gz=7f71fb5bc8c6c31b31b4c0430ae091871b21aa345777662f264c728c60212365dadb63a7a4b2fff31adbbf8a2e7cfa678d47486e28840f57b86cd45fe9354013
jruby-bin-9.2.9.0.tar.gz=7df33150858ddff586b3bd86120d4bdd80546c7f8e62245f61facbaa5527400a1aebbb33e4a1a8af52066487e3d29760eb96c7ecb9875eb9bc954ccbcb37a4d2
jruby-bin-9.2.10.0.tar.gz=f4ca024602ddab37154f5547132accb26e7c0ac2e913ebe1b5c7806727eb148249e76031ed4623ab53814beb8fb3f472e386f44d57adb5d2b3b00fb2773c8a63
jruby-bin-9.2.11.0.tar.gz=f736a9e139694c84d0a5ea42f36b972adc82c9be13e0b80bd61045c026e4fe31ccdd4be3dd3e94781c846f356e026465e41716fd2744ded2ab0ca39cd33bb46b
jruby-bin-9.2.11.1.tar.gz=2f758fabf5910ea01e9c04c7600d9c666f2df3db8622f3eeb3534578075ce65013c42fe9ea6f95d4499945f795e6d566eed2b1545e149af823eb1d29167a1223
jruby-bin-9.2.12.0.tar.gz=1dbc5bb3814a6590f5e8ecf4889152684b5625fe81794a2c4064d598614a85129256002dcd239e294f209b98e3abaf9bfe70467fff48ef66b1531162dc6c3be6
jruby-bin-9.2.13.0.tar.gz=2cba016ad6a376252083122d51335610209d860c41de1902f5cd49ffc2f6b49c350b68df8fc4113c221255af4db7ec07980267b9888369811faf66db369e757c
jruby-bin-9.2.14.0.tar.gz=ee3d17e875dd197f92744c7cba62320bfd3f166bbb2ca117f2910780a7c571779c0940e024351e9d4685ee9781dd207e773ace57a4a8a7011869c8b6209513c5
jruby-bin-9.2.15.0.tar.gz=678abfa7654b53b049e4103ae3647775d970c5a7192539378957c1731a3037c852e03f00a496c022c1c438d159a93be6e6f04d7563c811aeb7d261ced643d9e5
jruby-bin-9.2.16.0.tar.gz=f77e314d578a980071bddc25c65659d62e0644927ebc4e7d7d4523935b6c893e611d47ae7478a26ce7acff38b1525eac11b4a329188cdf76aeb07fab667d99d4
jruby-bin-9.2.17.0.tar.gz=e90ac1890a54a892b13adbbeab3cc5242889ff2a4b6cae535c0a3172072bda6ab01b960705ba608d6d7ebe9de5984d8384dbbb6399ab3b2e53a9e347e7849e1b
jruby-bin-9.2.18.0.tar.gz=c5816ee0f7b0f559dac70ffc5277f85ae9c41ad176e43d277f820c2727387baba93998b915cadf9708fa78b5cdf3911a9c39c2ebb61a77a38dcff359f7d88a73
jruby-bin-9.2.19.0.tar.gz=3740674035e27cf7961b3570ad65536c30faab1c9a71a42a696b173379e79647411d57e0d1d06b5f9c9a970eb02a595a559191af08a083773dc4601dcfd07491
jruby-bin-9.2.20.0.tar.gz=1961f52f41e7eb9f50b0f382c8166ad988a6b3c0311c342658edb34486b073ed45c1ca5731aa319196db02cec208a4dfc86aa6b436959b80243bfa4f62629735
jruby-bin-9.2.20.1.tar.gz=598e28cbad682fbb30a9a9a9f708e6e1f4b7903300de2477e88a646c42ae594df5b768ff5379ed447f1a7168e93dbe35cc2d5db7087cb2228233a05bc4687908
jruby-bin-9.2.21.0.tar.gz=8f6cfc43ce3ebbd69781da71c5a70746ada090162bf6cb709dca41a6d968e6072ae62f657cb0bd471c648ff294044bfec3079828bdc410bd64758f76a93c3214
jruby-bin-9.3.0.0.tar.gz=06331ce32ee88aaad5e5bc0668d164ec3263f8ef3ed34bb32981b76ca33f8c817e3632550775706481094159f4feb43916ad1f9ec0f0775ad756b16cb7bd9417
jruby-bin-9.3.1.0.tar.gz=bfcbe6dc5ba736fc944af15eb387b545f6c5b987a7db88045913a02a1d30726c5d1255c4dd609aa7c2d2823ddf9d8360223b0575c93302aeef4c54eb37af9abe
jruby-bin-9.3.2.0.tar.gz=b1777bfdf1964d7e527bb3dfc47b4b9e8c589cdb301c38ee8ee988bd0c392ca978ee3c1c24e4b5a65bdecff67d1bd96e2d8645e58ff7e891e3622097ea29e925
jruby-bin-9.3.3.0.tar.gz=648e70de0bda710e2dc70fd03c3dc6b798dd4c7b92584c54306c426f59ebe1168a595c4cf94328f6b44674f5507bee354efdb1cd73060b73b0171a3605051c9c
jruby-bin-9.3.4.0.tar.gz=6b09decf412a76578179cefaabf01cc8740f70ab5324954e6aa43b1d8b81c37db7a99b1f94d6ced2b459f1c44c3086892b9a2c06b3ea838baf75a8fd5e0447c8
jruby-bin-9.3.6.0.tar.gz=f730522eff27462192808773cbd071cdaefae11f20bc808a8f22515a33960a730f3c87ec727ddfd9dc9b6b35acffeb50c31d75a4794a3f8daa75e1963ebd246b
jruby-bin-9.3.7.0.tar.gz=265051c68d3b9dcce708b75f8267303ae84008859c88d7fe4f282395366c3f52fcf1bb161210555c0fd0a2427ff5a728ea9e337feea3d9b69559cadb2f300aed
jruby-bin-9.3.8.0.tar.gz=12e795b7e1f14141bde68f52a29b0aa9f1db20515240dce83cffec351cefd25959579e01059d42dc8c8e4280493a70819d9beb1e0523e9bc10a72af16d9abd60
jruby-bin-9.3.9.0.tar.gz=f0b31d98f39a2bd4436764db0b0139433d6868bce7c30c5d6e3552616ba879c93478c499f3e4c884fd3728502916aed5c9ca1be150ae3e80ff47b36710c3f6df
jruby-bin-9.3.10.0.tar.gz=aa36fd4c5de7b17f5fdcca1d1314d309e7b4470d46822c45baefbc0ad5180e5530a7054502b97b414352af485e7936659390690dc6198512ba6733d8f8d503ed
jruby-bin-9.3.11.0.tar.gz=d9fd90bc64028dcc45687d2be51414b1561add20d20d1392525f4434cc684d505427f5e56827afffbbb0ce2c9cd7c1ef846b0bffa737679afb95d4c160232da5
jruby-bin-9.3.13.0.tar.gz=eb24641fb7a6b9d2039ec953388053e7333b306056f9a5bf745331b04cfc05dc4211a9b7780ce88bcee9184b8cbb219b574574d308bc2720547c116f4d4721dc
jruby-bin-9.3.14.0.tar.gz=d9b02fc35133f71140cc7d891061f8190b61b3d1065f00092a2aa9a4beaf7d67297dfb0529691bd24d29607d698f39c62af9018e8307c1e6624c3104a61bb74c
jruby-bin-9.4.0.0.tar.gz=fb72f8e087ea08653fa4e4225fa26694c3ff97c41f3deb8731cdb6571c6c9b21e0d8f69e2096f82ee81e2b5c283f912e2a5228c15873dbbd56de96a2ba35d59b
jruby-bin-9.4.1.0.tar.gz=46003ef6192718a6372b79ebc89bee37957686224a08fe2f9a6be3c9e479784409d0269f0885c4d1f1351585c5d2cd31fd2ad45014e425bcaf2d44d66b98d299
jruby-bin-9.4.2.0.tar.gz=77e484ab73ece93e7d7283f876f0d541607c6080eee696b702b485be9794cf7e6d464f250a6d75387ee69aef3ba40ccf4f6d9fcfe324c5bc7a14376177ea2bb8
jruby-bin-9.4.3.0.tar.gz=2361f4bb2989f5951b0d3e9d49bf31e6805ce39bdc987ad3c6934daa98ab7c8e69763d40d7412ccef8adbbc198e52f4b83d00998ee12ac43fbfc6b5d88930c15
jruby-bin-9.4.4.0.tar.gz=e89dff0cc5b4a948daa95196d4bd4fee0c6901bb4aa023ae35b3679d9739967c2a74e8a4388b1835465dd39f1332a1f321b450b40c54ad2b81802645b4a31ca4
jruby-bin-9.4.5.0.tar.gz=06db948e5fa6f8559abd3b6891c7b4867b9f54b7bddf0e36d6f20cc1bfb394cdba8ea920213e545c927d1cb865e083cb1089c8e925bc608e0f8784a79b5d330f
jruby-bin-9.4.6.0.tar.gz=ebdc671622baf3c42a988d6ebe24af6bfefa1f717f050f602a1b35909a3220316329aad080ee2cd9cd330da9428f8d736502573efa64bd70f093ccc123ab32b0
MagLev-1.0.0.tar.gz=8da29f16e08f657b0d2f147b64f2202ac027db26f85da8dec29f926898f178ac8d11260fd6c0a539a9b9b15eb92d8c7ced86a8cab1861ae7f8a33b6fa468e5cb
MagLev-1.1beta.tar.gz=7122af70530e76b9a4cee93244d6872b49616e78086bc8a5db0f32d2b846560b352c4831addbbecc72e0e3158bd52f26c2da14f5d83a515ead30efe7c538b62e
MagLev-1.1beta2.tar.gz=43b4b831791074f6e8c12f6fbe6ccec2bd0446dae029d3e6717cde1e7adca8462a2d7dc49c14112cb568b5b3adc8cd051767044b41d57ae51f38aca035ff8597
MagLev-1.1RC1.tar.gz=942c1cf43f1a911230aa43bbac1cea2e2e61b5e19af755e29a6a71139d66d304efcc519072dcc3487a2da7462847530564aff4a2159d675e3270cc938a297dd9
MagLev-1.2Alpha.tar.gz=2672e3e5425df2d2ecc49f85df5845fdb083f74a7b242cac75e33d0c1837079ced8ec8b273807326d08e7bf6f95cb4f1d8351f37af8bb38c4150e6292fc553dc
MagLev-1.2Alpha2.tar.gz=4492ed58b6c2b852502a2195836f1db5a80f0619467e4d7b44981a993a5e9a9ea5c9fecf1198de1891583e334bbc3c3a86648ce8afea1137ae9c73a4d76b0f4a
MagLev-1.2Alpha3.tar.gz=6290895b22efb986ffd7305b7d651f20a051ab6869d51310bf891fa3eed48526a8617b69f72793e8ac0b57f99bc5de75f34235ef94de967bbdcd51857efc2af6
MagLev-1.2Alpha4.tar.gz=a621e9c615ffec503910540db770754f29bab1646d8e67650d5b82413bd551adfb0bbbb8155407ccb6f80933bfe8ae1bf9b688eb0defbc88710308bde1325683
mruby-1.0.0.tar.gz=4a0f2927da3401df23d5c19ba566995f76775def3badbb14f16510a271e7b40a833fc61841f89d8adc6d57b5b12cb453708961c16a22133c092fab8ecfcd1e3c
mruby-1.1.0.tar.gz=afa99a973e9c1b72a5a418d709c4aca08dc7449c427cedef5f12db4ccefb15e11a4fd1c23ceb7e31e49d4d2e602c0b1f9dcf2e0f6cf8ea3466f0b9bee23b53df
mruby-1.2.0.tar.gz=bd5de32ba52b6642358752755329fa45a954082122a8983012930056c286ac328fb52fbdd11f34ff7c80af2c0e9a6348abcd5214602aca1150f2e7ae25cad1f2
mruby-1.3.0.tar.gz=13a57306706d2d60693151919ae15bb3621e6e7ed3b5e9c6d3b1c8d44e52b898c1ad394b39946d730ff82a19f5e3b7c2a374f9dcc3b6c6f990581e504f1cb9cb
mruby-1.4.0.tar.gz=d2dd6e17c7f8e890ef5b6887538cccdea08a2376ba8f9a478d7d5c4377fd4c31a4af6323b1fc73952ef80e5a4778ca22eac3d724ce7d50b76770f7e614df7da0
mruby-1.4.1.tar.gz=2cbf155ba7819211b6410ea606c4d0db3adf4f47a4018ac45285ab3e32b94f280aa0af0936ead7233411957cfca62979d14bbaaf0d8f40521cba5c12272f2af4
mruby-2.0.0.tar.gz=8379f76b7a06d280e2a2552eec2975ffa3fe85b99028f6f7c009cd908f95faf3cd36a9975f502a5779559baf3c45a4297da0b6bcc038d213a0fdee851f9d01ea
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.1.0-rc.tar.gz=f310b385cbf80c6b6ab67e2a41b931411149639c0bf778799e3358d6a9a59f508f42e3faf72fef9e8ef91088d6184c445af7933a47e4e2b2fe114362d579bac0
mruby-2.1.0.tar.gz=da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
mruby-2.1.1-rc.tar.gz=97c9cc2c79a5dbf2f634ea08532f0f512f8af6ffb99ab4eefd83fc336ca9d97b943e76643971047b4508aaddb5e40176d6cc8fa39a17022455aa15d774eb5b98
mruby-2.1.1-rc2.tar.gz=13aa32a35bd5d8f02a9bfd08d17818dbae78ce46c8b0224a029f9f191cb64ac330eddf3871f4396b9221b987a91e4cd6f8933f59814ac0018155ec8454abff18
mruby-2.1.1.tar.gz=66f9b4bebb5a7b19f5cb1be2bd8b9bc65e4dbb5d4350d238ad5f947c9195fd431f2069f7334036ea63a750e9257e59ae1aef16ac99c7e1f4e17724cd1cbe2e50
rubinius-1.3.3.tar.bz2=8b91baf429dac60663d0e4da3152a60ec6e007f5d6c17ffa430876ec88eb87ade44efae90f2e32e238fd74f1b3d54e27492315f08e7bb073220b402e1e2d3163
rubinius-1.4.1.tar.bz2=928d12aa01a1d0f6c80175d67d3b1f8b9840f69f045c8148786612316421223f4cea71e3c373ee18a3f686b1457557ae547645afe758a99d21c4818dff47b9d1
rubinius-2.0.0.tar.bz2=5c81a6b8cf7b59e08c3b9353b0eb37ce985aaf391f5064df65ffb10f6d12b668287e4d4e61e2c6b560d9234c10f0b64bba74259f2c06f1dac488928544d4131d
rubinius-2.1.1.tar.bz2=154cfa93ed59835814b8b974f6d738b049942fcc2b75095d21c87647d002c879fd55aa3d1ec95414b5b66eb9926c25a5c6e3e19a7c0da7dec6edbf434acb9c68
rubinius-2.2.10.tar.bz2=c2168e676059c197123916dd948b83e39bb96e99786bdcaef2e690936b761fedb13740b9f19883f991f1b475f3249ea1696213e8448c41ae15dfc14b3d4e1fda
rubinius-2.3.0.tar.bz2=d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559
rubinius-2.4.1.tar.bz2=7bcea320006b8cd3d122c407d89c325973a74c32456ba0b649657ac848f4682f2eb7455c13e3007709c22932bc2e1b65e2dd43fda0d3c9f993ddf8a74d1e2cb1
rubinius-2.5.0.tar.bz2=ac94d5bc11524e715fc24c1de33f4d358c2cd65e92fbb64c850dc8151d2a712d268227733c99fcffe298c3bdd6ce080c5e9553e4e8f3238868323498a9d10cae
rubinius-2.5.1.tar.bz2=9315f76126d0aa754ee63b190385c24cb084f36293a99aa30fc482fd880d5393aabce361e09ff5514bc2540dfede8e179b7e9212b2dd59bd14ca2aa69d209a83
rubinius-2.5.2.tar.bz2=b48bd8d54a450441a50904b07c75c8d31b59822830a74c952720d6f8d2d86e6a27a84775e975ff2bf55bf3346f34e69d742f308933a9d8476e5e78109cb525f6
rubinius-2.5.3.tar.bz2=b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
rubinius-2.5.4.tar.bz2=75b7ddbe218e4c92210dbf5a06eb8b3c3aa028d16146982a4e813e3af10a90d33f3e239f4508469c6aba17f02cb8bd10e96a204839975e06519869cacd456c92
rubinius-2.5.5.tar.bz2=a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
rubinius-2.5.6.tar.bz2=9a0bdb5d77f80f163925ce409d00be3cee34871baae8bcfdb34c3c7545b92fd14102fecb970e42b3012588d299e504b724025f397a5a00e181ab75f1448e426a
rubinius-2.5.7.tar.bz2=8048110b3ba4e5ff8c3f35282896067e1b1b46dccaf9ef4f6c9b6098782f27591ff59ccae0234fd7e881e3aaf17a0b420286b1b52ecd2cb672249655795a6982
rubinius-2.5.8.tar.bz2=23fca2f9747d2b0e544af890c3baacfb7b3a009cc59cbe653762ccdd827a6c915dcc57902d317fa1f7a81f8c12682f6c3a93195331b6de0f705b118e2e8c13f1
ruby-1.9.3-p550.tar.bz2=38767e98df25484f7292437f3cb0f798b3a43e9a7414a5401677e96ad1cc367cb3fa23ac3abe568d5bf2b2ca553713469a8770d41b79bc63daf3fa59cb4e15c6
ruby-1.9.3-p551.tar.bz2=5ea40f8c40cf116030ffdedbe436c1fdbf9a50b7bb44bc890845c9c2a885c34da711bc1a9e9694788c2f4710f7e6e0adc4410aec1ab18a25a27168f25ac3d68c
ruby-2.0.0-p576.tar.bz2=e089cca4867cd9c715f4f37e40a1db9af6ba0c74b47e79568121bb980476f8877a87ccb848b973381edb4667c0c73165f5e1761f60db839e67f6326302dbd864
ruby-2.0.0-p594.tar.bz2=8301a51c73fb63a8cfeb14af47d0c18b5bc3c45e3d62fc2ed56a673a1cd6b0015c41f275e70eb14a9e40036b1530977199321e05285e107a6adf58514bef1b3d
ruby-2.0.0-p598.tar.bz2=10026a04e01a8ad14ea9c99bbdf4f7d04029b73ee0c01bbf6c2eb2817332d49adacf127b646693b67b5dd7010eaf3b696b23b6335cc0f7ee5a6b56dbba0f6f82
ruby-2.0.0-p643.tar.bz2=453117152e6facdcd5bedaa9c3b1e349382bc5bc1dd3d650ec58b398cb9d2519a2822d05da10bcc5dbbb4f513fc5fef310caa3529d176fa2d453befb28e4d83a
ruby-2.0.0-p645.tar.bz2=e9ca186b1cf0877cdbecd43dcab2c5161a53103e926609d5e1b769a4980eab4571bfd0951788b4fc92dfd9d10175b0f5f36ea2c7289e575a9db9b62c02f93185
ruby-2.0.0-p647.tar.bz2=3416af771ebb0b27ceacf23d309bd2a1ede832c2edf48a5ca46f0b0b84b2ab94fb6362a0c7fe4f77b21253539db8161ae26d23a78d1ba729bf03812454d93d04
ruby-2.0.0-p648.tar.bz2=609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38
ruby-2.1.3.tar.bz2=9b48adb161e5e4550a71f61252c8edf59944affb82250babcb64240749af4b672e4a54ccd0feac5b36ea447a358b350b5080125ef2d4acf6e9e8b1ab82612f48
ruby-2.1.4.tar.bz2=68db1567751166c5e7d24b6e5015124b8a15568c50556e1f429486395352fa56c4a195a74820ab135697924149d014b445b345a1b9755678aaf824fba79c606b
ruby-2.1.5.tar.bz2=d4b1e3c2b6a0dc79846cce056043c48a2a2a97599c76e9a07af21a77fd10e04c8a34f3a60b6975181bff17b2c452af874fa073ad029549f3203e59095ab70196
ruby-2.1.6.tar.bz2=75d58120b5f387bcadbf6d19e85624f78c74f81b9018baef39207214673f7ebc0700ab31145acd88b4071c896ba8e1302a29c90955bcf5f8c863634125022aa6
ruby-2.1.7.tar.bz2=f610d2dd6a93f0a5e84e04ddedf847bbcea5dd3289b3164cdf60be64f67a80dfd5f9836ea5d169970cd0ce24a7e05ea6190699706567cb0d5cf450de6a70e445
ruby-2.1.8.tar.bz2=7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
ruby-2.1.9.tar.bz2=a86422132e4c64007a84a91696f4557bdcbc8716fbfe1962f1eef3754ee7f994f4de0b5b7e7231c25057515767040d5c4af33339750b6db15744662e9bd24f38
ruby-2.1.10.tar.bz2=4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
ruby-2.2.0-preview1.tar.bz2=2f1190f5d8cd1fa9962d1ff416dae97759d032a96801d77bc6b10136eba59dde1a554ff8c0c2d9ce0d3c1361d4dd12ad573b1266fd53b90ab238d8ce39e6b862
ruby-2.2.0-preview2.tar.bz2=c654d4c047f9463a5fb81eaea0fa5ab7bf316962bc7fb0fb356861e6336ce8ce2162c7779d8b27f72d7bc0e9604b5e5af2910abcb0b0a1f197b3138eaddfd4a5
ruby-2.2.0-rc1.tar.bz2=181201168360bee37dceeef3481a69e8a333a5d329680031fd9d371d30ac64460bbdf4db07546133024f541774e51301f1630cfd988c5e5bf2464834f3abe6bf
ruby-2.2.0.tar.bz2=04edc53e8cd1732c3ca61ebeb1d6133614beb10f77f9abb80d8d36352fe8aa205112068e460bf600b2c7e81e0ddcc3b311e7e027c320366f1bd992b3e378a6ad
ruby-2.2.1.tar.bz2=af6a8e75a66b953ff33ecbca5111bcf1c6560b6b48b370b700820fcbe91363146c5ac8abd670a14e693b44343ae598bab472ed2902834304c03ffcd9550886d1
ruby-2.2.2.tar.bz2=d6693251296e9c6e8452786ce6b0447c8730aff7f92d0a92733444dbf298a1e7504b7bd29bb6ee4f2155ef94ccb63148311c3ed7ac3403b60120a3ab5c70a162
ruby-2.2.3.tar.bz2=795f1b66a6d4f0baef897068899c3a1a4370ce1268618e6a7d6d4720234444259f371d1ba2e174b2f7580265e9f18eda3f295fbb087447aa6e8fb7a0f07526ce
ruby-2.2.4.tar.bz2=d27ca2f19c214ce87f906b57edd41f2f8af35b2871c191470facded9cfda15ba46e5c3bc7d5540225a38da6bd65050fcc8aaa4ffbadbb6bf7dc891c1821da0df
ruby-2.2.5.tar.bz2=d3224814361c297bc36646c2e40f63c461ccf5a77fea5a3acdcb2c7ad1705bb229ac6abbd7ad1ae61cbe0fefd7a008c6102568d11366ad3107179302cd3e734e
ruby-2.2.6.tar.bz2=7a93f72d236521ac28c8a0bc0c73cf805797a8813d22e02f42c5fc05dd39f6e422817272e0db6a24c245f6f97ad4b2b412a9a47ac50156ab186df596918a5f34
ruby-2.2.7.tar.bz2=83756cd1c91516962b83961e0de59d858618f7ed3e9795f930aab4f199d47a95ed8f867d8aa9b51d508be26d9babf2140117c88241168bac41e6ef702cfadf20
ruby-2.2.8.tar.bz2=aa1c65f76a51a57d9059a38a13a823112b53850a9e7d6f72c3f3e38d381412014521049f7065c1b00877501b3b554235135d0f308045c2a9da133c766f5b9e46
ruby-2.2.9.tar.bz2=2a8c8770fda20a22b79c9115b6f468f8e7ea1092c84a5089af7a3122163e5ad298b493e6637e4d93ba02d899d8a619c94064dda8ac98cf3b93f64f45d5401085
ruby-2.2.10.tar.bz2=f8ec96c2a5f4ecf22052ee0b1029989ded52d7bf5d41be24fef67e732e76f72119302240bca08f0547510a9cd29e941a32e263cad9c8a2bf80023d6bc97b2373
ruby-2.3.0-preview1.tar.bz2=ae6d46c87f59e1fd3703b76dfc45bfcf208625f95ab9f4559f0b9f7050e8681f1a6e419f5fa06b704c83e56879c3a9ff1337dba443bcfca76fadb49c97d97a93
ruby-2.3.0-preview2.tar.bz2=e397f321d4338edba8d005d871408775f03d975da90c8abcfdb457a1bc7e6c87efe58c53b2c3bc122e9f58f619767b271bcc8d5d9663ed4b4288c60556e8d288
ruby-2.3.0.tar.bz2=77b707359e754c3616699d21697752741497c719dc3d6fdfb55ed639e76d52560d293ae54cbe5c63be78dc73fbe60f1b8615d704d017bdfe1994aa9747d26a6c
ruby-2.3.1.tar.bz2=a8659b96a3a481a3dbdbb6997eb18ff1f8cd926a9707a90d071e937315c21d372c89252f0d44732ae5007d2678fda8c8fbceafa4e4b4ff500d236fb796284d8d
ruby-2.3.2.tar.bz2=78699bae5b0a2382a58f9d51f7d891341f00ad3a90d9ca06b68b1b245cf5acebc3a82133e39bf6a412ac999a5c0f778a0dab177c2569ffbee085ffff6f6ec38e
ruby-2.3.3.tar.bz2=88f7782effd35bfe0b4c33140b5eb147d09b63fbb35b9c42d2200c010f387e2b70984ead1eca86569e8ec31f08b35289d440c0ca76b662dadb760f848e863d91
ruby-2.3.4.tar.bz2=ad1f16142615498232d0de85149585be1d2c5de2bc40ec160d272a09e098ef6f317d8b25026001735261fd1c5bc0d1f8513a8474e89f0d86eed5b2fe7338d64e
ruby-2.3.5.tar.bz2=3ecc7c0ac10672166e1a58cfcd5ae45dfc637c22cec549a30975575cbe59ec39945d806e47661f45071962ef9404566007a982aedccb7d4241b4459cb88507df
ruby-2.3.6.tar.bz2=bc3c7a115745a38e44bd91eb5637b1e412011c471d9749db7960185ef75737b944dd0e524f22432809649952ca7d93f46d458990e9cd2b0db5ca8abf4bc8ea99
ruby-2.3.7.tar.bz2=e72754f7703f0706c4b0bccd053035536053451fe069a55427984cc0bc5692b86bd51c243c5f62f78527c66b08300d2e4aa19b73e6ded13d6020aa2450e66a7d
rubu-2.3.8.tar.bz2=6d79e0d25757fd37188a8db3e630a52539bce7927fcb779a2ce9a97b9e5f330753035c16843552f1a1fb6c9a1e5c0f916b3cc8b5c0bfe81e20f35f8442e40ae8
ruby-2.4.0-preview1.tar.bz2=c9873e8686eb54dbde61d6e23cd5197beebccd6cb31fd12c82763ebe1fde17095d7514d9d93c2c82b238032c98691df5479dc2d666a8a590e0fc54450ec29cb5
ruby-2.4.0-preview2.tar.bz2=0c9a59a2f57a99c4ee8539a30f41da1de7547566203f89d856e1be9dbb44365754e6c470145dc9336eb324e0feb2f53d9fef18a1564968ac21f9ee528905949f
ruby-2.4.0-preview3.tar.bz2=6602c65a7b1e3bc680acc48217108f4335e84fdd74a9cf06f2e2f9ad00a2fccacf9fa035a912bc9d5cc3f0c7a5e21475971dfac37b0364311ef3645f25c7ddf9
ruby-2.4.0-rc1.tar.bz2=b43902ac7794487197df55a45256819d2e7540b77f1ed4eb68def3e0473ee98860a400862075bafadbde74f242e1dfe36a18cd6fe05ac42aae1ea6dddc9978ce
ruby-2.4.0.tar.bz2=bef7bb53f63fb74073d071cc125fb67b273ed0779ef43c2d2969089b9ca21fff1bd012281c5b748f7a3c24dd26e71730d7248c05a01cb23ab2089eb4d02115fe
ruby-2.4.1.tar.bz2=1c80d4c30ecb51758a193b26b76802a06d214de7f15570f1e85b5fae4cec81bda7237f086b81f6f2b5767f2e93d347ad1fa3f49d7b5c2e084d5f57c419503f74
ruby-2.4.2.tar.bz2=1a5302d2558089a6b91b815fff9b75a29e690f10861de5fdd48211f3f45025a70dad7495f216e6af9c62d72e69ed316f1a52fada704bdc7e6d8c094d141ea77c
ruby-2.4.3.tar.bz2=fb4339e30c04d03b1422b6c32ede45902e072cd26325b36f3fc05c341d42eea6431d88718242dcc9ce24d9cad26f3d26772f2e806bd7d93f40be50268c318409
ruby-2.4.4.tar.bz2=ae632852a5f413561d8134e9ef3bb82adb37317696dd293ef92cb76709ecd45718f14116ecce35b12f1c2dd53ccae8dabc7a924a270072b697512d11f4922347
ruby-2.4.5.tar.bz2=7034fcaeaee41f14bc0ecce0d3d93bd1abe95310e1a0b95fac66eaba867adfb2bf7ba4d0d70d67a15ce8df16052dee405c38cdb18987602e64a2f701d37d3df0
ruby-2.4.6.tar.bz2=292802984e5cff6d526d817bde08216fe801d255c4cede0646e450f22d4a3a81ae612ec5d193dcc2a888e3e98b2531af845b6b863a2952bcf3fb863f95368bcf
ruby-2.4.7.tar.bz2=2665bca5f55d4b37f100eec0e2e632d41158139b85fcb8d5806c6dc1699e64194f17b9fe757b5afd6aa2c6e7ccabba8710a9aa8182a2d697add11f2b76cf6958
ruby-2.4.8.tar.bz2=2d7e0f5ad766e2a12a1b53ff838e6bfe86244ffb7202196769c25e9df6f71f3ccdd8605e7ef35c53e54310bc82caf6b368ad5111dd0a3ad70a3aae1a7be93f08
ruby-2.4.9.tar.bz2=d485444dcd025a261a16bd740dae63c0aa23e4138a095584e7a83aec47af34415c7d9cbc1313e92da2ec416b11bfddf20bb1a7b60c80f12906d11ef27409b3e8
ruby-2.4.10.tar.bz2=4d730d2d7cb96b002167ee358258f2620862a5a6d8627cfa5b49bd43c6e59c50c0f437b959d4689b231d57706ec7d5910d9b144f4ca1c1ed56bc879ed92e8a59
ruby-2.5.0-preview1.tar.bz2=2d39ef64aaf7a52014905f4ad59b53e83b71433e50a9227f9f50cbb7a2c9a5db9cd69fa7dbe01234819f7edd2216b3d915f21676f07d12bb5f0f3276358bce7f
ruby-2.5.0-rc1.tar.bz2=bf0eb114097f9e505ff846f25e7556a2fb393573b4e8b773f94cf5b47998e221f3962a291db15a3cdbdf4ced5a523812937f80d95f4ee3f7b13c4e37f178d7a7
ruby-2.5.0.tar.bz2=8f6fdf6708e7470f55bc009db2567cd8d4e633ad0678d83a015441ecf5b5d88bd7da8fb8533a42157ff83b74d00b6dc617d39bbb17fc2c6c12287a1d8eaa0f2c
ruby-2.5.1.tar.bz2=82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b
ruby-2.5.2.tar.bz2=9f9388a162a3ae9c14ec8999fa3b12ff5397de14f55996cc8761d21c757113db37ace4d326b9606de7ad3a5875aa94fec900dd9b81b2fb0dff558c39422f4aa1
ruby-2.5.3.tar.bz2=6fe89fe9d406bb454457442f908774577369ab2501da4fd15725ccbab77675b88faad739a6c8ad1c7b6690b439a27de5e08035b7546406cdeca65c7b295e2c77
ruby-2.5.4.tar.bz2=3c4f54f38ee50914a44d07e4fd299e53dddd045f2d38da2140586b8a9c45d1172fec2ad5b0411c228a9b31f5e161214820903a65b98caf3b0dfeeaabf2cab6ad
ruby-2.5.5.tar.bz2=1b56aa79569b818446440b9f2d13122bf7c2976ab9b2865f5fb62d247d7768dd4ac5b5e463709ffec0f757bff7088afd293c2a8c5349c3780763b6444bb354a8
ruby-2.5.6.tar.bz2=e4511d42d19a7bb39ea79f66bb4eca54b63c2a9d27addc035d6d670c1e59ee48a0c6e9c6bc7d082d1f1114b0668831dce3b7422034517f3c4a06ced0e47a7914
ruby-2.5.7.tar.bz2=7d6a7d41b4f3789f46be5f996099f3eb8321aa4778b2a8ff44142654e769ba4ba2df127dd0f267547e4c8cd6ff46364f18e79838df54fcd7e3fb714294ee0099
ruby-2.5.8.tar.bz2=037a5a0510d50b4da85f081d934b07bd6e1c9b5a1ab9b069b3d6eb131ee811351cf02b61988dda7d7aa248aec91612a58d00929d342f0b19ddd7302712caec58
ruby-2.5.9.tar.bz2=12f58e14cfa6337065b0e82941e39b167813920eb54cbdb4ac4a680dd0cb75d2684d341059e7b4d0da1292bfc4e53041443bd14891a66f50991858b440a835c8
ruby-2.6.0-preview1.tar.bz2=d9cb270529a97670d54f43a0236fab072714e715c39277dab70b7a1843ec818e6700e47e1384c7256f9e0ae41ab2c0b768a0de38a5ecf4f4fff5da6ef5ad4944
ruby-2.6.0-preview2.tar.bz2=3872227e9b1c97c206d19bf1e6ce15a38ee15a26c431b4436605dea67affcf16372358984df76b35e7abaa902c15c16f533ac7af47e3031dea9451bbe459b693
ruby-2.6.0-preview3.tar.bz2=d1693625723796e8902f3e4c4fae444f2912af9173489f7cf18c99db2a217afc971b082fce7089e39f8edd54d762d2b4e72843c8306ed29b05ccb15ac03dbb5b
ruby-2.6.0-rc1.tar.bz2=cbd6281b2aab6fbce3f699c1ab57e5423304dca7a547a0b3cd4e8e980326dc7b85b2ca2bfaf3f3a648d40f4222fdf1740d81d422790ee7ae1ba1ed33eb11e3e8
ruby-2.6.0-rc2.tar.bz2=9bfbe83fd3699b71bae2350801d8c967eb128e79b62a9d36fc0f011b83c53cab28a280939f4cc9f0a28f9bf02dce8eea30866ca4d06480dc44289400abf580ba
ruby-2.6.0.tar.bz2=ca3daf9acf11d3db2900af21b66231bd1f025427a9d2212b35f6137ca03f77f57171ddfdb99022c8c8bcd730ff92a7a4af54e8a2a770a67d8e16c5807aa391f1
ruby-2.6.1.tar.bz2=fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
ruby-2.6.2.tar.bz2=cad678d2ced4085e99009e4fef83c067dd0e6ead27a8695bc212c0e5112a7fa09ceb27f82638faf91932ef8bdd090f844e0a878ffdf6845a891da4b858588aa0
ruby-2.6.3.tar.bz2=c63c3f527bef88922345f4abb4b9ad467117b63f2132e41722ea6b4234cec3446626c3338e673065a06d2894feee92472807c284cbe613a442c8fda234ea7f88
ruby-2.6.4.tar.bz2=a9fa2f51fb5f86cd8dcaa0925fe6f13d4f19f110b5d4c5fd251f199d16aaf920db39ad3bb50460eb94ab8d471ab2ac8bb54daea4a3bb080eaf45250aac3437fe
ruby-2.6.5.tar.bz2=28e0b04ac8ca85203eb8939137b5e5de4850c933faf7f62fc69648fe1886faaabf6cdf48382f9d9585c1720876d10b41dafd33efaeb23341c309917fbd8a6e21
ruby-2.6.6.tar.bz2=001851cf55c4529287ca7cc132afc8c7af4293cdef71feb1922da4901ece255ec453d7697b102a9a90aef2a048fe3d09017ea9378ab4a4df998c21ec3890cdbb
ruby-2.6.7.tar.bz2=311ec56d23d0de7a163f66c1ef4e5369b822f8409f8e1f3a25785c803f01c68dd13aa8ddcfb3a0fe6a97bf321950f8d6cd75b2babcb04158e791601914666f7a
ruby-2.6.8.tar.bz2=51806d48187dfcce269ff904943dd008df800216ad4797f95481bdeecc2fbac40016bc02eabfff32414839ebb2087511d25eebfd6acead1a1d3813be6c10edf7
ruby-2.6.9.tar.bz2=ff067ebc059094c0a9a0debf54a37aad2c85f7ed47be59299041c9c03a7701529f5063ff32a1b8c56d48ee8585015acba63602ed0176b2797d263d43d67aa241
ruby-2.6.10.tar.bz2=275a0f329641e6c3d3d3c33ffabf585195187eb3baa4fb1dfd35999fa0a80bd5925943fa2711827ac00dffb6c9a1deeadabaf2e9ee401d56926fc167db5ae4a4
ruby-2.7.0-preview1.tar.bz2=a36b241fc1eccba121bb7c2cc5675b11609e0153e25a3a8961b67270c05414b1aa669ce5d4a5ebe4c6b2328ea2b8f8635fbba046b70de103320b3fdcb3d51248
ruby-2.7.0-preview2.tar.bz2=7066ececebbbba4b2933ba1a4f70cdef373169910802259a3e52b4fc144ba298f3cffda4be5fe8a7be8ef769ed43076fa046a9ac2c13bb733475b9852112c6f0
ruby-2.7.0-preview3.tar.bz2=5d8e99e3fd984c7d05c0bc483e1504e81ccdb920cbb2d78cad3c314e197b30316b692fd0199f836acac41246e3a713cb81dc6dd64c27cba56f807df4c193db1a
ruby-2.7.0-rc1.tar.bz2=b5f96227775f8bdf19f944a555d0a83d7e84b37bd31fe4b8ac008a3272b1a28a4d94abbb1b5570ee32ec0690ba9d476b837a020a5194bee14bebf6f0e768bc79
ruby-2.7.0-rc2.tar.bz2=9010f72bb3f33b6cd3f515531e6e05198f295bb2a8a788e3a46cdfd776a9f6176b6ba8612f07f0236a11359302d2b77fdecca1dc6be33581edbb028069397a0a
ruby-2.7.0.tar.bz2=8b8dd0ceba65bdde53b7c59e6a84bc6bf634c676bfeb2ff0b3604c362c663b465397f31ff6c936441b3daabb78fb7a619be5569480c95f113dd0453488761ce7
ruby-2.7.1.tar.bz2=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
ruby-2.7.2.tar.bz2=f07592cce4de3532c0fa1c84d53a134527d28ba95e310cd3487ac321c49ee680faeace285de544ee6db432a90aa7538a1d49ff10c72b235968ca362ef9be621d
ruby-2.7.3.tar.bz2=e9236138be3e61380140f2e0d42f8fb82ad8f5219d454de2f6c2ec546bb208acc8b0f2020f23e6446660d2b3b9ae873cdd8298471f166a5f1efba8e80b05e746
ruby-2.7.4.tar.bz2=f144c32c9cb0006dfcfa7d297f83f88b881f68c94f0130346c74dfd8758583a68d22accfd0fc9f31db304ab5ff0bc135bfb2868145c0dec1ee6cec5ac6c3725d
ruby-2.7.5.tar.bz2=0aa2ac44bc22859a39c43d08b7c7f457df05c2dc36b2574fd70ca399143ef1000dc5e496212db9eb055bc4258523d47d26db3c57a1a5a5d63cf1b3de9f81645a
ruby-2.7.6.tar.bz2=4f7f3624afc43da25ebf0f01d5a2f92f72f94bab7423587cfd3920e089b479bf559b159adf2891b996f7e6a98c008a4f73a4a2170e2f8619417660ac1ab24bdc
ruby-2.7.7.tar.bz2=24cc772ac1b56d3bb423f1b33716f221bf534f3717a506bf8235a698f8a454db7d79d94ae9a84067153c2f737b3f8f6085f34e36cc04be0d75ae2fdd57718870
ruby-2.7.8.tar.bz2=3a9db8d9e79318f869417f2ebf3365907febc0d1428116eabf3253c51d8420f255782b32fa30a54802b9f5f4187fad80dab0611cc80436feec84db87b0456ec6
ruby-3.0.0-preview1.tar.gz=b94892951f842a1538f4b99022606ac2c0b5031f1ede7eef3833a8caa9ed63e9b22868509173bfefb406f263c65211db75597b152b61f49e5ba2a875fce63a27
ruby-3.0.0-preview2.tar.gz=6fa4191425ae71e41894b60bd9c31d483a562ee8216886360ce18238ab48115b95be0367708612c45f634e7584fba8940a524ba0113ce0f36ce4df78a112d0b7
ruby-3.0.0-rc1.tar.gz=798926db82d27366b39be97556ac5cb322986b96df913c398449bd3ece533e484a3047fe35e7a6241dfbd0f7da803438f5b04b805b33f95c73e3e41d0bb51183
ruby-3.0.0.tar.gz=e62f4f63dc12cff424e8a09adc06477e1fa1ee2a9b2b6e28ca22fd52a211e8b8891c0045d47935014a83f2df2d6fc7c8a4fd87f01e63c585afc5ef753e1dd1c1
ruby-3.0.1.tar.gz=cb81db2c9b698cf8159b2ca6507f4c7f171e4eb387f5730c4b658ed632b7900a169808e6fbec0ee80598d937030ad5d9c56b63a2a339373ec5d9e1c06b7661d0
ruby-3.0.2.tar.gz=e1fba6f5429b5fca9c3f52a32535615fcf95fafa415efc71c46db4cce159f249112c01574c305026be5c50140335696042e47a74194caea045acbfaa4da738cd
ruby-3.0.3.tar.gz=39dab51a0d784a38302372b99f96205817d466245202586d22123745761e9cb39db128ec2b984ebc3919b9faf2adf828d19c97d3fb1e56d44be0a81dc5d11b87
ruby-3.0.4.tar.gz=0dfded6826063c1b39bf625a6e13b46c109cb160c8648b78f0965f70e7c7a1a65f1c117fc8f2cf8bdb34d7cbf79fecf1f45d169d2323406d66ab27b18bde1d22
ruby-3.0.5.tar.gz=ea45fcd2ca53b87f18fd8696d00a1e340d2495443216aaf87d3f643cb5bd8bb614a1faacd82d07e7f2b72172397c728316a82d7c34a7b4566191268ea517ccf7
ruby-3.0.6.tar.gz=d596bfd374ae777717379b409afe8ee1655ade0c0539ada7a10af4780b818efe25a28aa50a2a7226741d1776d744e10ad916641f9d12fb31c7444b0a01d0e0cc
+ruby-3.0.7.tar.gz=66e5116ddd027ab1b27d466104a5b440889318b4f2f74b5fdf3099812bf5f7ef77be62fe1df37e0dc7cd5b2f5efe7fee5b9096910ce815ca4126577cb2abfaa7
ruby-3.1.0-preview1.tar.gz=63f528f20905827d03649ed9804e4a4e5c15078f9c6c8efcfb306baa7baafa17a406eb09a2c08b42e151e14af33b1aadbd9fb1cc84f9353d070b54bbf1ff950d
ruby-3.1.0.tar.gz=76009d325e961e601d9a287e36490cbc1f3b5dbf4878fa6eab2c4daa5ff2fed78cbc7525cd87b09828f97cbe2beb30f528928bcc5647af745d03dffe7c5baaa9
ruby-3.1.1.tar.gz=a60d69d35d6d4ad8926b324a6092f962510183d9759b096ba4ce9db2e254e0f436030c2a62741352efe72aec5ca2329b45edd85cca8ad3254a9c57e3d8f66319
ruby-3.1.2.tar.gz=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
ruby-3.1.3.tar.gz=550cfda2ae492312009a58316e18fd77ea92852718b37443bcd76aac84ba6694fb841fe19bf23bee099f96f5aeed9d03e77c8c02fb194e414eca5f707adbbf90
ruby-3.1.4.tar.gz=41cf1561dd7eb249bb2c2f5ea958884880648cc1d11da9315f14158a2d0ff94b2c5c7d75291a67e57e1813d2ec7b618e5372a9f18ee93be6ed306f47b0d3199a
+ruby-3.1.5.tar.gz=23661cb1b61013d912b7433f8707bbcd723391694d91f413747c71428e74f8c7385c1304de7d08b70c9fa3bd649e4eb5e9acb472d89dc2ad5678cc54855a24ae
ruby-3.2.0-preview1.tar.gz=d24e77161996c2085f613a86d1ed5ef5c5bf0e18eb459f6a93a0014a5d2ce41079283b4283d24cb96448a0986c8c6c52a04584abd4e73911ea59cefeb786836e
ruby-3.2.0-preview2.tar.gz=5e9ddcb1a43cff449b0062cc716bfb80a9ebbb14a1b063f34005e2998c2c5033badb44e882232db9b2fceda9376f6615986e983511fda2575d60894752b605cc
ruby-3.2.0-preview3.tar.gz=860634d95e4b9c48f18d38146dfbdc3c389666d45454248a4ccdfc3a5d3cd0c71c73533aabf359558117de9add1472af228d8eaec989c9336b1a3a6f03f1ae88
ruby-3.2.0-rc1.tar.gz=798157d785ebae94cb128d3c134fa35e0e90c654972e531cb6562823042f3fb68a270226f7b1cf0c42572ef2b1488a1a3e44f88389ad2a6f9ca4b280a2a8e759
ruby-3.2.0.tar.gz=94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
ruby-3.2.1.tar.gz=f8bbff5e237b501f4042ddc70a19ac1ce74f72f147c90daf7f3007a940136abde37c12a0f7444f713ede09ba847c2cc2897a1742823832e3dc8cce80073164e1
ruby-3.2.2.tar.gz=bcc68f3f24c1c8987d9c80b57332e5791f25b935ba38daf5addf60dbfe3a05f9dcaf21909681b88e862c67c6ed103150f73259c6e35c564f13a00f432e3c1e46
ruby-3.2.3.tar.gz=75aecd9cf87f1fa66b24ecda8837a53162071b4f8801dcfd79119a24c6e81df3e3e2ba478e1cc48c60103dfaab12a00cfa2039a621f8651298eba8bd8d576360
+ruby-3.2.4.tar.gz=b695b98dac7bb2c8755a106d949cb1b1b91551092fad263765171ddf8a4d86585259ffab5f7cc9bace70143d645dbe5932cfc61c6dba7817177de391d76bcd79
ruby-3.3.0-preview1.tar.gz=0f891f140ddc6372aa7c4459f8784126e0c341db7b80e72c51e441c5153c43c2d7b965f7807c076862ac84b9b8b0c6a66bbf66fc341746016151397bb21c782a
ruby-3.3.0-preview2.tar.gz=1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
ruby-3.3.0-preview3.tar.gz=94db07a6958c09809b2e5b597fa55a121074e8bacb3bf588c83cf0d35b07a8b070172035a49d1abf0d8ee364a9ace824f34e677f7327ffe1acdbab0938ac49c4
ruby-3.3.0.tar.gz=26074009b501fc793d71a74e419f34a6033c9353433919ca74ba2d24a3de432dbb11fd92c2bc285f0e4d951a6d6c74bf5b69a2ab36200c8c26e871746d6e0fc6
+ruby-3.3.1.tar.gz=0c8ea922a79152ac7adbfb2541320565bce6a631692fd39d499a06f53ad6339c16fad8374d171351ed63f7bda3312b26d4f8c058c5b6df3d7548fde372c718f1
rubygems-2.6.11.tgz=3b0dd38c0aaf313c59e299dcf54f7bfb6e6d84b8b739573ddaf599e584da45ed7b1465f6521131b32f237e31a4796d9ef455b8be685064b3fd77a0355dfff13e
rubygems-2.6.12.tgz=ebb672488b50f5fc988eab66ab14ce8e887dcc635f71239a85e32fbf1e919ca70196eb4d3f2fee3486cace7064bab0b8b08339c754b723198e1b0b0a0984ab54
rubygems-2.6.13.tgz=c952b6061a9a0778db304c3aa5bea693e71ae2564abfb19f8b123eef66eb1e3877fc7c36f4f1527da97bb320870cbfd4574ac57ad88e850a44fadd67ebdac152
rubygems-2.6.14.tgz=7743845bc5265df3782f85a23896cbb250d8a2bbc9934a27f274b001afa7aa62f7f00f616296f74747ea612d2cb37dd7f533c931aa72550d84c64d2a73d60daf
rubygems-2.7.0.tgz=0bd08fbabcc33687c98365ffe6794ca2a5e82160b0297479d4f19bd899d176b7f4efb95248898b26d873f9fc7d86c10cada6e40cdc48738b0bac261c3aad261f
rubygems-2.7.1.tgz=fa4ea123760b03b8b8e8ececc55c9dc34249073fb267d310bd903aa7a613267e5d27990bbf28e32c9a746bf884af8a84a0dc202297272f9d477f7710c21bfb60
rubygems-2.7.2.tgz=0f48c6e46663780a571c7ee0e6e772f2e18a755031e7dd8ede7870f238c214b9e3e38153b1ae8f1f78a9aad63c1a079b86573b3a25c57a600d842bdf92b9c4d1
rubygems-2.7.3.tgz=2782331b31947a23f85b285a3d5e7b66e34fe5847bc84dca4f1e6bfe33ce187ab0cbc814229de8111aa19490b656ca78b7c821e4ea6b425449991c01371b7565
rubygems-2.7.4.tgz=90f72a46709ef847666a6a23eecf24521abd5c294b2da8a246bb4c7f85daf4af39a0634fc8093c7bb7ded2ac137ea27fac5ed94af3b70c49e78594285c7a40ce
rubygems-2.7.5.tgz=86957f1c438070135df527a15102e40487fcee93a55251463095e4c8794a8616d16ed9bdead0e0ef83c44806bd5016ecd9e178bef608b66af2e68e2c9c49e941
rubygems-2.7.6.tgz=bc168afc40c974dbc7c37eb5678432ba2ed7469c3f007a159699467ff2cff5205c508237193ee8becaa6eb555b043969cc5f92b2aaa6bf7c958dd7c187e258a7
rubygems-2.7.7.tgz=f93b7eacf5ef8725c40d618daf9deabc7e9eed74b3b7f13ecd16f89205fe24958e782314c52f8a8fe3205b93e20b830b4fbf7ff8944ff1cf56feb7de2d773252
rubygems-2.7.8.tgz=3d1cf68377dfcf102028342258aaff5a7257d2d2b34a80508c85aa258d810add46e65a157f902c271b0b7b568c437372d17246e89cd88f8500e47c008d17f1a6
rubygems-2.7.9.tgz=5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
rubygems-2.7.10.tgz=48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
rubygems-3.0.0.tgz=047f4d446aae414e4803517088ef47d5cc66319ff08a3795c6d69e83eee9f3e7c3b05419858f7e5b6a8ec224990ca01178a9259961ef2d7ab737bac352a0f18d
rubygems-3.0.1.tgz=dc29ad51ec67b1dca82a23973ea92153482788964d0755bdcd3c650116915c461c6e5fb1c826be3ee04a497fec4ac2826904bd406f24611e77cd8c9eaf4d8729
rubygems-3.0.2.tgz=90b46c2cd4f8baee74eb488a40691cc00e754cefc42029d485163d6ad7782df78ba5cbeab08eec6a4f71febe0f6e635e12a9381393008c58eb5e16396df93fbe
rubygems-3.0.3.tgz=1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
rubygems-3.0.4.tgz=887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
rubygems-3.0.5.tgz=f5a97cf67d7d043afba7c1aed014f1b64ff6376ea74d3d6533496bc5ca9742e0ccce1a157e6f67d8fcbe59d8e34bbfbcf4ed8be97acf2970603de6381043cb78
rubygems-3.0.6.tgz=1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=5dfb040b746e462c297ebcdf84e0f07cd74b86852055dcf0a7cf1814112099bc674bcccd94b03726aee76b253c9345a45d046cbfea230647644f0fd6b1c1ec96
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=17983c442c54d19196be3626e25c64f5474139c0b973624832ba8730efb047bc747c02e59c82f38397bf012c63ab83f79a9c1b64311cab796f08fe96d7d12a1a
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=b0b57082d61317911f101da617333d81ee6bede6b6e18f9bed86544dc413339c830198d90cad7ac94c0c8fb690adcfc559dd9f530abb70507ff6a76eee552b61
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=18f9782de56269389320ddad779ec69c168909198d4572e2ea4c18bc8082a539569a76760a6a6da58722fe08d77d83904aaba14baf4075a2833cbd2efc45dff3
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=134d9ba5db7b8a1960d3a88390cd6f7503a0e8565094fb127333d122cd773bfbf9dc976c659029007e6fb68e93486293bac2ee29ab21dae9cb0c06ba57dd2c72
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=5804f1f27916176f5a270de8aac85bc48c38ba37c4e719b09f5777e5c42429271819378cfe096c3cc33d406cd0726f2e37658020f97a438fd53751019831569a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=2597b375f590755b851d3b8cbad3eeab4c965eb02d0c944044f57e39f6c3db1e2f513e2aa55db789e4a885c697f81ce5c8bdbe9a7e44ee30fc09d234e44fb512
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=2eb177190de0408dfdaf30264132955d1db7783ddfb63880d97d5933f66c5662794c3bb6198edf230fbff348674203e61f7f5481e74ac875974467f2f128e939
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=ab3a3dc19f903e68e36b135729693fa025a7c1950139277255e48c972387ef8399beceb3252ac37cc70c0df92838f8a0ba8c45f53665ac4286ef23f9b240806a
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=b8423f50a5292e211db7ebd7e2b987fd5c9eaaf34eba86b0644d2716a7f068f2e56deb4357c516b87b437e64fd5ce8515bc181165cc1042c6763f27d71baa59d
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=bcd05d304ee9b4da97193575fb1ad78041a0c7710bb444af6aef12ab4261b1873f472175ec51a187a5e99da481d66b81a132fb691643b793e87d655f31d54657
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=2c758221793c38ca8af1831a5d9f3abd555c406569508ac3a86d3c1ea5baeeacf65abb6e904ed3b1e58f555f51bc85ab171135ff4c3d0e08cdae994a861cbda4
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=42e60b69957f77a8623e0dccb7d215e800c27c622364fa76b9c574e8b1d3a4056a058b61ed91eac2375ecf4e51e482a6e17550aa2894a44d1db70687958033da
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=18556ee8d2fdec6907fbc8fc33d8b32ea0c58d40ee3df084ffb233e2fcd3a514a553f97c31dcc25dda3f86b1b805ca5fe3c9bf8cb078b92325515f09db6b88ba
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=10a7cb1be6214347469d5797091f73c3d7824bfb32a47c13566573a383380b1df9b79b7901ce0fa3af1c97285c90afac21e2de7a66ed88d9495846743b3b25e2
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=53f0939d9d8c3470cb79316d865b765816032528d77a3cf497134f3aa667a6253ae037410801261a8e7d0628198ac5f6aea5ecf9b7313f06ccc1d5e9f94e74ea
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=f89bc9a3310634d39f68006307da0b0ddafae036089bdd663e8372777a9562d201a4e69b2e1a602cff5fba6c78a8d4861b6d1020679bd0c72c71b938a4f36a27
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=3f461c12fa9fa57a55cc390eb9887df88f404661a77bffb44f82b4c7e9021513a6df9f6d5f332a36ce0c28ae7e3d5afbbe15cc4b814bc7f86dac2e5ec280f947
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=85f042c308ccdfbeb318cec37056d8d970cab51cb0779425b85b8f76b0a1dd9cdec3191ae2b6b9b6be6e95767db814496450ed20076addd9bd495742f9de3c8c
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=067a0f63bbaaed4c8d4120f758c8ecf8c52afd1d30ea9d41489e26289d57a574d2d4ae29e29655378510adfb3f4a07b04b403d6ee98ee6b3d3aa8bff9c8d718f
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=1eb6b80cb05133d253f20629a11ed9ec3f37da002d5668cdc6577b2a20524e0cdd4d739d3f1aa2e8c518e2f7ebfd519ec1c647293714a1133ad4d569375c0e69
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=e3cddb0d0ae48f7d5ee4dd094ddb5a13f6a7aff1521b1adf25710971664b235cf67144e3b81525fd710dc49b6f6f6ba06e10eee1df5dc08119e9494c6be86934
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=c982194675b66a0433bd5517fc6f1564db669f595f8c7ba4819bf37e0599474d49a0c606577a898c27fa5ba40ab793c62d8211e7ea398d6b3e2bcc31eb5d55f4
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c14e396396385644333fb4c4aa1fb4b934a3f4e46312146821e5dcdaa097cb5b1efbf397c1dd6117d909803fd27ba8d835904672e98d43dc565e907fed752e1b
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=f27a75f929a6e945e49ceaad12f484fdaa918469a2f639b572fc4737b78e1cde0881697057e13a58b2fab7ac64c3a71bc9951561c3a8728e3dec814ef5e95fee
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=7aa029c4999d4608c9bcc491771b0434267032dbe9dbf504728079f87ce93e6a90e0fa839295b88c00e5a025186ed0fcc42361428b7874c05e222edb108d6c02
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=e8c508dede11d4f54cf0b15cf92b50caad93076a6065bd2d6784c5ca739f5923ea2b894c6b2b52131f62187c8b305cd11a960fb5a670789802d59b6b2999f0af
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=841eff077c38bf594b101edb15942f601ba0dada2122b21b016f53251aa2a635b8d0b63b49bdfb50259b2545d1f498bca95d5f771a15a28edb0dd07216c9b709
truffleruby-19.0.0-linux-amd64.tar.gz=8ec6c7829351e0dc2cce57305947cd540734fe5a0b95b9501d4179993727ab2c331e9fb639b9865c0fed596df3906adf3dcf2efb22c4cfdd23a3dc2137025fd4
truffleruby-19.0.0-macos-amd64.tar.gz=912e0c15d32e40c884b2caaaf9a86a71450d441c960ef98a63dfce80353619073b146dcfe03d9af4273b2811d0899eebe922cc84a51d6f5e6826cc436d793f78
truffleruby-19.0.2-linux-amd64.tar.gz=eec92bfbd776acd61709a428b90b1029c5ea83e5ea839304d23cae3a541dd4fab3b387691fa76643f55d5939c9cac0cbe70dc0b5786e5e0e5d20f3fcd9a21356
truffleruby-19.0.2-macos-amd64.tar.gz=ce647b76c9931feac55baa5acd2c87d8335c606bc5cd7e462bd92ba1b09f4bab5db927f021e3119abfd85c33377003d060f36cf64eb121954fce8878112f01b5
truffleruby-19.1.0-linux-amd64.tar.gz=db01e6dc09fc5f39ca466aa94f725023d49a8f52343f129bf8c32b7f5f76ccf2d573ee3344fce3d5aff9983bc9af618cc5ca6e1dbba93b3f604e4f33f8a69b3f
truffleruby-19.1.0-macos-amd64.tar.gz=f002bc0b6efca11eb97c4aa6df33d2e0fcc1de3443efd39d912b028df9dd8954cb76ef3ca7fbe140f4e922d6ae4c1a6a20853490ef1ea0749293e2fcd4ffe8fc
truffleruby-19.1.1-linux-amd64.tar.gz=ec031e8c216e31f034d97aaccd6441869221d6946e18f375b44a866550b8e8eb4b2fb923f9ce1a62853bdcd5b9201e0f5d2732ca6525d80171d5732ef522bd25
truffleruby-19.1.1-macos-amd64.tar.gz=1c15918af939a8fe1779b71d9e53d2ce09ca7353173a3b357905d9fe1981ff013cf0f90c6b47e1ca66dd168c2f2d742f28a5fb134cc0231d36146da99f91c3cc
truffleruby-19.2.0-linux-amd64.tar.gz=1248bdde9cd3651d7042fe4cecff4ad35534868d543fe2e6f3a5bfc3bc9d10d57b4139fc070f0a03861436a1aabc9a8ebdf3356f39b77a4b8f6a1dcf492f70a4
truffleruby-19.2.0-macos-amd64.tar.gz=92c3154ed229a115cf392826494745aae06dd9228dd0996c2c44c550552f13f9c254367d068452fa4a84eef79c19601c79b87e10f3121fd7b83b803514a41cfd
truffleruby-19.2.0.1-linux-amd64.tar.gz=53c78cd1f255f2b7031a70a42b65c0bf80c510b9254f5d7ba82b4787f55f5b09cfa9544c424a90f4619a74179fed07c168bd501e34772ef836a773e89c467cc5
truffleruby-19.2.0.1-macos-amd64.tar.gz=ac11523cd49fac50de1e441039e429fb8cd6c7051d537e5083b64fa68eaa19c9f0a966b269da906c367985f229af82a4811282dbfd0a76ef6565162e1081a659
truffleruby-19.2.1-linux-amd64.tar.gz=c5ffc1b592a74e836a4f6ec75b0e103150a4a40d3183ae853ead38c951a85378163111cf0bd2b81e44548c0a7aeaded3ae8a7ae558d5a02dc9e2cce992b79b58
truffleruby-19.2.1-macos-amd64.tar.gz=bb467b91f66eb7d1e6f1a54a7bc0a3d9503bcbd935e8a02da9ea0b749a51e354b1140d4a4dad6fc05312b560bb9ccdcce4f6583bccd19bb5afee19bf494102fe
truffleruby-19.3.0-linux-amd64.tar.gz=0e94777a3feabbf0107ed40847e20dd4e3696ff2b7c3f6ceddf3a53ccd812bd003c84c62a750e8fac9d2490374bf792d69174b48c3ed36b593485d86729136c1
truffleruby-19.3.0-macos-amd64.tar.gz=95470c389e24c865ecdc3d299005cd98f8221a128f3cd75f899b6b7ae5d6dc07962443ce0ff38dfd014589d5aaf08b718dc870a72eb7ea6ced18ec2b2db63095
truffleruby-19.3.0.2-linux-amd64.tar.gz=dc5309b71980657f750b4dd4f8b3bc4e191bc305b638b1e562ff5b0ad7fbba40079ba674caf46226a46b5ca58c10f812354786696264742f351b129fb088a672
truffleruby-19.3.0.2-macos-amd64.tar.gz=ff1c37485ebeff3edcc7081ce09bebe5541012dedff6997662c7f8a064e0ab10bef9a5cdf834263a06ae04ca0391743948bcdea6e6c9d7e1cfef9f21523c2bdb
truffleruby-19.3.1-linux-amd64.tar.gz=c724547a9eacfdd135ce05eac9dcfe74e58a5e77c97f88103f83b8513c15c975a0ecf623f623a425ec81fad1b64d3b5e135660d6943608ad08048cda00eace79
truffleruby-19.3.1-macos-amd64.tar.gz=d746b2ad410c15d145d36c676a070ae454ba8e5ec6c594d5ebcf54b1fc719f98e8b8f71b6fd504c3d38df286bd11c5114f73b5ba39be312b11d42d4ca1a17d02
truffleruby-20.0.0-linux-amd64.tar.gz=4efea5ded5fcc6886befba3a3720fe1e5b2e376d46738565e8871a1ce0201a33ed52e78b8af2fb389618bdea99466d126d8537dd0919b0c13f8ff1940cb3e52e
truffleruby-20.0.0-macos-amd64.tar.gz=b36488330514b77c7115689042cf2482a0beb9f72a0b05fb4c7a6ecb0835a3da47c3b15c41abd6ffced023e65ecf7eabcfbcc6e41901dcddd0fb3dfed46564c6
truffleruby-20.1.0-linux-amd64.tar.gz=116d57404540b85c15b321793a6f985624a2044af544e659b3607e50159703af5d445e22bff28ae2182dfa752f7500d420e250f6deccc98a2f01e89adba8ac3a
truffleruby-20.1.0-macos-amd64.tar.gz=9b1267101dfe78b85c79f7528eb4de96b16933e66d5771efa6272372dac0fb35b199bb9d42773d61f4fa7a15d6cbd18b5753c148f7c3e477c7c4b21633f12b88
truffleruby-20.2.0-linux-amd64.tar.gz=a37eaf8475364b74d948979ac13dc6e6423bf11949ad1d0f2925f78a4495e80de9767001ccdb777c8cfd7f545839fad4d842522620c3acad179404bc4ce6752c
truffleruby-20.2.0-macos-amd64.tar.gz=964c1e02cc53e1646060334a9911771e679a8344d811a0f77d5cae3529dfefff259c45505ac84b7debb958514cd5d2276ffd435802085494e0229dd140ce8f00
truffleruby-20.3.0-linux-amd64.tar.gz=ec2d8ff6a5d45fd7091e26430c67cbbdc0f8ffa41e9ac574d48802766fcd144e1f446db807700247ad6d8046b7ed070b5da70ef667e576d6fea60cc64ea5484f
truffleruby-20.3.0-macos-amd64.tar.gz=1878f94e05a3c40484bf944a72412b179aa5415a16a7ebc1610cb512a1e1c4a2ce0e98685257ad6e5c14745245c35bb5b28205fb687292c4f17193cbfb3bb606
truffleruby-21.0.0-linux-amd64.tar.gz=b7d1b76cc015d136dbd74515431f4447730850475f81b00885b71b95819134db2656d941736048db42d519f03e1f2df066226513b77208adbdbbeda1f49cab11
truffleruby-21.0.0-macos-amd64.tar.gz=7677b827a9c1758d5f941c512cb0fe8daaa19c3db77b485d7dfa43940151d6b9094c4d9271e18ef5014630142dffb93d168c7ac631a3b5eef6fc61b2f9eecf88
truffleruby-21.1.0-linux-amd64.tar.gz=010e9fb78cab12486641780392be0f284da08dfd955f3a0d1ef72adb52e1c9024b54dc880173645aea2af680b3670a6bb01409198b757239edda4cd9bf2b1e90
truffleruby-21.1.0-macos-amd64.tar.gz=96ef8481faef1bfa7f01bb4d396818ef6f0943d19c6a23dedb68f8346740b72bf06efc707bdd29158cf991cc7073c97f429a07b02c2a48050512b46369850058
truffleruby-21.2.0-linux-amd64.tar.gz=c20af04909a852cb676c90403d852fb367d56eac0f9cf8ba42caa4cad1013ba393cc4611e434614ad132b7b0ed61160aadd887001b08de0767cf58f5e149efe7
truffleruby-21.2.0-macos-amd64.tar.gz=0b8d9633fde53aad78f0baf52858cd5a5716f53ff21698baab17da4a625b4369b88dbd664193e3f0d1b40e64c88699ab4f04bbe40f54189a588c93678962a7be
truffleruby-21.2.0.1-linux-amd64.tar.gz=15ceeee383114f974aed5f16c99131d56947e13cfe248b97e55d61263ccd51aa56fc3e0df215196ef7f80ccba9e7f19e7f261d7a91d54bde2d9992caba682d82
truffleruby-21.2.0.1-macos-amd64.tar.gz=8a8762d90c19db4f48433ce0e3f3339e290685d79c6ee9bb7d4359c741edfa6a7360ff65124433d964730ac25b2cc6d8b581191b0a51479f11c2a80031a6c1c8
truffleruby-21.3.0-linux-amd64.tar.gz=b0c07b1ea797de92447a81b350d460c125a2efaff3c290637c4bcf1c216b5abd11148cfb143ad397062a96f36beade8234d0785c42f58fceac0011f629a5220b
truffleruby-21.3.0-macos-amd64.tar.gz=42e607fa52a534123989ad232691ede65aa1c615f39320d93aa8ab9c21924eea7bc0aa49aef1a540ec972e2b3dc775d22a99eca3e0c9bc450c525f9020fbb975
truffleruby-22.0.0.2-linux-amd64.tar.gz=2231a0cfd27238c34ea0bbad27ba387453e48f39032607cbb829b347ea6ac804df15eb3f84d50b09248782d6202284498e7bc9aaa2060f0ce81bb83a84d700ad
truffleruby-22.0.0.2-macos-amd64.tar.gz=1d7ac44f0862ad23cf17a7bba73d23dfd4727aadd9a3aa9633361e9bcd19655d163e160eae9c8db8ec9892f8fbf82d7a38b1cd689475bf41609a828208098623
truffleruby-22.1.0-linux-amd64.tar.gz=c4c2f9bf4236118c8ea62c08bad89e1034ecdfa0c4815693961c4d2b1b30ca043fe958abfec9cf36a8638aa2e005e71fcc244ebffd9ce11eb68cf48bd98c29d3
truffleruby-22.1.0-macos-amd64.tar.gz=507004ade838e614955e23331845839be656aaeae7869ed3d989c10e6491775a12313ac9ef03e14945f20f5e76d46ce6f7bb860af68a627c48065399cea3c567
truffleruby-22.2.0-linux-amd64.tar.gz=37c09249ef387df3e0614f646abb444cb5b7b2751538ab0432e703abe92a81b82e0d15f89d5ad7cd58afe5f30d9a92dc8471d19f1c1ce10b50478ac74f247739
truffleruby-22.2.0-linux-aarch64.tar.gz=49a7cfb4c81980d9c7a1588ef9f76a9bfb759d4b1925ab11f230d99c15a62e162a08249d23cf5646e2d38ecc2005e27103f2e5d92b83b0a182a4e64319b70c0d
truffleruby-22.2.0-macos-amd64.tar.gz=d4c206fb0a5e63c5b7f61f2e62de854e4d0817075ef9ded237d98cd821c286e88d7b150d140d9907a957209f39be96c7025560e3908c89aa337925d2fba690af
truffleruby-22.2.0-macos-aarch64.tar.gz=a01c18803777a74717ad699b6ee51eb759d881fb436d24338b557c52d4a693079d7b55f108394ccad0dd69c974cb895f4a36854355e84fecb67e41bf9eb18514
truffleruby-22.3.0-linux-amd64.tar.gz=d53472ae892dadc81c6fe63a597ccfb67e133958431b11716db4d920c78fc86f7496e4b10322d041c900bed77d27e02850da20aa95b297d63a9de2e72cdf3c76
truffleruby-22.3.0-linux-aarch64.tar.gz=dab63d49db4722f0c174ce8b882413102520ff649182946ba332ef5ba0fc6b58913595539a20b59e460faab2fba36f762dc8eb66aa729d4a6bb90feb2a95f053
truffleruby-22.3.0-macos-amd64.tar.gz=15c91d25fd6fb1d9f3f2a0b36676da5c8a76d62be86cff463ebe6c7e6aed2d9b6de9062021ab1b9b29cfb7a92b5682c860939acd71d12dba7e4a6bf3964fef3d
truffleruby-22.3.0-macos-aarch64.tar.gz=7c44d0dd07e4ecd84a92f6dd574dc185906121b8eb75f6fe097b9d4738aa30751664d70e9027e072eeaa1dffa05fe7bcfc06be0c2dc950142f60664baf5eac69
truffleruby-22.3.1-linux-amd64.tar.gz=f41d3bd22500b7291121368169f8558df4563c840a01b70ff7feea3593f0152d8d77d4437af362bad62f25b79bce1ce8ddaa1bd8172a2a7ef8b61cdb6e478c9e
truffleruby-22.3.1-linux-aarch64.tar.gz=1ca5221f0dc5ae3e0bd9545be474e115b2e62737701df95c6ee6cdaae5d82815acbe6af961ff23afee64dc26e655c7786d4347e3694c140773f065534322ee59
truffleruby-22.3.1-macos-amd64.tar.gz=bae16cc04c6018703833121f4258c3f18fa5062309d0600458be3c51c838bc63976a026db0f28d23005df9b640ccad0a9cafc56610a5ca9c24951c66b62097d9
truffleruby-22.3.1-macos-aarch64.tar.gz=b56e230d8fbc95d19364e695aaf1e552238b02ace7056f636808a7d7510777cddfde572ace5238ea1e314351bdd1a053ab3912d0889f51f55c722797c83eaaee
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=d538412f12d5ce743c351acbaa483b8b85dd2cf84fe06b3e90ca21f3c2fc0465df9c1773b3515fe4296d599f45e9cbb935dc5a69fe45668321e5639d58608ef4
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=f10b5ac749b11f93c2469f2c8a713ad090cb653761ae0a3e1ba4c19b0c96bd61c5e8da74d8944f9487c2d327d268a188f2cb56028d2beaca2a7816e63123600b
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=cd9db49c4253bd66cad6f9ae111c83d3befd0102a7ccb72a2407d22dc576ba7f3a26a90cd479f26dee3565d2f893a2b7c8b549e2351336f35d2632e57966657c
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=28b77d9943cd1617e0445633a9fea8911cfa975f5c581192439cd0944d2a17c2b0558e3e4112588b5fc77b57c48d857ad68ac51fcb867250625ad85406d87acc
truffleruby-23.0.0-linux-amd64.tar.gz=da702de2e8c994f2646a3de5b44824210dbd37129cd2f91c3bdd990a1b0d0b05dee4443ad0f6cf98fdb4e489c9f4cde64f3561baf486dc642d4981a1a1812925
truffleruby-23.0.0-linux-aarch64.tar.gz=808254a154adcfd1bbd6e22bcdafebb6169c6f8cfd1c55382d446bb66002384ee844dcd8b5f642703ef440f7566645d190081f45e04a7d8d59bf87571cb4430a
truffleruby-23.0.0-macos-amd64.tar.gz=f775d57e63c606eef424a1115408ed8539ef47d6bea0125ad1de7ee4fd5971e96747cb7f5d22d91d2f004edbd6ed6b9b5bd014127dc1abe7821a3a987a72d9dc
truffleruby-23.0.0-macos-aarch64.tar.gz=000069854458f81d97eefe14123fbb69937942825e77d35602d55fa279123808177a34f252aec9dcfa48b93feacbee81ae0f0e7043c2d8a9ace2a4bb61ab253f
truffleruby-23.1.0-linux-amd64.tar.gz=1868799d989c51798cf07b5243457af7ae2436dd19805fd634c98b2f1885266b5c3ec81dde668c2e5a290e9028f6f9fd223d153489df6ffcc74d45240aa020ad
truffleruby-23.1.0-linux-aarch64.tar.gz=2766621877996ad35fddb94f978feed531307e8abf601dcf863754c96782b8149c3ac512dfe6dd2bdef0fe0e8a968bdd77608c41020434aaef4e7250c09edd74
truffleruby-23.1.0-macos-amd64.tar.gz=06c5a1d6ad644fd81737f0a1fd24c1529f712abe2a4485ad597aca7c35ca2af898121bb5883552cf518e2afdcb4221c8ad013759b46a69e34249e7c5ebe2b170
truffleruby-23.1.0-macos-aarch64.tar.gz=496cacc5cf413a48b60184e097a962ab5d2236c539f07cc0a9a2d9ef57dfc911a26b125cc3ad9408f6170c6f93c7562f35729c8313be0301972be21c10097942
truffleruby-23.1.1-linux-amd64.tar.gz=dbca85e281bf2484371a0bbcc202ca700acc704304d966b9202cf3835e82f6eb502e43522355f4c9e5a743877d93f5609006fbba2c5e6343a89de130e5209f6a
truffleruby-23.1.1-linux-aarch64.tar.gz=6a58842d79247d8a64c513d68db9d53ea5640c02f71a1bc45f103baaaca67bb224939ae5f21ef55daa9d9b9697404052d39a3c382768ca366ab7892b8bf1abbe
truffleruby-23.1.1-macos-amd64.tar.gz=7cc6bc957b7ffa42e9fbfe2f6e3014bf1e7996f2754e9e74377078c2c7bc7ac8e10598f1e1452839fc5b9583c823a2a735731ca193a6af2814a02566cc4cd9e4
truffleruby-23.1.1-macos-aarch64.tar.gz=a85b8189ef8a280f6a27d4c1c93893f844266dbdc15b8c4988cdf581613a353508fae4872ac9380efcc47f36357e137861521712c00ce8548041762a8987a9b2
truffleruby-23.1.2-linux-amd64.tar.gz=6307fd71fb1431fb12346d1f13dee4b3afe53947e8a9c1f3e3aa0baae5f9fc9e1496ede0a7d86b169d912ffef9625af998b4e698dc57a2a649140150e3fae28a
truffleruby-23.1.2-linux-aarch64.tar.gz=0f0c5e4aa4e9fbc9b9f91d2b3d3fbfe26e78c5bc5b369fc78dd54775a7582b8c084a64f02848058bec79387fd80b09a5a5594ecfb268635fe76e1f9d957c2e92
truffleruby-23.1.2-macos-amd64.tar.gz=648401a73b29c28862a1fa077c2e1bf8fff65015c8bc690ff883a00a3dfd99389ffdb71f39ad85a4f16c531470f4cc891ae51ec927a426b0fa05fa85c9c6a2f9
truffleruby-23.1.2-macos-aarch64.tar.gz=4ec88684c09aacfa1d8bfed9a17243579ededacecd869e98e12841710bae29ed6e5f080611e53fc217a853f730bb2a9cb3d47ef15443eb8a1ad76a120118c8a5
truffleruby-24.0.0-linux-amd64.tar.gz=3a59a4dc58ad03549d8e63db1485767757715fc9aec21b2b67b1440b13871a04541abeff9bc8201b3088e1865360b1667459e536d3cfb09687dbffca95deafeb
truffleruby-24.0.0-linux-aarch64.tar.gz=50f3993b7362bb6e7da80f7327df3d079bb02f98b67012e2135005d77e61648e4f3268f767d8ca245ec5889ff934fbcccb94fd5ecbd55bb0cd9cca900fe10509
truffleruby-24.0.0-macos-amd64.tar.gz=9ec8bb340b15e29550448e123e3ab0f183edb9bbe7e052743cb2306cbd1956a5789c5a367c80c5e8d913dce2b804448dd6815e4d3421515166daf8db51d37c7d
truffleruby-24.0.0-macos-aarch64.tar.gz=499f83bf65dcb6ecc92414a3550673e6a0baaddfe3ab13c0bd7aa1bdde1ae2a61d9d0ca8001c0d12688d9e09f98f9e2946a651220fe7d200bb0ec6f285394701
truffleruby-24.0.1-linux-amd64.tar.gz=62b4e8508eba8cdaac70e99ac9cb0b33a663b4195d79b2dad3d771ef538c6c41d1d91bb7bb07fbbafbcbbcaf17814ffaf6d6bdbafd474ba6a8ecdac30315a8c9
truffleruby-24.0.1-linux-aarch64.tar.gz=817d877848ea4bb55658ce34bbda52926be12426a8a5e1c4588bc0ec1896018b06dce176336b382f80a7c6d073d4331b20694a7797ee8fdf0177e973053bf929
truffleruby-24.0.1-macos-amd64.tar.gz=2ea65bea154aa38cce3f00f24fc9a4aab5e7478fafd070d0cc966878371c070d5a1776b7405e2c9e4cfa14e5c51219ed0fa988294eb4708690983b348886f439
truffleruby-24.0.1-macos-aarch64.tar.gz=bc1923e21768d34779c1bcd7850456a01ddc01acd1ccf20f4fb4a446fb847f8c51b1ff4a7c0cdc317ef8ce057ac24f18f25b778a02a6e2b185e0055d946ecaf2
|
rvm/rvm
|
f3929ff21ad1abfd98959e39b0b45a85d2980b38
|
Add TruffleRuby 24.0.1 (#5452)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d30ed9a..42ec979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,578 +1,578 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
-* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0
+* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0, 24.0.1
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
#### New features:
* Add support for elementary OS [\#3935](https://github.com/rvm/rvm/issues/3935)
* Add support for Deepin (based on Debian) [\#3999](https://github.com/rvm/rvm/issues/3999)
* Simplified OS detection mechanism [\#3938](https://github.com/rvm/rvm/pull/3938)
* Use fuzzy version match for `rvm remove` [\#4028](https://github.com/rvm/rvm/pull/4028)
diff --git a/config/db b/config/db
index 08ebd46..c4dc410 100644
--- a/config/db
+++ b/config/db
@@ -1,154 +1,154 @@
# General
default_ruby=ruby
interpreter=ruby
niceness=0
#
# RVM
#
rvm_remote_server_path1=maven2/org/jruby/jruby-dist
rvm_remote_server_url1=https://repo1.maven.org
rvm_remote_server_url2=https://rubies.travis-ci.org
rvm_remote_server_url=https://rvm-io.global.ssl.fastly.net/binaries
#
# RubyGems
#
gem_gem-empty_version=>=1.1.2
gem_gem-wrappers_version=>=1.4.0
gem_rdoc_version=>=4.1.1
gem_rvm_version=>=1.11.3.9
rubygems_repo_url=https://github.com/rubygems/rubygems.git
rubygems_url=https://rubygems.org/rubygems
rubygems_url_fallback_1=https://github.com/rubygems/rubygems/archive/v\1.tar.gz
rubygems_url_fallback_1_pattern=https://rubygems.org/rubygems/rubygems-([[:digit:]\.]+).tgz
rubygems_version=latest-3.0
#
# Packages
#
autoconf_url=https://ftp.gnu.org/gnu/autoconf
curl_url=https://github.com/bagder/curl/archive
gettext_url=https://ftp.gnu.org/pub/gnu/gettext
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23
libiconv_url=https://ftp.gnu.org/pub/gnu/libiconv
libxml2_url=ftp://xmlsoft.org/libxml2
libxslt_url=ftp://xmlsoft.org/libxslt
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk
mono_url=http://ftp.novell.com/pub/mono/sources/mono
ncurses_url=https://ftp.gnu.org/pub/gnu/ncurses
openssl_url=https://www.openssl.org/source/old/1.0.1
openssl_version=1.0.1i
pkg-config_url=http://pkgconfig.freedesktop.org/releases
readline_url=https://ftp.gnu.org/gnu/readline
yaml_url=http://pyyaml.org/download/libyaml
yaml_version=0.1.6
zlib_url=https://prdownloads.sourceforge.net/libpng
#
# CentOS / Fedora EPEL
#
epel5_i386_rpm=https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
epel5_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-5
epel5_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
epel6_i386_rpm=https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
epel6_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
epel6_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
epel7_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
epel7_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
#
# MRI Ruby
#
CentOS_5_ruby_1.8.7_patch_level=p374
CentOS_5_ruby_1.8.7_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
CentOS_5_ruby_1.9.2_patch_level=p320
CentOS_5_ruby_1.9.2_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
ruby_1.8.4_rubygems_version=1.3.5
ruby_1.8.5_patch_level=p231
ruby_1.8.5_rubygems_version=1.3.5
ruby_1.8.6_patch_level=p420
ruby_1.8.6_rubygems_version=1.3.7
ruby_1.8.7_patch_level=head
ruby_1.8.7_rubygems_version=latest-2.0
ruby_1.9.1_patch_level=p431
ruby_1.9.1_rubygems_version=latest-1.8
ruby_1.9.2_patch_level=p330
ruby_1.9.3_patch_level=p551
ruby_2.0.0_patch_level=p648
ruby_head_rubygems_version=ignore
ruby_repo_url=https://github.com/ruby/ruby.git
ruby_unmaintained_date=2017-04-01
ruby_unmaintained_version=2.1.0
ruby_url=https://cache.ruby-lang.org/pub/ruby
ruby_url_fallback_1=https://ftp.ruby-lang.org/pub/ruby
ruby_version=3.3.0
#
# REE
#
ree_1.8.6_patch_level=20090610
ree_1.8.6_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition.git
ree_1.8.6_rubygems_version=1.3.7
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677
ree_1.8.7_2010.02_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition/ruby-enterprise-1.8.7-2012.02.tar.gz
ree_1.8.7_patch_level=2012.02
ree_1.8.7_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition187-330
ree_1.8.7_rubygems_version=latest-2.0
ree_1.8.7_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition
ree_configure_flags=--dont-install-useful-gems
ree_version=1.8.7
#
# Rubinius
#
rbx_1.0.0_patch_level=20100514
rbx_1.0.1_patch_level=20100603
rbx_1.1.0_patch_level=20100923
rbx_1.1.1_patch_level=20101116
rbx_1.2.0_patch_level=20101221
rbx_1.2.1_patch_level=20110215
rbx_1.2.2_patch_level=20110222
rbx_1.2.3_patch_level=20110315
rbx_1.2.4_patch_level=20110705
rbx_repo_url=https://github.com/rubinius/rubinius.git
rbx_url=https://s3.amazonaws.com/asset.rubini.us
rbx_url_2.0_and_newer=https://rubinius-releases-rubinius-com.s3.amazonaws.com
rbx_version=4.1
#
# MRuby
#
mruby_repo_url=https://github.com/mruby/mruby.git
mruby_url=https://github.com/mruby/mruby/archive
mruby_version=2.0.1
#
# JRuby
#
jruby_repo_url=https://github.com/jruby/jruby.git
jruby_url=https://repo1.maven.org/maven2/org/jruby/jruby-dist
jruby_version=9.4.6.0
maven_version=3.5.0
#
# TruffleRuby
#
truffleruby_url=https://github.com/oracle/truffleruby/releases/download
-truffleruby_version=24.0.0
+truffleruby_version=24.0.1
#
# MacRuby
#
macruby_0.10_url=http://macruby.macosforge.org/files
macruby_nightly_url=http://macruby.jp/files/nightlies
macruby_repo_url=https://github.com/MacRuby/MacRuby.git
macruby_url=https://github.com/downloads/MacRuby/MacRuby
macruby_version=0.12
#
# Maglev
#
maglev_repo_url=https://github.com/MagLev/maglev.git
maglev_url=http://seaside.gemtalksystems.com/maglev
maglev_version=1.2Alpha4
#
# IronRuby
#
ironruby_1.1.3_url=https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=ironruby&DownloadId=217153&FileTime=129445296766130000&Build=19727
ironruby_repo_url=https://github.com/ironruby/ironruby.git
ironruby_version=1.1.3
#
# Topaz
#
topaz_repo_url=https://github.com/topazproject/topaz.git
topaz_url=https://d3sgc2zfsedosj.cloudfront.net
topaz_version=head
diff --git a/config/known b/config/known
index f9e6bb2..a1d3850 100644
--- a/config/known
+++ b/config/known
@@ -1,80 +1,80 @@
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p648]
[ruby-]2.1[.10]
[ruby-]2.2[.10]
[ruby-]2.3[.8]
[ruby-]2.4[.10]
[ruby-]2.5[.9]
[ruby-]2.6[.10]
[ruby-]2.7[.8]
[ruby-]3.0[.6]
[ruby-]3.1[.4]
[ruby-]3.2[.3]
[ruby-]3[.3.0]
ruby-head
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2
# JRuby
jruby-1.6[.8]
jruby-1.7[.27]
jruby-9.1[.17.0]
jruby-9.2[.21.0]
jruby-9.3[.14.0]
jruby[-9.4.6.0]
jruby-head
# Rubinius
rbx-1[.4.3]
rbx-2.3[.0]
rbx-2.4[.1]
rbx-2[.5.8]
rbx-3[.107]
rbx-4[.20]
rbx-5[.0]
rbx-head
# TruffleRuby
-truffleruby[-24.0.0]
+truffleruby[-24.0.1]
# Opal
opal
# Minimalistic ruby implementation - ISO 30170:2012
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1[.4.1]
mruby-2.0.1
mruby-2[.1.1]
mruby[-head]
# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]
# Topaz
topaz
# MagLev
maglev-1.0.0
maglev-1.1[RC1]
maglev[-1.2Alpha4]
maglev-head
# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head
# IronRuby
ironruby[-1.1.3]
ironruby-head
diff --git a/config/known_strings b/config/known_strings
index fc9edab..58b8f81 100644
--- a/config/known_strings
+++ b/config/known_strings
@@ -40,512 +40,513 @@ jruby-1.5.0.RC1
jruby-1.5.0.RC2
jruby-1.5.0.RC3
jruby-1.5.0
jruby-1.5.1
jruby-1.5.2
jruby-1.5.3
jruby-1.5.4
jruby-1.5.5
jruby-1.5.6
jruby-1.6.0.RC1
jruby-1.6.0.RC2
jruby-1.6.0.RC3
jruby-1.6.0
jruby-1.6.1
jruby-1.6.2
jruby-1.6.3
jruby-1.6.4
jruby-1.6.5
jruby-1.6.5.1
jruby-1.6.7
jruby-1.6.7.2
jruby-1.6.8
jruby-1.7.0.preview1
jruby-1.7.0.preview2
jruby-1.7.0.RC1
jruby-1.7.0.RC2
jruby-1.7.0
jruby-1.7.1
jruby-1.7.2
jruby-1.7.3
jruby-1.7.4
jruby-1.7.5
jruby-1.7.6
jruby-1.7.7
jruby-1.7.8
jruby-1.7.9
jruby-1.7.10
jruby-1.7.11
jruby-1.7.12
jruby-1.7.13
jruby-1.7.14
jruby-1.7.15
jruby-1.7.16
jruby-1.7.16.1
jruby-1.7.16.2
jruby-1.7.17
jruby-1.7.18
jruby-1.7.19
jruby-1.7.20
jruby-1.7.20.1
jruby-1.7.21
jruby-1.7.22
jruby-1.7.23
jruby-1.7.24
jruby-1.7.25
jruby-1.7.26
jruby-1.7.27
jruby-9.0.0.0.pre1
jruby-9.0.0.0.pre2
jruby-9.0.0.0.rc1
jruby-9.0.0.0.rc2
jruby-9.0.0.0
jruby-9.0.1.0
jruby-9.0.2.0
jruby-9.0.3.0
jruby-9.0.4.0
jruby-9.0.5.0
jruby-9.1.0.0
jruby-9.1.1.0
jruby-9.1.2.0
jruby-9.1.3.0
jruby-9.1.4.0
jruby-9.1.5.0
jruby-9.1.6.0
jruby-9.1.7.0
jruby-9.1.8.0
jruby-9.1.9.0
jruby-9.1.10.0
jruby-9.1.11.0
jruby-9.1.12.0
jruby-9.1.13.0
jruby-9.1.14.0
jruby-9.1.15.0
jruby-9.1.16.0
jruby-9.1.17.0
jruby-9.2.0.0
jruby-9.2.1.0
jruby-9.2.2.0
jruby-9.2.3.0
jruby-9.2.4.0
jruby-9.2.4.1
jruby-9.2.5.0
jruby-9.2.6.0
jruby-9.2.7.0
jruby-9.2.8.0
jruby-9.2.9.0
jruby-9.2.10.0
jruby-9.2.11.0
jruby-9.2.11.1
jruby-9.2.12.0
jruby-9.2.13.0
jruby-9.2.14.0
jruby-9.2.15.0
jruby-9.2.16.0
jruby-9.2.17.0
jruby-9.2.18.0
jruby-9.2.19.0
jruby-9.2.20.0
jruby-9.2.20.1
jruby-9.2.21.0
jruby-9.3.0.0
jruby-9.3.1.0
jruby-9.3.2.0
jruby-9.3.3.0
jruby-9.3.4.0
jruby-9.3.6.0
jruby-9.3.7.0
jruby-9.3.8.0
jruby-9.3.9.0
jruby-9.3.10.0
jruby-9.3.11.0
jruby-9.3.13.0
jruby-9.3.14.0
jruby-9.4.0.0
jruby-9.4.1.0
jruby-9.4.2.0
jruby-9.4.3.0
jruby-9.4.4.0
jruby-9.4.5.0
jruby-9.4.6.0
macruby-0.12
maglev-1.0.0
maglev-1.1beta
maglev-1.1beta2
maglev-1.1RC1
maglev-1.2Alpha
maglev-1.2Alpha2
maglev-1.2Alpha3
maglev-1.2Alpha4
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1.4.0
mruby-1.4.1
mruby-2.0.0
mruby-2.0.1
mruby-2.1.0-rc
mruby-2.1.0
mruby-2.1.1-rc
mruby-2.1.1-rc2
mruby-2.1.1
rbx-1.0.0-20100514
rbx-1.0.1-20100603
rbx-1.1.0-20100923
rbx-1.1.1-20101116
rbx-1.2.0-20101221
rbx-1.2.1-20110215
rbx-1.2.2-20110222
rbx-1.2.3-20110315
rbx-1.2.4-20110705
rbx-1.3.2
rbx-1.3.3
rbx-1.4.1
rbx-1.4.3
rbx-2.0.0
rbx-2.1.0
rbx-2.1.1
rbx-2.2.0
rbx-2.2.2
rbx-2.2.3
rbx-2.2.4
rbx-2.2.5
rbx-2.2.6
rbx-2.2.7
rbx-2.2.8
rbx-2.2.9
rbx-2.2.10
rbx-2.3.0
rbx-2.4.0
rbx-2.4.1
rbx-2.5.0
rbx-2.5.1
rbx-2.5.2
rbx-2.5.3
rbx-2.5.4
rbx-2.5.5
rbx-2.5.6
rbx-2.5.7
rbx-2.5.8
rbx-3.70
rbx-3.71
rbx-3.72
rbx-3.73
rbx-3.74
rbx-3.75
rbx-3.76
rbx-3.77
rbx-3.78
rbx-3.79
rbx-3.80
rbx-3.81
rbx-3.82
rbx-3.83
rbx-3.84
rbx-3.85
rbx-3.86
rbx-3.87
rbx-3.88
rbx-3.89
rbx-3.90
rbx-3.91
rbx-3.92
rbx-3.93
rbx-3.94
rbx-3.95
rbx-3.96
rbx-3.97
rbx-3.98
rbx-3.99
rbx-3.100
rbx-3.101
rbx-3.102
rbx-3.103
rbx-3.104
rbx-3.105
rbx-3.106
rbx-3.107
rbx-4.0
rbx-4.1
rbx-4.2
rbx-4.3
rbx-4.4
rbx-4.5
rbx-4.6
rbx-4.7
rbx-4.8
rbx-4.9
rbx-4.10
rbx-4.11
rbx-4.12
rbx-4.13
rbx-4.14
rbx-4.15
rbx-4.16
rbx-4.17
rbx-4.18
rbx-4.19
rbx-4.20
rbx-5.0
ree-1.8.6-20080507
ree-1.8.6-20080621
ree-1.8.6-20080623
ree-1.8.6-20080624
ree-1.8.6-20080709
ree-1.8.6-20080810
ree-1.8.6-20081205
ree-1.8.6-20081215
ree-1.8.6-20090113
ree-1.8.6-20090201
ree-1.8.6-20090421
ree-1.8.6-20090520
ree-1.8.6-20090610
ree-1.8.6-20090928
ree-1.8.7-2009.10
ree-1.8.7-2010.01
ree-1.8.7-2010.02
ree-1.8.7-2011.01
ree-1.8.7-2011.02
ree-1.8.7-2011.03
ree-1.8.7-2011.12
ree-1.8.7-2012.02
ruby-1.8.5-p115
ruby-1.8.5-p231
ruby-1.8.6-p286
ruby-1.8.6-p287
ruby-1.8.6-p369
ruby-1.8.6-p383
ruby-1.8.6-p398
ruby-1.8.6-p399
ruby-1.8.6-p420
ruby-1.8.7-p160
ruby-1.8.7-p174
ruby-1.8.7-p248
ruby-1.8.7-p249
ruby-1.8.7-p299
ruby-1.8.7-p302
ruby-1.8.7-p330
ruby-1.8.7-p334
ruby-1.8.7-p352
ruby-1.8.7-p357
ruby-1.8.7-p358
ruby-1.8.7-p370
ruby-1.8.7-p371
ruby-1.8.7-p374
ruby-1.9.0
ruby-1.9.1-p129
ruby-1.9.1-p243
ruby-1.9.1-p376
ruby-1.9.1-p378
ruby-1.9.1-p429
ruby-1.9.1-p431
ruby-1.9.2-p0
ruby-1.9.2-p136
ruby-1.9.2-p180
ruby-1.9.2-p290
ruby-1.9.2-p318
ruby-1.9.2-p320
ruby-1.9.2-p330
ruby-1.9.3-preview1
ruby-1.9.3-rc1
ruby-1.9.3-p0
ruby-1.9.3-p125
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p385
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-1.9.3-p484
ruby-1.9.3-p545
ruby-1.9.3-p547
ruby-1.9.3-p550
ruby-1.9.3-p551
ruby-2.0.0-preview1
ruby-2.0.0-preview2
ruby-2.0.0-rc1
ruby-2.0.0-rc2
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.0.0-p451
ruby-2.0.0-p481
ruby-2.0.0-p576
ruby-2.0.0-p594
ruby-2.0.0-p598
ruby-2.0.0-p643
ruby-2.0.0-p645
ruby-2.0.0-p647
ruby-2.0.0-p648
ruby-2.1.0-preview1
ruby-2.1.0-preview2
ruby-2.1.0-rc1
ruby-2.1.0
ruby-2.1.1
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.1.6
ruby-2.1.7
ruby-2.1.8
ruby-2.1.9
ruby-2.1.10
ruby-2.2.0-preview1
ruby-2.2.0-preview2
ruby-2.2.0-rc1
ruby-2.2.0
ruby-2.2.1
ruby-2.2.2
ruby-2.2.3
ruby-2.2.4
ruby-2.2.5
ruby-2.2.6
ruby-2.2.7
ruby-2.2.8
ruby-2.2.9
ruby-2.2.10
ruby-2.3.0-preview1
ruby-2.3.0-preview2
ruby-2.3.0
ruby-2.3.1
ruby-2.3.2
ruby-2.3.3
ruby-2.3.4
ruby-2.3.5
ruby-2.3.6
ruby-2.3.7
ruby-2.3.8
ruby-2.4.0-preview1
ruby-2.4.0-preview2
ruby-2.4.0-preview3
ruby-2.4.0-rc1
ruby-2.4.0
ruby-2.4.1
ruby-2.4.2
ruby-2.4.3
ruby-2.4.4
ruby-2.4.5
ruby-2.4.6
ruby-2.4.7
ruby-2.4.8
ruby-2.4.9
ruby-2.4.10
ruby-2.5.0-preview1
ruby-2.5.0-rc1
ruby-2.5.0
ruby-2.5.1
ruby-2.5.2
ruby-2.5.3
ruby-2.5.4
ruby-2.5.5
ruby-2.5.6
ruby-2.5.7
ruby-2.5.8
ruby-2.5.9
ruby-2.6.0-preview1
ruby-2.6.0-preview2
ruby-2.6.0-preview3
ruby-2.6.0-rc1
ruby-2.6.0-rc2
ruby-2.6.0
ruby-2.6.1
ruby-2.6.2
ruby-2.6.3
ruby-2.6.4
ruby-2.6.5
ruby-2.6.6
ruby-2.6.7
ruby-2.6.8
ruby-2.6.9
ruby-2.6.10
ruby-2.7.0-preview1
ruby-2.7.0-preview2
ruby-2.7.0-preview3
ruby-2.7.0-rc1
ruby-2.7.0-rc2
ruby-2.7.0
ruby-2.7.1
ruby-2.7.2
ruby-2.7.3
ruby-2.7.4
ruby-2.7.5
ruby-2.7.6
ruby-2.7.7
ruby-2.7.8
ruby-3.0.0-preview1
ruby-3.0.0-preview2
ruby-3.0.0-rc1
ruby-3.0.0
ruby-3.0.1
ruby-3.0.2
ruby-3.0.3
ruby-3.0.4
ruby-3.0.5
ruby-3.0.6
ruby-3.1.0-preview1
ruby-3.1.0
ruby-3.1.1
ruby-3.1.2
ruby-3.1.3
ruby-3.1.4
ruby-3.2.0-preview1
ruby-3.2.0-preview2
ruby-3.2.0-preview3
ruby-3.2.0-rc1
ruby-3.2.0
ruby-3.2.1
ruby-3.2.2
ruby-3.2.3
ruby-3.3.0-preview1
ruby-3.3.0-preview2
ruby-3.3.0-preview3
ruby-3.3.0
truffleruby-1.0.0-rc2
truffleruby-1.0.0-rc3
truffleruby-1.0.0-rc5
truffleruby-1.0.0-rc6
truffleruby-1.0.0-rc7
truffleruby-1.0.0-rc8
truffleruby-1.0.0-rc9
truffleruby-1.0.0-rc10
truffleruby-1.0.0-rc11
truffleruby-1.0.0-rc12
truffleruby-1.0.0-rc13
truffleruby-1.0.0-rc14
truffleruby-1.0.0-rc15
truffleruby-1.0.0-rc16
truffleruby-19.0.0
truffleruby-19.0.2
truffleruby-19.1.0
truffleruby-19.1.1
truffleruby-19.2.0
truffleruby-19.2.0.1
truffleruby-19.2.1
truffleruby-19.3.0
truffleruby-19.3.0.2
truffleruby-19.3.1
truffleruby-20.0.0
truffleruby-20.1.0
truffleruby-20.2.0
truffleruby-20.3.0
truffleruby-21.0.0
truffleruby-21.1.0
truffleruby-21.2.0
truffleruby-21.2.0.1
truffleruby-21.3.0
truffleruby-22.0.0.2
truffleruby-22.1.0
truffleruby-22.2.0
truffleruby-22.3.0
truffleruby-22.3.1
truffleruby-23.0.0-preview1
truffleruby-23.0.0
truffleruby-23.1.0
truffleruby-23.1.1
truffleruby-23.1.2
truffleruby-24.0.0
+truffleruby-24.0.1
diff --git a/config/md5 b/config/md5
index aebe4a9..d9c4731 100644
--- a/config/md5
+++ b/config/md5
@@ -1505,515 +1505,519 @@ rubinius-1.2.0-20101221.tar.gz=4284c2660f1f648942de35d4fc871f70
rubinius-1.2.1-20110215.tar.gz=e4a5127480062fddddc7ce2860b3b813
rubinius-1.2.2-20110222.tar.gz=59124378fb7ee040e9ee4e4736d89fc0
rubinius-1.2.3-20110315.tar.gz=9782dab18c2dd440af6b76e8eb5bc0f0
rubinius-1.2.4-20110705.tar.gz=403c777d19b3553e9cb36701fe002c5e
rubinius-1.3.2.tar.bz2=64801ad8dd4e5e4fcb74ff313fec0a69
rubinius-1.3.3.tar.bz2=79f1f860ed8242257bd7f3e88c81a197
rubinius-1.4.1.tar.bz2=76b840405d4b9303261c27cf15002386
rubinius-2.0.0.tar.bz2=62e379e044c822b81e7b20a27daf133e
rubinius-2.1.0.tar.bz2=908053f38fd840c75a93aab7487c20a5
rubinius-2.1.1.tar.bz2=6b4df0caec5ea88373e113f97a3b4c72
rubinius-2.2.0.tar.bz2=f1fbc6f3baf1da5ad86b3858f30f3349
rubinius-2.2.2.tar.bz2=ac70d629ea43525d91e81f4ccf135299
rubinius-2.2.3.tar.bz2=d9978cf1a4e8f0310db63e49834f9837
rubinius-2.2.4.tar.bz2=c10699da85a8eb5861a37b29077213bd
rubinius-2.2.5.tar.bz2=5996dc8529b2ffe5921c5e7020bee20e
rubinius-2.2.6.tar.bz2=85339bb6dd525eee719edf0551868f56
rubinius-2.2.7.tar.bz2=de2e6f4c3bd9a90bcb89f2ea27ddee9e
rubinius-2.2.8.tar.bz2=c4db1ffb8dbdf864240cabe8b7758b49
rubinius-2.2.9.tar.bz2=0bf87ba617fa989e47d20942410028af
rubinius-2.2.10.tar.bz2=8680da7eb921e6f595a1d716915ca7e0
rubinius-2.3.0.tar.bz2=e003a30af6689c8198116b3405d09d8e
rubinius-2.4.0.tar.bz2=62391a51f49820daa51463066c3ce007
rubinius-2.4.1.tar.bz2=7758721b6e848387c3943ddb9ebd9479
rubinius-2.5.0.tar.bz2=178baa1ad172df0801765ea93bc36d87
rubinius-2.5.1.tar.bz2=77e1b87dc357691ad44b561a5f45c188
rubinius-2.5.2.tar.bz2=e5973d6e0a16f0390dc2a7478db83ff5
rubinius-2.5.3.tar.bz2=b19709eb3fa9e05b3fa6a357b33e3b5b
rubinius-2.5.4.tar.bz2=64587916e5d445ed9bc630017a04498e
rubinius-2.5.5.tar.bz2=ef671bbab50cbe2f70f953c491311261
rubinius-2.5.6.tar.bz2=597e4b049f49966c646faf699856c1b9
rubinius-2.5.7.tar.bz2=9a7f404019bce9fc34a7af7feb7cbb74
rubinius-2.5.8.tar.bz2=a24520892cada1f660e719a25abf63e3
ruby-1.8.5-p115.tar.bz2=03955e3c367b9beb3efe144c9f00d689
ruby-1.8.5-p115.tar.gz=20ca6cc87eb077296806412feaac0356
ruby-1.8.5-p231.tar.bz2=327f5aa6573787432222e96195cffd1e
ruby-1.8.5-p231.tar.gz=e900cf225d55414bffe878f00a85807c
ruby-1.8.6-p286.tar.bz2=e6b6bf8f34370e433936adb7a7065e63
ruby-1.8.6-p286.tar.gz=797ea136fe43e4286c9362ee4516674e
ruby-1.8.6-p287.tar.bz2=80b5f3db12531d36e6c81fac6d05dda9
ruby-1.8.6-p287.tar.gz=6ff3420094711266c3201a0c7c2faa38
ruby-1.8.6-p369.tar.bz2=c3c1f3dd0dfbd2e17a04e59c2f12cfc8
ruby-1.8.6-p369.tar.gz=8c140ae28b4c3947b92dfad69109d90b
ruby-1.8.6-p383.tar.bz2=a48703cd982b9f0e3002700a50b0e88e
ruby-1.8.6-p383.tar.gz=4f49544d4a4d0d34e9d86c41e853db2e
ruby-1.8.6-p398.tar.bz2=fbd43dc44ee26be4d37e6bebbed6f8bd
ruby-1.8.6-p398.tar.gz=736db5f56c2d9b0136e563d049249fa8
ruby-1.8.6-p399.tar.bz2=f77c307cb72fb8808b0e85af5d05cefc
ruby-1.8.6-p399.tar.gz=c3d16cdd3c1ee8f3b7d1c399d4884e33
ruby-1.8.6-p420.tar.bz2=1c7a978e9ffd4f56dc2ad74bbd2c34f3
ruby-1.8.6-p420.tar.gz=ca1eee44f842e93b5098bc5a2bb9a40b
ruby-1.8.7-p160.tar.bz2=f8ddb886b8a81cf005f53e9a9541091d
ruby-1.8.7-p160.tar.gz=945398f97e2de6dd8ab6df68d10bb1a1
ruby-1.8.7-p174.tar.bz2=88c45aaf627b4404e5e4273cb03ba2ee
ruby-1.8.7-p174.tar.gz=18dcdfef761a745ac7da45b61776afa5
ruby-1.8.7-p248.tar.bz2=37e19d46b7d4b845f57d3389084b94a6
ruby-1.8.7-p248.tar.gz=60a65374689ac8b90be54ca9c61c48e3
ruby-1.8.7-p249.tar.bz2=37200cc956a16996bbfd25bb4068f242
ruby-1.8.7-p249.tar.gz=d7db7763cffad279952eb7e9bbfc221c
ruby-1.8.7-p299.tar.bz2=244439a87d75ab24170a9c2b451ce351
ruby-1.8.7-p299.tar.gz=43533980ee0ea57381040d4135cf9677
ruby-1.8.7-p302.tar.bz2=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p302.tar.gz=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p330.tar.bz2=2689719fb42c8cf0aa336f8c8933f413
ruby-1.8.7-p330.tar.gz=50a49edb787211598d08e756e733e42e
ruby-1.8.7-p334.tar.bz2=2f14f604bf981bb938ab5fc8b09eb1a6
ruby-1.8.7-p334.tar.gz=aacb6ee5dfe2367682bba56af7f415b8
ruby-1.8.7-p352.tar.bz2=0c61ea41d1b1183b219b9afe97f18f52
ruby-1.8.7-p352.tar.gz=0c33f663a10a540ea65677bb755e57a7
ruby-1.8.7-p357.tar.bz2=3abd9e2a29f756a0d30c7bfca578cdeb
ruby-1.8.7-p357.tar.gz=b2b8248ff5097cfd629f5b9768d1df82
ruby-1.8.7-p358.tar.bz2=de35f00997f4ccee3e22dff0f2d01b8a
ruby-1.8.7-p370.tar.bz2=1e4c3194537dd8ff92e756993e55a29d
ruby-1.8.7-p371.tar.bz2=c27526b298659a186bdb5107fcec2341
ruby-1.8.7-p371.tar.gz=653f07bb45f03d0bf3910491288764df
ruby-1.8.7-p374.tar.bz2=83c92e2b57ea08f31187060098b2200b
ruby-1.8.7-p374.tar.gz=b72a0bc5b824398537762e5272bbb8dc
ruby-1.9.0.tar.bz2=17eb66ac3721340d21db352d8f5dec76
ruby-1.9.1-p129.tar.bz2=6fa62b20f72da471195830dec4eb2013
ruby-1.9.1-p129.tar.gz=c71f413514ee6341c627be2957023a5c
ruby-1.9.1-p243.tar.bz2=66d4f8403d13623051091347764881a0
ruby-1.9.1-p243.tar.gz=515bfd965814e718c0943abf3dde5494
ruby-1.9.1-p376.tar.bz2=e019ae9c643c5efe91be49e29781fb94
ruby-1.9.1-p376.tar.gz=ebb20550a11e7f1a2fbd6fdec2a3e0a3
ruby-1.9.1-p378.tar.bz2=5922459622a23612eb9b68a3586cb5f8
ruby-1.9.1-p378.tar.gz=9fc5941bda150ac0a33b299e1e53654c
ruby-1.9.1-p429.tar.bz2=09df32ae51b6337f7a2e3b1909b26213
ruby-1.9.1-p429.tar.gz=0f6d7630f26042e00bc59875755cf879
ruby-1.9.1-p431.tar.bz2=03179138ae95dbfae872ef49e9cc6da7
ruby-1.9.1-p431.tar.gz=23f28cffc007ed5ac72c8e9bec6837ce
ruby-1.9.2-p0.tar.bz2=d8a02cadf57d2571cd4250e248ea7e4b
ruby-1.9.2-p0.tar.gz=755aba44607c580fddc25e7c89260460
ruby-1.9.2-p136.tar.bz2=52958d35d1b437f5d9d225690de94c13
ruby-1.9.2-p136.tar.gz=6e17b200b907244478582b7d06cd512e
ruby-1.9.2-p180.tar.bz2=68510eeb7511c403b91fe5476f250538
ruby-1.9.2-p180.tar.gz=0d6953820c9918820dd916e79f4bfde8
ruby-1.9.2-p290.tar.bz2=096758c3e853b839dc980b183227b182
ruby-1.9.2-p290.tar.gz=604da71839a6ae02b5b5b5e1b792d5eb
ruby-1.9.2-p318.tar.bz2=be431c6cbfa27e3836a06c6315717747
ruby-1.9.2-p318.tar.gz=cc7bf1025128e1985882ae243f348802
ruby-1.9.2-p320.tar.bz2=b226dfe95d92750ee7163e899b33af00
ruby-1.9.2-p320.tar.gz=5ef5d9c07af207710bd9c2ad1cef4b42
ruby-1.9.2-p330.tar.bz2=8ba4aaf707023e76f80fc8f455c99858
ruby-1.9.2-p330.tar.gz=4b9330730491f96b402adc4a561e859a
ruby-1.9.3-p0.tar.bz2=65401fb3194cdccd6c1175ab29b8fdb8
ruby-1.9.3-p0.tar.gz=8e2fef56185cfbaf29d0c8329fc77c05
ruby-1.9.3-p125.tar.bz2=702529a7f8417ed79f628b77d8061aa5
ruby-1.9.3-p125.tar.gz=e3ea86b9d3fc2d3ec867f66969ae3b92
ruby-1.9.3-p194.tar.bz2=2278eff4cfed3cbc0653bc73085caa34
ruby-1.9.3-p194.tar.gz=bc0c715c69da4d1d8bd57069c19f6c0e
ruby-1.9.3-p286.tar.bz2=e76848a86606a4fd5dcf14fc4b4e755e
ruby-1.9.3-p327.tar.bz2=7d602aba93f31ceef32800999855fbca
ruby-1.9.3-p327.tar.gz=96118e856b502b5d7b3a4398e6c6e98c
ruby-1.9.3-p362.tar.bz2=13c26ea368d88a560f07cc8c5eb4fa05
ruby-1.9.3-p374.tar.bz2=944e73eba9ee9e1f2647ff32ec0b14b2
ruby-1.9.3-p385.tar.bz2=5ec9aff670f4912b0f6f0e11e855ef6c
ruby-1.9.3-p392.tar.bz2=a810d64e2255179d2f334eb61fb8519c
ruby-1.9.3-p392.tar.gz=f689a7b61379f83cbbed3c7077d83859
ruby-1.9.3-p429.tar.bz2=c2b2de5ef15ea9b1aaa3152f9112af1b
ruby-1.9.3-p429.tar.gz=993c72f7f805a9eb453f90b0b7fe0d2b
ruby-1.9.3-p448.tar.bz2=aa710d386e5903f78f0231868255e6af
ruby-1.9.3-p448.tar.gz=a893cff26bcf351b8975ebf2a63b1023
ruby-1.9.3-p484.tar.bz2=03f5b08804927ceabe5122cb90f5d0a9
ruby-1.9.3-p484.tar.gz=8ac0dee72fe12d75c8b2d0ef5d0c2968
ruby-1.9.3-p545.tar.bz2=4743c1dc48491070bae8fc8b423bc1a7
ruby-1.9.3-p545.tar.gz=8e8f6e4d7d0bb54e0edf8d9c4120f40c
ruby-1.9.3-p547.tar.bz2=5363d399be7f827c77bf8ae5d1a69b38
ruby-1.9.3-p547.tar.gz=7531f9b1b35b16f3eb3d7bea786babfd
ruby-1.9.3-p550.tar.bz2=c2169c8b14ccefd036081aba5ffa96da
ruby-1.9.3-p551.tar.bz2=0d8b272b05c3449dc848bb7570f65bfe
ruby-1.9.3-preview1.tar.bz2=7d93dc773c5824f05c6e6630d8c4bf9b
ruby-1.9.3-preview1.tar.gz=0f0220be4cc7c51a82c1bd8f6a0969f3
ruby-1.9.3-rc1.tar.bz2=26f0dc51ad981e12c58b48380112fa4d
ruby-1.9.3-rc1.tar.gz=46a2a481536ca0ca0b80ad2b091df68e
ruby-2.0.0-p0.tar.bz2=895c1c581f8d28e8b3bb02472b2ccf6a
ruby-2.0.0-p195.tar.bz2=2f54faea6ee1ca500632ec3c0cb59cb6
ruby-2.0.0-p247.tar.bz2=60913f3eec0c4071f44df42600be2604
ruby-2.0.0-p353.tar.bz2=20eb8f067d20f6b76b7e16cce2a85a55
ruby-2.0.0-p451.tar.bz2=908e4d1dbfe7362b15892f16af05adf8
ruby-2.0.0-p481.tar.bz2=ea406a8d415a1a5d8365596d4288f3da
ruby-2.0.0-p576.tar.bz2=eccd42d43620544a085c5e3834572f37
ruby-2.0.0-p594.tar.bz2=58469c0daf5f3a892a70cc674ea59c7f
ruby-2.0.0-p598.tar.bz2=a3f3908103a7d209d1d1cf4712e3953c
ruby-2.0.0-p643.tar.bz2=1390888cac6cd175e6f164eff378cdde
ruby-2.0.0-p645.tar.bz2=d576240c97cfcc3ed9bdc457eb1e8280
ruby-2.0.0-p647.tar.bz2=27a3ea1a8b8bca1a6de43a7d08e88b69
ruby-2.0.0-p648.tar.bz2=3544031334f4665aa2eb1414babc9345
ruby-2.0.0-preview1.tar.bz2=47a0f662f0e258aa1c5e429c310861b3
ruby-2.0.0-preview2.tar.bz2=a645a783c3302cc094a9963a5e700a4d
ruby-2.0.0-rc1.tar.bz2=24cebdda11e01ff4889ac983cd7dc02c
ruby-2.0.0-rc2.tar.bz2=e92420131bd7994513e0bf09a3e2a19b
ruby-2.1.0-preview1.tar.bz2=d32d1ea23988399afadbd21c5a7a37fc
ruby-2.1.0-preview2.tar.bz2=9d566a9b2d2e7e35ad6125e2a14ce672
ruby-2.1.0-rc1.tar.bz2=cae095b90349b5b0f7026060cc3dd2c5
ruby-2.1.0.tar.bz2=1546eeb763ac7754365664be763a1e8f
ruby-2.1.1.tar.bz2=53edc33b2f590ecdd9f6a344b9d92d0d
ruby-2.1.1.tar.gz=e57fdbb8ed56e70c43f39c79da1654b2
ruby-2.1.2.tar.bz2=ed9b8565bdeccb401d628ec8d54a0774
ruby-2.1.2.tar.gz=a5b5c83565f8bd954ee522bd287d2ca1
ruby-2.1.3.tar.bz2=02b7da3bb06037c777ca52e1194efccb
ruby-2.1.4.tar.bz2=f4136e781d261e3cc20748005e1740b7
ruby-2.1.5.tar.bz2=a7c3e5fec47eff23091b566e9e1dac1b
ruby-2.1.6.tar.bz2=e1a8e6c6bfbb09bb7f8d6be8f508e4a1
ruby-2.1.7.tar.bz2=3a878e98311d543e5de3533b82ef4a5a
ruby-2.1.8.tar.bz2=b17130b5f02a61640ae3b629af931610
ruby-2.1.9.tar.bz2=62bd1cbfcbc22e4d137462bce992f6d1
ruby-2.1.10.tar.bz2=5155c624807ff2418a9e9f15202954d0
ruby-2.2.0-preview1.tar.bz2=767b132eec3e70b14afe5884a7a767b1
ruby-2.2.0-preview2.tar.bz2=d7abace25a8ffe861cb2807bef1c58a6
ruby-2.2.0-rc1.tar.bz2=7144732d30dd4547c0a59862b3345d54
ruby-2.2.0.tar.bz2=d03cd4690fec1fff81d096d1c1255fde
ruby-2.2.1.tar.bz2=06973777736d8e6bdad8dcaa469a9da3
ruby-2.2.2.tar.bz2=af6eb4fa7247f1f7b2e19c8e6f3e3145
ruby-2.2.3.tar.bz2=f49a734729a71774d4a94a9a603114b2
ruby-2.2.4.tar.bz2=c3d65f6d2ebe90dda81a37885ea244f5
ruby-2.2.5.tar.bz2=0c7edd1ff3650c3b74da2efaf641bf34
ruby-2.2.6.tar.bz2=3d13cf447142b8a11cd9beb7bc63fee0
ruby-2.2.7.tar.bz2=ca7224d80c08b015bc3b8c226d0914c3
ruby-2.2.8.tar.bz2=054d2e2904d5175662293e29c3bdb927
ruby-2.2.9.tar.bz2=575adf8ede6b1ca7236a5341e73536b0
ruby-2.2.10.tar.bz2=bef1909a4c885157870ef69548cdad3a
ruby-2.3.0-preview1.tar.bz2=776000d74ec6dd34bf355ff6921c8311
ruby-2.3.0-preview2.tar.bz2=3ad442ccb337e77e4acaa4113f25b76a
ruby-2.3.0.tar.bz2=f0d9f9bbdc87372ca98988a571875819
ruby-2.3.1.tar.bz2=c194281f63d7fcd816747fe78474be5e
ruby-2.3.2.tar.bz2=9d00f3772f1c8fa5eecdfea089e3032f
ruby-2.3.3.tar.bz2=04b9c461a2bc1eec0535ad1947cad4fb
ruby-2.3.4.tar.bz2=99961e97566aee6d63635e2da4cf73ac
ruby-2.3.5.tar.bz2=e1efc3d5a948ca1f552005efe5925513
ruby-2.3.6.tar.bz2=b2443b11ee80319a119f7ec0c9b8d79a
ruby-2.3.7.tar.bz2=5eb580d5cd13ffb5aacfb96580c0043d
ruby-2.3.8.tar.bz2=78045332e298dfd859ceef9fe946950f
ruby-2.4.0-preview1.tar.bz2=64b8983b5f53d053906e394f734aa296
ruby-2.4.0-preview2.tar.bz2=1074e8dea5baa89af7f7c2d1d2b9ebaa
ruby-2.4.0-preview3.tar.bz2=9f767e6bc61830735ea7dc9cd5a63653
ruby-2.4.0-rc1.tar.bz2=0f8b665acf4e883334adc121a42a206f
ruby-2.4.0.tar.bz2=98f29161860fe1b6c65396717847a358
ruby-2.4.1.tar.bz2=07b2ae5d2f46321c95b37066c8415900
ruby-2.4.2.tar.bz2=5ff3ad6ec816bcce8806a55090936ab6
ruby-2.4.3.tar.bz2=ac8215ba561cc7c79b4f61daee11b706
ruby-2.4.4.tar.bz2=d994274eaa95b82aa5d31ec2188253c6
ruby-2.4.5.tar.bz2=45d70a8bb9397d818795ffe992163d27
ruby-2.4.6.tar.bz2=4abd13c50c1fc273a0a81a0ae74ed39f
ruby-2.4.7.tar.bz2=1ce166ced489908993d78e8bb68325e0
ruby-2.4.8.tar.bz2=396d35f1a2d1deaf303f59cb5245d4ae
ruby-2.4.9.tar.bz2=0b3447370651df55a2014a170c0cb1d5
ruby-2.4.10.tar.bz2=b10a7d2fcaf218c98edbaf57efc36e58
ruby-2.5.0-preview1.tar.bz2=889454189f41e271ae5ba15382911b6a
ruby-2.5.0-rc1.tar.bz2=f5acdeacf56aced3c00ae6a8fa816bbc
ruby-2.5.0.tar.bz2=63a6cd49546783d62de25a0ffc4aecc3
ruby-2.5.1.tar.bz2=5aaaf2fb4893214fa316516f3ac43519
ruby-2.5.2.tar.bz2=e90ab127e2ac3ee1d8840835e8ba1f13
ruby-2.5.3.tar.bz2=49aea0bf56d25351ccaf938c642400df
ruby-2.5.4.tar.bz2=0c923215470f1debe593fe21e66fd37b
ruby-2.5.5.tar.bz2=8f41b5cb683d48b5cb6cdfe03d135d6b
ruby-2.5.6.tar.bz2=f2a74416ab3016434896194120796f04
ruby-2.5.7.tar.bz2=65597b69aa54bdca8745502c10349f96
ruby-2.5.8.tar.bz2=9ec96e7a590ef801ede294b6184c9c0f
ruby-2.5.9.tar.bz2=9e905a545a729af1f1620ddfc2976fe5
ruby-2.6.0-preview1.tar.bz2=1ce507e27fa02aeb36100dabcf1da94f
ruby-2.6.0-preview2.tar.bz2=e45011116334d21857b9e1712a01e6b3
ruby-2.6.0-preview3.tar.bz2=b326ceee3d3756f892515009e148f4b2
ruby-2.6.0-rc1.tar.bz2=40457a72e36cbecd0c51d9f895347302
ruby-2.6.0-rc2.tar.bz2=9665e6d886a9da2d4076fa75836798f1
ruby-2.6.0.tar.bz2=d3372daec93f83e7a91c669821053014
ruby-2.6.1.tar.bz2=73d19ac478db1a178be5ae2f2fb8c9ec
ruby-2.6.2.tar.bz2=658fcc0da15578c2420ded807b11cce1
ruby-2.6.3.tar.bz2=52e609b756735115814b9c8463f185e2
ruby-2.6.4.tar.bz2=d9b35753c65f54c745ab6b0094511839
ruby-2.6.5.tar.bz2=d1b89c88effb71d75cd7ef77c35e1985
ruby-2.6.6.tar.bz2=abc030870bfbe18ae9c356abebd95cb6
ruby-2.6.7.tar.bz2=46f24740181f91247c72f19d52334379
ruby-2.6.8.tar.bz2=c53761123d17e929cfe248f50429bcab
ruby-2.6.9.tar.bz2=ddc24495adaf215c8ee40630b4a55041
ruby-2.6.10.tar.bz2=6ad76db639ab308e3b6c19408729a0cf
ruby-2.7.0-preview1.tar.bz2=82fab0496947acd847a6b2eb758acfc6
ruby-2.7.0-preview2.tar.bz2=966a544ab59114591898403c23d91397
ruby-2.7.0-preview3.tar.bz2=2fa6c213774744b287e7e0212b43f626
ruby-2.7.0-rc1.tar.bz2=48a8837cb352f5b95e97a1ae0d62a9d0
ruby-2.7.0-rc2.tar.bz2=cca58fdb8c5e8be8273842d54199c42d
ruby-2.7.0.tar.bz2=89347748b7414f5bc7aeb8f4a87ebef4
ruby-2.7.1.tar.bz2=4bb2b2b2f0c6953859e30af140cf249a
ruby-2.7.2.tar.bz2=a8acc9c24708fe29dfc287823ecaae65
ruby-2.7.3.tar.bz2=604acb258b1d8228f55799e846cfe6d3
ruby-2.7.4.tar.bz2=52705d799ed851dd3bfd5634265cde46
ruby-2.7.5.tar.bz2=d97d4377eee18b0e790510c3afed648c
ruby-2.7.6.tar.bz2=1b6efacb9f129d0253d8a9faa9c21f99
ruby-2.7.7.tar.bz2=63c55e75150251d3ba092b662138e4af
ruby-2.7.8.tar.bz2=f44dedf51fdb7441a7dba592d6a4a14d
ruby-3.0.0-preview1.tar.gz=991df063b86a8f8412ca07f548579f39
ruby-3.0.0-preview2.tar.gz=ce14b24e923f2e269fea6441791a7248
ruby-3.0.0-rc1.tar.gz=848a8628c8abde270b66e2474049a4a3
ruby-3.0.0.tar.gz=d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz=8d1c460a9a9d48a353de3eb0f338bbfd
ruby-3.0.2.tar.gz=b973af486291a1e17ad50d88472bfa86
ruby-3.0.3.tar.gz=9ecae293da9547c1438a970f04f64655
ruby-3.0.4.tar.gz=ec9de9a15acc4f205b08816d94267415
ruby-3.0.5.tar.gz=cdff2395625dc1d632fc5400c8fec103
ruby-3.0.6.tar.gz=6b5a7b14505697e6fc2b40b345679f40
ruby-3.1.0-preview1.tar.gz=d131b9bca700ee87ea276f8233ea4c0b
ruby-3.1.0.tar.gz=1ca89d713f2c18a20104befed51b3b9a
ruby-3.1.1.tar.gz=702778a0ef8b7a01ef7530a541002e19
ruby-3.1.2.tar.gz=9daf064899cccc32fd564117c7a7e0dd
ruby-3.1.3.tar.gz=cce38a2b2c589d59f440f67c7d8cc697
ruby-3.1.4.tar.gz=3e601ae6db76a487219a1084e5cb4c9c
ruby-3.2.0-preview1.tar.gz=a83c91d53e130fe232e4c27ecc8738da
ruby-3.2.0-preview2.tar.gz=56e7801b37612b82285c9a09cfeb28ce
ruby-3.2.0-preview3.tar.gz=0ed16faae50403b4e2ba2e85ec2314a1
ruby-3.2.0-rc1.tar.gz=4657d7013702adce21ca21dfe71ea4a0
ruby-3.2.0.tar.gz=76ca7e7d71898ab1e85155d69403754e
ruby-3.2.1.tar.gz=055101c924538467c63fcbf42abddc75
ruby-3.2.2.tar.gz=eb6f18605e1e1be5dfb5b45f31bf6a93
ruby-3.2.3.tar.gz=e0ba90554f7ea41c587ffa7fcfd064ca
ruby-3.3.0-preview1.tar.gz=0833f555b1b8d5423953600fb4146639
ruby-3.3.0-preview2.tar.gz=4f82f4c9e512ec0a53baa1be8d35ebf7
ruby-3.3.0-preview3.tar.gz=a32ede198a9da50d4afc4421a4a993ad
ruby-3.3.0.tar.gz=f57422a0f995cd5a93c726f6c42c310a
ruby-enterprise-1.8.6-20080507.tar.gz=17e3c52e73e42809f57ad0000a6cb4ab
ruby-enterprise-1.8.6-20080621.tar.gz=626fc3811eee2dc92ac27ea63d37a8b2
ruby-enterprise-1.8.6-20080623.tar.gz=0bf8a3a93c6b37bb1260cc09b05e81fd
ruby-enterprise-1.8.6-20080624.tar.gz=de58b97128aa65209f291c66eab7c4a7
ruby-enterprise-1.8.6-20080709.tar.gz=f0ded08cec64959fa388ec6a237b9c47
ruby-enterprise-1.8.6-20080810.tar.gz=bfdcf06f437af825cd9f2d321f9d1896
ruby-enterprise-1.8.6-20081205.tar.gz=50206bec9be2e08a862e5ec2e70fa693
ruby-enterprise-1.8.6-20081215.tar.gz=aab57b7d5061c1980bec5dbe311ec9b2
ruby-enterprise-1.8.6-20090113.tar.gz=e8d796a5bae0ec1029a88ba95c5d901d
ruby-enterprise-1.8.6-20090201.tar.gz=a965e6789b553efaed72191825b13713
ruby-enterprise-1.8.6-20090421.tar.gz=c777b361aadccda7988be16ede7ab15f
ruby-enterprise-1.8.6-20090520.tar.gz=156572a8296bd0440970a6bb95018a13
ruby-enterprise-1.8.6-20090610.tar.gz=0bf66ee626918464a6eccdd83c99d63a
ruby-enterprise-1.8.7-2009.10.tar.gz=3727eef7b6b1b2f31db7d091328d966e
ruby-enterprise-1.8.7-2010.01.tar.gz=587aaea02c86ddbb87394a340a25e554
ruby-enterprise-1.8.7-2010.02.tar.gz=4df7b09c01adfd711b0ab76837611542
ruby-enterprise-1.8.7-2011.01.tar.gz=4640634347cd8e5469cb718853e2112e
ruby-enterprise-1.8.7-2011.02.tar.gz=8c5faa11c1ddaed3f44b7294711980cc
ruby-enterprise-1.8.7-2011.03.tar.gz=038604ce25349e54363c5df9cd535ec8
ruby-enterprise-1.8.7-2011.12.tar.gz=1e5f3059d52a67ab5d91d472b756de08
ruby-enterprise-1.8.7-2012.02.tar.gz=8d086d2fe68a4c57ba76228e97fb3116
ruby-enterprise-1.8.7-20090928.tar.gz=ae00018ce89d95419dfde370fcd485ac
rubygems-0.4.0.tgz=86a64616548a793e1a5f825f0dd385b9
rubygems-0.5.0.tgz=80d151edd94a06bcd2452a7e272b4d96
rubygems-0.6.0.tgz=5df803f5a04654833690dd32283de741
rubygems-0.6.1.tgz=c4a0faa9f876ad805ae80d1396a29d97
rubygems-0.7.0.tgz=ede9b55343219e8b3491793aa12c46f3
rubygems-0.8.0.tgz=9ef6e3c34dcb54e295c8e57321ddc079
rubygems-0.8.1.tgz=6276d268b420c0d61796cdbf6d28dae4
rubygems-0.8.3.tgz=6e6da80f61d6e77d0ad9e531767f6fd5
rubygems-0.8.4.tgz=a2ad2d03dae8a98002c2a7cd6c3ed352
rubygems-0.8.5.tgz=b917c084e1e6e99d8e102af8dd687ddb
rubygems-0.8.6.tgz=9de98d2f62e3f91521b0207a4dcdeb5b
rubygems-0.8.7.tgz=7fc04b9f9acc0c18cbbe6222be8d0bd3
rubygems-0.8.8.tgz=a8535e9c35a4c215d6ef9268d4bc69ed
rubygems-0.8.10.tgz=d26592e280c0fb24c51f2837c3f48e67
rubygems-0.8.11.tgz=aa363b428c4c1fc2e076a4ff77b957d7
rubygems-0.9.0.tgz=5d496e1f415b8b4033ab867f01d1161f
rubygems-0.9.1.tgz=a62314cdb174ccc88a27b8924fa79e4a
rubygems-0.9.2.tgz=cc525053dd465ab6e33af382166fa808
rubygems-0.9.3.tgz=600940a22ecd79e28e0fd37ad1f1d871
rubygems-0.9.4.tgz=b5680acaa019c80ea44fe87cc2e227da
rubygems-0.9.5.tgz=91f7036a724e34cc66dd8d09348733d9
rubygems-1.0.0.tgz=b0b74eac0cbfc5a13f895ab6f803edc1
rubygems-1.0.1.tgz=0d5851084955c327ee1dc9cbd631aa5f
rubygems-1.1.0.tgz=85f994904c5b4045f0a859b29d0be717
rubygems-1.1.1.tgz=1a77c5b6b293a3ccd5261dc120641ccc
rubygems-1.2.0.tgz=b77a4234360735174d1692e6fc598402
rubygems-1.3.0.tgz=63d3dfc038710eaf532b6a133225115a
rubygems-1.3.1.tgz=a04ee6f6897077c5b75f5fd1e134c5a9
rubygems-1.3.2.tgz=6204d0a4c526a1d8fdbce746647b179a
rubygems-1.3.3.tgz=0e9697db44d812712350baf28016b4a7
rubygems-1.3.4.tgz=b17b398503253bf36a101c58f02a226f
rubygems-1.3.5.tgz=6e317335898e73beab15623cdd5f8cff
rubygems-1.3.6.tgz=789ca8e9ad1d4d3fe5f0534fcc038a0d
rubygems-1.3.7.tgz=e85cfadd025ff6ab689375adbf344bbe
rubygems-1.4.1.tgz=e915dbf79e22249d10c0fcf503a5adda
rubygems-1.4.2.tgz=b5badb7c5adda38d9866fa21ae46bbcc
rubygems-1.5.0.tgz=49bef7186bf3c0ca6ee7adf4b585bccc
rubygems-1.5.1.tgz=47577a5e33c9c6f1e3a56aff7f51d0ff
rubygems-1.5.2.tgz=3951f94c09c16c774c8bcebc94fa5374
rubygems-1.5.3.tgz=38bbbdc17aef923fb41f054cf8421116
rubygems-1.6.0.tgz=abd27b5a9002100ff74ddb398a1c9689
rubygems-1.6.1.tgz=a77c64896aaa10d64aaf34f5c1488173
rubygems-1.6.2.tgz=0c95a9869914ba1a45bf71d3b8048420
rubygems-1.8.6.tgz=8e95d0c5b377a003f3d54a49461e81d9
rubygems-1.8.9.tgz=fc399445d693c29778779e5828ee5e90
rubygems-1.8.10.tgz=5b08ee31740c9b0bd36f6c04d537e7d4
rubygems-1.8.23.1.tgz=5259ce3eb7988950fa3aff9051a5de91
rubygems-1.8.23.2.tgz=fb377c7fd387df14a33e529153adc316
rubygems-1.8.23.tgz=178b0ebae78dbb46963c51ad29bb6bd9
rubygems-1.8.24.tgz=3a555b9d579f6a1a1e110628f5110c6b
rubygems-1.8.25.tgz=1376a258d43c53750a8df30e67853e10
rubygems-1.8.26.tgz=0ea47f1efd010f4c82b8a51a934f48dc
rubygems-1.8.27.tgz=6686ad26735c21d0d6e58b6192c7da5d
rubygems-1.8.28.tgz=2df78039f391fb1f71c02c2fc5671c94
rubygems-1.8.29.tgz=a57fec0af33e2e2e1dbb3a68f6cc7269
rubygems-2.0.0.tgz=89ce467eb2d55657e9965a46559acbcf
rubygems-2.0.1.tgz=2652ab6f001a873b8933e2ca09505974
rubygems-2.0.2.tgz=3471f140a70bcd32a7495b545cfce790
rubygems-2.0.3.tgz=854691f145cea98b4100e5b0831b73ed
rubygems-2.0.4.tgz=3ec32dbe783bab37a87f50758f8efe13
rubygems-2.0.5.tgz=641d82672937d40d664dbc18f49cdcec
rubygems-2.0.6.tgz=0633f50db16112bf6c3cf9bfb9ceb9bd
rubygems-2.0.7.tgz=9046700f1222712fedfb836fafa08c50
rubygems-2.0.8.tgz=5432214a740c0d13482e43a5328a6518
rubygems-2.0.9.tgz=bc55898247297ffa190223276b1b1bd7
rubygems-2.0.10.tgz=5457ba403cd9a5f4f5fb2ef4a2a1c03e
rubygems-2.0.11.tgz=0f28e3fde3348c0f23ceecba73a6cbef
rubygems-2.0.12.tgz=99c416517e2de1146d2c6fbb4c4c1441
rubygems-2.0.13.tgz=3970e66a670ddb6d1aade9c7b18033d4
rubygems-2.0.14.tgz=4a7aa0b144e465230ab5d7b59dfd7e8f
rubygems-2.1.0.tgz=9a9d242baef5e58fbfe79ec5206cd316
rubygems-2.1.1.tgz=b34d6f4028b69a84123a6b7cb0ac8028
rubygems-2.1.2.tgz=b5c5c4430be60f911014216d41886ef3
rubygems-2.1.3.tgz=ac7bbdfecd49f9304756aa5ebeb51400
rubygems-2.1.4.tgz=aa502b1ea90fbdd14ca9b32634795c2b
rubygems-2.1.5.tgz=60564b762d4e186815997653b1c876ab
rubygems-2.1.6.tgz=e11237a8f87dbd8c085770551d64a8f8
rubygems-2.1.7.tgz=b721ed7d5fd57ed05f77eb21a3a592ee
rubygems-2.1.8.tgz=cc4c84c0482840389a457740e8083ed9
rubygems-2.1.9.tgz=2636bf26c0a9ec889c7bd938887bd9a3
rubygems-2.1.10.tgz=6fa671d7d6605de73d16f529cf7bffb8
rubygems-2.1.11.tgz=b561b7aaa70d387e230688066e46e448
rubygems-2.2.0.rc.1.tgz=f7d80b612339169569f2675155c202f1
rubygems-2.2.0.tgz=3c16e50673adb99d1ce76d5231f764bd
rubygems-2.4.8.tgz=dc77b51449dffe5b31776bff826bf559
rubygems-2.6.10.tgz=ab5a0028d2a0653691b29d7463bd0892
rubygems-2.6.11.tgz=8d514b836fcf3ae2c20b4fe8d5cdc3c5
rubygems-2.6.12.tgz=7c454ef88b716c1a123f62b26bb9612b
rubygems-2.6.13.tgz=e6f19b51614055d826e431549a12a80b
rubygems-2.6.14.tgz=e0a6914ce03b91dfc6d448ebf292f145
rubygems-2.7.0.tgz=771c40015538c0f225c5249e4bc7d441
rubygems-2.7.1.tgz=65646f28f3c36ccaa7f991c17e15b8a9
rubygems-2.7.2.tgz=312a238ed98a61d2b3d165b790b6062b
rubygems-2.7.3.tgz=fb3a1927a1842b75677a24f48dd63ddc
rubygems-2.7.4.tgz=e9bbf5a4cc9a74293884b91f49603ea0
rubygems-2.7.5.tgz=516a4f219976003feb4b4f797cbc66b0
rubygems-2.7.6.tgz=366cea352c2b1243db726013c3d76fc4
rubygems-2.7.7.tgz=b6721f6ce4af08f68c6f513bbddfe484
rubygems-2.7.8.tgz=a3ed89a34e1ae8f9da0c620a8aa35f12
rubygems-2.7.9.tgz=173272ed55405caf7f858b6981fff526
rubygems-2.7.10.tgz=464754059d8ca01c1121a1233d866e8c
rubygems-3.0.0.tgz=3908105894e531f7ad3aceb8b41dcbcd
rubygems-3.0.1.tgz=1e8af9b87a67f15841ad2be7d5725a5f
rubygems-3.0.2.tgz=d8db1b516ae1e35b8f6f56cb526f879a
rubygems-3.0.3.tgz=b7a7dd5f85485334a6cb61b7dac20cff
rubygems-3.0.4.tgz=7d0c49077a2d19f48d88567cfa3cf17a
rubygems-3.0.5.tgz=4664467d621d719688e4778d147c306a
rubygems-3.0.6.tgz=60d84e843b131fb87c8fd67e8fac6470
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=3e9afdf72f153e2f66259fc2b6fca594
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=c30459287aec83548cfcb17340fa73d5
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=138f6814451ce634b0fae3aca5579248
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=94ed54ecb65bea2166a2159431b0362b
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=9e5428611e22b093d05afebbe0ccbc2b
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=b32a254fed71434c3431fb2effb35c5a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=7f394a8c7fe356b7bd36683c57f74ebd
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=f033329d03f1f846d25728c2af9d7524
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=184e98f2d6939f63db4b915943ff60c6
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=d19213b33011f7a55e0f32d25e19184f
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=a394167c0331c6d8c1123e1f992e5411
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=dc1bf0fcfdd5837ae0ca56d6d6e5f7b0
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=f6ec25bd532bf0551d35327d1aa4caf9
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=c80a345f9071521cf1961ab75ebc7dd1
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=3a889726efcdf33feb7ef3df13fd5f39
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=bba618b4483b79eebf9f0e7af4078502
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=a25e179ca0be96a1bc737a600729c195
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=bb8d8f5525e1ba86bb039e56291c6c7c
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=872774837057489250527bf863192115
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=bb4a64e6c4882fd0c5e412bf9c57720b
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=0f36eed2eb36846785fdd4eae24adfa0
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=1bd3087a0f2df4c006b87c9488ada6d4
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=9eddd1aa98c9649e7c01bb10bf28c471
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c93643f1d00b370411310ee7a1dd5330
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=bc7339a6218ea991f2c72ce8759cb6e3
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=1671d08dd2f5026d58b326fd55c9b7de
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=5564d17f19b8ee0edb96ab5b1bfbda98
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=61583b529b6a1337398b0966db952d24
truffleruby-19.0.0-linux-amd64.tar.gz=006220c7bde7d0b5c72481133624a83f
truffleruby-19.0.0-macos-amd64.tar.gz=9ef7f5a311465d35e54ac6e00ec3d169
truffleruby-19.0.2-linux-amd64.tar.gz=2f7fe574e0695fb6001f4f5282aa2f79
truffleruby-19.0.2-macos-amd64.tar.gz=aa20f76b3eac1f4976a507364201d1ad
truffleruby-19.1.0-linux-amd64.tar.gz=71368f8371069017d911528f052b0a55
truffleruby-19.1.0-macos-amd64.tar.gz=7f086adbc89fdfaed35273394ac3ac66
truffleruby-19.1.1-linux-amd64.tar.gz=c1ad4d17bb40e214b124222f3a7c6db6
truffleruby-19.1.1-macos-amd64.tar.gz=f4e76b0612319b4a82480cbd1fc90210
truffleruby-19.2.0-linux-amd64.tar.gz=458ed5fec1a849ef5b00e19b0e25d5e9
truffleruby-19.2.0-macos-amd64.tar.gz=dc324575ad20e3054980835c24ea7161
truffleruby-19.2.0.1-linux-amd64.tar.gz=ad7444145550d89931199159163077c1
truffleruby-19.2.0.1-macos-amd64.tar.gz=b5bcfb0aaded1e2d1763089ab6c9a14d
truffleruby-19.2.1-linux-amd64.tar.gz=fc4879d2b0cc22c152a8bf893a72c346
truffleruby-19.2.1-macos-amd64.tar.gz=71448ff3f8f1da086f222751d3f853bc
truffleruby-19.3.0-linux-amd64.tar.gz=dd44ac30b5a1ef3a7d61172cda9b30b6
truffleruby-19.3.0-macos-amd64.tar.gz=41daa52f0f308abb77a2b91c1b7e0f3d
truffleruby-19.3.0.2-linux-amd64.tar.gz=2db2cb5c29523c9bdb6f59dfa0bd74ce
truffleruby-19.3.0.2-macos-amd64.tar.gz=edf1603643938686dce57139aadf7d3c
truffleruby-19.3.1-linux-amd64.tar.gz=a14c028351f7a3965bcb56e9b22364de
truffleruby-19.3.1-macos-amd64.tar.gz=a8707d0af3eda694ec07a5387d3443fb
truffleruby-20.0.0-linux-amd64.tar.gz=b30110ecbc50c4fce402fdf44c45dad5
truffleruby-20.0.0-macos-amd64.tar.gz=0671e5909cefb9a2c12c473fc0110821
truffleruby-20.1.0-linux-amd64.tar.gz=4592b5fc3636d82fc998ab6fe0a43584
truffleruby-20.1.0-macos-amd64.tar.gz=3c0be43db86817c7037d3ff5053d322d
truffleruby-20.2.0-linux-amd64.tar.gz=e9859decb24829f9a189d88b3c2e9b79
truffleruby-20.2.0-macos-amd64.tar.gz=49e7ccf8f9e60d6c59b3b07b854466cf
truffleruby-20.3.0-linux-amd64.tar.gz=93a20845f7d9d39100761424dfc0a734
truffleruby-20.3.0-macos-amd64.tar.gz=b178b7a94fac58400450417612fe3441
truffleruby-21.0.0-linux-amd64.tar.gz=c03304a505c8699e697acecf5030d95f
truffleruby-21.0.0-macos-amd64.tar.gz=019796be37a58ef8e186a625f2ff5d07
truffleruby-21.1.0-linux-amd64.tar.gz=065bfcc48f6925410e0da21e16428b64
truffleruby-21.1.0-macos-amd64.tar.gz=325f6854c10d8a3a114c80da582c469f
truffleruby-21.2.0-linux-amd64.tar.gz=0aec44721a040845347f18c1f72ceb75
truffleruby-21.2.0-macos-amd64.tar.gz=76d27715b20902df5779f7a0c00852b1
truffleruby-21.2.0.1-linux-amd64.tar.gz=f68e9b8a9f9cae5efc5ac45a7d9e760d
truffleruby-21.2.0.1-macos-amd64.tar.gz=b021e50fc94cab590b49d27f2ea821b0
truffleruby-21.3.0-linux-amd64.tar.gz=359aca79cba4e08f9955d9c6543c2189
truffleruby-21.3.0-macos-amd64.tar.gz=d9e2e2c6fcd3ac16f0c37b0ccffb4f41
truffleruby-22.0.0.2-linux-amd64.tar.gz=324327026e9b2963a8e5fb4ee3f4e216
truffleruby-22.0.0.2-macos-amd64.tar.gz=7029d0e291d498a264d9b413729a3e17
truffleruby-22.1.0-linux-amd64.tar.gz=9329cf507ba8ac529e93156cacc1425d
truffleruby-22.1.0-macos-amd64.tar.gz=353242978b46cafc34b05e2c81206096
truffleruby-22.2.0-linux-amd64.tar.gz=5d676377056ae94fe847be721c20405b
truffleruby-22.2.0-linux-aarch64.tar.gz=b774f4b7d330842521f1e6e56cb41db5
truffleruby-22.2.0-macos-amd64.tar.gz=e45fdd9a05aec6220a76fb707b0a5ae8
truffleruby-22.2.0-macos-aarch64.tar.gz=ebcbfe056d90d06de4bd0a9d699bad8f
truffleruby-22.3.0-linux-amd64.tar.gz=ada8bc5dc52aca8317eaeab04d91e877
truffleruby-22.3.0-linux-aarch64.tar.gz=11493301d5519aa73e8f0e140cefb581
truffleruby-22.3.0-macos-amd64.tar.gz=9e27c677637b69b0460fb0a4569a5cca
truffleruby-22.3.0-macos-aarch64.tar.gz=eaa1c9020b521226f8bb48b8c7e5c596
truffleruby-22.3.1-linux-amd64.tar.gz=243d926f038fd2220c03dfbe40ef58c3
truffleruby-22.3.1-linux-aarch64.tar.gz=01487fe680863381489bf2a0a2ac162b
truffleruby-22.3.1-macos-amd64.tar.gz=b3d5a777d94856e51034d81076e8ef72
truffleruby-22.3.1-macos-aarch64.tar.gz=320ce75730a5b9f16f111eb7ef5e4e09
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=76c1cb23ee63ba4de93a0c23784bfca9
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=eec3fc74565f08e9468982692f7f9010
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=50e38f3cd548dfe78f397f76ed577bf1
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=b769bcf9b843d9b2980def1e2139284f
truffleruby-23.0.0-linux-amd64.tar.gz=6e1a491406c5dbf42de10fcb3ed7dc1c
truffleruby-23.0.0-linux-aarch64.tar.gz=5c3663f64bee707173b2684355a9a42e
truffleruby-23.0.0-macos-amd64.tar.gz=515a9a8a0f39ba9399e869cd418ebff5
truffleruby-23.0.0-macos-aarch64.tar.gz=57e5fa52270e692b82c445107fe6b6a6
truffleruby-23.1.0-linux-amd64.tar.gz=f7511c19045e57e72f9b5415bc17c8e8
truffleruby-23.1.0-linux-aarch64.tar.gz=e8a20dd919a2ff77b7cc5457e853d15d
truffleruby-23.1.0-macos-amd64.tar.gz=d3b6a3cbc0a230ebae6f3a462a32ddd3
truffleruby-23.1.0-macos-aarch64.tar.gz=ee74fc5d192c2fb8afd0458d2d429c02
truffleruby-23.1.1-linux-amd64.tar.gz=d7e1c040da170aaa36b5f5a1d106d237
truffleruby-23.1.1-linux-aarch64.tar.gz=cf508ba3787be20c03bac690f3bdbac5
truffleruby-23.1.1-macos-amd64.tar.gz=a662a8672871524808500dddef3808c1
truffleruby-23.1.1-macos-aarch64.tar.gz=de543312024993a533e3caa63b396127
truffleruby-23.1.2-linux-amd64.tar.gz=e3e5b01b291d7fea61be2be842c7e8dc
truffleruby-23.1.2-linux-aarch64.tar.gz=8fe26f643fa81eec6de3bde7024c858a
truffleruby-23.1.2-macos-amd64.tar.gz=83bc41bf699fa847df7e60412bee2823
truffleruby-23.1.2-macos-aarch64.tar.gz=7dbd2e182cfec0cf2d2e37784721903f
truffleruby-24.0.0-linux-amd64.tar.gz=202f05706d28faca75d5e3cd0f9bef78
truffleruby-24.0.0-linux-aarch64.tar.gz=4faaf4edde4f6a516246b7c2f4ee80b3
truffleruby-24.0.0-macos-amd64.tar.gz=d07f27e0e29398c6de836b0049105c12
truffleruby-24.0.0-macos-aarch64.tar.gz=10cf176718968893468caba617c02141
+truffleruby-24.0.1-linux-amd64.tar.gz=2914bfb81b136cd1fb5736c0a40068e3
+truffleruby-24.0.1-linux-aarch64.tar.gz=429e6ada9a95ea23ebb95d01f90eb0f4
+truffleruby-24.0.1-macos-amd64.tar.gz=e3aa5ab128f5d169d93f2d6df98c4e77
+truffleruby-24.0.1-macos-aarch64.tar.gz=6f81a1afe1b89a40f00c9bd4216ec45d
yaml-0.1.4.tar.gz=36c852831d02cf90508c29852361d01b
zlib-1.2.3.tar.gz=debc62758716a169df9f62e6ab2bc634
zlib-1.2.5.tar.gz=c735eab2d659a96e5a594c9e8541ad63
diff --git a/config/sha512 b/config/sha512
index f6b6186..4bea997 100644
--- a/config/sha512
+++ b/config/sha512
@@ -1208,512 +1208,516 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.3.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.4.tar.bz2=e5718fb13f2fe7f6b34fbc2b1a6db95576fcf9cbed481fea59fd4dd28d064104a912a1000533810221141ec09e9fd8d1e59850ae5a26ae441bb6d8878f42c418
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.5.tar.bz2=71ae2c5bac04a97694310daf76e896a1a02c245274e9c96ca96740f78a0e245302564bce757f1688d3e83b7c0c88989f702814c434101f8df786c1276a4f5a2d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.6.tar.bz2=1693ebd7cd3a452f51ce2ef32144aa36f6fa8121ec68cd0fff715db8981214ea9fc729099e4495e1e8bc346409551d4b93c6c3803fe187fc0c25360b80caab72
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.7.tar.bz2=53b05c51b970a239fab953dcf3bb433f59465fa0b4dfe58066132a1bf6247cbe4adcafe41b219ba453ea392f88a521349df14d58a91a855c53c9b9ba4cc16c4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.8.tar.bz2=b9b0d99e590a48ceedbd1d6318c29b8fecc12b02ce5a6f1555593eb1b3e284c766f2f8800ee3070fb7a041593e4a3806d53590be760381268ef0f9588e127b08
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.0.tar.bz2=90491968190f4809fefb4068fcc37fb7e2ef179454f57c90bf2af308541f1ec175a72ded53202c1e86dbb63cb6b47678656f753574bf6ba525e982f3278a7602
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.1.tar.bz2=7f9ce1b6872352a6feb539948d26dbdfefb3d4225ba582ef8730be8fd85d5c350bd6f21346d43cfe26a8501c4ad145d733d94da5dbf25b15e7610ca037ad4227
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.2.tar.bz2=8544797f46d54cc4098227809561023bb7bd01eb2330724a94921c5a79ac64b44bd56069d7a77a3e6d2d3dbc504ec25157daf7fdf921c3acb3b4289ce1bbfb5c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.3.tar.bz2=fe086aad84ac7fe8009ea2bc16f0ccb7c60a5fc9034690af38fce1a05582a6226dc3d7b80d08d1952d03a9abcebd7b361f5fa2d506d71e1f5aae9b5f31ac22af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.4.tar.bz2=ce06ce97ea1554972b00781332f126e767a3ab98f5023d3dc83195bb36b954b1b497961c74bf31340827d9a5de2e0bb34240accbadad550b2e692d26cb097d4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.5.tar.bz2=6fa248065a48cebd1e9950ae07f3e653b3e29e369fdd914908be0b215257fa2766b0182e392fb869af51cd498e258435f6d9b45a03452356dc08da0e96877ae4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.6.tar.bz2=ce912342033f395ba6298051b081c89832f656d61ecf2064e9568692552a938599c816d2cd1fd1f9bee721611f890b8329985c69f4d5b2bdbfa6635b48afe3b1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.0.tar.bz2=cbfc7a1cddff0385187a7bf2eb9dc71a8d14912cbbe4e9529b79414e49e681302ac9009b7c8e6fcf92a9f19a0ca5053a6ed25edfdb510e3e4e247474d471c58c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.1.tar.bz2=29b99b3e04325ceca89b64c7846aeadb412215270f6f7c390fb1e275ebe19b2faef811778c0615b2d4720ddd942a2cc209c72e623f559e6c04e78849cc1c1b1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.2.tar.bz2=f67ab3ac13ae90622fb3664a869b0c584b97df0500384a28bda9c5c36cf2a27ac1f66afafea08bb29bbfbfc1e0ddc444427993ff4163987f5510c4158a90a96d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-3.0.0-preview1.tar.bz2=aaeeafee545dd1ba1c4df5b7e46e82f7e89e0dcf4fb10677b7e177e66f86e6825e85fa5ae3e74062363883768b3485495a3378f97693d45f675a6e547e989cba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.0.tar.bz2=3e78b2a73167c3680aebb1ed015c583d4f6c58804d3b272253bee2cef37fd2d1cb3852fd2b408f4af1abca17725d923a1f28d40d2a33896e5cc21c4c6711d7ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.1.tar.bz2=14e7962e180b9ae16607347ba5360b9ec086eb8055b88d2f60b1c9284fafd93fea905aceb441f07d594a34b53647520f9dec38e4e9f6ad3e5a6850750d981a27
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.2.tar.bz2=5b7d88d4405cd45a6a720295cb0b7d3152dd757aac996c8d1a576c6ab2a45cf9ed0b0ac006423791cb038a14153048e96308ecc8ba1e761d4b7671dd6f880d15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.3.tar.bz2=320734a124e26de068457237b5f973278286d7e529e92405c1b856b6e57441b5e76c59d0f519fe43fbdd2c8c48c9dd37dc5094831c0e6a81d804e88888ab6237
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.4.tar.bz2=ca34ccbfc24adc4b2c6c5c0e3b27bd2754c2c5be61e9dfa7b919b4902174e351f45128d887c179c37ccd5163a7f51c213fae96be4d0c356e2d7f96acdd4f164b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.5.tar.bz2=fabb151c29ad7ef7432efd4d51ea1e20180006601617ba896f8b1379555f4088d398e96f7bddd7c9815b266acf5ea94527ef4acfad2446950da6fabc3770f788
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.6.tar.bz2=2728c38987d41169b7110fce2b507b5d3e971d5b043b60c9a3b8d6d385ec2a40d24e464f6cf081844282d6b9fadd4abce670e79f02e4606bdd5aeacd1b57f773
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.7.tar.bz2=f98f4dacd9d8c6c9515ddc2597da8b868c66897577cc5a76819db742f3649881ef5a7f85a880f1e359772b1ab08750dda6fa74ee826938e06b93a9848699b929
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.8.tar.bz2=47fb4b41e60b1e536b3a54e18e9ee92aefee7eef92d49716b46884b2a3d73a02e88e4815df64baedebff80e9e17ac7b0af6e65b406a2c53a4f90421dbc948415
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.9.tar.bz2=c81ad5e16aa18beb7c34eeee68ffa96da243f99ff69cf00932ad5ebe427c1f80e3f7fee31b15ec0d96c1be5c2007dfa6e96c38114f61e958c6b7ecc40270db4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.10.tar.bz2=856210b3eb2bf338c5da2668e830b95d48feb82c1c4407371b18c772df12878703a9eec948a2778acd098bcc8eb402ba6d57b2b935766847f3e652c3dadaf6f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.0.tar.bz2=6ea5e6338319e5d6861d420b10f93b5e6634a9925380c61acfbb258b6609ada76bf2a6b474b53a30b0a81f0dd81cfdd1e610b68698df73f69091f479ad39bc63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.1.tar.bz2=8e8e4ef137b9394ee34b760dbeaf4d23953bec083e5775a423ef6c16b75faf8bdfe99df975ab6b6d762509536b017f3510a9a5e9ab63060208edd4d2d96371eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.2.tar.bz2=756c9ecbe3c9801a0a364143478903318c524f7aba026239a1fb42d7390f74110805543a9ac2a9f8bbbeaee48bc867fd15d400d8bd46576bf4fd417d6136a3b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.3.tar.bz2=594ff95e33d0f7af7be448a781ac68f895f8344ebb1c9a03898813baa5963024aa84b11baa405fa584070e4195fbfda9b908f1fe171f75f19e5e1d7879bdaaf9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.4.tar.bz2=a9703c6edcfa2ddb87bb73c070d963fc4d59599919865be9b1d93989906698c6f3b9c4fd7f2d597e5d710276555de0b5865676b92aa3aba1f1f41be4052bedc1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.5.tar.bz2=dbd91cccc0a00a1ca7e901d56f9840e62e4f139ff4dbae530169f41897d06523c7e8977138ffc6212e1b60589f3091a4e2f6b6714c0fad22fa65e442b248f61e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.6.tar.bz2=ec967415b5bec95154cd9ff8338a602a6d005fa647afb1e1cff54a0fd4e9c0697b9e952c2dfd8e4b30068a697f5391b9cd165d5d33f3b146fe35f2a8fdf9823c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.7.tar.bz2=b8786ef31db7d950b1309646f81e6a99d56b76223bb8d2d20ae045f09917332a869b14cee1bf235675c7d8eebc6942b5ebd6cf0cbd290ea75d9f9be1475352f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.8.tar.bz2=4d949a715a04cd45f6817b1b26093f7bbf03ca630aaa015972e7d0ca72bae094add18664e1489ebf8ade27c160d2fbcebdb105701d719461af13c4d5fcf2cd22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.9.tar.bz2=ec6cd8bd90ee99aa6470d9d524d89531f96f992efab8a9d6a709a3959ef4c314828276e67b84ed97d415cb3e0c837458d13732dc940c93d4d069d9b881d7f92c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.tar.bz2=1f60cae30581e3467c7ec07391de5045f238b61a49661ef0cf76d72ef78d220b7ae70b86b1e72625cf37085b6507fb1dfccfbe5554195f0c6eefaa996e199c16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=343f5dd6703b6b58d61fabefc8a50ce5d02d98c32c8b4e52b8deacc9824369a9f0dc8faff69e90ca7585a194a4d742791765b16c3f5e2417b0f54e0e6f6220b4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=aaf7f9e30b3998b8586764f61d09e434c32aba7479aa79fb6afa71ab11c067384ef3a4b9215a1a3639da807f4f642b9efc62b37b55e989b7ed7d75cedc7cab40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=b834ef95d52abc1f0c224193391bded9b4d2089c694378dd5aa45f8b2b1ea41b1c300445f766841cbb8cdb1114491ffe0095f518e1600746f5f583dd0cff9c1f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=9df5ba9423e0a8af9d825e59f8c69889c70af0f6d67f96708a02d7d61260c83474e2f7b2f240af399911bdfc56850255b4f34554f7013d0417a13bb782403aa4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=1d4b55a6a34249e82880fbacfc1d97a093600005deb982c6b42ccb14bbd7bf1db14e0f6d73bc25f1addd72378850f7edcd63738f2b3cbab569e34e89d563188d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=29a76dbb28d5b63ee0ce64cc2e7d022118350a550d3693b8e38d559bbc4f42fdb6b63af4bcc4ebfffc5c0fbabbf2e18db7228e655de3bb416e344a61737870c7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=122322fb462f8fdcb065e6f9d9968027c320ba9be9ad6fba9011760a7296cec1892a0780d7436903cb7763f5d18cce11860c5c7fce82890eaa139a94d5e89428
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=0c17f52a74b73041c588ed76f73862d179d7b9abf9de61279dc74ba7b7f170179e0db5672a403dcc209b6dec9a865a88a382f5df01f5e6ba4cfe0f66232b4a15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=1a30bbda34fee311762a2f05ac7fbcfb4f373f8840f86b9762b0c07f1cd397e3eb3be83210221384333b625a243c7161ef4f368602a613760391265309e4f304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=edf31b2dd02208c96be25c2f4f7d35e2b122e5d327133545e16038836b848b90f81079be4df47c5493bf4ead1d464fa72a8d0d405bb2509ab0db6335c58ff793
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=91cc7a9cf493c7361f3d507cdbb8e258b7dd710100cca8053b77569c07c04fbc2f72fdceb9fd9a3a5d01f4c423a206da97730c356d017157bc2454041e1f1fd4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=8ea603a27560ddde5fc639b86381a303f886ce80384d8edd0e7bc806f10649760d75a76dd5f2ee445371254e727544ec12df49d7fc8876890b73237f4eecea1c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=c42f24668695be5c291836ae6f39b4366e0357c9bb63cf8be2ad36cefe0c6d19cb921a43159d49d4d062dccc15902ec1698a1a6842d13ccaec45c6cb628da4b7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=3ac89131407faefde80bf2e1bed4baa51c371ab4bffc18c8dcf2624f4d1068c9f933eb66486a2bc7c6c67f674c5bd06747bddfe1f1f9dcd939458a08e1bc6108
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=8ca9a9387b8cb434828fa36e5886bc8a28d70fa46d3e20df60389880477fa2ee54fe63c0c14611a2cb0168ef1149d205640c6003e6a507400ad5fc34fa641bd2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=52795cd7d112ff437adf603f58130ce539209628d2224a685d060d67a07325717981fc6f91736d4abfe014ccc8057bb40a097fcf85f5046aabde0019d08bef16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=bc179a31c746ac6e632ce08f57a8f403d4e463ad72285c0ce008d7fa39b88a22be3a43014c9eb019f6a39d022f9448ef151a8d03e89a4d2e767c4f77684e3750
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=d693e3a800c2200c74b24c207425f41cef206a0b3f20625d18b1590e9891f409d6643ee0e7ab8fdb6e1e85de6fea52c6a307bf8f65324ee0f9ac33306ed1e876
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=4b6cab99f6b7be7705efa5eb6f321b5eeb1d1c6e96d4113bf96b57378aaa4950b39f40ad555f630f17d216d235972f028617ea43c28b1970772ffd16be3d9a67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=40bd90d231fcedbe34ec9963eb59645fdd1036b03056b9b8fa3b56900deb86d94e2a256f90e6aed297288d6797857a3ef9fc27bc6ed05c017b5c8e8ddc465df1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c1df39ae526da7ebf87510017d7694e6f78c59871baac4e9c5f2d13c22cbecc30925e2783ad93f741110b7c3802e9f25a6c3ff85160b33a4080b0f1fb02f7740
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=930f6f7f654fa14076c84365fbc771d5b09679588c4c478d8f6944770c53fdd37213bdad159fd231efbc079b85ab7ab648b0a97fafd666c38d0e280046c6e2ef
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=cb62ca82d57dfc0e21e532d4b523f49c559c4ed5f3d73adbd9d650bbf23c694d382f3cc25eed6a8630f23e4780db127b4b8b6ecf6fc24b0f6febc820dbc6af3e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=708209a89a18cd99c02392307d2bc63e46bd38c72c8ab0e982b28285f8e006d4ed77e04da3900c880eff01c3350033cd00ffc3be1d3a12c4ee5b263282f0dd05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=c94f5b3129ff41da1b07da1cf742592e9822febf6bcfd0e9eb7145c00b732fc66625056bddc72fe9b631742c70d0e731cc6a9a16a089c7b559ae963b072578eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=b4d20f79eebc5496768fc6adb0735c6a23cffbb39ceaf9c2da42851ff7842dd2318c07877d89564176d206e22b8824d2a3c637b5ef02c5caed0b2b5276581032
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=a09ab93c3d6936d30065236ff2abbd0295988a9359f5a76425cecab47af0ca5b6829530d1708e9ddc9e78d1fbb7c0359b9c7e90227870537d099ccc89c73844b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=f6086c879f8737eaf6eef4461d23270e9e43811186a22f35ed69a8303eb933136e7a690bce2d9e18bcff730725292075e09db0f2384d0e26018b7f2a0df70b32
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=62c631026560ee310a849483f1b48690075477942ce86e0564e92f5ca7834553c435a35a1d6d8dd957c3a7be24c63c32104518995eb3a96e61066a04887bb0d6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=0f10741772d2498167c1eb2aa263292f99748518a4ec03dc19440eb5befa075fa69e68b08a09af6eb2e02e462ff20ab10e4121cfeea7bdc938c04762d81fbc4a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=908132a47bd996f8c76bed54078e71abb154294f97dcba779b4cf0d3b82e31c4635dff89e97d5f6b4f1d797d854c6d020afdf9dc77b10c0e522755fa194a17c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=39c867ac0af48410c0bc6b01f1ecac00616a59cc07f3f5a3e7cfe8f786b70c7cacab65550dfee777d11b8b7a3ac173bb22c602df370eef6a04b40f8e539025ae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=2f04566f6d778121281bc6ba23ec57ad408049e649b351585bc9a3184848c71873910e159f7fd3909c7372378152f5ed264070aefd45933b97980e80f6df4deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=940375b11c525e3f0bf00e19013eeb886bf85b8d8b66d86d53740170b0ae16b14faa491dbcbec29238f875f84204cb0d52ade17c180d71e129cef5254f338f0c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=1c9d41d7ab7bd69d7e3baa3c4149b1938cc147beb2a63923dadf2fd959732c8cc824e2add0946bcd62f44b0e1d509b80b4796a5929841cda8d28f3a8207b17df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=f47443a53e3008cb7b7b7afcbbf1adf44887769e42b3defafceacc1e50e349c9000b98010f853c6b7cafdb54b85b640732a56a8e11ad8e58fedb5fa4724f68d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=fc1c9a08c48ad91edb4afcac5244f386d63940fa906dadaabe02a1eb025375443c8174a6ad1acd50f4583d6c57a88feae86e697ec15c8a25bb49f280b1357783
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=aa611f7c350374d2c5c8652a694022e038cb5a65fde795c43e927067f155d0ccb368b281b1575e679b84cd7ba6042216dc28149e138256faf62dd3060ec0a6a7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=ab04071b90ddb81b68f064fbc9f2bf726729220e4359113556d9b71f3549483f122b796b3b1e4dc8404e6f44a4bdd02e9db2c8066974acf190448c4d5a97dc6b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c769fd3814bf31728b83f2bcdaf0928e6423150609f3db903631f9db68ce0a0f9c87bfce5f93983cd962662148a66cc55f5f42bffc1a1b5a237e6938726629ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=c231f8ecd46760db49796519645bcb5cc9fa1c0582abbc419a2ca81805c81fe8912dc32dcc2c5192ca9ef0d502da8f61ce1ce7ecc87b29edad3a144a8a0c200e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=b41557c83084c8e5bb263aa944499932ce7d84457e4e307f1cffecf62aa44f8543a06299e38fee17ba64f8952048612f9289e24c35acfe2ba02b913c15dc1405
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=001d10af5833a03b42d9a254bde844731d3a796d98ce2efea90fc68e4638c7cc3be31a34fa163d4c5ac18c60e685e5cf2ccf88fac46ae6bc587a48ea35cfb09b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=0a8681afc19372ccd9409bb017967f86c2e6642e083ca47ec904cccc34242040f710392d916a69a327ae6a0bb287d97bc05bbe116a1d93478ae282b32e5fcfab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=e505ff2f00334870d07f4ec9348648b7f3b91dbbad1fddb2f60f7a38572a66a7bf081fc7b386f800d86113aac1ce3cb739c86cf0d6da2bab916a4432ad557c54
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=aee6000ac886cdd4e4044a7b43ab20d54d1e99f6b893af69d0d7e7a202f4ae861f939898580c60996b0bb7c6481eecad69a20acc83c75cc594dfbfde3a22c476
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=86f4e6948eaf2586e018570f09232b94f907766590eb75f00992531ef74676070ac5a2308e121ecc1c23388ece4dbe1ee8a4b2a7ab99ca00a28d6583d6df3d0a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=1bf867b0af84eae4e7996047727fbc7ef459afd3b2ca5885f658a74d62910d00eecddbf0c11b23265c625c26b420421ca5add40079438edca8eacd8b5c0149a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=92a3b217079f9d960cc4fbb5908f7fc7ef71cc3ec8e5e404341e2b8875534c0542167d03b61577776e0b0f049f9ba2e3235842be381b4d484845768adaa6e3f7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=608f0f9eafd72226fd1b39f6c92d0f1c6d3aa7ede096cc390fc4f8bee4326b0937767bc6de84fff536dea48cbf9bdb8ef5598670235e013ccd630b06c5b8fb05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=40cccacc66cc4b7891b01c35375ca913efe008157ae540308b649e14f5753f34f1827861c6e16b500c49ac95e1aa22e1c01444faca5dce71f981452a9e0f1b67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=5a33d600e55f7b8755725d7e2f2102cd76720d524d7b378d85fc21ea8d853166dd97e2e615ab18f9e44122e3404b439dd123f8e23d6ade5328982fe72db2af0b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=37e3a4011b3603807c6e0fd48818b256caf272b3720ee654f38c0ae202cffa21600f9cc751b5335b57905ce67db185b37f548ac9c84d6acfc567f0ef4866635f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=6648c1b6bd962e30e89eacdb6130b1788ccdf6ed05ea13eac32eefc222438a298de8121937262851cf5c4cdcc1a804d5d8bf19667819db6599bfcf79e57b0e17
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=ac690170a6801fd741efb88e67961c0c3d717029b3bd9c6e243074799641c940416fc9cde7b4ba2c56e79551d6cb7fe5f7977649404da0d20d1819d7d3ce0bd3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=e6edfed2dd9d6649c47b1dc1b102f933f76a148e6dd8441add2316073dd255cac851e972366e4821fcd665e55b375fac757d189b7552baaa0b49e82349c71b77
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=69c4895076690037199f2a9b98e622f6b5e3c23ea02de79bcade6193da2b1b88ed0c28006059f4ecc502298442275e7e7324232de04a2f0ce430665057410a05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=175777563303c6d6a04393938ffa7e36e0bc6db33f7d2cf1d42ec852b41ea26dd7d50569eee4cb00497e6bceae95592365ea6718a35451e5c929d8a085aa9649
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=b668f0cd853615fec38253b264115ef0fedd21a7879a663ba844f4c3fa8b87e5ccd8adffbaa12ffa3aa16b108a2a439cecf827e7d8e19ec8041d46e758abc391
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=2039b1fcf55cca35ed3c8446eea45819368016ec1a05a5fd4c6a761b54f5cd56cb3301d5d2674af1ff75bda41eba41b7156e71ac48b88ca7a6474f0e944efd89
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=b4bb324a53c316da488c5f60803933eade9ad5c59a6d58e76787d2dd89dc2d2f18016d2ac4ab0853a40976b4beab70864a9c2d23de194bcd63ad089b2159fa7a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=3a9b5868d707d6a4580a44ab7504cb46a2713f78918142b185f0d62c5b7e0dfebc1ff551b2a52e9726befb70abbde867d2802345a01fd3e4568b9f58ac83c168
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=39007e736b28ca599ea244bf4e54b52e86597c950c0ebd8f1696a02c8eef575a734d089b52c7013d00c02aeb261dd7e2facb45f24b34c75c4bbf14cb8bdc3ae2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=0fc4e39f7382c29fa2119119a78040c611fc8298bd4765025599d3018775cb2bb28f51d38efd4306e9f04eeea20e7c2365f2fbba1233e0494a8258c3c184278a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=5dfbcefa70f5b81887d34e776713bb9c6f7bcecbda8f1c9561daa3e235c725417ab0a930f594303723f226d36306e6a73f228abfa3533280659ab387708182da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=00936db899bca33dfa8d0e6ffd4bd6b0453ad5823a450e50e3a055ea696dcf94b317357732e26208a6f34224c33a8b4a6130e5613262d62381179a52cc8f3a1d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=15b816d190fd58382a2f6f6e087f358b54003f186462abf59dbef545af9044a2b9c65576119185adc6bfd9ebcdb49f03a2a268eed4fb0f0d37aa35fa18adc1fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=3a481c35668be459688a66e4e480e11b4e58c13aecc3751da9de8a3e3282bb4a152128528a804742aa0b4380eb537b666a2b29fd79be0d6968c4ff1fa428eb7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=c604871b39f396c539c52dd4849d1d42f37530003601f60162860efc777c85e7e1a1ee88a77cfc9ca8ca20f0448a5dde4f39cbdae67470d8d2d283d6fbbf0239
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=12042b5c30179da275fcb6155142ff2787e86cf577caef44b7c4d8175ac671cd461814e9a19f4c9b1e78bbdf041fdd06bd463aa972e194caa91e80778a56bce0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=2bf1c13616b2e255b8c269bcb2f979a45009c079ffdcb10a13e238e5d13b0978e8a974bdc1e7bf8519e15264ed5f577cc8f85a5861b3ea3a4589eb78138a3f2f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=2e7876c8c8a1f4e3cd1913023c564d9e74972ce427e85765bbe9ddf237285d7b96017c1ed17868eb912509881e05aaf96e4a6b353a69989e61c733b346511715
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=06de4f6f2761bc58d94659f826c7c86be50192b7dfdb5c8b6710b384a50299ad161309e2a8c333fa5249d0e7112f74dd0c0b0faa2950a6e74bdba68833f68702
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=597374487d196abdfb389c79d7d09b81026fe3e8043f8811497646eaf47bfa432cfb96e2af9be1a35ad2d05f2f5c800afa3f9e5adb0ea2b2d31812d219232a00
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=ba56050ce3fdbb9117c6c9e767f818ce3d467030713b7693ebb039f6888bd5d7e5f7b1986ed117414037e56e550707c3625a88bfd5d00d7319d0c7ad642fc811
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=395facf2f7a15eecc94e554a60d87c269ba70c5063b24b7bc504f579c0d12a7d858eb0b98c502016ff8bf02aaf11ef765e2291b542759fc96affa186206ffe4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=d1d527b2e95e3a16f521214c5352bcb379b946e8be1a943da872aff0ab4b8edd93a507d693abd7a8ef1cd5ea1ee6e6bf1f838683f5a447a6cb7992de61f744ad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=e47a50392c4f3ee13a565103e0c5f9474ba0a8f5ff60fc9fe7d290b7f5f9a9ddec962fcbb103a8d3b9c7765a28ba59237975f90aa3637a06a128802ede28b3da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=77fdbe62d1694732a7307c29b4f45d0dcab7e8a729f04f45b216345336c5820715bf3f8f7cab52175c4ca1a431d867c7feef7d802dec61c2cffa4abfa8746e90
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=24da0cfc93ac536c505dfaf2dbddc7b312a3cc5c72a9f47e28b3bba760a53b584422b73da8546ca01cc44d3906a31eed7f27a3dfc0bb574f01f9c08f7c589d20
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=aee8267c4855e95a55b7ab858ca6359d635049743b8e38d34ad1430522a0cd746cd572e77884f7e10af14a731ccd8ebb9cad6ea035b0fca4ae534913a38f43f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=ba3e66bd3dde28e7193b90c44194cf7732d294e592321c482deb3b31ddd9655630f5b04aa89a43eb9d1bc222da10884e9da332bc9da78e9e1b655300db52a444
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1df8a2ad9256985b4ffb3da5b545af4160ccebdd8265711d1b642cd2285a004a42cc2ea51ce3ee78854e599f5196c66448b8e0b043846ef6e6bf992828aefb6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=cc460b3d17d460abec27d77f734e1c1e7a649769c3374f02d32a4ad00f989ff3150dab926a203b209c92475100667dd524774fc37633d71f98737ea2d8868968
jruby-bin-1.7.0.tar.gz=1e466a3f8d52b553c9def09827fda4b8433576b0262c40ee505602754521a00defd821d5ead5052be52baf281c6cb080fd03a8b15c628a0ee67b4e417633e5e2
jruby-bin-1.7.1.tar.gz=ef28381ca30664cf450f9d3df9927530db771d30e86ebcf535af38e1a7e26724ae2bcfe8487cd2eb349bf609a733a25528aae14beab4d13d298b5604ac7353cc
jruby-bin-1.7.2.tar.gz=8155c81eea6743951db7383bd9f6b1750614927c9c0b25a6574f6d64898bb3ada2f626c6e0df6c5486561a03cc7d472fc12fe804ce66a3972d2fe02e3f407100
jruby-bin-1.7.3.tar.gz=1d19be25bf4a7dbb0edad71008704377893d3967aa4204a0d59d6883aa04462ef6798c64d0c0fdd3f5129c16ccb42e8507f3fef38ed56054bf6e689de745935a
jruby-bin-1.7.4.tar.gz=d7c0ee0316c50ae5413757e956c18ca68e9d99a25cf85be978da0787c13b8978d4ff2712a3effa564cfdf07144be4a56a0cb8acc794a01f43264fe8baeb125e5
jruby-bin-1.7.5.tar.gz=a4984591a3809330b93f4ce79fd1b9c24360f89d88a03bbc76351be623893c4bfc6441375bbea452ba4f24ca8b9357e03ac938fd6c065b3e2348c0f896b22a1b
jruby-bin-1.7.6.tar.gz=98600a2d46bfce14111c7eebc62716352a4b685043afdd696b8fe51c6b205eb9569fc2860423a653b842b173198c76c59767156aa48e0d23482dff3358d884f3
jruby-bin-1.7.7.tar.gz=71da2e72c65899216fa15ec568b51aa7004e2ed7dff99ca376b332d3692c83a674c688dc21ee04d177a3961a2bb3973714509d88cc14d0ba9f79c864c6258a06
jruby-bin-1.7.8.tar.gz=42d54243653ec260abdafecce1143161be63fcc38a80f71ab70fcece4bf91545a2b12ed2319f9fd6f6b41916c398a9a8e89e7f0389f59da56f2739665e74522d
jruby-bin-1.7.9.tar.gz=f519f53b1d9f57cfe28982ad70b892dc6fc20fe6601d98d65a1dca9f617a0eb8fff74d0fd82ddb858fe105d05ca7c7bbf3a987677ae0363caa2981bea358c096
jruby-bin-1.7.10.tar.gz=160b701f2f500dfab64beb635e5c4dc57760dd422d0fffe8d3cf8d84ee6ea17a877ef77a0087b4888ea9db64ce7750de01a73a51530aa6666a2efdcdccdb89e0
jruby-bin-1.7.11.tar.gz=a53b0fa327b98344cb4a8aad1ba537ddacb709a0e173b1e32656de8a610cb9896e9a4554d54d0d01d2361f8ff1539a0e2ee01308f670df2004225231b704065c
jruby-bin-1.7.12.tar.gz=bf2be8a37b53d38c75712a6331f96b999fa6b0e87f453fac7b9d11eeb1b66098ea0778172f1a6a84345e1881f05d63012e28d4068a0bd31122bf2473bbdae5bf
jruby-bin-1.7.14.tar.gz=f14e658da7f2abd469edcfd657dbc2505d6a2c04ba1e5f65f2164256f54625da154b338bd3d286ea6a18da61d04d90a61ad6b012bd9461182753483efcd0f603
jruby-bin-1.7.16.tar.gz=47ca714c3211c95c84e9c80ae4fbc894bfd7ee03e1bcc494cb48d839f8538db4aaca7029a4913b8d323e7227450e4e41bb943dc670f43df8a654eb127012033f
jruby-bin-1.7.16.1.tar.gz=9bacdf6e212d08e46ac2c49183c8611873f6ecebfcb0e928b5110bdebfeb8751ac087cf8aba09afb9a8ccb58e59f3c3e06a241c1db445835d7a875b0c3deb4b5
jruby-bin-1.7.16.2.tar.gz=349283bb5344a62f282021ce39648a0c8d0b41ecf8f800ab5099b5ce161ff771e688f205a918324cef6ba0ded6b3694b8dd83f46f56be584202b8fee496b37e7
jruby-bin-1.7.17.tar.gz=a3b171df08e789f91c260c5a57ec842a5d62cc8d6b462b772905ec5284e394ed7b78f5b327ca1ff20f5deba8371a86cb03fade75b5f34f233df47bc3f08d469e
jruby-bin-1.7.18.tar.gz=b259da2967e246a387687117eb13e8986b57de6ca8e570d6f8f8f07b8097db6e01cea8b0ec3a860b091fde14de535260dc6dbfc638f9e9b49d348f726e969642
jruby-bin-1.7.19.tar.gz=da91efcd51cfc833666f8b7cf949d3b5c41cd8da99ae1559c88a7358fb48df1245c66702c7cf23e7ca012cbefae98787c200352976d4e8aa3e9120057a89dc8c
jruby-bin-1.7.20.tar.gz=77131afe46e72c406ab4250e43cd1f98e59a8351c494044ac89f97a7c9a81492f8a8194541055fcf1fc59569e99a577fd6a36a9f6a3952a99f399d4970e80e69
jruby-bin-1.7.21.tar.gz=111883df12a60d06e9924d33057ba72094fcffd44f7e3954d6c6d2190f8e6442804e739cc525a9e75159251a8dc1cc487570792b1b4f5773f4d0082f0eb360d0
jruby-bin-1.7.22.tar.gz=6ed6cbe7b81a8aee60906fdf965bc217b3db794698e2cb37559f36ac119a0cd2a1ae1a7a766535ab491d647e8b4e6b2f63e62011714b757f8691455831ef365c
jruby-bin-1.7.23.tar.gz=6f4b97c4e08274f96195deb176e3126e8d047c981cb655cded9665624033fb905d60d5586704a3f91b2ca06d7e78918d9d31131c93e4c90c75a38182e309ac9c
jruby-bin-1.7.25.tar.gz=a89ab8d539bff346ad56d345b6a205f74890b9aafe82a2c82e7c19cfc30b77fefde1003e8bd7ed15f141151bc0fd21946203219691383a64f2234fa586e1905b
jruby-bin-1.7.26.tar.gz=feee03a50900e459d9ed7d2096056bef126c4551c02c335c4132e2307411f3fc4fd435e8fe44411184773c80f0630a7812b3d798b7e9be2818e1b5a712bc6995
jruby-bin-1.7.27.tar.gz=656f4313fbfe5db8d2d4fc2087a012c91efef848394c48aeaa0041e9a19b87ab74686702955413d2c51d6b4b11c758ba0555b30fdc42e86d66094411324139b6
jruby-bin-9.0.0.0.pre1.tar.gz=988c6a058336ab9ac8b27c7501ceccf3940837f9b9d3ed32a466b891bda1bc13f76199f5bc3baaa1240dd0dfdaee40775f721294d667f3b8b5bb9ac8206e2e83
jruby-bin-9.0.0.0.pre2.tar.gz=f207f9477a12d7ffacd92b1bb5154ba8101dda8f7b2eeadd4fa83eadec9a75727bc1831733d27fde63ba63322ec491201dd23cc6e2c2b5a4b8381a8fbe49e8f2
jruby-bin-9.0.0.0.tar.gz=33308a983533c129cffbf521bdb8c1996a10a6159a4a436248e645bda682c5a5395ac1aa767e971ae679c935f3b61573cb22d5b8c64af026752db3411a6356e1
jruby-bin-9.0.1.0.tar.gz=277dca63f3faad01c98a793f06bb4d558a970a10a66a38482e8372b25f4cf4fea85f1d5624fce7fb5b4310c42ea8aa360f24f6b9b6ef4bb0ebcb036736009ccd
jruby-bin-9.0.3.0.tar.gz=d82f83e20ef17a0675843e306ec5e90993e5952cf5a53957a91e369d2c90d92306aa515b1e135c04b45844a81a0f4ae34289b966821ae5f46ea51fe012627352
jruby-bin-9.0.4.0.tar.gz=b9cd4f4a00da8152740b468914046633d5341b10aa26b0ac56835d5896531030c8afbc4c965b30c36923555ed5b145de8ada69e05ca38b01d43621914a331335
jruby-bin-9.0.5.0.tar.gz=7c61cf010fbae571cd6ba334aefcfd917f6de8224d014026297b840d0b890523e94b2fea20f154c82c25c4f9d5992b9481fb569646a7023e5ddb42db1baf5f34
jruby-bin-9.1.0.0.tar.gz=1ffdd352823436086ebfd37c03401a1f3a9cb8a8c5f75476af1f704c4764396a20f49ddb7fb7f0911e1608f7c88a332944330b8849d13e6badb170efb736dbe2
jruby-bin-9.1.1.0.tar.gz=475acda79ab8c54467ae70094aa86842959200127c1e92709f0a731014c469d3e52e4c48770b64ab1bf31e1b710ac4570b421077c85c08071c1356bee55a2900
jruby-bin-9.1.2.0.tar.gz=cc6b1e1a2907c128dd04edf9da11933a54bbed5e861ab6f0208505bca5aa2aa9d9acdd04bfde65824346fbb435584081fc8ec2e2e9a3aeea1bef8047915e0c61
jruby-bin-9.1.3.0.tar.gz=88339f4cc05f7f0ded21f100755156ade33f19873f49c0c64110916da8c0b059df541a77bb36e54fda9cebf042591450d2d6312ffaa879df926870806985e774
jruby-bin-9.1.4.0.tar.gz=ebe0e9d67cb91721d589461e93e26338e3e3a1f0f98de53f25906684140b49d989ca6d3704cd3f6cbf650f30aed9a3989f117bb4732c83ed870364ce4c31fa36
jruby-bin-9.1.5.0.tar.gz=f2a11e6fc88d37fc1b640ea8c9feda4607bea6da5e6520f61ff85e8d6a51543612ae267b45c033214f8fd0e2283153da02001cbc9fd90be4761b7544e1413b9f
jruby-bin-9.1.6.0.tar.gz=ca59d199a0fe791efc57f05801ae26c6cf6402bdc0f1a795250b1a2dda39b233ed24c8cb005016e79727f4bcdceb1bad726a60c16935e76fc87e5d1a078fb5bd
jruby-bin-9.1.7.0.tar.gz=f2569d4858a33280e90d984aac53662c25ef057ef9903bace6a2214aa2e6a537c9bc8fc76b08f846b3093cc4a12c70c98d725576a4ac771e640b95cfe3697c7d
jruby-bin-9.1.8.0.tar.gz=dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49
jruby-bin-9.1.9.0.tar.gz=f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df
jruby-bin-9.1.10.0.tar.gz=857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1
jruby-bin-9.1.11.0.tar.gz=718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7
jruby-bin-9.1.12.0.tar.gz=8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed
jruby-bin-9.1.13.0.tar.gz=ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead
jruby-bin-9.1.14.0.tar.gz=d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.1.15.0.tar.gz=74a411f42149510180706b2c70610caeea357f6fc3d2a12ff0227586862e6a9dedf09e752596d6c486af7a310a07241f311a1dfc73ead229d7225c09d4508605
jruby-bin-9.1.16.0.tar.gz=94e88dbeb2545250ba5bef50bbe0baa6f3851e9817f67f879ffaab50048bb0d41cd7a0e87ac9ef547e37c2b82cf1d7aae6b8caa43d03c6a9931b8ce0ad4b2afe
jruby-bin-9.1.17.0.tar.gz=4c06b9674e20f48d3815b4084bb38e6994670eac804fbc56d717cde7abdb74d57e0ac17b7fa0b500318de405c187c3eaa01441c22621139dfdbeef62a5467a63
jruby-bin-9.2.0.0.tar.gz=79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.2.1.0.tar.gz=185e67da4964c9cf1d9142446efa77605e77894444bdc96bbd10fee22637f197aea9fbb0f60d3a42540e5f383d5b06fcf095d572f432544a40c2145deec81926
jruby-bin-9.2.2.0.tar.gz=85e16e38748b6ec5f237eabc8a17eb225c484c20f7ab6728f2a0f650061bc50c8a9601c04b0128e73c410ffe84dacd2b8bb37167aae5595728aa25e88c4c9b92
jruby-bin-9.2.3.0.tar.gz=97ee210157c451567946b38d33380051f82e7e8cb5f7649fffe050542ff6cd627e2c42f4c46739d1f0995c87e7338865b18844741285bf3f72364aa3c841c54c
jruby-bin-9.2.4.0.tar.gz=9fe1506e862a17e261cf726e1bb70a9f612a6d7beda919a01405899660d1f4b79ee690ddf9aeed1d2b2f3cbd698be8df4f98d3815352772cc680e9646d721761
jruby-bin-9.2.4.1.tar.gz=2c41e7884cc54819da17ea9b2b773d05d3240d53a2ecb57ba430ab61308066eeb1bfbe6627e6c261f5f27ab5df7f5972656366a04a191a81b0379f620b74512d
jruby-bin-9.2.5.0.tar.gz=d548eba8de420c80062021f5b6e6b203f8b7b36e3f11409919eeab87a028a18f9346f27d2cd8b1f33419adcc83fc804a36dbc3cee169ef1d93383b8f5835ba2c
jruby-bin-9.2.6.0.tar.gz=20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c
jruby-bin-9.2.7.0.tar.gz=8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82
jruby-bin-9.2.8.0.tar.gz=7f71fb5bc8c6c31b31b4c0430ae091871b21aa345777662f264c728c60212365dadb63a7a4b2fff31adbbf8a2e7cfa678d47486e28840f57b86cd45fe9354013
jruby-bin-9.2.9.0.tar.gz=7df33150858ddff586b3bd86120d4bdd80546c7f8e62245f61facbaa5527400a1aebbb33e4a1a8af52066487e3d29760eb96c7ecb9875eb9bc954ccbcb37a4d2
jruby-bin-9.2.10.0.tar.gz=f4ca024602ddab37154f5547132accb26e7c0ac2e913ebe1b5c7806727eb148249e76031ed4623ab53814beb8fb3f472e386f44d57adb5d2b3b00fb2773c8a63
jruby-bin-9.2.11.0.tar.gz=f736a9e139694c84d0a5ea42f36b972adc82c9be13e0b80bd61045c026e4fe31ccdd4be3dd3e94781c846f356e026465e41716fd2744ded2ab0ca39cd33bb46b
jruby-bin-9.2.11.1.tar.gz=2f758fabf5910ea01e9c04c7600d9c666f2df3db8622f3eeb3534578075ce65013c42fe9ea6f95d4499945f795e6d566eed2b1545e149af823eb1d29167a1223
jruby-bin-9.2.12.0.tar.gz=1dbc5bb3814a6590f5e8ecf4889152684b5625fe81794a2c4064d598614a85129256002dcd239e294f209b98e3abaf9bfe70467fff48ef66b1531162dc6c3be6
jruby-bin-9.2.13.0.tar.gz=2cba016ad6a376252083122d51335610209d860c41de1902f5cd49ffc2f6b49c350b68df8fc4113c221255af4db7ec07980267b9888369811faf66db369e757c
jruby-bin-9.2.14.0.tar.gz=ee3d17e875dd197f92744c7cba62320bfd3f166bbb2ca117f2910780a7c571779c0940e024351e9d4685ee9781dd207e773ace57a4a8a7011869c8b6209513c5
jruby-bin-9.2.15.0.tar.gz=678abfa7654b53b049e4103ae3647775d970c5a7192539378957c1731a3037c852e03f00a496c022c1c438d159a93be6e6f04d7563c811aeb7d261ced643d9e5
jruby-bin-9.2.16.0.tar.gz=f77e314d578a980071bddc25c65659d62e0644927ebc4e7d7d4523935b6c893e611d47ae7478a26ce7acff38b1525eac11b4a329188cdf76aeb07fab667d99d4
jruby-bin-9.2.17.0.tar.gz=e90ac1890a54a892b13adbbeab3cc5242889ff2a4b6cae535c0a3172072bda6ab01b960705ba608d6d7ebe9de5984d8384dbbb6399ab3b2e53a9e347e7849e1b
jruby-bin-9.2.18.0.tar.gz=c5816ee0f7b0f559dac70ffc5277f85ae9c41ad176e43d277f820c2727387baba93998b915cadf9708fa78b5cdf3911a9c39c2ebb61a77a38dcff359f7d88a73
jruby-bin-9.2.19.0.tar.gz=3740674035e27cf7961b3570ad65536c30faab1c9a71a42a696b173379e79647411d57e0d1d06b5f9c9a970eb02a595a559191af08a083773dc4601dcfd07491
jruby-bin-9.2.20.0.tar.gz=1961f52f41e7eb9f50b0f382c8166ad988a6b3c0311c342658edb34486b073ed45c1ca5731aa319196db02cec208a4dfc86aa6b436959b80243bfa4f62629735
jruby-bin-9.2.20.1.tar.gz=598e28cbad682fbb30a9a9a9f708e6e1f4b7903300de2477e88a646c42ae594df5b768ff5379ed447f1a7168e93dbe35cc2d5db7087cb2228233a05bc4687908
jruby-bin-9.2.21.0.tar.gz=8f6cfc43ce3ebbd69781da71c5a70746ada090162bf6cb709dca41a6d968e6072ae62f657cb0bd471c648ff294044bfec3079828bdc410bd64758f76a93c3214
jruby-bin-9.3.0.0.tar.gz=06331ce32ee88aaad5e5bc0668d164ec3263f8ef3ed34bb32981b76ca33f8c817e3632550775706481094159f4feb43916ad1f9ec0f0775ad756b16cb7bd9417
jruby-bin-9.3.1.0.tar.gz=bfcbe6dc5ba736fc944af15eb387b545f6c5b987a7db88045913a02a1d30726c5d1255c4dd609aa7c2d2823ddf9d8360223b0575c93302aeef4c54eb37af9abe
jruby-bin-9.3.2.0.tar.gz=b1777bfdf1964d7e527bb3dfc47b4b9e8c589cdb301c38ee8ee988bd0c392ca978ee3c1c24e4b5a65bdecff67d1bd96e2d8645e58ff7e891e3622097ea29e925
jruby-bin-9.3.3.0.tar.gz=648e70de0bda710e2dc70fd03c3dc6b798dd4c7b92584c54306c426f59ebe1168a595c4cf94328f6b44674f5507bee354efdb1cd73060b73b0171a3605051c9c
jruby-bin-9.3.4.0.tar.gz=6b09decf412a76578179cefaabf01cc8740f70ab5324954e6aa43b1d8b81c37db7a99b1f94d6ced2b459f1c44c3086892b9a2c06b3ea838baf75a8fd5e0447c8
jruby-bin-9.3.6.0.tar.gz=f730522eff27462192808773cbd071cdaefae11f20bc808a8f22515a33960a730f3c87ec727ddfd9dc9b6b35acffeb50c31d75a4794a3f8daa75e1963ebd246b
jruby-bin-9.3.7.0.tar.gz=265051c68d3b9dcce708b75f8267303ae84008859c88d7fe4f282395366c3f52fcf1bb161210555c0fd0a2427ff5a728ea9e337feea3d9b69559cadb2f300aed
jruby-bin-9.3.8.0.tar.gz=12e795b7e1f14141bde68f52a29b0aa9f1db20515240dce83cffec351cefd25959579e01059d42dc8c8e4280493a70819d9beb1e0523e9bc10a72af16d9abd60
jruby-bin-9.3.9.0.tar.gz=f0b31d98f39a2bd4436764db0b0139433d6868bce7c30c5d6e3552616ba879c93478c499f3e4c884fd3728502916aed5c9ca1be150ae3e80ff47b36710c3f6df
jruby-bin-9.3.10.0.tar.gz=aa36fd4c5de7b17f5fdcca1d1314d309e7b4470d46822c45baefbc0ad5180e5530a7054502b97b414352af485e7936659390690dc6198512ba6733d8f8d503ed
jruby-bin-9.3.11.0.tar.gz=d9fd90bc64028dcc45687d2be51414b1561add20d20d1392525f4434cc684d505427f5e56827afffbbb0ce2c9cd7c1ef846b0bffa737679afb95d4c160232da5
jruby-bin-9.3.13.0.tar.gz=eb24641fb7a6b9d2039ec953388053e7333b306056f9a5bf745331b04cfc05dc4211a9b7780ce88bcee9184b8cbb219b574574d308bc2720547c116f4d4721dc
jruby-bin-9.3.14.0.tar.gz=d9b02fc35133f71140cc7d891061f8190b61b3d1065f00092a2aa9a4beaf7d67297dfb0529691bd24d29607d698f39c62af9018e8307c1e6624c3104a61bb74c
jruby-bin-9.4.0.0.tar.gz=fb72f8e087ea08653fa4e4225fa26694c3ff97c41f3deb8731cdb6571c6c9b21e0d8f69e2096f82ee81e2b5c283f912e2a5228c15873dbbd56de96a2ba35d59b
jruby-bin-9.4.1.0.tar.gz=46003ef6192718a6372b79ebc89bee37957686224a08fe2f9a6be3c9e479784409d0269f0885c4d1f1351585c5d2cd31fd2ad45014e425bcaf2d44d66b98d299
jruby-bin-9.4.2.0.tar.gz=77e484ab73ece93e7d7283f876f0d541607c6080eee696b702b485be9794cf7e6d464f250a6d75387ee69aef3ba40ccf4f6d9fcfe324c5bc7a14376177ea2bb8
jruby-bin-9.4.3.0.tar.gz=2361f4bb2989f5951b0d3e9d49bf31e6805ce39bdc987ad3c6934daa98ab7c8e69763d40d7412ccef8adbbc198e52f4b83d00998ee12ac43fbfc6b5d88930c15
jruby-bin-9.4.4.0.tar.gz=e89dff0cc5b4a948daa95196d4bd4fee0c6901bb4aa023ae35b3679d9739967c2a74e8a4388b1835465dd39f1332a1f321b450b40c54ad2b81802645b4a31ca4
jruby-bin-9.4.5.0.tar.gz=06db948e5fa6f8559abd3b6891c7b4867b9f54b7bddf0e36d6f20cc1bfb394cdba8ea920213e545c927d1cb865e083cb1089c8e925bc608e0f8784a79b5d330f
jruby-bin-9.4.6.0.tar.gz=ebdc671622baf3c42a988d6ebe24af6bfefa1f717f050f602a1b35909a3220316329aad080ee2cd9cd330da9428f8d736502573efa64bd70f093ccc123ab32b0
MagLev-1.0.0.tar.gz=8da29f16e08f657b0d2f147b64f2202ac027db26f85da8dec29f926898f178ac8d11260fd6c0a539a9b9b15eb92d8c7ced86a8cab1861ae7f8a33b6fa468e5cb
MagLev-1.1beta.tar.gz=7122af70530e76b9a4cee93244d6872b49616e78086bc8a5db0f32d2b846560b352c4831addbbecc72e0e3158bd52f26c2da14f5d83a515ead30efe7c538b62e
MagLev-1.1beta2.tar.gz=43b4b831791074f6e8c12f6fbe6ccec2bd0446dae029d3e6717cde1e7adca8462a2d7dc49c14112cb568b5b3adc8cd051767044b41d57ae51f38aca035ff8597
MagLev-1.1RC1.tar.gz=942c1cf43f1a911230aa43bbac1cea2e2e61b5e19af755e29a6a71139d66d304efcc519072dcc3487a2da7462847530564aff4a2159d675e3270cc938a297dd9
MagLev-1.2Alpha.tar.gz=2672e3e5425df2d2ecc49f85df5845fdb083f74a7b242cac75e33d0c1837079ced8ec8b273807326d08e7bf6f95cb4f1d8351f37af8bb38c4150e6292fc553dc
MagLev-1.2Alpha2.tar.gz=4492ed58b6c2b852502a2195836f1db5a80f0619467e4d7b44981a993a5e9a9ea5c9fecf1198de1891583e334bbc3c3a86648ce8afea1137ae9c73a4d76b0f4a
MagLev-1.2Alpha3.tar.gz=6290895b22efb986ffd7305b7d651f20a051ab6869d51310bf891fa3eed48526a8617b69f72793e8ac0b57f99bc5de75f34235ef94de967bbdcd51857efc2af6
MagLev-1.2Alpha4.tar.gz=a621e9c615ffec503910540db770754f29bab1646d8e67650d5b82413bd551adfb0bbbb8155407ccb6f80933bfe8ae1bf9b688eb0defbc88710308bde1325683
mruby-1.0.0.tar.gz=4a0f2927da3401df23d5c19ba566995f76775def3badbb14f16510a271e7b40a833fc61841f89d8adc6d57b5b12cb453708961c16a22133c092fab8ecfcd1e3c
mruby-1.1.0.tar.gz=afa99a973e9c1b72a5a418d709c4aca08dc7449c427cedef5f12db4ccefb15e11a4fd1c23ceb7e31e49d4d2e602c0b1f9dcf2e0f6cf8ea3466f0b9bee23b53df
mruby-1.2.0.tar.gz=bd5de32ba52b6642358752755329fa45a954082122a8983012930056c286ac328fb52fbdd11f34ff7c80af2c0e9a6348abcd5214602aca1150f2e7ae25cad1f2
mruby-1.3.0.tar.gz=13a57306706d2d60693151919ae15bb3621e6e7ed3b5e9c6d3b1c8d44e52b898c1ad394b39946d730ff82a19f5e3b7c2a374f9dcc3b6c6f990581e504f1cb9cb
mruby-1.4.0.tar.gz=d2dd6e17c7f8e890ef5b6887538cccdea08a2376ba8f9a478d7d5c4377fd4c31a4af6323b1fc73952ef80e5a4778ca22eac3d724ce7d50b76770f7e614df7da0
mruby-1.4.1.tar.gz=2cbf155ba7819211b6410ea606c4d0db3adf4f47a4018ac45285ab3e32b94f280aa0af0936ead7233411957cfca62979d14bbaaf0d8f40521cba5c12272f2af4
mruby-2.0.0.tar.gz=8379f76b7a06d280e2a2552eec2975ffa3fe85b99028f6f7c009cd908f95faf3cd36a9975f502a5779559baf3c45a4297da0b6bcc038d213a0fdee851f9d01ea
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.1.0-rc.tar.gz=f310b385cbf80c6b6ab67e2a41b931411149639c0bf778799e3358d6a9a59f508f42e3faf72fef9e8ef91088d6184c445af7933a47e4e2b2fe114362d579bac0
mruby-2.1.0.tar.gz=da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
mruby-2.1.1-rc.tar.gz=97c9cc2c79a5dbf2f634ea08532f0f512f8af6ffb99ab4eefd83fc336ca9d97b943e76643971047b4508aaddb5e40176d6cc8fa39a17022455aa15d774eb5b98
mruby-2.1.1-rc2.tar.gz=13aa32a35bd5d8f02a9bfd08d17818dbae78ce46c8b0224a029f9f191cb64ac330eddf3871f4396b9221b987a91e4cd6f8933f59814ac0018155ec8454abff18
mruby-2.1.1.tar.gz=66f9b4bebb5a7b19f5cb1be2bd8b9bc65e4dbb5d4350d238ad5f947c9195fd431f2069f7334036ea63a750e9257e59ae1aef16ac99c7e1f4e17724cd1cbe2e50
rubinius-1.3.3.tar.bz2=8b91baf429dac60663d0e4da3152a60ec6e007f5d6c17ffa430876ec88eb87ade44efae90f2e32e238fd74f1b3d54e27492315f08e7bb073220b402e1e2d3163
rubinius-1.4.1.tar.bz2=928d12aa01a1d0f6c80175d67d3b1f8b9840f69f045c8148786612316421223f4cea71e3c373ee18a3f686b1457557ae547645afe758a99d21c4818dff47b9d1
rubinius-2.0.0.tar.bz2=5c81a6b8cf7b59e08c3b9353b0eb37ce985aaf391f5064df65ffb10f6d12b668287e4d4e61e2c6b560d9234c10f0b64bba74259f2c06f1dac488928544d4131d
rubinius-2.1.1.tar.bz2=154cfa93ed59835814b8b974f6d738b049942fcc2b75095d21c87647d002c879fd55aa3d1ec95414b5b66eb9926c25a5c6e3e19a7c0da7dec6edbf434acb9c68
rubinius-2.2.10.tar.bz2=c2168e676059c197123916dd948b83e39bb96e99786bdcaef2e690936b761fedb13740b9f19883f991f1b475f3249ea1696213e8448c41ae15dfc14b3d4e1fda
rubinius-2.3.0.tar.bz2=d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559
rubinius-2.4.1.tar.bz2=7bcea320006b8cd3d122c407d89c325973a74c32456ba0b649657ac848f4682f2eb7455c13e3007709c22932bc2e1b65e2dd43fda0d3c9f993ddf8a74d1e2cb1
rubinius-2.5.0.tar.bz2=ac94d5bc11524e715fc24c1de33f4d358c2cd65e92fbb64c850dc8151d2a712d268227733c99fcffe298c3bdd6ce080c5e9553e4e8f3238868323498a9d10cae
rubinius-2.5.1.tar.bz2=9315f76126d0aa754ee63b190385c24cb084f36293a99aa30fc482fd880d5393aabce361e09ff5514bc2540dfede8e179b7e9212b2dd59bd14ca2aa69d209a83
rubinius-2.5.2.tar.bz2=b48bd8d54a450441a50904b07c75c8d31b59822830a74c952720d6f8d2d86e6a27a84775e975ff2bf55bf3346f34e69d742f308933a9d8476e5e78109cb525f6
rubinius-2.5.3.tar.bz2=b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
rubinius-2.5.4.tar.bz2=75b7ddbe218e4c92210dbf5a06eb8b3c3aa028d16146982a4e813e3af10a90d33f3e239f4508469c6aba17f02cb8bd10e96a204839975e06519869cacd456c92
rubinius-2.5.5.tar.bz2=a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
rubinius-2.5.6.tar.bz2=9a0bdb5d77f80f163925ce409d00be3cee34871baae8bcfdb34c3c7545b92fd14102fecb970e42b3012588d299e504b724025f397a5a00e181ab75f1448e426a
rubinius-2.5.7.tar.bz2=8048110b3ba4e5ff8c3f35282896067e1b1b46dccaf9ef4f6c9b6098782f27591ff59ccae0234fd7e881e3aaf17a0b420286b1b52ecd2cb672249655795a6982
rubinius-2.5.8.tar.bz2=23fca2f9747d2b0e544af890c3baacfb7b3a009cc59cbe653762ccdd827a6c915dcc57902d317fa1f7a81f8c12682f6c3a93195331b6de0f705b118e2e8c13f1
ruby-1.9.3-p550.tar.bz2=38767e98df25484f7292437f3cb0f798b3a43e9a7414a5401677e96ad1cc367cb3fa23ac3abe568d5bf2b2ca553713469a8770d41b79bc63daf3fa59cb4e15c6
ruby-1.9.3-p551.tar.bz2=5ea40f8c40cf116030ffdedbe436c1fdbf9a50b7bb44bc890845c9c2a885c34da711bc1a9e9694788c2f4710f7e6e0adc4410aec1ab18a25a27168f25ac3d68c
ruby-2.0.0-p576.tar.bz2=e089cca4867cd9c715f4f37e40a1db9af6ba0c74b47e79568121bb980476f8877a87ccb848b973381edb4667c0c73165f5e1761f60db839e67f6326302dbd864
ruby-2.0.0-p594.tar.bz2=8301a51c73fb63a8cfeb14af47d0c18b5bc3c45e3d62fc2ed56a673a1cd6b0015c41f275e70eb14a9e40036b1530977199321e05285e107a6adf58514bef1b3d
ruby-2.0.0-p598.tar.bz2=10026a04e01a8ad14ea9c99bbdf4f7d04029b73ee0c01bbf6c2eb2817332d49adacf127b646693b67b5dd7010eaf3b696b23b6335cc0f7ee5a6b56dbba0f6f82
ruby-2.0.0-p643.tar.bz2=453117152e6facdcd5bedaa9c3b1e349382bc5bc1dd3d650ec58b398cb9d2519a2822d05da10bcc5dbbb4f513fc5fef310caa3529d176fa2d453befb28e4d83a
ruby-2.0.0-p645.tar.bz2=e9ca186b1cf0877cdbecd43dcab2c5161a53103e926609d5e1b769a4980eab4571bfd0951788b4fc92dfd9d10175b0f5f36ea2c7289e575a9db9b62c02f93185
ruby-2.0.0-p647.tar.bz2=3416af771ebb0b27ceacf23d309bd2a1ede832c2edf48a5ca46f0b0b84b2ab94fb6362a0c7fe4f77b21253539db8161ae26d23a78d1ba729bf03812454d93d04
ruby-2.0.0-p648.tar.bz2=609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38
ruby-2.1.3.tar.bz2=9b48adb161e5e4550a71f61252c8edf59944affb82250babcb64240749af4b672e4a54ccd0feac5b36ea447a358b350b5080125ef2d4acf6e9e8b1ab82612f48
ruby-2.1.4.tar.bz2=68db1567751166c5e7d24b6e5015124b8a15568c50556e1f429486395352fa56c4a195a74820ab135697924149d014b445b345a1b9755678aaf824fba79c606b
ruby-2.1.5.tar.bz2=d4b1e3c2b6a0dc79846cce056043c48a2a2a97599c76e9a07af21a77fd10e04c8a34f3a60b6975181bff17b2c452af874fa073ad029549f3203e59095ab70196
ruby-2.1.6.tar.bz2=75d58120b5f387bcadbf6d19e85624f78c74f81b9018baef39207214673f7ebc0700ab31145acd88b4071c896ba8e1302a29c90955bcf5f8c863634125022aa6
ruby-2.1.7.tar.bz2=f610d2dd6a93f0a5e84e04ddedf847bbcea5dd3289b3164cdf60be64f67a80dfd5f9836ea5d169970cd0ce24a7e05ea6190699706567cb0d5cf450de6a70e445
ruby-2.1.8.tar.bz2=7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
ruby-2.1.9.tar.bz2=a86422132e4c64007a84a91696f4557bdcbc8716fbfe1962f1eef3754ee7f994f4de0b5b7e7231c25057515767040d5c4af33339750b6db15744662e9bd24f38
ruby-2.1.10.tar.bz2=4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
ruby-2.2.0-preview1.tar.bz2=2f1190f5d8cd1fa9962d1ff416dae97759d032a96801d77bc6b10136eba59dde1a554ff8c0c2d9ce0d3c1361d4dd12ad573b1266fd53b90ab238d8ce39e6b862
ruby-2.2.0-preview2.tar.bz2=c654d4c047f9463a5fb81eaea0fa5ab7bf316962bc7fb0fb356861e6336ce8ce2162c7779d8b27f72d7bc0e9604b5e5af2910abcb0b0a1f197b3138eaddfd4a5
ruby-2.2.0-rc1.tar.bz2=181201168360bee37dceeef3481a69e8a333a5d329680031fd9d371d30ac64460bbdf4db07546133024f541774e51301f1630cfd988c5e5bf2464834f3abe6bf
ruby-2.2.0.tar.bz2=04edc53e8cd1732c3ca61ebeb1d6133614beb10f77f9abb80d8d36352fe8aa205112068e460bf600b2c7e81e0ddcc3b311e7e027c320366f1bd992b3e378a6ad
ruby-2.2.1.tar.bz2=af6a8e75a66b953ff33ecbca5111bcf1c6560b6b48b370b700820fcbe91363146c5ac8abd670a14e693b44343ae598bab472ed2902834304c03ffcd9550886d1
ruby-2.2.2.tar.bz2=d6693251296e9c6e8452786ce6b0447c8730aff7f92d0a92733444dbf298a1e7504b7bd29bb6ee4f2155ef94ccb63148311c3ed7ac3403b60120a3ab5c70a162
ruby-2.2.3.tar.bz2=795f1b66a6d4f0baef897068899c3a1a4370ce1268618e6a7d6d4720234444259f371d1ba2e174b2f7580265e9f18eda3f295fbb087447aa6e8fb7a0f07526ce
ruby-2.2.4.tar.bz2=d27ca2f19c214ce87f906b57edd41f2f8af35b2871c191470facded9cfda15ba46e5c3bc7d5540225a38da6bd65050fcc8aaa4ffbadbb6bf7dc891c1821da0df
ruby-2.2.5.tar.bz2=d3224814361c297bc36646c2e40f63c461ccf5a77fea5a3acdcb2c7ad1705bb229ac6abbd7ad1ae61cbe0fefd7a008c6102568d11366ad3107179302cd3e734e
ruby-2.2.6.tar.bz2=7a93f72d236521ac28c8a0bc0c73cf805797a8813d22e02f42c5fc05dd39f6e422817272e0db6a24c245f6f97ad4b2b412a9a47ac50156ab186df596918a5f34
ruby-2.2.7.tar.bz2=83756cd1c91516962b83961e0de59d858618f7ed3e9795f930aab4f199d47a95ed8f867d8aa9b51d508be26d9babf2140117c88241168bac41e6ef702cfadf20
ruby-2.2.8.tar.bz2=aa1c65f76a51a57d9059a38a13a823112b53850a9e7d6f72c3f3e38d381412014521049f7065c1b00877501b3b554235135d0f308045c2a9da133c766f5b9e46
ruby-2.2.9.tar.bz2=2a8c8770fda20a22b79c9115b6f468f8e7ea1092c84a5089af7a3122163e5ad298b493e6637e4d93ba02d899d8a619c94064dda8ac98cf3b93f64f45d5401085
ruby-2.2.10.tar.bz2=f8ec96c2a5f4ecf22052ee0b1029989ded52d7bf5d41be24fef67e732e76f72119302240bca08f0547510a9cd29e941a32e263cad9c8a2bf80023d6bc97b2373
ruby-2.3.0-preview1.tar.bz2=ae6d46c87f59e1fd3703b76dfc45bfcf208625f95ab9f4559f0b9f7050e8681f1a6e419f5fa06b704c83e56879c3a9ff1337dba443bcfca76fadb49c97d97a93
ruby-2.3.0-preview2.tar.bz2=e397f321d4338edba8d005d871408775f03d975da90c8abcfdb457a1bc7e6c87efe58c53b2c3bc122e9f58f619767b271bcc8d5d9663ed4b4288c60556e8d288
ruby-2.3.0.tar.bz2=77b707359e754c3616699d21697752741497c719dc3d6fdfb55ed639e76d52560d293ae54cbe5c63be78dc73fbe60f1b8615d704d017bdfe1994aa9747d26a6c
ruby-2.3.1.tar.bz2=a8659b96a3a481a3dbdbb6997eb18ff1f8cd926a9707a90d071e937315c21d372c89252f0d44732ae5007d2678fda8c8fbceafa4e4b4ff500d236fb796284d8d
ruby-2.3.2.tar.bz2=78699bae5b0a2382a58f9d51f7d891341f00ad3a90d9ca06b68b1b245cf5acebc3a82133e39bf6a412ac999a5c0f778a0dab177c2569ffbee085ffff6f6ec38e
ruby-2.3.3.tar.bz2=88f7782effd35bfe0b4c33140b5eb147d09b63fbb35b9c42d2200c010f387e2b70984ead1eca86569e8ec31f08b35289d440c0ca76b662dadb760f848e863d91
ruby-2.3.4.tar.bz2=ad1f16142615498232d0de85149585be1d2c5de2bc40ec160d272a09e098ef6f317d8b25026001735261fd1c5bc0d1f8513a8474e89f0d86eed5b2fe7338d64e
ruby-2.3.5.tar.bz2=3ecc7c0ac10672166e1a58cfcd5ae45dfc637c22cec549a30975575cbe59ec39945d806e47661f45071962ef9404566007a982aedccb7d4241b4459cb88507df
ruby-2.3.6.tar.bz2=bc3c7a115745a38e44bd91eb5637b1e412011c471d9749db7960185ef75737b944dd0e524f22432809649952ca7d93f46d458990e9cd2b0db5ca8abf4bc8ea99
ruby-2.3.7.tar.bz2=e72754f7703f0706c4b0bccd053035536053451fe069a55427984cc0bc5692b86bd51c243c5f62f78527c66b08300d2e4aa19b73e6ded13d6020aa2450e66a7d
rubu-2.3.8.tar.bz2=6d79e0d25757fd37188a8db3e630a52539bce7927fcb779a2ce9a97b9e5f330753035c16843552f1a1fb6c9a1e5c0f916b3cc8b5c0bfe81e20f35f8442e40ae8
ruby-2.4.0-preview1.tar.bz2=c9873e8686eb54dbde61d6e23cd5197beebccd6cb31fd12c82763ebe1fde17095d7514d9d93c2c82b238032c98691df5479dc2d666a8a590e0fc54450ec29cb5
ruby-2.4.0-preview2.tar.bz2=0c9a59a2f57a99c4ee8539a30f41da1de7547566203f89d856e1be9dbb44365754e6c470145dc9336eb324e0feb2f53d9fef18a1564968ac21f9ee528905949f
ruby-2.4.0-preview3.tar.bz2=6602c65a7b1e3bc680acc48217108f4335e84fdd74a9cf06f2e2f9ad00a2fccacf9fa035a912bc9d5cc3f0c7a5e21475971dfac37b0364311ef3645f25c7ddf9
ruby-2.4.0-rc1.tar.bz2=b43902ac7794487197df55a45256819d2e7540b77f1ed4eb68def3e0473ee98860a400862075bafadbde74f242e1dfe36a18cd6fe05ac42aae1ea6dddc9978ce
ruby-2.4.0.tar.bz2=bef7bb53f63fb74073d071cc125fb67b273ed0779ef43c2d2969089b9ca21fff1bd012281c5b748f7a3c24dd26e71730d7248c05a01cb23ab2089eb4d02115fe
ruby-2.4.1.tar.bz2=1c80d4c30ecb51758a193b26b76802a06d214de7f15570f1e85b5fae4cec81bda7237f086b81f6f2b5767f2e93d347ad1fa3f49d7b5c2e084d5f57c419503f74
ruby-2.4.2.tar.bz2=1a5302d2558089a6b91b815fff9b75a29e690f10861de5fdd48211f3f45025a70dad7495f216e6af9c62d72e69ed316f1a52fada704bdc7e6d8c094d141ea77c
ruby-2.4.3.tar.bz2=fb4339e30c04d03b1422b6c32ede45902e072cd26325b36f3fc05c341d42eea6431d88718242dcc9ce24d9cad26f3d26772f2e806bd7d93f40be50268c318409
ruby-2.4.4.tar.bz2=ae632852a5f413561d8134e9ef3bb82adb37317696dd293ef92cb76709ecd45718f14116ecce35b12f1c2dd53ccae8dabc7a924a270072b697512d11f4922347
ruby-2.4.5.tar.bz2=7034fcaeaee41f14bc0ecce0d3d93bd1abe95310e1a0b95fac66eaba867adfb2bf7ba4d0d70d67a15ce8df16052dee405c38cdb18987602e64a2f701d37d3df0
ruby-2.4.6.tar.bz2=292802984e5cff6d526d817bde08216fe801d255c4cede0646e450f22d4a3a81ae612ec5d193dcc2a888e3e98b2531af845b6b863a2952bcf3fb863f95368bcf
ruby-2.4.7.tar.bz2=2665bca5f55d4b37f100eec0e2e632d41158139b85fcb8d5806c6dc1699e64194f17b9fe757b5afd6aa2c6e7ccabba8710a9aa8182a2d697add11f2b76cf6958
ruby-2.4.8.tar.bz2=2d7e0f5ad766e2a12a1b53ff838e6bfe86244ffb7202196769c25e9df6f71f3ccdd8605e7ef35c53e54310bc82caf6b368ad5111dd0a3ad70a3aae1a7be93f08
ruby-2.4.9.tar.bz2=d485444dcd025a261a16bd740dae63c0aa23e4138a095584e7a83aec47af34415c7d9cbc1313e92da2ec416b11bfddf20bb1a7b60c80f12906d11ef27409b3e8
ruby-2.4.10.tar.bz2=4d730d2d7cb96b002167ee358258f2620862a5a6d8627cfa5b49bd43c6e59c50c0f437b959d4689b231d57706ec7d5910d9b144f4ca1c1ed56bc879ed92e8a59
ruby-2.5.0-preview1.tar.bz2=2d39ef64aaf7a52014905f4ad59b53e83b71433e50a9227f9f50cbb7a2c9a5db9cd69fa7dbe01234819f7edd2216b3d915f21676f07d12bb5f0f3276358bce7f
ruby-2.5.0-rc1.tar.bz2=bf0eb114097f9e505ff846f25e7556a2fb393573b4e8b773f94cf5b47998e221f3962a291db15a3cdbdf4ced5a523812937f80d95f4ee3f7b13c4e37f178d7a7
ruby-2.5.0.tar.bz2=8f6fdf6708e7470f55bc009db2567cd8d4e633ad0678d83a015441ecf5b5d88bd7da8fb8533a42157ff83b74d00b6dc617d39bbb17fc2c6c12287a1d8eaa0f2c
ruby-2.5.1.tar.bz2=82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b
ruby-2.5.2.tar.bz2=9f9388a162a3ae9c14ec8999fa3b12ff5397de14f55996cc8761d21c757113db37ace4d326b9606de7ad3a5875aa94fec900dd9b81b2fb0dff558c39422f4aa1
ruby-2.5.3.tar.bz2=6fe89fe9d406bb454457442f908774577369ab2501da4fd15725ccbab77675b88faad739a6c8ad1c7b6690b439a27de5e08035b7546406cdeca65c7b295e2c77
ruby-2.5.4.tar.bz2=3c4f54f38ee50914a44d07e4fd299e53dddd045f2d38da2140586b8a9c45d1172fec2ad5b0411c228a9b31f5e161214820903a65b98caf3b0dfeeaabf2cab6ad
ruby-2.5.5.tar.bz2=1b56aa79569b818446440b9f2d13122bf7c2976ab9b2865f5fb62d247d7768dd4ac5b5e463709ffec0f757bff7088afd293c2a8c5349c3780763b6444bb354a8
ruby-2.5.6.tar.bz2=e4511d42d19a7bb39ea79f66bb4eca54b63c2a9d27addc035d6d670c1e59ee48a0c6e9c6bc7d082d1f1114b0668831dce3b7422034517f3c4a06ced0e47a7914
ruby-2.5.7.tar.bz2=7d6a7d41b4f3789f46be5f996099f3eb8321aa4778b2a8ff44142654e769ba4ba2df127dd0f267547e4c8cd6ff46364f18e79838df54fcd7e3fb714294ee0099
ruby-2.5.8.tar.bz2=037a5a0510d50b4da85f081d934b07bd6e1c9b5a1ab9b069b3d6eb131ee811351cf02b61988dda7d7aa248aec91612a58d00929d342f0b19ddd7302712caec58
ruby-2.5.9.tar.bz2=12f58e14cfa6337065b0e82941e39b167813920eb54cbdb4ac4a680dd0cb75d2684d341059e7b4d0da1292bfc4e53041443bd14891a66f50991858b440a835c8
ruby-2.6.0-preview1.tar.bz2=d9cb270529a97670d54f43a0236fab072714e715c39277dab70b7a1843ec818e6700e47e1384c7256f9e0ae41ab2c0b768a0de38a5ecf4f4fff5da6ef5ad4944
ruby-2.6.0-preview2.tar.bz2=3872227e9b1c97c206d19bf1e6ce15a38ee15a26c431b4436605dea67affcf16372358984df76b35e7abaa902c15c16f533ac7af47e3031dea9451bbe459b693
ruby-2.6.0-preview3.tar.bz2=d1693625723796e8902f3e4c4fae444f2912af9173489f7cf18c99db2a217afc971b082fce7089e39f8edd54d762d2b4e72843c8306ed29b05ccb15ac03dbb5b
ruby-2.6.0-rc1.tar.bz2=cbd6281b2aab6fbce3f699c1ab57e5423304dca7a547a0b3cd4e8e980326dc7b85b2ca2bfaf3f3a648d40f4222fdf1740d81d422790ee7ae1ba1ed33eb11e3e8
ruby-2.6.0-rc2.tar.bz2=9bfbe83fd3699b71bae2350801d8c967eb128e79b62a9d36fc0f011b83c53cab28a280939f4cc9f0a28f9bf02dce8eea30866ca4d06480dc44289400abf580ba
ruby-2.6.0.tar.bz2=ca3daf9acf11d3db2900af21b66231bd1f025427a9d2212b35f6137ca03f77f57171ddfdb99022c8c8bcd730ff92a7a4af54e8a2a770a67d8e16c5807aa391f1
ruby-2.6.1.tar.bz2=fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
ruby-2.6.2.tar.bz2=cad678d2ced4085e99009e4fef83c067dd0e6ead27a8695bc212c0e5112a7fa09ceb27f82638faf91932ef8bdd090f844e0a878ffdf6845a891da4b858588aa0
ruby-2.6.3.tar.bz2=c63c3f527bef88922345f4abb4b9ad467117b63f2132e41722ea6b4234cec3446626c3338e673065a06d2894feee92472807c284cbe613a442c8fda234ea7f88
ruby-2.6.4.tar.bz2=a9fa2f51fb5f86cd8dcaa0925fe6f13d4f19f110b5d4c5fd251f199d16aaf920db39ad3bb50460eb94ab8d471ab2ac8bb54daea4a3bb080eaf45250aac3437fe
ruby-2.6.5.tar.bz2=28e0b04ac8ca85203eb8939137b5e5de4850c933faf7f62fc69648fe1886faaabf6cdf48382f9d9585c1720876d10b41dafd33efaeb23341c309917fbd8a6e21
ruby-2.6.6.tar.bz2=001851cf55c4529287ca7cc132afc8c7af4293cdef71feb1922da4901ece255ec453d7697b102a9a90aef2a048fe3d09017ea9378ab4a4df998c21ec3890cdbb
ruby-2.6.7.tar.bz2=311ec56d23d0de7a163f66c1ef4e5369b822f8409f8e1f3a25785c803f01c68dd13aa8ddcfb3a0fe6a97bf321950f8d6cd75b2babcb04158e791601914666f7a
ruby-2.6.8.tar.bz2=51806d48187dfcce269ff904943dd008df800216ad4797f95481bdeecc2fbac40016bc02eabfff32414839ebb2087511d25eebfd6acead1a1d3813be6c10edf7
ruby-2.6.9.tar.bz2=ff067ebc059094c0a9a0debf54a37aad2c85f7ed47be59299041c9c03a7701529f5063ff32a1b8c56d48ee8585015acba63602ed0176b2797d263d43d67aa241
ruby-2.6.10.tar.bz2=275a0f329641e6c3d3d3c33ffabf585195187eb3baa4fb1dfd35999fa0a80bd5925943fa2711827ac00dffb6c9a1deeadabaf2e9ee401d56926fc167db5ae4a4
ruby-2.7.0-preview1.tar.bz2=a36b241fc1eccba121bb7c2cc5675b11609e0153e25a3a8961b67270c05414b1aa669ce5d4a5ebe4c6b2328ea2b8f8635fbba046b70de103320b3fdcb3d51248
ruby-2.7.0-preview2.tar.bz2=7066ececebbbba4b2933ba1a4f70cdef373169910802259a3e52b4fc144ba298f3cffda4be5fe8a7be8ef769ed43076fa046a9ac2c13bb733475b9852112c6f0
ruby-2.7.0-preview3.tar.bz2=5d8e99e3fd984c7d05c0bc483e1504e81ccdb920cbb2d78cad3c314e197b30316b692fd0199f836acac41246e3a713cb81dc6dd64c27cba56f807df4c193db1a
ruby-2.7.0-rc1.tar.bz2=b5f96227775f8bdf19f944a555d0a83d7e84b37bd31fe4b8ac008a3272b1a28a4d94abbb1b5570ee32ec0690ba9d476b837a020a5194bee14bebf6f0e768bc79
ruby-2.7.0-rc2.tar.bz2=9010f72bb3f33b6cd3f515531e6e05198f295bb2a8a788e3a46cdfd776a9f6176b6ba8612f07f0236a11359302d2b77fdecca1dc6be33581edbb028069397a0a
ruby-2.7.0.tar.bz2=8b8dd0ceba65bdde53b7c59e6a84bc6bf634c676bfeb2ff0b3604c362c663b465397f31ff6c936441b3daabb78fb7a619be5569480c95f113dd0453488761ce7
ruby-2.7.1.tar.bz2=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
ruby-2.7.2.tar.bz2=f07592cce4de3532c0fa1c84d53a134527d28ba95e310cd3487ac321c49ee680faeace285de544ee6db432a90aa7538a1d49ff10c72b235968ca362ef9be621d
ruby-2.7.3.tar.bz2=e9236138be3e61380140f2e0d42f8fb82ad8f5219d454de2f6c2ec546bb208acc8b0f2020f23e6446660d2b3b9ae873cdd8298471f166a5f1efba8e80b05e746
ruby-2.7.4.tar.bz2=f144c32c9cb0006dfcfa7d297f83f88b881f68c94f0130346c74dfd8758583a68d22accfd0fc9f31db304ab5ff0bc135bfb2868145c0dec1ee6cec5ac6c3725d
ruby-2.7.5.tar.bz2=0aa2ac44bc22859a39c43d08b7c7f457df05c2dc36b2574fd70ca399143ef1000dc5e496212db9eb055bc4258523d47d26db3c57a1a5a5d63cf1b3de9f81645a
ruby-2.7.6.tar.bz2=4f7f3624afc43da25ebf0f01d5a2f92f72f94bab7423587cfd3920e089b479bf559b159adf2891b996f7e6a98c008a4f73a4a2170e2f8619417660ac1ab24bdc
ruby-2.7.7.tar.bz2=24cc772ac1b56d3bb423f1b33716f221bf534f3717a506bf8235a698f8a454db7d79d94ae9a84067153c2f737b3f8f6085f34e36cc04be0d75ae2fdd57718870
ruby-2.7.8.tar.bz2=3a9db8d9e79318f869417f2ebf3365907febc0d1428116eabf3253c51d8420f255782b32fa30a54802b9f5f4187fad80dab0611cc80436feec84db87b0456ec6
ruby-3.0.0-preview1.tar.gz=b94892951f842a1538f4b99022606ac2c0b5031f1ede7eef3833a8caa9ed63e9b22868509173bfefb406f263c65211db75597b152b61f49e5ba2a875fce63a27
ruby-3.0.0-preview2.tar.gz=6fa4191425ae71e41894b60bd9c31d483a562ee8216886360ce18238ab48115b95be0367708612c45f634e7584fba8940a524ba0113ce0f36ce4df78a112d0b7
ruby-3.0.0-rc1.tar.gz=798926db82d27366b39be97556ac5cb322986b96df913c398449bd3ece533e484a3047fe35e7a6241dfbd0f7da803438f5b04b805b33f95c73e3e41d0bb51183
ruby-3.0.0.tar.gz=e62f4f63dc12cff424e8a09adc06477e1fa1ee2a9b2b6e28ca22fd52a211e8b8891c0045d47935014a83f2df2d6fc7c8a4fd87f01e63c585afc5ef753e1dd1c1
ruby-3.0.1.tar.gz=cb81db2c9b698cf8159b2ca6507f4c7f171e4eb387f5730c4b658ed632b7900a169808e6fbec0ee80598d937030ad5d9c56b63a2a339373ec5d9e1c06b7661d0
ruby-3.0.2.tar.gz=e1fba6f5429b5fca9c3f52a32535615fcf95fafa415efc71c46db4cce159f249112c01574c305026be5c50140335696042e47a74194caea045acbfaa4da738cd
ruby-3.0.3.tar.gz=39dab51a0d784a38302372b99f96205817d466245202586d22123745761e9cb39db128ec2b984ebc3919b9faf2adf828d19c97d3fb1e56d44be0a81dc5d11b87
ruby-3.0.4.tar.gz=0dfded6826063c1b39bf625a6e13b46c109cb160c8648b78f0965f70e7c7a1a65f1c117fc8f2cf8bdb34d7cbf79fecf1f45d169d2323406d66ab27b18bde1d22
ruby-3.0.5.tar.gz=ea45fcd2ca53b87f18fd8696d00a1e340d2495443216aaf87d3f643cb5bd8bb614a1faacd82d07e7f2b72172397c728316a82d7c34a7b4566191268ea517ccf7
ruby-3.0.6.tar.gz=d596bfd374ae777717379b409afe8ee1655ade0c0539ada7a10af4780b818efe25a28aa50a2a7226741d1776d744e10ad916641f9d12fb31c7444b0a01d0e0cc
ruby-3.1.0-preview1.tar.gz=63f528f20905827d03649ed9804e4a4e5c15078f9c6c8efcfb306baa7baafa17a406eb09a2c08b42e151e14af33b1aadbd9fb1cc84f9353d070b54bbf1ff950d
ruby-3.1.0.tar.gz=76009d325e961e601d9a287e36490cbc1f3b5dbf4878fa6eab2c4daa5ff2fed78cbc7525cd87b09828f97cbe2beb30f528928bcc5647af745d03dffe7c5baaa9
ruby-3.1.1.tar.gz=a60d69d35d6d4ad8926b324a6092f962510183d9759b096ba4ce9db2e254e0f436030c2a62741352efe72aec5ca2329b45edd85cca8ad3254a9c57e3d8f66319
ruby-3.1.2.tar.gz=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
ruby-3.1.3.tar.gz=550cfda2ae492312009a58316e18fd77ea92852718b37443bcd76aac84ba6694fb841fe19bf23bee099f96f5aeed9d03e77c8c02fb194e414eca5f707adbbf90
ruby-3.1.4.tar.gz=41cf1561dd7eb249bb2c2f5ea958884880648cc1d11da9315f14158a2d0ff94b2c5c7d75291a67e57e1813d2ec7b618e5372a9f18ee93be6ed306f47b0d3199a
ruby-3.2.0-preview1.tar.gz=d24e77161996c2085f613a86d1ed5ef5c5bf0e18eb459f6a93a0014a5d2ce41079283b4283d24cb96448a0986c8c6c52a04584abd4e73911ea59cefeb786836e
ruby-3.2.0-preview2.tar.gz=5e9ddcb1a43cff449b0062cc716bfb80a9ebbb14a1b063f34005e2998c2c5033badb44e882232db9b2fceda9376f6615986e983511fda2575d60894752b605cc
ruby-3.2.0-preview3.tar.gz=860634d95e4b9c48f18d38146dfbdc3c389666d45454248a4ccdfc3a5d3cd0c71c73533aabf359558117de9add1472af228d8eaec989c9336b1a3a6f03f1ae88
ruby-3.2.0-rc1.tar.gz=798157d785ebae94cb128d3c134fa35e0e90c654972e531cb6562823042f3fb68a270226f7b1cf0c42572ef2b1488a1a3e44f88389ad2a6f9ca4b280a2a8e759
ruby-3.2.0.tar.gz=94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
ruby-3.2.1.tar.gz=f8bbff5e237b501f4042ddc70a19ac1ce74f72f147c90daf7f3007a940136abde37c12a0f7444f713ede09ba847c2cc2897a1742823832e3dc8cce80073164e1
ruby-3.2.2.tar.gz=bcc68f3f24c1c8987d9c80b57332e5791f25b935ba38daf5addf60dbfe3a05f9dcaf21909681b88e862c67c6ed103150f73259c6e35c564f13a00f432e3c1e46
ruby-3.2.3.tar.gz=75aecd9cf87f1fa66b24ecda8837a53162071b4f8801dcfd79119a24c6e81df3e3e2ba478e1cc48c60103dfaab12a00cfa2039a621f8651298eba8bd8d576360
ruby-3.3.0-preview1.tar.gz=0f891f140ddc6372aa7c4459f8784126e0c341db7b80e72c51e441c5153c43c2d7b965f7807c076862ac84b9b8b0c6a66bbf66fc341746016151397bb21c782a
ruby-3.3.0-preview2.tar.gz=1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
ruby-3.3.0-preview3.tar.gz=94db07a6958c09809b2e5b597fa55a121074e8bacb3bf588c83cf0d35b07a8b070172035a49d1abf0d8ee364a9ace824f34e677f7327ffe1acdbab0938ac49c4
ruby-3.3.0.tar.gz=26074009b501fc793d71a74e419f34a6033c9353433919ca74ba2d24a3de432dbb11fd92c2bc285f0e4d951a6d6c74bf5b69a2ab36200c8c26e871746d6e0fc6
rubygems-2.6.11.tgz=3b0dd38c0aaf313c59e299dcf54f7bfb6e6d84b8b739573ddaf599e584da45ed7b1465f6521131b32f237e31a4796d9ef455b8be685064b3fd77a0355dfff13e
rubygems-2.6.12.tgz=ebb672488b50f5fc988eab66ab14ce8e887dcc635f71239a85e32fbf1e919ca70196eb4d3f2fee3486cace7064bab0b8b08339c754b723198e1b0b0a0984ab54
rubygems-2.6.13.tgz=c952b6061a9a0778db304c3aa5bea693e71ae2564abfb19f8b123eef66eb1e3877fc7c36f4f1527da97bb320870cbfd4574ac57ad88e850a44fadd67ebdac152
rubygems-2.6.14.tgz=7743845bc5265df3782f85a23896cbb250d8a2bbc9934a27f274b001afa7aa62f7f00f616296f74747ea612d2cb37dd7f533c931aa72550d84c64d2a73d60daf
rubygems-2.7.0.tgz=0bd08fbabcc33687c98365ffe6794ca2a5e82160b0297479d4f19bd899d176b7f4efb95248898b26d873f9fc7d86c10cada6e40cdc48738b0bac261c3aad261f
rubygems-2.7.1.tgz=fa4ea123760b03b8b8e8ececc55c9dc34249073fb267d310bd903aa7a613267e5d27990bbf28e32c9a746bf884af8a84a0dc202297272f9d477f7710c21bfb60
rubygems-2.7.2.tgz=0f48c6e46663780a571c7ee0e6e772f2e18a755031e7dd8ede7870f238c214b9e3e38153b1ae8f1f78a9aad63c1a079b86573b3a25c57a600d842bdf92b9c4d1
rubygems-2.7.3.tgz=2782331b31947a23f85b285a3d5e7b66e34fe5847bc84dca4f1e6bfe33ce187ab0cbc814229de8111aa19490b656ca78b7c821e4ea6b425449991c01371b7565
rubygems-2.7.4.tgz=90f72a46709ef847666a6a23eecf24521abd5c294b2da8a246bb4c7f85daf4af39a0634fc8093c7bb7ded2ac137ea27fac5ed94af3b70c49e78594285c7a40ce
rubygems-2.7.5.tgz=86957f1c438070135df527a15102e40487fcee93a55251463095e4c8794a8616d16ed9bdead0e0ef83c44806bd5016ecd9e178bef608b66af2e68e2c9c49e941
rubygems-2.7.6.tgz=bc168afc40c974dbc7c37eb5678432ba2ed7469c3f007a159699467ff2cff5205c508237193ee8becaa6eb555b043969cc5f92b2aaa6bf7c958dd7c187e258a7
rubygems-2.7.7.tgz=f93b7eacf5ef8725c40d618daf9deabc7e9eed74b3b7f13ecd16f89205fe24958e782314c52f8a8fe3205b93e20b830b4fbf7ff8944ff1cf56feb7de2d773252
rubygems-2.7.8.tgz=3d1cf68377dfcf102028342258aaff5a7257d2d2b34a80508c85aa258d810add46e65a157f902c271b0b7b568c437372d17246e89cd88f8500e47c008d17f1a6
rubygems-2.7.9.tgz=5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
rubygems-2.7.10.tgz=48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
rubygems-3.0.0.tgz=047f4d446aae414e4803517088ef47d5cc66319ff08a3795c6d69e83eee9f3e7c3b05419858f7e5b6a8ec224990ca01178a9259961ef2d7ab737bac352a0f18d
rubygems-3.0.1.tgz=dc29ad51ec67b1dca82a23973ea92153482788964d0755bdcd3c650116915c461c6e5fb1c826be3ee04a497fec4ac2826904bd406f24611e77cd8c9eaf4d8729
rubygems-3.0.2.tgz=90b46c2cd4f8baee74eb488a40691cc00e754cefc42029d485163d6ad7782df78ba5cbeab08eec6a4f71febe0f6e635e12a9381393008c58eb5e16396df93fbe
rubygems-3.0.3.tgz=1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
rubygems-3.0.4.tgz=887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
rubygems-3.0.5.tgz=f5a97cf67d7d043afba7c1aed014f1b64ff6376ea74d3d6533496bc5ca9742e0ccce1a157e6f67d8fcbe59d8e34bbfbcf4ed8be97acf2970603de6381043cb78
rubygems-3.0.6.tgz=1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=5dfb040b746e462c297ebcdf84e0f07cd74b86852055dcf0a7cf1814112099bc674bcccd94b03726aee76b253c9345a45d046cbfea230647644f0fd6b1c1ec96
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=17983c442c54d19196be3626e25c64f5474139c0b973624832ba8730efb047bc747c02e59c82f38397bf012c63ab83f79a9c1b64311cab796f08fe96d7d12a1a
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=b0b57082d61317911f101da617333d81ee6bede6b6e18f9bed86544dc413339c830198d90cad7ac94c0c8fb690adcfc559dd9f530abb70507ff6a76eee552b61
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=18f9782de56269389320ddad779ec69c168909198d4572e2ea4c18bc8082a539569a76760a6a6da58722fe08d77d83904aaba14baf4075a2833cbd2efc45dff3
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=134d9ba5db7b8a1960d3a88390cd6f7503a0e8565094fb127333d122cd773bfbf9dc976c659029007e6fb68e93486293bac2ee29ab21dae9cb0c06ba57dd2c72
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=5804f1f27916176f5a270de8aac85bc48c38ba37c4e719b09f5777e5c42429271819378cfe096c3cc33d406cd0726f2e37658020f97a438fd53751019831569a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=2597b375f590755b851d3b8cbad3eeab4c965eb02d0c944044f57e39f6c3db1e2f513e2aa55db789e4a885c697f81ce5c8bdbe9a7e44ee30fc09d234e44fb512
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=2eb177190de0408dfdaf30264132955d1db7783ddfb63880d97d5933f66c5662794c3bb6198edf230fbff348674203e61f7f5481e74ac875974467f2f128e939
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=ab3a3dc19f903e68e36b135729693fa025a7c1950139277255e48c972387ef8399beceb3252ac37cc70c0df92838f8a0ba8c45f53665ac4286ef23f9b240806a
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=b8423f50a5292e211db7ebd7e2b987fd5c9eaaf34eba86b0644d2716a7f068f2e56deb4357c516b87b437e64fd5ce8515bc181165cc1042c6763f27d71baa59d
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=bcd05d304ee9b4da97193575fb1ad78041a0c7710bb444af6aef12ab4261b1873f472175ec51a187a5e99da481d66b81a132fb691643b793e87d655f31d54657
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=2c758221793c38ca8af1831a5d9f3abd555c406569508ac3a86d3c1ea5baeeacf65abb6e904ed3b1e58f555f51bc85ab171135ff4c3d0e08cdae994a861cbda4
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=42e60b69957f77a8623e0dccb7d215e800c27c622364fa76b9c574e8b1d3a4056a058b61ed91eac2375ecf4e51e482a6e17550aa2894a44d1db70687958033da
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=18556ee8d2fdec6907fbc8fc33d8b32ea0c58d40ee3df084ffb233e2fcd3a514a553f97c31dcc25dda3f86b1b805ca5fe3c9bf8cb078b92325515f09db6b88ba
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=10a7cb1be6214347469d5797091f73c3d7824bfb32a47c13566573a383380b1df9b79b7901ce0fa3af1c97285c90afac21e2de7a66ed88d9495846743b3b25e2
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=53f0939d9d8c3470cb79316d865b765816032528d77a3cf497134f3aa667a6253ae037410801261a8e7d0628198ac5f6aea5ecf9b7313f06ccc1d5e9f94e74ea
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=f89bc9a3310634d39f68006307da0b0ddafae036089bdd663e8372777a9562d201a4e69b2e1a602cff5fba6c78a8d4861b6d1020679bd0c72c71b938a4f36a27
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=3f461c12fa9fa57a55cc390eb9887df88f404661a77bffb44f82b4c7e9021513a6df9f6d5f332a36ce0c28ae7e3d5afbbe15cc4b814bc7f86dac2e5ec280f947
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=85f042c308ccdfbeb318cec37056d8d970cab51cb0779425b85b8f76b0a1dd9cdec3191ae2b6b9b6be6e95767db814496450ed20076addd9bd495742f9de3c8c
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=067a0f63bbaaed4c8d4120f758c8ecf8c52afd1d30ea9d41489e26289d57a574d2d4ae29e29655378510adfb3f4a07b04b403d6ee98ee6b3d3aa8bff9c8d718f
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=1eb6b80cb05133d253f20629a11ed9ec3f37da002d5668cdc6577b2a20524e0cdd4d739d3f1aa2e8c518e2f7ebfd519ec1c647293714a1133ad4d569375c0e69
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=e3cddb0d0ae48f7d5ee4dd094ddb5a13f6a7aff1521b1adf25710971664b235cf67144e3b81525fd710dc49b6f6f6ba06e10eee1df5dc08119e9494c6be86934
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=c982194675b66a0433bd5517fc6f1564db669f595f8c7ba4819bf37e0599474d49a0c606577a898c27fa5ba40ab793c62d8211e7ea398d6b3e2bcc31eb5d55f4
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c14e396396385644333fb4c4aa1fb4b934a3f4e46312146821e5dcdaa097cb5b1efbf397c1dd6117d909803fd27ba8d835904672e98d43dc565e907fed752e1b
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=f27a75f929a6e945e49ceaad12f484fdaa918469a2f639b572fc4737b78e1cde0881697057e13a58b2fab7ac64c3a71bc9951561c3a8728e3dec814ef5e95fee
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=7aa029c4999d4608c9bcc491771b0434267032dbe9dbf504728079f87ce93e6a90e0fa839295b88c00e5a025186ed0fcc42361428b7874c05e222edb108d6c02
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=e8c508dede11d4f54cf0b15cf92b50caad93076a6065bd2d6784c5ca739f5923ea2b894c6b2b52131f62187c8b305cd11a960fb5a670789802d59b6b2999f0af
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=841eff077c38bf594b101edb15942f601ba0dada2122b21b016f53251aa2a635b8d0b63b49bdfb50259b2545d1f498bca95d5f771a15a28edb0dd07216c9b709
truffleruby-19.0.0-linux-amd64.tar.gz=8ec6c7829351e0dc2cce57305947cd540734fe5a0b95b9501d4179993727ab2c331e9fb639b9865c0fed596df3906adf3dcf2efb22c4cfdd23a3dc2137025fd4
truffleruby-19.0.0-macos-amd64.tar.gz=912e0c15d32e40c884b2caaaf9a86a71450d441c960ef98a63dfce80353619073b146dcfe03d9af4273b2811d0899eebe922cc84a51d6f5e6826cc436d793f78
truffleruby-19.0.2-linux-amd64.tar.gz=eec92bfbd776acd61709a428b90b1029c5ea83e5ea839304d23cae3a541dd4fab3b387691fa76643f55d5939c9cac0cbe70dc0b5786e5e0e5d20f3fcd9a21356
truffleruby-19.0.2-macos-amd64.tar.gz=ce647b76c9931feac55baa5acd2c87d8335c606bc5cd7e462bd92ba1b09f4bab5db927f021e3119abfd85c33377003d060f36cf64eb121954fce8878112f01b5
truffleruby-19.1.0-linux-amd64.tar.gz=db01e6dc09fc5f39ca466aa94f725023d49a8f52343f129bf8c32b7f5f76ccf2d573ee3344fce3d5aff9983bc9af618cc5ca6e1dbba93b3f604e4f33f8a69b3f
truffleruby-19.1.0-macos-amd64.tar.gz=f002bc0b6efca11eb97c4aa6df33d2e0fcc1de3443efd39d912b028df9dd8954cb76ef3ca7fbe140f4e922d6ae4c1a6a20853490ef1ea0749293e2fcd4ffe8fc
truffleruby-19.1.1-linux-amd64.tar.gz=ec031e8c216e31f034d97aaccd6441869221d6946e18f375b44a866550b8e8eb4b2fb923f9ce1a62853bdcd5b9201e0f5d2732ca6525d80171d5732ef522bd25
truffleruby-19.1.1-macos-amd64.tar.gz=1c15918af939a8fe1779b71d9e53d2ce09ca7353173a3b357905d9fe1981ff013cf0f90c6b47e1ca66dd168c2f2d742f28a5fb134cc0231d36146da99f91c3cc
truffleruby-19.2.0-linux-amd64.tar.gz=1248bdde9cd3651d7042fe4cecff4ad35534868d543fe2e6f3a5bfc3bc9d10d57b4139fc070f0a03861436a1aabc9a8ebdf3356f39b77a4b8f6a1dcf492f70a4
truffleruby-19.2.0-macos-amd64.tar.gz=92c3154ed229a115cf392826494745aae06dd9228dd0996c2c44c550552f13f9c254367d068452fa4a84eef79c19601c79b87e10f3121fd7b83b803514a41cfd
truffleruby-19.2.0.1-linux-amd64.tar.gz=53c78cd1f255f2b7031a70a42b65c0bf80c510b9254f5d7ba82b4787f55f5b09cfa9544c424a90f4619a74179fed07c168bd501e34772ef836a773e89c467cc5
truffleruby-19.2.0.1-macos-amd64.tar.gz=ac11523cd49fac50de1e441039e429fb8cd6c7051d537e5083b64fa68eaa19c9f0a966b269da906c367985f229af82a4811282dbfd0a76ef6565162e1081a659
truffleruby-19.2.1-linux-amd64.tar.gz=c5ffc1b592a74e836a4f6ec75b0e103150a4a40d3183ae853ead38c951a85378163111cf0bd2b81e44548c0a7aeaded3ae8a7ae558d5a02dc9e2cce992b79b58
truffleruby-19.2.1-macos-amd64.tar.gz=bb467b91f66eb7d1e6f1a54a7bc0a3d9503bcbd935e8a02da9ea0b749a51e354b1140d4a4dad6fc05312b560bb9ccdcce4f6583bccd19bb5afee19bf494102fe
truffleruby-19.3.0-linux-amd64.tar.gz=0e94777a3feabbf0107ed40847e20dd4e3696ff2b7c3f6ceddf3a53ccd812bd003c84c62a750e8fac9d2490374bf792d69174b48c3ed36b593485d86729136c1
truffleruby-19.3.0-macos-amd64.tar.gz=95470c389e24c865ecdc3d299005cd98f8221a128f3cd75f899b6b7ae5d6dc07962443ce0ff38dfd014589d5aaf08b718dc870a72eb7ea6ced18ec2b2db63095
truffleruby-19.3.0.2-linux-amd64.tar.gz=dc5309b71980657f750b4dd4f8b3bc4e191bc305b638b1e562ff5b0ad7fbba40079ba674caf46226a46b5ca58c10f812354786696264742f351b129fb088a672
truffleruby-19.3.0.2-macos-amd64.tar.gz=ff1c37485ebeff3edcc7081ce09bebe5541012dedff6997662c7f8a064e0ab10bef9a5cdf834263a06ae04ca0391743948bcdea6e6c9d7e1cfef9f21523c2bdb
truffleruby-19.3.1-linux-amd64.tar.gz=c724547a9eacfdd135ce05eac9dcfe74e58a5e77c97f88103f83b8513c15c975a0ecf623f623a425ec81fad1b64d3b5e135660d6943608ad08048cda00eace79
truffleruby-19.3.1-macos-amd64.tar.gz=d746b2ad410c15d145d36c676a070ae454ba8e5ec6c594d5ebcf54b1fc719f98e8b8f71b6fd504c3d38df286bd11c5114f73b5ba39be312b11d42d4ca1a17d02
truffleruby-20.0.0-linux-amd64.tar.gz=4efea5ded5fcc6886befba3a3720fe1e5b2e376d46738565e8871a1ce0201a33ed52e78b8af2fb389618bdea99466d126d8537dd0919b0c13f8ff1940cb3e52e
truffleruby-20.0.0-macos-amd64.tar.gz=b36488330514b77c7115689042cf2482a0beb9f72a0b05fb4c7a6ecb0835a3da47c3b15c41abd6ffced023e65ecf7eabcfbcc6e41901dcddd0fb3dfed46564c6
truffleruby-20.1.0-linux-amd64.tar.gz=116d57404540b85c15b321793a6f985624a2044af544e659b3607e50159703af5d445e22bff28ae2182dfa752f7500d420e250f6deccc98a2f01e89adba8ac3a
truffleruby-20.1.0-macos-amd64.tar.gz=9b1267101dfe78b85c79f7528eb4de96b16933e66d5771efa6272372dac0fb35b199bb9d42773d61f4fa7a15d6cbd18b5753c148f7c3e477c7c4b21633f12b88
truffleruby-20.2.0-linux-amd64.tar.gz=a37eaf8475364b74d948979ac13dc6e6423bf11949ad1d0f2925f78a4495e80de9767001ccdb777c8cfd7f545839fad4d842522620c3acad179404bc4ce6752c
truffleruby-20.2.0-macos-amd64.tar.gz=964c1e02cc53e1646060334a9911771e679a8344d811a0f77d5cae3529dfefff259c45505ac84b7debb958514cd5d2276ffd435802085494e0229dd140ce8f00
truffleruby-20.3.0-linux-amd64.tar.gz=ec2d8ff6a5d45fd7091e26430c67cbbdc0f8ffa41e9ac574d48802766fcd144e1f446db807700247ad6d8046b7ed070b5da70ef667e576d6fea60cc64ea5484f
truffleruby-20.3.0-macos-amd64.tar.gz=1878f94e05a3c40484bf944a72412b179aa5415a16a7ebc1610cb512a1e1c4a2ce0e98685257ad6e5c14745245c35bb5b28205fb687292c4f17193cbfb3bb606
truffleruby-21.0.0-linux-amd64.tar.gz=b7d1b76cc015d136dbd74515431f4447730850475f81b00885b71b95819134db2656d941736048db42d519f03e1f2df066226513b77208adbdbbeda1f49cab11
truffleruby-21.0.0-macos-amd64.tar.gz=7677b827a9c1758d5f941c512cb0fe8daaa19c3db77b485d7dfa43940151d6b9094c4d9271e18ef5014630142dffb93d168c7ac631a3b5eef6fc61b2f9eecf88
truffleruby-21.1.0-linux-amd64.tar.gz=010e9fb78cab12486641780392be0f284da08dfd955f3a0d1ef72adb52e1c9024b54dc880173645aea2af680b3670a6bb01409198b757239edda4cd9bf2b1e90
truffleruby-21.1.0-macos-amd64.tar.gz=96ef8481faef1bfa7f01bb4d396818ef6f0943d19c6a23dedb68f8346740b72bf06efc707bdd29158cf991cc7073c97f429a07b02c2a48050512b46369850058
truffleruby-21.2.0-linux-amd64.tar.gz=c20af04909a852cb676c90403d852fb367d56eac0f9cf8ba42caa4cad1013ba393cc4611e434614ad132b7b0ed61160aadd887001b08de0767cf58f5e149efe7
truffleruby-21.2.0-macos-amd64.tar.gz=0b8d9633fde53aad78f0baf52858cd5a5716f53ff21698baab17da4a625b4369b88dbd664193e3f0d1b40e64c88699ab4f04bbe40f54189a588c93678962a7be
truffleruby-21.2.0.1-linux-amd64.tar.gz=15ceeee383114f974aed5f16c99131d56947e13cfe248b97e55d61263ccd51aa56fc3e0df215196ef7f80ccba9e7f19e7f261d7a91d54bde2d9992caba682d82
truffleruby-21.2.0.1-macos-amd64.tar.gz=8a8762d90c19db4f48433ce0e3f3339e290685d79c6ee9bb7d4359c741edfa6a7360ff65124433d964730ac25b2cc6d8b581191b0a51479f11c2a80031a6c1c8
truffleruby-21.3.0-linux-amd64.tar.gz=b0c07b1ea797de92447a81b350d460c125a2efaff3c290637c4bcf1c216b5abd11148cfb143ad397062a96f36beade8234d0785c42f58fceac0011f629a5220b
truffleruby-21.3.0-macos-amd64.tar.gz=42e607fa52a534123989ad232691ede65aa1c615f39320d93aa8ab9c21924eea7bc0aa49aef1a540ec972e2b3dc775d22a99eca3e0c9bc450c525f9020fbb975
truffleruby-22.0.0.2-linux-amd64.tar.gz=2231a0cfd27238c34ea0bbad27ba387453e48f39032607cbb829b347ea6ac804df15eb3f84d50b09248782d6202284498e7bc9aaa2060f0ce81bb83a84d700ad
truffleruby-22.0.0.2-macos-amd64.tar.gz=1d7ac44f0862ad23cf17a7bba73d23dfd4727aadd9a3aa9633361e9bcd19655d163e160eae9c8db8ec9892f8fbf82d7a38b1cd689475bf41609a828208098623
truffleruby-22.1.0-linux-amd64.tar.gz=c4c2f9bf4236118c8ea62c08bad89e1034ecdfa0c4815693961c4d2b1b30ca043fe958abfec9cf36a8638aa2e005e71fcc244ebffd9ce11eb68cf48bd98c29d3
truffleruby-22.1.0-macos-amd64.tar.gz=507004ade838e614955e23331845839be656aaeae7869ed3d989c10e6491775a12313ac9ef03e14945f20f5e76d46ce6f7bb860af68a627c48065399cea3c567
truffleruby-22.2.0-linux-amd64.tar.gz=37c09249ef387df3e0614f646abb444cb5b7b2751538ab0432e703abe92a81b82e0d15f89d5ad7cd58afe5f30d9a92dc8471d19f1c1ce10b50478ac74f247739
truffleruby-22.2.0-linux-aarch64.tar.gz=49a7cfb4c81980d9c7a1588ef9f76a9bfb759d4b1925ab11f230d99c15a62e162a08249d23cf5646e2d38ecc2005e27103f2e5d92b83b0a182a4e64319b70c0d
truffleruby-22.2.0-macos-amd64.tar.gz=d4c206fb0a5e63c5b7f61f2e62de854e4d0817075ef9ded237d98cd821c286e88d7b150d140d9907a957209f39be96c7025560e3908c89aa337925d2fba690af
truffleruby-22.2.0-macos-aarch64.tar.gz=a01c18803777a74717ad699b6ee51eb759d881fb436d24338b557c52d4a693079d7b55f108394ccad0dd69c974cb895f4a36854355e84fecb67e41bf9eb18514
truffleruby-22.3.0-linux-amd64.tar.gz=d53472ae892dadc81c6fe63a597ccfb67e133958431b11716db4d920c78fc86f7496e4b10322d041c900bed77d27e02850da20aa95b297d63a9de2e72cdf3c76
truffleruby-22.3.0-linux-aarch64.tar.gz=dab63d49db4722f0c174ce8b882413102520ff649182946ba332ef5ba0fc6b58913595539a20b59e460faab2fba36f762dc8eb66aa729d4a6bb90feb2a95f053
truffleruby-22.3.0-macos-amd64.tar.gz=15c91d25fd6fb1d9f3f2a0b36676da5c8a76d62be86cff463ebe6c7e6aed2d9b6de9062021ab1b9b29cfb7a92b5682c860939acd71d12dba7e4a6bf3964fef3d
truffleruby-22.3.0-macos-aarch64.tar.gz=7c44d0dd07e4ecd84a92f6dd574dc185906121b8eb75f6fe097b9d4738aa30751664d70e9027e072eeaa1dffa05fe7bcfc06be0c2dc950142f60664baf5eac69
truffleruby-22.3.1-linux-amd64.tar.gz=f41d3bd22500b7291121368169f8558df4563c840a01b70ff7feea3593f0152d8d77d4437af362bad62f25b79bce1ce8ddaa1bd8172a2a7ef8b61cdb6e478c9e
truffleruby-22.3.1-linux-aarch64.tar.gz=1ca5221f0dc5ae3e0bd9545be474e115b2e62737701df95c6ee6cdaae5d82815acbe6af961ff23afee64dc26e655c7786d4347e3694c140773f065534322ee59
truffleruby-22.3.1-macos-amd64.tar.gz=bae16cc04c6018703833121f4258c3f18fa5062309d0600458be3c51c838bc63976a026db0f28d23005df9b640ccad0a9cafc56610a5ca9c24951c66b62097d9
truffleruby-22.3.1-macos-aarch64.tar.gz=b56e230d8fbc95d19364e695aaf1e552238b02ace7056f636808a7d7510777cddfde572ace5238ea1e314351bdd1a053ab3912d0889f51f55c722797c83eaaee
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=d538412f12d5ce743c351acbaa483b8b85dd2cf84fe06b3e90ca21f3c2fc0465df9c1773b3515fe4296d599f45e9cbb935dc5a69fe45668321e5639d58608ef4
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=f10b5ac749b11f93c2469f2c8a713ad090cb653761ae0a3e1ba4c19b0c96bd61c5e8da74d8944f9487c2d327d268a188f2cb56028d2beaca2a7816e63123600b
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=cd9db49c4253bd66cad6f9ae111c83d3befd0102a7ccb72a2407d22dc576ba7f3a26a90cd479f26dee3565d2f893a2b7c8b549e2351336f35d2632e57966657c
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=28b77d9943cd1617e0445633a9fea8911cfa975f5c581192439cd0944d2a17c2b0558e3e4112588b5fc77b57c48d857ad68ac51fcb867250625ad85406d87acc
truffleruby-23.0.0-linux-amd64.tar.gz=da702de2e8c994f2646a3de5b44824210dbd37129cd2f91c3bdd990a1b0d0b05dee4443ad0f6cf98fdb4e489c9f4cde64f3561baf486dc642d4981a1a1812925
truffleruby-23.0.0-linux-aarch64.tar.gz=808254a154adcfd1bbd6e22bcdafebb6169c6f8cfd1c55382d446bb66002384ee844dcd8b5f642703ef440f7566645d190081f45e04a7d8d59bf87571cb4430a
truffleruby-23.0.0-macos-amd64.tar.gz=f775d57e63c606eef424a1115408ed8539ef47d6bea0125ad1de7ee4fd5971e96747cb7f5d22d91d2f004edbd6ed6b9b5bd014127dc1abe7821a3a987a72d9dc
truffleruby-23.0.0-macos-aarch64.tar.gz=000069854458f81d97eefe14123fbb69937942825e77d35602d55fa279123808177a34f252aec9dcfa48b93feacbee81ae0f0e7043c2d8a9ace2a4bb61ab253f
truffleruby-23.1.0-linux-amd64.tar.gz=1868799d989c51798cf07b5243457af7ae2436dd19805fd634c98b2f1885266b5c3ec81dde668c2e5a290e9028f6f9fd223d153489df6ffcc74d45240aa020ad
truffleruby-23.1.0-linux-aarch64.tar.gz=2766621877996ad35fddb94f978feed531307e8abf601dcf863754c96782b8149c3ac512dfe6dd2bdef0fe0e8a968bdd77608c41020434aaef4e7250c09edd74
truffleruby-23.1.0-macos-amd64.tar.gz=06c5a1d6ad644fd81737f0a1fd24c1529f712abe2a4485ad597aca7c35ca2af898121bb5883552cf518e2afdcb4221c8ad013759b46a69e34249e7c5ebe2b170
truffleruby-23.1.0-macos-aarch64.tar.gz=496cacc5cf413a48b60184e097a962ab5d2236c539f07cc0a9a2d9ef57dfc911a26b125cc3ad9408f6170c6f93c7562f35729c8313be0301972be21c10097942
truffleruby-23.1.1-linux-amd64.tar.gz=dbca85e281bf2484371a0bbcc202ca700acc704304d966b9202cf3835e82f6eb502e43522355f4c9e5a743877d93f5609006fbba2c5e6343a89de130e5209f6a
truffleruby-23.1.1-linux-aarch64.tar.gz=6a58842d79247d8a64c513d68db9d53ea5640c02f71a1bc45f103baaaca67bb224939ae5f21ef55daa9d9b9697404052d39a3c382768ca366ab7892b8bf1abbe
truffleruby-23.1.1-macos-amd64.tar.gz=7cc6bc957b7ffa42e9fbfe2f6e3014bf1e7996f2754e9e74377078c2c7bc7ac8e10598f1e1452839fc5b9583c823a2a735731ca193a6af2814a02566cc4cd9e4
truffleruby-23.1.1-macos-aarch64.tar.gz=a85b8189ef8a280f6a27d4c1c93893f844266dbdc15b8c4988cdf581613a353508fae4872ac9380efcc47f36357e137861521712c00ce8548041762a8987a9b2
truffleruby-23.1.2-linux-amd64.tar.gz=6307fd71fb1431fb12346d1f13dee4b3afe53947e8a9c1f3e3aa0baae5f9fc9e1496ede0a7d86b169d912ffef9625af998b4e698dc57a2a649140150e3fae28a
truffleruby-23.1.2-linux-aarch64.tar.gz=0f0c5e4aa4e9fbc9b9f91d2b3d3fbfe26e78c5bc5b369fc78dd54775a7582b8c084a64f02848058bec79387fd80b09a5a5594ecfb268635fe76e1f9d957c2e92
truffleruby-23.1.2-macos-amd64.tar.gz=648401a73b29c28862a1fa077c2e1bf8fff65015c8bc690ff883a00a3dfd99389ffdb71f39ad85a4f16c531470f4cc891ae51ec927a426b0fa05fa85c9c6a2f9
truffleruby-23.1.2-macos-aarch64.tar.gz=4ec88684c09aacfa1d8bfed9a17243579ededacecd869e98e12841710bae29ed6e5f080611e53fc217a853f730bb2a9cb3d47ef15443eb8a1ad76a120118c8a5
truffleruby-24.0.0-linux-amd64.tar.gz=3a59a4dc58ad03549d8e63db1485767757715fc9aec21b2b67b1440b13871a04541abeff9bc8201b3088e1865360b1667459e536d3cfb09687dbffca95deafeb
truffleruby-24.0.0-linux-aarch64.tar.gz=50f3993b7362bb6e7da80f7327df3d079bb02f98b67012e2135005d77e61648e4f3268f767d8ca245ec5889ff934fbcccb94fd5ecbd55bb0cd9cca900fe10509
truffleruby-24.0.0-macos-amd64.tar.gz=9ec8bb340b15e29550448e123e3ab0f183edb9bbe7e052743cb2306cbd1956a5789c5a367c80c5e8d913dce2b804448dd6815e4d3421515166daf8db51d37c7d
truffleruby-24.0.0-macos-aarch64.tar.gz=499f83bf65dcb6ecc92414a3550673e6a0baaddfe3ab13c0bd7aa1bdde1ae2a61d9d0ca8001c0d12688d9e09f98f9e2946a651220fe7d200bb0ec6f285394701
+truffleruby-24.0.1-linux-amd64.tar.gz=62b4e8508eba8cdaac70e99ac9cb0b33a663b4195d79b2dad3d771ef538c6c41d1d91bb7bb07fbbafbcbbcaf17814ffaf6d6bdbafd474ba6a8ecdac30315a8c9
+truffleruby-24.0.1-linux-aarch64.tar.gz=817d877848ea4bb55658ce34bbda52926be12426a8a5e1c4588bc0ec1896018b06dce176336b382f80a7c6d073d4331b20694a7797ee8fdf0177e973053bf929
+truffleruby-24.0.1-macos-amd64.tar.gz=2ea65bea154aa38cce3f00f24fc9a4aab5e7478fafd070d0cc966878371c070d5a1776b7405e2c9e4cfa14e5c51219ed0fa988294eb4708690983b348886f439
+truffleruby-24.0.1-macos-aarch64.tar.gz=bc1923e21768d34779c1bcd7850456a01ddc01acd1ccf20f4fb4a446fb847f8c51b1ff4a7c0cdc317ef8ce057ac24f18f25b778a02a6e2b185e0055d946ecaf2
|
rvm/rvm
|
a9c478dea7d097b3403461cb8e7c2515575a3bc7
|
Fixing macOS CI and re-enable the truffleruby test on macOS (#5387)
|
diff --git a/.github/workflows/specs.yml b/.github/workflows/specs.yml
index 446938a..08979e8 100644
--- a/.github/workflows/specs.yml
+++ b/.github/workflows/specs.yml
@@ -1,34 +1,39 @@
name: CI
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
env:
TERM: ansi
+ RVM_SKIP_BREW_UPDATE: true
steps:
- uses: actions/checkout@v2
- run: ./install
- - run: source ~/.rvm/scripts/rvm && rvm use 2.7.7 --install --default && gem install tf -v '>=0.4.1'
- - name: tests/fast/*
- run: source ~/.rvm/scripts/rvm && tf --text tests/fast/*
+ - run: source ~/.rvm/scripts/rvm && rvm use 2.7.7 --install --default
+ - run: source ~/.rvm/scripts/rvm && gem install tf -v '>=0.4.1'
+
- name: named_ruby_and_gemsets_comment_test
- # works on local, but fails in CI, needs to be investigated
- if: ${{ !contains(matrix.os, 'macos') }}
- run: source ~/.rvm/scripts/rvm && gem install tf -v '>=0.4.1' && tf --text tests/long/named_ruby_and_gemsets_comment_test.sh
+ if: ${{ !contains(matrix.os, 'macos') }} # works on local, but fails in CI, needs to be investigated
+ run: source ~/.rvm/scripts/rvm && tf --text tests/long/named_ruby_and_gemsets_comment_test.sh
+
- name: ruby_prepare_mount_comment_test
- # https://github.com/rvm/rvm/issues/4937
- if: ${{ !contains(matrix.os, 'macos') }}
+ if: ${{ !contains(matrix.os, 'macos') }} # https://github.com/rvm/rvm/issues/4937
run: source ~/.rvm/scripts/rvm && tf --text tests/long/ruby_prepare_mount_comment_test.sh
+
- name: truffleruby_comment_test
- # works on local, but fails in CI, needs to be investigated
- if: ${{ !contains(matrix.os, 'macos') }}
run: source ~/.rvm/scripts/rvm && tf --text tests/long/truffleruby_comment_test.sh
+
+ # For some reason, after running these tests, `source ~/.rvm/scripts/rvm` fails on macOS, so run them last.
+ # See https://github.com/rvm/rvm/pull/5387#issuecomment-2009391015
+ # These tests also change the default ruby, which is another reason to run them last.
+ - name: tests/fast/*
+ run: source ~/.rvm/scripts/rvm && tf --text tests/fast/*
diff --git a/scripts/functions/requirements/osx_brew b/scripts/functions/requirements/osx_brew
index 059ff4f..6ab9408 100644
--- a/scripts/functions/requirements/osx_brew
+++ b/scripts/functions/requirements/osx_brew
@@ -1,555 +1,557 @@
#!/usr/bin/env bash
requirements_find_osx_brew()
{
if
__rvm_which brew >/dev/null 2>&1
then
return 0
else
\typeset __binary
for __binary in ~/homebrew/bin/brew ~/.homebrew/bin/brew /usr/local/bin/brew /opt/homebrew/bin/brew
do
if
[[ -f "${__binary}" && -s "${__binary}" && -x "${__binary}" ]]
then
PATH="$PATH:${__binary%/*}"
return 0
fi
done
return 1
fi
}
requirements_osx_brew_version_list()
{
if __rvm_which $1 >/dev/null
then $1 --version 2>/dev/null | __rvm_sed -n -e '1{s/^.* //; p;}'
fi
__rvm_ls -1 $( brew --cellar )/$1/ 2>/dev/null
}
requirements_osx_brew_lib_installed_prefix_check()
{
brew_lib_prefix="$( brew --prefix "$1" 2>/dev/null )" &&
[[ -n "${brew_lib_prefix}" && -d "${brew_lib_prefix}" ]] ||
return $?
}
requirements_osx_brew_lib_installed()
{
\typeset brew_lib_prefix
# Test for older versions of Homebrew before adding the `--formula` flag.
brew_version=$( brew --version | awk 'NR==1 { print $2 }' )
if __rvm_version_compare $brew_version -ge 2.5.7
then brew_ls_flags="--formula"
fi
brew list -1 $brew_ls_flags | __rvm_grep "^${1}$" >/dev/null &&
requirements_osx_brew_lib_installed_prefix_check "$1" ||
return $?
}
requirements_osx_brew_lib_available()
{
brew search "/^${1}$/" | __rvm_grep "^${1}$" >/dev/null || return $?
}
requirements_osx_brew_libs_error()
{
rvm_warn "There were package ${1} errors, make sure to read the log.
Try \`brew tap --repair\` and make sure \`brew doctor\` looks reasonable.
Check Homebrew requirements https://docs.brew.sh/Installation"
}
requirements_osx_brew_libs_install()
{
brew install "$@" --force ||
{
\typeset ret=$?
requirements_osx_brew_libs_error "installation"
return $ret
}
}
requirements_osx_brew_libs_remove()
{
brew remove "$@" ||
{
\typeset ret=$?
requirements_osx_brew_libs_error "removal"
return $ret
}
}
requirements_osx_brew_check_custom()
{
brew tap | __rvm_grep "$1" >/dev/null || __rvm_add_once packages_custom "$1"
}
requirements_osx_brew_install_custom()
{
\typeset __tap
for __tap
do brew tap "${__tap}" || return $?
done
}
requirements_osx_brew_libs_outdated_filter()
{
\typeset IFS
IFS="|"
brew outdated --quiet | __rvm_grep -E "$*"
}
requirements_osx_brew_libs_try_upgrade()
{
(( rvm_autolibs_flag_number > 0 )) || return 0
\typeset -a outdated_libs
__rvm_read_lines outdated_libs <(
requirements_osx_brew_libs_outdated_filter "$@"
)
if
(( ${#outdated_libs[@]} ))
then
rvm_requiremnts_fail_or_run_action 2 \
"Homebrew libs '${outdated_libs[*]}' require update - skipping." \
brew upgrade "${outdated_libs[@]}" ||
return $?
fi
}
requirements_osx_brew_libs_set_path()
{
\typeset brew_lib brew_lib_prefix
for brew_lib
do
if requirements_osx_brew_lib_installed_prefix_check "${brew_lib}"
then __rvm_add_to_path prepend "${brew_lib_prefix}/bin"
fi
done
rvm_debug "PATH=$PATH"
}
requirements_osx_brew_libs_configure()
{
\typeset package brew_lib brew_lib_prefix
package="$1"
shift
for brew_lib
do
if requirements_osx_brew_lib_installed_prefix_check "${brew_lib}"
then __rvm_update_configure_opt_dir "${package}" "${brew_lib_prefix}"
fi
done
}
requirements_osx_brew_after()
{
(( ${#packages_installed[@]} == 0 )) ||
requirements_osx_brew_libs_try_upgrade "${packages_installed[@]}" || return $?
requirements_osx_brew_libs_set_path "${brew_libs[@]}" || return $?
requirements_osx_brew_libs_configure "$1" "${brew_libs_conf[@]}" || return $?
case "$1" in
(jruby*) true ;;
(*) requirements_osx_brew_after_update_certs_openssl "$1" ;;
esac
unset brew_libs brew_libs_conf brew_openssl_package
}
requirements_osx_brew_after_update_certs_openssl()
{
\typeset brew_lib_prefix
if
requirements_osx_brew_lib_installed_prefix_check "$brew_openssl_package" &&
[[ -x "${brew_lib_prefix}/bin/openssl" ]]
then
requirements_osx_update_openssl_cert "${brew_lib_prefix}/bin/openssl" || return $?
else
rvm_requiremnts_fail_always 2 \
"Somehow it happened there is no executable 'openssl',
run 'brew doctor' and make sure latest '$brew_openssl_package' is installed properly." ||
return 12 # passing by 127 could be read as missing rvm.
fi
}
requirements_osx_brew_libs_default_check_gcc()
{
if
requirements_detect_installed gcc gcc@8 gcc@7 gcc@6 gcc@5 [email protected]
then
case "${packages_installed[*]}" in
(*gcc*) export CC="$(brew --prefix gcc )/bin/gcc-8" ;;
(*gcc@8*) export CC="$(brew --prefix gcc@8 )/bin/gcc-8" ;;
(*gcc@7*) export CC="$(brew --prefix gcc@7 )/bin/gcc-7" ;;
(*gcc@6*) export CC="$(brew --prefix gcc@6 )/bin/gcc-6" ;;
(*gcc@5*) export CC="$(brew --prefix gcc@5 )/bin/gcc-5" ;;
(*[email protected]*) export CC="$(brew --prefix [email protected] )/bin/gcc-4.9" ;;
(*) return 1 ;;
esac
else
return $?
fi
}
requirements_osx_brew_libs_default_add_gcc_v_auto()
{
# Install gcc from brew only for macOS earlier then Mojave (10.14)
if __rvm_version_compare "${_system_version}" -lt 10.14
then
if __rvm_version_compare "${_system_version}" -ge 10.10
then requirements_osx_brew_libs_default_add_gcc_v 6.0
else requirements_osx_brew_libs_default_add_gcc_v 4.9
fi
fi
}
requirements_osx_brew_libs_default_add_gcc_v()
{
case "$1" in
(4.9) requirements_osx_brew_libs_default_add_gcc "$2" gcc-4.9 [email protected] ;;
(5.0) requirements_osx_brew_libs_default_add_gcc "$2" gcc-5.0 gcc@5 ;;
(6.0) requirements_osx_brew_libs_default_add_gcc "$2" gcc-6.0 gcc@6 ;;
(7.0) requirements_osx_brew_libs_default_add_gcc "$2" gcc-7.0 gcc@7 ;;
(8.0) requirements_osx_brew_libs_default_add_gcc "$2" gcc-8.0 gcc@8 ;;
(*)
rvm_error "Do not know how to check/install gcc '$1'."
return 1
;;
esac
}
requirements_osx_brew_libs_default_add_gcc()
{
if [[ -n "$1" ]] && __rvm_which "$1" >/dev/null
then true
else
export CC="$2"
if __rvm_which "$2" >/dev/null
then true
else
if [[ -z "${3:-}" ]]
then false # no package known and binary not found
else
if [[ -z "$(brew --prefix $3 2>/dev/null)" ]]
then
rvm_error "We don't know how to install <code>$3</code>"
rvm_log "Try to run <code>brew install $3</code> and re-run the same rvm command afterwards."
false
else
export CC="$(brew --prefix $3 2>/dev/null || brew --prefix)/bin/$2"
brew_libs+=( "$3" )
fi
fi
fi
fi
}
requirements_osx_brew_define_gcc()
{
# Old gcc46 but it will most likely not work on OSX 10.10+
if __rvm_version_compare "${_system_version}" -ge 10.10
then
undesired_check gcc46
fi
\typeset selected_compiler="$( __rvm_selected_compiler )"
case "${selected_compiler:-}" in
("")
case "$1" in
(rbx-2*|rubinius-2*)
brew_libs_conf+=( [email protected] )
;;
(rbx-3*|rubinius-3*|rbx*head|rubinius*head)
requirements_check git openssl readline libyaml gdbm llvm@5
rvm_configure_flags+=( --llvm-config="$(brew --prefix llvm@5)/bin/llvm-config" )
;;
(truffleruby*)
requirements_check libyaml
;;
(*)
# Install gcc from brew only for macOS earlier then Mojave (10.14)
if __rvm_version_compare "${_system_version}" -lt 10.14
then
__ruby_clang_ok "$1" ||
requirements_osx_brew_libs_default_check_gcc ||
requirements_osx_brew_libs_default_add_gcc_v_auto ||
return $?
fi
;;
esac
;;
(*gcc-4.9|*gcc-5|*gcc-6|*gcc-7|*gcc-8|*gcc)
requirements_osx_brew_libs_default_add_gcc_v ${selected_compiler##*-} "${selected_compiler}" || return $?
# version # full_path
;;
(*)
rvm_warn "We don't know how to ensure that selected compiler '${selected_compiler}' exists."
;;
esac
}
requirements_osx_brew_define_openssl()
{
# OpenSSL version depends on the version of Ruby being installed
undesired_check openssl098
case "$1" in
(ruby-2.3*|ruby-2.2*|ruby-2.1*|ruby-2.0*|ruby-1.9*|ruby-1.8*)
brew_openssl_package="openssl"
;;
(ree-1.8*)
brew_openssl_package="openssl"
;;
(rbx-1*|rbx-2*)
brew_openssl_package="openssl"
;;
(truffleruby*)
brew_openssl_package="openssl"
;;
(*)
brew_openssl_package="[email protected]"
+ # Needed for older openssl: https://bugs.ruby-lang.org/issues/18763
+ export PKG_CONFIG_PATH="$(brew --prefix [email protected])/lib/pkgconfig:$PKG_CONFIG_PATH"
;;
esac
brew_libs_conf+=( "$brew_openssl_package" )
}
requirements_osx_brew_libs_default()
{
brew_libs=(
autoconf automake libtool pkg-config coreutils
)
brew_libs_conf=(
libyaml libksba readline zlib
)
requirements_osx_brew_define_gcc "$1"
requirements_osx_brew_define_openssl "$1"
requirements_check "${brew_libs[@]}" "${brew_libs_conf[@]}" || return $?
}
requirements_osx_brew_define()
{
case "$1" in
(rvm)
true
;;
(jruby*)
requirements_check make
if
is_head_or_disable_binary "$1"
then
__rvm_which git >/dev/null || requirements_check git
case $( jruby_installation_method "$1" ) in
mvn) requirements_check_custom_after mvn=maven ;;
esac
fi
requiremnts_osx_java_fail || return $?
;;
(ir*)
__rvm_which mono >/dev/null 2>&1 || return $?
;;
(opal)
requirements_check node
;;
(truffleruby*)
requirements_osx_brew_libs_default "$1"
;;
(ruby*head)
__rvm_which git >/dev/null || requirements_check git
requirements_osx_brew_libs_default "$1"
requirements_version_minimal autoconf 2.67
;;
(*-head)
__rvm_which git >/dev/null || requirements_check git
requirements_osx_brew_libs_default "$1"
;;
(*)
requirements_osx_brew_libs_default "$1"
;;
esac
}
__CLT_version_at_least()
{
\typeset __version="$(
pkgutil --pkg-info com.apple.pkg.DeveloperToolsCLI 2>/dev/null | __rvm_awk '$1~/version:/{print $2}'
)"
[[ -n "${__version}" ]] || __version="$(
pkgutil --pkg-info com.apple.pkg.CLTools_Executables 2>/dev/null | __rvm_awk '$1~/version:/{print $2}'
)"
[[ -n "${__version}" ]] ||return $?
__rvm_version_compare "${__version}" -ge "$1" || return $?
}
requirements_osx_brew_update_system()
{
if
__rvm_version_compare "${_system_version}" -ge 10.7
then
__rvm_detect_xcode_version_at_least 4.6.2 ||
__CLT_version_at_least 4.6.0 ||
{
\typeset ret=$?
rvm_error "
Xcode version older than 4.6.2 installed, download and install newer version from:
http://connect.apple.com
After installation open Xcode, go to Downloads and install Command Line Tools.
"
return $ret
}
fi
- brew update ||
+ [ -n "$RVM_SKIP_BREW_UPDATE" ] || brew update ||
{
\typeset ret=$?
rvm_error "Failed to update Homebrew, follow instructions at
https://docs.brew.sh/Common-Issues
and make sure \`brew update\` works before continuing."
return $ret
}
}
requirements_osx_brew_install_brew_setup()
{
if
__rvm_version_compare "${_system_version}" -ge 10.5
then
homebrew_repo="Homebrew/brew"
homebrew_installer="https://raw.githubusercontent.com/Homebrew/install/master/install"
homebrew_name="Homebrew"
else
homebrew_repo="mistydemeo/tigerbrew"
homebrew_installer="https://raw.githubusercontent.com/mistydemeo/tigerbrew/go/install"
homebrew_name="Tigerbrew"
fi
if
(( UID == 0 )) && [[ -z "${SUDO_USER:-}" ]]
then
rvm_error "Requested installation of ${homebrew_name} but the process is running as 'root', make sure to run with 'sudo' from normal user and try again."
return 1
fi
homebrew_home_default="/usr/local"
printf "%b" "About to install ${homebrew_name} in the default location \`$homebrew_home_default\`.\n
It is possible to select a custom location, however it is not recommended and some things might not work.
You should do it only if you do not have write rights to \`$homebrew_home_default\`.
Press ENTER to install ${homebrew_name} in the default location \`$homebrew_home_default\`
or type a custom path (needs to be writable for the current user)\n: "
read homebrew_home || return $?
rvm_debug "homebrew_home=${homebrew_home:=$homebrew_home_default}"
}
requirements_osx_brew_install_brew_install()
{
if
[[ "${homebrew_home}" == "${homebrew_home_default}" ]]
then
rvm_debug "Default homebrew installation from: $homebrew_installer"
if [[ -n "${SUDO_USER:-}" ]]
then su - ${SUDO_USER} -c "ruby -e \"$(curl -fsSL $homebrew_installer)\"" || return $?
else ruby -e "$(curl -fsSL $homebrew_installer)" || return $?
fi
else
rvm_debug "Simplified homebrew installation from: https://github.com/${homebrew_repo}/tarball/master"
mkdir -p "${homebrew_home}" || return $?
__rvm_curl https://github.com/${homebrew_repo}/tarball/master | tar xz --strip 1 -C "${homebrew_home}"
__rvm_check_pipestatus ${PIPESTATUS[@]} ${pipestatus[@]} || return $?
chmod +x "${homebrew_home}/bin/brew" # just in case
if [[ -n "${SUDO_USER:-}" ]]
then chown -R ${SUDO_USER} "${homebrew_home}"
fi
fi
PATH="$PATH:${homebrew_home}/bin"
}
requirements_osx_brew_install_brew()
{
\typeset homebrew_home_default homebrew_home homebrew_repo homebrew_installer homebrew_name
requirements_osx_brew_install_brew_setup || return $?
requirements_osx_brew_install_brew_install || return $?
}
requirements_osx_brew_ensure_brew_available()
{
__rvm_which brew >/dev/null ||
{
rvm_requiremnts_fail_or_run_action 2 \
"Requested installation with Homebrew libs, but Homebrew is not available." \
requirements_osx_brew_install_brew || return $?
}
__rvm_which brew >/dev/null ||
{
\typeset __result=$?
rvm_error "\
Something went wrong during Homebrew installation,
can not find 'brew' command, please report a bug: https://github.com/rvm/rvm/issues"
return $__result
}
}
requirements_osx_brew_ensure_brew_can_install()
{
# only check for 3+ (packages install, enabled)
(( rvm_autolibs_flag_number > 2 )) || return 0
\typeset __celar_path
__celar_path="$(brew --cellar)"
if
[[ ! -w "${__celar_path%/*}/bin" ]]
then
rvm_error "ERROR: '${__celar_path%/*}/bin' is not writable - it is required for Homebrew, try 'brew doctor' to fix it!"
return 1
elif
[[ ! -w "${__celar_path}" && -e "${__celar_path}" ]]
then
rvm_error "ERROR: '${__celar_path}' is not writable - it is required for Homebrew, try 'brew doctor' to fix it!"
return 1
else
rvm_debug "brew seems to be writable"
fi
}
requirements_osx_brew_before()
{
requirements_osx_brew_ensure_brew_available || return $?
requirements_osx_brew_ensure_brew_can_install || return $?
}
|
rvm/rvm
|
fbfb34036331989da5c019ac7700ca6da9b4edfa
|
Add TruffleRuby 24.0.0 (#5447)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 587937a..d30ed9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,578 +1,578 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
-* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2
+* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2, 24.0.0
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
#### New features:
* Add support for elementary OS [\#3935](https://github.com/rvm/rvm/issues/3935)
* Add support for Deepin (based on Debian) [\#3999](https://github.com/rvm/rvm/issues/3999)
* Simplified OS detection mechanism [\#3938](https://github.com/rvm/rvm/pull/3938)
* Use fuzzy version match for `rvm remove` [\#4028](https://github.com/rvm/rvm/pull/4028)
diff --git a/config/db b/config/db
index d944bde..08ebd46 100644
--- a/config/db
+++ b/config/db
@@ -1,154 +1,154 @@
# General
default_ruby=ruby
interpreter=ruby
niceness=0
#
# RVM
#
rvm_remote_server_path1=maven2/org/jruby/jruby-dist
rvm_remote_server_url1=https://repo1.maven.org
rvm_remote_server_url2=https://rubies.travis-ci.org
rvm_remote_server_url=https://rvm-io.global.ssl.fastly.net/binaries
#
# RubyGems
#
gem_gem-empty_version=>=1.1.2
gem_gem-wrappers_version=>=1.4.0
gem_rdoc_version=>=4.1.1
gem_rvm_version=>=1.11.3.9
rubygems_repo_url=https://github.com/rubygems/rubygems.git
rubygems_url=https://rubygems.org/rubygems
rubygems_url_fallback_1=https://github.com/rubygems/rubygems/archive/v\1.tar.gz
rubygems_url_fallback_1_pattern=https://rubygems.org/rubygems/rubygems-([[:digit:]\.]+).tgz
rubygems_version=latest-3.0
#
# Packages
#
autoconf_url=https://ftp.gnu.org/gnu/autoconf
curl_url=https://github.com/bagder/curl/archive
gettext_url=https://ftp.gnu.org/pub/gnu/gettext
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23
libiconv_url=https://ftp.gnu.org/pub/gnu/libiconv
libxml2_url=ftp://xmlsoft.org/libxml2
libxslt_url=ftp://xmlsoft.org/libxslt
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk
mono_url=http://ftp.novell.com/pub/mono/sources/mono
ncurses_url=https://ftp.gnu.org/pub/gnu/ncurses
openssl_url=https://www.openssl.org/source/old/1.0.1
openssl_version=1.0.1i
pkg-config_url=http://pkgconfig.freedesktop.org/releases
readline_url=https://ftp.gnu.org/gnu/readline
yaml_url=http://pyyaml.org/download/libyaml
yaml_version=0.1.6
zlib_url=https://prdownloads.sourceforge.net/libpng
#
# CentOS / Fedora EPEL
#
epel5_i386_rpm=https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
epel5_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-5
epel5_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
epel6_i386_rpm=https://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
epel6_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6
epel6_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
epel7_key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
epel7_x86_64_rpm=https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm
#
# MRI Ruby
#
CentOS_5_ruby_1.8.7_patch_level=p374
CentOS_5_ruby_1.8.7_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
CentOS_5_ruby_1.9.2_patch_level=p320
CentOS_5_ruby_1.9.2_patch_level_warn=Warning, Centos 5 can not build head version of ruby, falling back to latest patchlevel, your ruby will be less secure because of this.
ruby_1.8.4_rubygems_version=1.3.5
ruby_1.8.5_patch_level=p231
ruby_1.8.5_rubygems_version=1.3.5
ruby_1.8.6_patch_level=p420
ruby_1.8.6_rubygems_version=1.3.7
ruby_1.8.7_patch_level=head
ruby_1.8.7_rubygems_version=latest-2.0
ruby_1.9.1_patch_level=p431
ruby_1.9.1_rubygems_version=latest-1.8
ruby_1.9.2_patch_level=p330
ruby_1.9.3_patch_level=p551
ruby_2.0.0_patch_level=p648
ruby_head_rubygems_version=ignore
ruby_repo_url=https://github.com/ruby/ruby.git
ruby_unmaintained_date=2017-04-01
ruby_unmaintained_version=2.1.0
ruby_url=https://cache.ruby-lang.org/pub/ruby
ruby_url_fallback_1=https://ftp.ruby-lang.org/pub/ruby
ruby_version=3.3.0
#
# REE
#
ree_1.8.6_patch_level=20090610
ree_1.8.6_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition.git
ree_1.8.6_rubygems_version=1.3.7
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677
ree_1.8.7_2010.02_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition/ruby-enterprise-1.8.7-2012.02.tar.gz
ree_1.8.7_patch_level=2012.02
ree_1.8.7_repo_url=https://github.com/FooBarWidget/rubyenterpriseedition187-330
ree_1.8.7_rubygems_version=latest-2.0
ree_1.8.7_url=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rubyenterpriseedition
ree_configure_flags=--dont-install-useful-gems
ree_version=1.8.7
#
# Rubinius
#
rbx_1.0.0_patch_level=20100514
rbx_1.0.1_patch_level=20100603
rbx_1.1.0_patch_level=20100923
rbx_1.1.1_patch_level=20101116
rbx_1.2.0_patch_level=20101221
rbx_1.2.1_patch_level=20110215
rbx_1.2.2_patch_level=20110222
rbx_1.2.3_patch_level=20110315
rbx_1.2.4_patch_level=20110705
rbx_repo_url=https://github.com/rubinius/rubinius.git
rbx_url=https://s3.amazonaws.com/asset.rubini.us
rbx_url_2.0_and_newer=https://rubinius-releases-rubinius-com.s3.amazonaws.com
rbx_version=4.1
#
# MRuby
#
mruby_repo_url=https://github.com/mruby/mruby.git
mruby_url=https://github.com/mruby/mruby/archive
mruby_version=2.0.1
#
# JRuby
#
jruby_repo_url=https://github.com/jruby/jruby.git
jruby_url=https://repo1.maven.org/maven2/org/jruby/jruby-dist
jruby_version=9.4.6.0
maven_version=3.5.0
#
# TruffleRuby
#
truffleruby_url=https://github.com/oracle/truffleruby/releases/download
-truffleruby_version=23.1.2
+truffleruby_version=24.0.0
#
# MacRuby
#
macruby_0.10_url=http://macruby.macosforge.org/files
macruby_nightly_url=http://macruby.jp/files/nightlies
macruby_repo_url=https://github.com/MacRuby/MacRuby.git
macruby_url=https://github.com/downloads/MacRuby/MacRuby
macruby_version=0.12
#
# Maglev
#
maglev_repo_url=https://github.com/MagLev/maglev.git
maglev_url=http://seaside.gemtalksystems.com/maglev
maglev_version=1.2Alpha4
#
# IronRuby
#
ironruby_1.1.3_url=https://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=ironruby&DownloadId=217153&FileTime=129445296766130000&Build=19727
ironruby_repo_url=https://github.com/ironruby/ironruby.git
ironruby_version=1.1.3
#
# Topaz
#
topaz_repo_url=https://github.com/topazproject/topaz.git
topaz_url=https://d3sgc2zfsedosj.cloudfront.net
topaz_version=head
diff --git a/config/known b/config/known
index b9443ee..f9e6bb2 100644
--- a/config/known
+++ b/config/known
@@ -1,80 +1,80 @@
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p648]
[ruby-]2.1[.10]
[ruby-]2.2[.10]
[ruby-]2.3[.8]
[ruby-]2.4[.10]
[ruby-]2.5[.9]
[ruby-]2.6[.10]
[ruby-]2.7[.8]
[ruby-]3.0[.6]
[ruby-]3.1[.4]
[ruby-]3.2[.3]
[ruby-]3[.3.0]
ruby-head
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2
# JRuby
jruby-1.6[.8]
jruby-1.7[.27]
jruby-9.1[.17.0]
jruby-9.2[.21.0]
jruby-9.3[.14.0]
jruby[-9.4.6.0]
jruby-head
# Rubinius
rbx-1[.4.3]
rbx-2.3[.0]
rbx-2.4[.1]
rbx-2[.5.8]
rbx-3[.107]
rbx-4[.20]
rbx-5[.0]
rbx-head
# TruffleRuby
-truffleruby[-23.1.2]
+truffleruby[-24.0.0]
# Opal
opal
# Minimalistic ruby implementation - ISO 30170:2012
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1[.4.1]
mruby-2.0.1
mruby-2[.1.1]
mruby[-head]
# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]
# Topaz
topaz
# MagLev
maglev-1.0.0
maglev-1.1[RC1]
maglev[-1.2Alpha4]
maglev-head
# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head
# IronRuby
ironruby[-1.1.3]
ironruby-head
diff --git a/config/known_strings b/config/known_strings
index eb2c546..fc9edab 100644
--- a/config/known_strings
+++ b/config/known_strings
@@ -39,512 +39,513 @@ jruby-1.4.1
jruby-1.5.0.RC1
jruby-1.5.0.RC2
jruby-1.5.0.RC3
jruby-1.5.0
jruby-1.5.1
jruby-1.5.2
jruby-1.5.3
jruby-1.5.4
jruby-1.5.5
jruby-1.5.6
jruby-1.6.0.RC1
jruby-1.6.0.RC2
jruby-1.6.0.RC3
jruby-1.6.0
jruby-1.6.1
jruby-1.6.2
jruby-1.6.3
jruby-1.6.4
jruby-1.6.5
jruby-1.6.5.1
jruby-1.6.7
jruby-1.6.7.2
jruby-1.6.8
jruby-1.7.0.preview1
jruby-1.7.0.preview2
jruby-1.7.0.RC1
jruby-1.7.0.RC2
jruby-1.7.0
jruby-1.7.1
jruby-1.7.2
jruby-1.7.3
jruby-1.7.4
jruby-1.7.5
jruby-1.7.6
jruby-1.7.7
jruby-1.7.8
jruby-1.7.9
jruby-1.7.10
jruby-1.7.11
jruby-1.7.12
jruby-1.7.13
jruby-1.7.14
jruby-1.7.15
jruby-1.7.16
jruby-1.7.16.1
jruby-1.7.16.2
jruby-1.7.17
jruby-1.7.18
jruby-1.7.19
jruby-1.7.20
jruby-1.7.20.1
jruby-1.7.21
jruby-1.7.22
jruby-1.7.23
jruby-1.7.24
jruby-1.7.25
jruby-1.7.26
jruby-1.7.27
jruby-9.0.0.0.pre1
jruby-9.0.0.0.pre2
jruby-9.0.0.0.rc1
jruby-9.0.0.0.rc2
jruby-9.0.0.0
jruby-9.0.1.0
jruby-9.0.2.0
jruby-9.0.3.0
jruby-9.0.4.0
jruby-9.0.5.0
jruby-9.1.0.0
jruby-9.1.1.0
jruby-9.1.2.0
jruby-9.1.3.0
jruby-9.1.4.0
jruby-9.1.5.0
jruby-9.1.6.0
jruby-9.1.7.0
jruby-9.1.8.0
jruby-9.1.9.0
jruby-9.1.10.0
jruby-9.1.11.0
jruby-9.1.12.0
jruby-9.1.13.0
jruby-9.1.14.0
jruby-9.1.15.0
jruby-9.1.16.0
jruby-9.1.17.0
jruby-9.2.0.0
jruby-9.2.1.0
jruby-9.2.2.0
jruby-9.2.3.0
jruby-9.2.4.0
jruby-9.2.4.1
jruby-9.2.5.0
jruby-9.2.6.0
jruby-9.2.7.0
jruby-9.2.8.0
jruby-9.2.9.0
jruby-9.2.10.0
jruby-9.2.11.0
jruby-9.2.11.1
jruby-9.2.12.0
jruby-9.2.13.0
jruby-9.2.14.0
jruby-9.2.15.0
jruby-9.2.16.0
jruby-9.2.17.0
jruby-9.2.18.0
jruby-9.2.19.0
jruby-9.2.20.0
jruby-9.2.20.1
jruby-9.2.21.0
jruby-9.3.0.0
jruby-9.3.1.0
jruby-9.3.2.0
jruby-9.3.3.0
jruby-9.3.4.0
jruby-9.3.6.0
jruby-9.3.7.0
jruby-9.3.8.0
jruby-9.3.9.0
jruby-9.3.10.0
jruby-9.3.11.0
jruby-9.3.13.0
jruby-9.3.14.0
jruby-9.4.0.0
jruby-9.4.1.0
jruby-9.4.2.0
jruby-9.4.3.0
jruby-9.4.4.0
jruby-9.4.5.0
jruby-9.4.6.0
macruby-0.12
maglev-1.0.0
maglev-1.1beta
maglev-1.1beta2
maglev-1.1RC1
maglev-1.2Alpha
maglev-1.2Alpha2
maglev-1.2Alpha3
maglev-1.2Alpha4
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1.4.0
mruby-1.4.1
mruby-2.0.0
mruby-2.0.1
mruby-2.1.0-rc
mruby-2.1.0
mruby-2.1.1-rc
mruby-2.1.1-rc2
mruby-2.1.1
rbx-1.0.0-20100514
rbx-1.0.1-20100603
rbx-1.1.0-20100923
rbx-1.1.1-20101116
rbx-1.2.0-20101221
rbx-1.2.1-20110215
rbx-1.2.2-20110222
rbx-1.2.3-20110315
rbx-1.2.4-20110705
rbx-1.3.2
rbx-1.3.3
rbx-1.4.1
rbx-1.4.3
rbx-2.0.0
rbx-2.1.0
rbx-2.1.1
rbx-2.2.0
rbx-2.2.2
rbx-2.2.3
rbx-2.2.4
rbx-2.2.5
rbx-2.2.6
rbx-2.2.7
rbx-2.2.8
rbx-2.2.9
rbx-2.2.10
rbx-2.3.0
rbx-2.4.0
rbx-2.4.1
rbx-2.5.0
rbx-2.5.1
rbx-2.5.2
rbx-2.5.3
rbx-2.5.4
rbx-2.5.5
rbx-2.5.6
rbx-2.5.7
rbx-2.5.8
rbx-3.70
rbx-3.71
rbx-3.72
rbx-3.73
rbx-3.74
rbx-3.75
rbx-3.76
rbx-3.77
rbx-3.78
rbx-3.79
rbx-3.80
rbx-3.81
rbx-3.82
rbx-3.83
rbx-3.84
rbx-3.85
rbx-3.86
rbx-3.87
rbx-3.88
rbx-3.89
rbx-3.90
rbx-3.91
rbx-3.92
rbx-3.93
rbx-3.94
rbx-3.95
rbx-3.96
rbx-3.97
rbx-3.98
rbx-3.99
rbx-3.100
rbx-3.101
rbx-3.102
rbx-3.103
rbx-3.104
rbx-3.105
rbx-3.106
rbx-3.107
rbx-4.0
rbx-4.1
rbx-4.2
rbx-4.3
rbx-4.4
rbx-4.5
rbx-4.6
rbx-4.7
rbx-4.8
rbx-4.9
rbx-4.10
rbx-4.11
rbx-4.12
rbx-4.13
rbx-4.14
rbx-4.15
rbx-4.16
rbx-4.17
rbx-4.18
rbx-4.19
rbx-4.20
rbx-5.0
ree-1.8.6-20080507
ree-1.8.6-20080621
ree-1.8.6-20080623
ree-1.8.6-20080624
ree-1.8.6-20080709
ree-1.8.6-20080810
ree-1.8.6-20081205
ree-1.8.6-20081215
ree-1.8.6-20090113
ree-1.8.6-20090201
ree-1.8.6-20090421
ree-1.8.6-20090520
ree-1.8.6-20090610
ree-1.8.6-20090928
ree-1.8.7-2009.10
ree-1.8.7-2010.01
ree-1.8.7-2010.02
ree-1.8.7-2011.01
ree-1.8.7-2011.02
ree-1.8.7-2011.03
ree-1.8.7-2011.12
ree-1.8.7-2012.02
ruby-1.8.5-p115
ruby-1.8.5-p231
ruby-1.8.6-p286
ruby-1.8.6-p287
ruby-1.8.6-p369
ruby-1.8.6-p383
ruby-1.8.6-p398
ruby-1.8.6-p399
ruby-1.8.6-p420
ruby-1.8.7-p160
ruby-1.8.7-p174
ruby-1.8.7-p248
ruby-1.8.7-p249
ruby-1.8.7-p299
ruby-1.8.7-p302
ruby-1.8.7-p330
ruby-1.8.7-p334
ruby-1.8.7-p352
ruby-1.8.7-p357
ruby-1.8.7-p358
ruby-1.8.7-p370
ruby-1.8.7-p371
ruby-1.8.7-p374
ruby-1.9.0
ruby-1.9.1-p129
ruby-1.9.1-p243
ruby-1.9.1-p376
ruby-1.9.1-p378
ruby-1.9.1-p429
ruby-1.9.1-p431
ruby-1.9.2-p0
ruby-1.9.2-p136
ruby-1.9.2-p180
ruby-1.9.2-p290
ruby-1.9.2-p318
ruby-1.9.2-p320
ruby-1.9.2-p330
ruby-1.9.3-preview1
ruby-1.9.3-rc1
ruby-1.9.3-p0
ruby-1.9.3-p125
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p385
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-1.9.3-p484
ruby-1.9.3-p545
ruby-1.9.3-p547
ruby-1.9.3-p550
ruby-1.9.3-p551
ruby-2.0.0-preview1
ruby-2.0.0-preview2
ruby-2.0.0-rc1
ruby-2.0.0-rc2
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.0.0-p451
ruby-2.0.0-p481
ruby-2.0.0-p576
ruby-2.0.0-p594
ruby-2.0.0-p598
ruby-2.0.0-p643
ruby-2.0.0-p645
ruby-2.0.0-p647
ruby-2.0.0-p648
ruby-2.1.0-preview1
ruby-2.1.0-preview2
ruby-2.1.0-rc1
ruby-2.1.0
ruby-2.1.1
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.1.6
ruby-2.1.7
ruby-2.1.8
ruby-2.1.9
ruby-2.1.10
ruby-2.2.0-preview1
ruby-2.2.0-preview2
ruby-2.2.0-rc1
ruby-2.2.0
ruby-2.2.1
ruby-2.2.2
ruby-2.2.3
ruby-2.2.4
ruby-2.2.5
ruby-2.2.6
ruby-2.2.7
ruby-2.2.8
ruby-2.2.9
ruby-2.2.10
ruby-2.3.0-preview1
ruby-2.3.0-preview2
ruby-2.3.0
ruby-2.3.1
ruby-2.3.2
ruby-2.3.3
ruby-2.3.4
ruby-2.3.5
ruby-2.3.6
ruby-2.3.7
ruby-2.3.8
ruby-2.4.0-preview1
ruby-2.4.0-preview2
ruby-2.4.0-preview3
ruby-2.4.0-rc1
ruby-2.4.0
ruby-2.4.1
ruby-2.4.2
ruby-2.4.3
ruby-2.4.4
ruby-2.4.5
ruby-2.4.6
ruby-2.4.7
ruby-2.4.8
ruby-2.4.9
ruby-2.4.10
ruby-2.5.0-preview1
ruby-2.5.0-rc1
ruby-2.5.0
ruby-2.5.1
ruby-2.5.2
ruby-2.5.3
ruby-2.5.4
ruby-2.5.5
ruby-2.5.6
ruby-2.5.7
ruby-2.5.8
ruby-2.5.9
ruby-2.6.0-preview1
ruby-2.6.0-preview2
ruby-2.6.0-preview3
ruby-2.6.0-rc1
ruby-2.6.0-rc2
ruby-2.6.0
ruby-2.6.1
ruby-2.6.2
ruby-2.6.3
ruby-2.6.4
ruby-2.6.5
ruby-2.6.6
ruby-2.6.7
ruby-2.6.8
ruby-2.6.9
ruby-2.6.10
ruby-2.7.0-preview1
ruby-2.7.0-preview2
ruby-2.7.0-preview3
ruby-2.7.0-rc1
ruby-2.7.0-rc2
ruby-2.7.0
ruby-2.7.1
ruby-2.7.2
ruby-2.7.3
ruby-2.7.4
ruby-2.7.5
ruby-2.7.6
ruby-2.7.7
ruby-2.7.8
ruby-3.0.0-preview1
ruby-3.0.0-preview2
ruby-3.0.0-rc1
ruby-3.0.0
ruby-3.0.1
ruby-3.0.2
ruby-3.0.3
ruby-3.0.4
ruby-3.0.5
ruby-3.0.6
ruby-3.1.0-preview1
ruby-3.1.0
ruby-3.1.1
ruby-3.1.2
ruby-3.1.3
ruby-3.1.4
ruby-3.2.0-preview1
ruby-3.2.0-preview2
ruby-3.2.0-preview3
ruby-3.2.0-rc1
ruby-3.2.0
ruby-3.2.1
ruby-3.2.2
ruby-3.2.3
ruby-3.3.0-preview1
ruby-3.3.0-preview2
ruby-3.3.0-preview3
ruby-3.3.0
truffleruby-1.0.0-rc2
truffleruby-1.0.0-rc3
truffleruby-1.0.0-rc5
truffleruby-1.0.0-rc6
truffleruby-1.0.0-rc7
truffleruby-1.0.0-rc8
truffleruby-1.0.0-rc9
truffleruby-1.0.0-rc10
truffleruby-1.0.0-rc11
truffleruby-1.0.0-rc12
truffleruby-1.0.0-rc13
truffleruby-1.0.0-rc14
truffleruby-1.0.0-rc15
truffleruby-1.0.0-rc16
truffleruby-19.0.0
truffleruby-19.0.2
truffleruby-19.1.0
truffleruby-19.1.1
truffleruby-19.2.0
truffleruby-19.2.0.1
truffleruby-19.2.1
truffleruby-19.3.0
truffleruby-19.3.0.2
truffleruby-19.3.1
truffleruby-20.0.0
truffleruby-20.1.0
truffleruby-20.2.0
truffleruby-20.3.0
truffleruby-21.0.0
truffleruby-21.1.0
truffleruby-21.2.0
truffleruby-21.2.0.1
truffleruby-21.3.0
truffleruby-22.0.0.2
truffleruby-22.1.0
truffleruby-22.2.0
truffleruby-22.3.0
truffleruby-22.3.1
truffleruby-23.0.0-preview1
truffleruby-23.0.0
truffleruby-23.1.0
truffleruby-23.1.1
truffleruby-23.1.2
+truffleruby-24.0.0
diff --git a/config/md5 b/config/md5
index 9efe78e..aebe4a9 100644
--- a/config/md5
+++ b/config/md5
@@ -1501,515 +1501,519 @@ rubinius-1.0.0-20100514.tar.gz=b05f4e791d3712c5a50b3d210dac6eb0
rubinius-1.0.1-20100603.tar.gz=eb185703c7ae0c0210e8dcb7f783ee8e
rubinius-1.1.0-20100923.tar.gz=e2ae16238b201de09975abe19da09ea9
rubinius-1.1.1-20101116.tar.gz=b39f618eeba37c3aff215da8bca55fd7
rubinius-1.2.0-20101221.tar.gz=4284c2660f1f648942de35d4fc871f70
rubinius-1.2.1-20110215.tar.gz=e4a5127480062fddddc7ce2860b3b813
rubinius-1.2.2-20110222.tar.gz=59124378fb7ee040e9ee4e4736d89fc0
rubinius-1.2.3-20110315.tar.gz=9782dab18c2dd440af6b76e8eb5bc0f0
rubinius-1.2.4-20110705.tar.gz=403c777d19b3553e9cb36701fe002c5e
rubinius-1.3.2.tar.bz2=64801ad8dd4e5e4fcb74ff313fec0a69
rubinius-1.3.3.tar.bz2=79f1f860ed8242257bd7f3e88c81a197
rubinius-1.4.1.tar.bz2=76b840405d4b9303261c27cf15002386
rubinius-2.0.0.tar.bz2=62e379e044c822b81e7b20a27daf133e
rubinius-2.1.0.tar.bz2=908053f38fd840c75a93aab7487c20a5
rubinius-2.1.1.tar.bz2=6b4df0caec5ea88373e113f97a3b4c72
rubinius-2.2.0.tar.bz2=f1fbc6f3baf1da5ad86b3858f30f3349
rubinius-2.2.2.tar.bz2=ac70d629ea43525d91e81f4ccf135299
rubinius-2.2.3.tar.bz2=d9978cf1a4e8f0310db63e49834f9837
rubinius-2.2.4.tar.bz2=c10699da85a8eb5861a37b29077213bd
rubinius-2.2.5.tar.bz2=5996dc8529b2ffe5921c5e7020bee20e
rubinius-2.2.6.tar.bz2=85339bb6dd525eee719edf0551868f56
rubinius-2.2.7.tar.bz2=de2e6f4c3bd9a90bcb89f2ea27ddee9e
rubinius-2.2.8.tar.bz2=c4db1ffb8dbdf864240cabe8b7758b49
rubinius-2.2.9.tar.bz2=0bf87ba617fa989e47d20942410028af
rubinius-2.2.10.tar.bz2=8680da7eb921e6f595a1d716915ca7e0
rubinius-2.3.0.tar.bz2=e003a30af6689c8198116b3405d09d8e
rubinius-2.4.0.tar.bz2=62391a51f49820daa51463066c3ce007
rubinius-2.4.1.tar.bz2=7758721b6e848387c3943ddb9ebd9479
rubinius-2.5.0.tar.bz2=178baa1ad172df0801765ea93bc36d87
rubinius-2.5.1.tar.bz2=77e1b87dc357691ad44b561a5f45c188
rubinius-2.5.2.tar.bz2=e5973d6e0a16f0390dc2a7478db83ff5
rubinius-2.5.3.tar.bz2=b19709eb3fa9e05b3fa6a357b33e3b5b
rubinius-2.5.4.tar.bz2=64587916e5d445ed9bc630017a04498e
rubinius-2.5.5.tar.bz2=ef671bbab50cbe2f70f953c491311261
rubinius-2.5.6.tar.bz2=597e4b049f49966c646faf699856c1b9
rubinius-2.5.7.tar.bz2=9a7f404019bce9fc34a7af7feb7cbb74
rubinius-2.5.8.tar.bz2=a24520892cada1f660e719a25abf63e3
ruby-1.8.5-p115.tar.bz2=03955e3c367b9beb3efe144c9f00d689
ruby-1.8.5-p115.tar.gz=20ca6cc87eb077296806412feaac0356
ruby-1.8.5-p231.tar.bz2=327f5aa6573787432222e96195cffd1e
ruby-1.8.5-p231.tar.gz=e900cf225d55414bffe878f00a85807c
ruby-1.8.6-p286.tar.bz2=e6b6bf8f34370e433936adb7a7065e63
ruby-1.8.6-p286.tar.gz=797ea136fe43e4286c9362ee4516674e
ruby-1.8.6-p287.tar.bz2=80b5f3db12531d36e6c81fac6d05dda9
ruby-1.8.6-p287.tar.gz=6ff3420094711266c3201a0c7c2faa38
ruby-1.8.6-p369.tar.bz2=c3c1f3dd0dfbd2e17a04e59c2f12cfc8
ruby-1.8.6-p369.tar.gz=8c140ae28b4c3947b92dfad69109d90b
ruby-1.8.6-p383.tar.bz2=a48703cd982b9f0e3002700a50b0e88e
ruby-1.8.6-p383.tar.gz=4f49544d4a4d0d34e9d86c41e853db2e
ruby-1.8.6-p398.tar.bz2=fbd43dc44ee26be4d37e6bebbed6f8bd
ruby-1.8.6-p398.tar.gz=736db5f56c2d9b0136e563d049249fa8
ruby-1.8.6-p399.tar.bz2=f77c307cb72fb8808b0e85af5d05cefc
ruby-1.8.6-p399.tar.gz=c3d16cdd3c1ee8f3b7d1c399d4884e33
ruby-1.8.6-p420.tar.bz2=1c7a978e9ffd4f56dc2ad74bbd2c34f3
ruby-1.8.6-p420.tar.gz=ca1eee44f842e93b5098bc5a2bb9a40b
ruby-1.8.7-p160.tar.bz2=f8ddb886b8a81cf005f53e9a9541091d
ruby-1.8.7-p160.tar.gz=945398f97e2de6dd8ab6df68d10bb1a1
ruby-1.8.7-p174.tar.bz2=88c45aaf627b4404e5e4273cb03ba2ee
ruby-1.8.7-p174.tar.gz=18dcdfef761a745ac7da45b61776afa5
ruby-1.8.7-p248.tar.bz2=37e19d46b7d4b845f57d3389084b94a6
ruby-1.8.7-p248.tar.gz=60a65374689ac8b90be54ca9c61c48e3
ruby-1.8.7-p249.tar.bz2=37200cc956a16996bbfd25bb4068f242
ruby-1.8.7-p249.tar.gz=d7db7763cffad279952eb7e9bbfc221c
ruby-1.8.7-p299.tar.bz2=244439a87d75ab24170a9c2b451ce351
ruby-1.8.7-p299.tar.gz=43533980ee0ea57381040d4135cf9677
ruby-1.8.7-p302.tar.bz2=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p302.tar.gz=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p330.tar.bz2=2689719fb42c8cf0aa336f8c8933f413
ruby-1.8.7-p330.tar.gz=50a49edb787211598d08e756e733e42e
ruby-1.8.7-p334.tar.bz2=2f14f604bf981bb938ab5fc8b09eb1a6
ruby-1.8.7-p334.tar.gz=aacb6ee5dfe2367682bba56af7f415b8
ruby-1.8.7-p352.tar.bz2=0c61ea41d1b1183b219b9afe97f18f52
ruby-1.8.7-p352.tar.gz=0c33f663a10a540ea65677bb755e57a7
ruby-1.8.7-p357.tar.bz2=3abd9e2a29f756a0d30c7bfca578cdeb
ruby-1.8.7-p357.tar.gz=b2b8248ff5097cfd629f5b9768d1df82
ruby-1.8.7-p358.tar.bz2=de35f00997f4ccee3e22dff0f2d01b8a
ruby-1.8.7-p370.tar.bz2=1e4c3194537dd8ff92e756993e55a29d
ruby-1.8.7-p371.tar.bz2=c27526b298659a186bdb5107fcec2341
ruby-1.8.7-p371.tar.gz=653f07bb45f03d0bf3910491288764df
ruby-1.8.7-p374.tar.bz2=83c92e2b57ea08f31187060098b2200b
ruby-1.8.7-p374.tar.gz=b72a0bc5b824398537762e5272bbb8dc
ruby-1.9.0.tar.bz2=17eb66ac3721340d21db352d8f5dec76
ruby-1.9.1-p129.tar.bz2=6fa62b20f72da471195830dec4eb2013
ruby-1.9.1-p129.tar.gz=c71f413514ee6341c627be2957023a5c
ruby-1.9.1-p243.tar.bz2=66d4f8403d13623051091347764881a0
ruby-1.9.1-p243.tar.gz=515bfd965814e718c0943abf3dde5494
ruby-1.9.1-p376.tar.bz2=e019ae9c643c5efe91be49e29781fb94
ruby-1.9.1-p376.tar.gz=ebb20550a11e7f1a2fbd6fdec2a3e0a3
ruby-1.9.1-p378.tar.bz2=5922459622a23612eb9b68a3586cb5f8
ruby-1.9.1-p378.tar.gz=9fc5941bda150ac0a33b299e1e53654c
ruby-1.9.1-p429.tar.bz2=09df32ae51b6337f7a2e3b1909b26213
ruby-1.9.1-p429.tar.gz=0f6d7630f26042e00bc59875755cf879
ruby-1.9.1-p431.tar.bz2=03179138ae95dbfae872ef49e9cc6da7
ruby-1.9.1-p431.tar.gz=23f28cffc007ed5ac72c8e9bec6837ce
ruby-1.9.2-p0.tar.bz2=d8a02cadf57d2571cd4250e248ea7e4b
ruby-1.9.2-p0.tar.gz=755aba44607c580fddc25e7c89260460
ruby-1.9.2-p136.tar.bz2=52958d35d1b437f5d9d225690de94c13
ruby-1.9.2-p136.tar.gz=6e17b200b907244478582b7d06cd512e
ruby-1.9.2-p180.tar.bz2=68510eeb7511c403b91fe5476f250538
ruby-1.9.2-p180.tar.gz=0d6953820c9918820dd916e79f4bfde8
ruby-1.9.2-p290.tar.bz2=096758c3e853b839dc980b183227b182
ruby-1.9.2-p290.tar.gz=604da71839a6ae02b5b5b5e1b792d5eb
ruby-1.9.2-p318.tar.bz2=be431c6cbfa27e3836a06c6315717747
ruby-1.9.2-p318.tar.gz=cc7bf1025128e1985882ae243f348802
ruby-1.9.2-p320.tar.bz2=b226dfe95d92750ee7163e899b33af00
ruby-1.9.2-p320.tar.gz=5ef5d9c07af207710bd9c2ad1cef4b42
ruby-1.9.2-p330.tar.bz2=8ba4aaf707023e76f80fc8f455c99858
ruby-1.9.2-p330.tar.gz=4b9330730491f96b402adc4a561e859a
ruby-1.9.3-p0.tar.bz2=65401fb3194cdccd6c1175ab29b8fdb8
ruby-1.9.3-p0.tar.gz=8e2fef56185cfbaf29d0c8329fc77c05
ruby-1.9.3-p125.tar.bz2=702529a7f8417ed79f628b77d8061aa5
ruby-1.9.3-p125.tar.gz=e3ea86b9d3fc2d3ec867f66969ae3b92
ruby-1.9.3-p194.tar.bz2=2278eff4cfed3cbc0653bc73085caa34
ruby-1.9.3-p194.tar.gz=bc0c715c69da4d1d8bd57069c19f6c0e
ruby-1.9.3-p286.tar.bz2=e76848a86606a4fd5dcf14fc4b4e755e
ruby-1.9.3-p327.tar.bz2=7d602aba93f31ceef32800999855fbca
ruby-1.9.3-p327.tar.gz=96118e856b502b5d7b3a4398e6c6e98c
ruby-1.9.3-p362.tar.bz2=13c26ea368d88a560f07cc8c5eb4fa05
ruby-1.9.3-p374.tar.bz2=944e73eba9ee9e1f2647ff32ec0b14b2
ruby-1.9.3-p385.tar.bz2=5ec9aff670f4912b0f6f0e11e855ef6c
ruby-1.9.3-p392.tar.bz2=a810d64e2255179d2f334eb61fb8519c
ruby-1.9.3-p392.tar.gz=f689a7b61379f83cbbed3c7077d83859
ruby-1.9.3-p429.tar.bz2=c2b2de5ef15ea9b1aaa3152f9112af1b
ruby-1.9.3-p429.tar.gz=993c72f7f805a9eb453f90b0b7fe0d2b
ruby-1.9.3-p448.tar.bz2=aa710d386e5903f78f0231868255e6af
ruby-1.9.3-p448.tar.gz=a893cff26bcf351b8975ebf2a63b1023
ruby-1.9.3-p484.tar.bz2=03f5b08804927ceabe5122cb90f5d0a9
ruby-1.9.3-p484.tar.gz=8ac0dee72fe12d75c8b2d0ef5d0c2968
ruby-1.9.3-p545.tar.bz2=4743c1dc48491070bae8fc8b423bc1a7
ruby-1.9.3-p545.tar.gz=8e8f6e4d7d0bb54e0edf8d9c4120f40c
ruby-1.9.3-p547.tar.bz2=5363d399be7f827c77bf8ae5d1a69b38
ruby-1.9.3-p547.tar.gz=7531f9b1b35b16f3eb3d7bea786babfd
ruby-1.9.3-p550.tar.bz2=c2169c8b14ccefd036081aba5ffa96da
ruby-1.9.3-p551.tar.bz2=0d8b272b05c3449dc848bb7570f65bfe
ruby-1.9.3-preview1.tar.bz2=7d93dc773c5824f05c6e6630d8c4bf9b
ruby-1.9.3-preview1.tar.gz=0f0220be4cc7c51a82c1bd8f6a0969f3
ruby-1.9.3-rc1.tar.bz2=26f0dc51ad981e12c58b48380112fa4d
ruby-1.9.3-rc1.tar.gz=46a2a481536ca0ca0b80ad2b091df68e
ruby-2.0.0-p0.tar.bz2=895c1c581f8d28e8b3bb02472b2ccf6a
ruby-2.0.0-p195.tar.bz2=2f54faea6ee1ca500632ec3c0cb59cb6
ruby-2.0.0-p247.tar.bz2=60913f3eec0c4071f44df42600be2604
ruby-2.0.0-p353.tar.bz2=20eb8f067d20f6b76b7e16cce2a85a55
ruby-2.0.0-p451.tar.bz2=908e4d1dbfe7362b15892f16af05adf8
ruby-2.0.0-p481.tar.bz2=ea406a8d415a1a5d8365596d4288f3da
ruby-2.0.0-p576.tar.bz2=eccd42d43620544a085c5e3834572f37
ruby-2.0.0-p594.tar.bz2=58469c0daf5f3a892a70cc674ea59c7f
ruby-2.0.0-p598.tar.bz2=a3f3908103a7d209d1d1cf4712e3953c
ruby-2.0.0-p643.tar.bz2=1390888cac6cd175e6f164eff378cdde
ruby-2.0.0-p645.tar.bz2=d576240c97cfcc3ed9bdc457eb1e8280
ruby-2.0.0-p647.tar.bz2=27a3ea1a8b8bca1a6de43a7d08e88b69
ruby-2.0.0-p648.tar.bz2=3544031334f4665aa2eb1414babc9345
ruby-2.0.0-preview1.tar.bz2=47a0f662f0e258aa1c5e429c310861b3
ruby-2.0.0-preview2.tar.bz2=a645a783c3302cc094a9963a5e700a4d
ruby-2.0.0-rc1.tar.bz2=24cebdda11e01ff4889ac983cd7dc02c
ruby-2.0.0-rc2.tar.bz2=e92420131bd7994513e0bf09a3e2a19b
ruby-2.1.0-preview1.tar.bz2=d32d1ea23988399afadbd21c5a7a37fc
ruby-2.1.0-preview2.tar.bz2=9d566a9b2d2e7e35ad6125e2a14ce672
ruby-2.1.0-rc1.tar.bz2=cae095b90349b5b0f7026060cc3dd2c5
ruby-2.1.0.tar.bz2=1546eeb763ac7754365664be763a1e8f
ruby-2.1.1.tar.bz2=53edc33b2f590ecdd9f6a344b9d92d0d
ruby-2.1.1.tar.gz=e57fdbb8ed56e70c43f39c79da1654b2
ruby-2.1.2.tar.bz2=ed9b8565bdeccb401d628ec8d54a0774
ruby-2.1.2.tar.gz=a5b5c83565f8bd954ee522bd287d2ca1
ruby-2.1.3.tar.bz2=02b7da3bb06037c777ca52e1194efccb
ruby-2.1.4.tar.bz2=f4136e781d261e3cc20748005e1740b7
ruby-2.1.5.tar.bz2=a7c3e5fec47eff23091b566e9e1dac1b
ruby-2.1.6.tar.bz2=e1a8e6c6bfbb09bb7f8d6be8f508e4a1
ruby-2.1.7.tar.bz2=3a878e98311d543e5de3533b82ef4a5a
ruby-2.1.8.tar.bz2=b17130b5f02a61640ae3b629af931610
ruby-2.1.9.tar.bz2=62bd1cbfcbc22e4d137462bce992f6d1
ruby-2.1.10.tar.bz2=5155c624807ff2418a9e9f15202954d0
ruby-2.2.0-preview1.tar.bz2=767b132eec3e70b14afe5884a7a767b1
ruby-2.2.0-preview2.tar.bz2=d7abace25a8ffe861cb2807bef1c58a6
ruby-2.2.0-rc1.tar.bz2=7144732d30dd4547c0a59862b3345d54
ruby-2.2.0.tar.bz2=d03cd4690fec1fff81d096d1c1255fde
ruby-2.2.1.tar.bz2=06973777736d8e6bdad8dcaa469a9da3
ruby-2.2.2.tar.bz2=af6eb4fa7247f1f7b2e19c8e6f3e3145
ruby-2.2.3.tar.bz2=f49a734729a71774d4a94a9a603114b2
ruby-2.2.4.tar.bz2=c3d65f6d2ebe90dda81a37885ea244f5
ruby-2.2.5.tar.bz2=0c7edd1ff3650c3b74da2efaf641bf34
ruby-2.2.6.tar.bz2=3d13cf447142b8a11cd9beb7bc63fee0
ruby-2.2.7.tar.bz2=ca7224d80c08b015bc3b8c226d0914c3
ruby-2.2.8.tar.bz2=054d2e2904d5175662293e29c3bdb927
ruby-2.2.9.tar.bz2=575adf8ede6b1ca7236a5341e73536b0
ruby-2.2.10.tar.bz2=bef1909a4c885157870ef69548cdad3a
ruby-2.3.0-preview1.tar.bz2=776000d74ec6dd34bf355ff6921c8311
ruby-2.3.0-preview2.tar.bz2=3ad442ccb337e77e4acaa4113f25b76a
ruby-2.3.0.tar.bz2=f0d9f9bbdc87372ca98988a571875819
ruby-2.3.1.tar.bz2=c194281f63d7fcd816747fe78474be5e
ruby-2.3.2.tar.bz2=9d00f3772f1c8fa5eecdfea089e3032f
ruby-2.3.3.tar.bz2=04b9c461a2bc1eec0535ad1947cad4fb
ruby-2.3.4.tar.bz2=99961e97566aee6d63635e2da4cf73ac
ruby-2.3.5.tar.bz2=e1efc3d5a948ca1f552005efe5925513
ruby-2.3.6.tar.bz2=b2443b11ee80319a119f7ec0c9b8d79a
ruby-2.3.7.tar.bz2=5eb580d5cd13ffb5aacfb96580c0043d
ruby-2.3.8.tar.bz2=78045332e298dfd859ceef9fe946950f
ruby-2.4.0-preview1.tar.bz2=64b8983b5f53d053906e394f734aa296
ruby-2.4.0-preview2.tar.bz2=1074e8dea5baa89af7f7c2d1d2b9ebaa
ruby-2.4.0-preview3.tar.bz2=9f767e6bc61830735ea7dc9cd5a63653
ruby-2.4.0-rc1.tar.bz2=0f8b665acf4e883334adc121a42a206f
ruby-2.4.0.tar.bz2=98f29161860fe1b6c65396717847a358
ruby-2.4.1.tar.bz2=07b2ae5d2f46321c95b37066c8415900
ruby-2.4.2.tar.bz2=5ff3ad6ec816bcce8806a55090936ab6
ruby-2.4.3.tar.bz2=ac8215ba561cc7c79b4f61daee11b706
ruby-2.4.4.tar.bz2=d994274eaa95b82aa5d31ec2188253c6
ruby-2.4.5.tar.bz2=45d70a8bb9397d818795ffe992163d27
ruby-2.4.6.tar.bz2=4abd13c50c1fc273a0a81a0ae74ed39f
ruby-2.4.7.tar.bz2=1ce166ced489908993d78e8bb68325e0
ruby-2.4.8.tar.bz2=396d35f1a2d1deaf303f59cb5245d4ae
ruby-2.4.9.tar.bz2=0b3447370651df55a2014a170c0cb1d5
ruby-2.4.10.tar.bz2=b10a7d2fcaf218c98edbaf57efc36e58
ruby-2.5.0-preview1.tar.bz2=889454189f41e271ae5ba15382911b6a
ruby-2.5.0-rc1.tar.bz2=f5acdeacf56aced3c00ae6a8fa816bbc
ruby-2.5.0.tar.bz2=63a6cd49546783d62de25a0ffc4aecc3
ruby-2.5.1.tar.bz2=5aaaf2fb4893214fa316516f3ac43519
ruby-2.5.2.tar.bz2=e90ab127e2ac3ee1d8840835e8ba1f13
ruby-2.5.3.tar.bz2=49aea0bf56d25351ccaf938c642400df
ruby-2.5.4.tar.bz2=0c923215470f1debe593fe21e66fd37b
ruby-2.5.5.tar.bz2=8f41b5cb683d48b5cb6cdfe03d135d6b
ruby-2.5.6.tar.bz2=f2a74416ab3016434896194120796f04
ruby-2.5.7.tar.bz2=65597b69aa54bdca8745502c10349f96
ruby-2.5.8.tar.bz2=9ec96e7a590ef801ede294b6184c9c0f
ruby-2.5.9.tar.bz2=9e905a545a729af1f1620ddfc2976fe5
ruby-2.6.0-preview1.tar.bz2=1ce507e27fa02aeb36100dabcf1da94f
ruby-2.6.0-preview2.tar.bz2=e45011116334d21857b9e1712a01e6b3
ruby-2.6.0-preview3.tar.bz2=b326ceee3d3756f892515009e148f4b2
ruby-2.6.0-rc1.tar.bz2=40457a72e36cbecd0c51d9f895347302
ruby-2.6.0-rc2.tar.bz2=9665e6d886a9da2d4076fa75836798f1
ruby-2.6.0.tar.bz2=d3372daec93f83e7a91c669821053014
ruby-2.6.1.tar.bz2=73d19ac478db1a178be5ae2f2fb8c9ec
ruby-2.6.2.tar.bz2=658fcc0da15578c2420ded807b11cce1
ruby-2.6.3.tar.bz2=52e609b756735115814b9c8463f185e2
ruby-2.6.4.tar.bz2=d9b35753c65f54c745ab6b0094511839
ruby-2.6.5.tar.bz2=d1b89c88effb71d75cd7ef77c35e1985
ruby-2.6.6.tar.bz2=abc030870bfbe18ae9c356abebd95cb6
ruby-2.6.7.tar.bz2=46f24740181f91247c72f19d52334379
ruby-2.6.8.tar.bz2=c53761123d17e929cfe248f50429bcab
ruby-2.6.9.tar.bz2=ddc24495adaf215c8ee40630b4a55041
ruby-2.6.10.tar.bz2=6ad76db639ab308e3b6c19408729a0cf
ruby-2.7.0-preview1.tar.bz2=82fab0496947acd847a6b2eb758acfc6
ruby-2.7.0-preview2.tar.bz2=966a544ab59114591898403c23d91397
ruby-2.7.0-preview3.tar.bz2=2fa6c213774744b287e7e0212b43f626
ruby-2.7.0-rc1.tar.bz2=48a8837cb352f5b95e97a1ae0d62a9d0
ruby-2.7.0-rc2.tar.bz2=cca58fdb8c5e8be8273842d54199c42d
ruby-2.7.0.tar.bz2=89347748b7414f5bc7aeb8f4a87ebef4
ruby-2.7.1.tar.bz2=4bb2b2b2f0c6953859e30af140cf249a
ruby-2.7.2.tar.bz2=a8acc9c24708fe29dfc287823ecaae65
ruby-2.7.3.tar.bz2=604acb258b1d8228f55799e846cfe6d3
ruby-2.7.4.tar.bz2=52705d799ed851dd3bfd5634265cde46
ruby-2.7.5.tar.bz2=d97d4377eee18b0e790510c3afed648c
ruby-2.7.6.tar.bz2=1b6efacb9f129d0253d8a9faa9c21f99
ruby-2.7.7.tar.bz2=63c55e75150251d3ba092b662138e4af
ruby-2.7.8.tar.bz2=f44dedf51fdb7441a7dba592d6a4a14d
ruby-3.0.0-preview1.tar.gz=991df063b86a8f8412ca07f548579f39
ruby-3.0.0-preview2.tar.gz=ce14b24e923f2e269fea6441791a7248
ruby-3.0.0-rc1.tar.gz=848a8628c8abde270b66e2474049a4a3
ruby-3.0.0.tar.gz=d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz=8d1c460a9a9d48a353de3eb0f338bbfd
ruby-3.0.2.tar.gz=b973af486291a1e17ad50d88472bfa86
ruby-3.0.3.tar.gz=9ecae293da9547c1438a970f04f64655
ruby-3.0.4.tar.gz=ec9de9a15acc4f205b08816d94267415
ruby-3.0.5.tar.gz=cdff2395625dc1d632fc5400c8fec103
ruby-3.0.6.tar.gz=6b5a7b14505697e6fc2b40b345679f40
ruby-3.1.0-preview1.tar.gz=d131b9bca700ee87ea276f8233ea4c0b
ruby-3.1.0.tar.gz=1ca89d713f2c18a20104befed51b3b9a
ruby-3.1.1.tar.gz=702778a0ef8b7a01ef7530a541002e19
ruby-3.1.2.tar.gz=9daf064899cccc32fd564117c7a7e0dd
ruby-3.1.3.tar.gz=cce38a2b2c589d59f440f67c7d8cc697
ruby-3.1.4.tar.gz=3e601ae6db76a487219a1084e5cb4c9c
ruby-3.2.0-preview1.tar.gz=a83c91d53e130fe232e4c27ecc8738da
ruby-3.2.0-preview2.tar.gz=56e7801b37612b82285c9a09cfeb28ce
ruby-3.2.0-preview3.tar.gz=0ed16faae50403b4e2ba2e85ec2314a1
ruby-3.2.0-rc1.tar.gz=4657d7013702adce21ca21dfe71ea4a0
ruby-3.2.0.tar.gz=76ca7e7d71898ab1e85155d69403754e
ruby-3.2.1.tar.gz=055101c924538467c63fcbf42abddc75
ruby-3.2.2.tar.gz=eb6f18605e1e1be5dfb5b45f31bf6a93
ruby-3.2.3.tar.gz=e0ba90554f7ea41c587ffa7fcfd064ca
ruby-3.3.0-preview1.tar.gz=0833f555b1b8d5423953600fb4146639
ruby-3.3.0-preview2.tar.gz=4f82f4c9e512ec0a53baa1be8d35ebf7
ruby-3.3.0-preview3.tar.gz=a32ede198a9da50d4afc4421a4a993ad
ruby-3.3.0.tar.gz=f57422a0f995cd5a93c726f6c42c310a
ruby-enterprise-1.8.6-20080507.tar.gz=17e3c52e73e42809f57ad0000a6cb4ab
ruby-enterprise-1.8.6-20080621.tar.gz=626fc3811eee2dc92ac27ea63d37a8b2
ruby-enterprise-1.8.6-20080623.tar.gz=0bf8a3a93c6b37bb1260cc09b05e81fd
ruby-enterprise-1.8.6-20080624.tar.gz=de58b97128aa65209f291c66eab7c4a7
ruby-enterprise-1.8.6-20080709.tar.gz=f0ded08cec64959fa388ec6a237b9c47
ruby-enterprise-1.8.6-20080810.tar.gz=bfdcf06f437af825cd9f2d321f9d1896
ruby-enterprise-1.8.6-20081205.tar.gz=50206bec9be2e08a862e5ec2e70fa693
ruby-enterprise-1.8.6-20081215.tar.gz=aab57b7d5061c1980bec5dbe311ec9b2
ruby-enterprise-1.8.6-20090113.tar.gz=e8d796a5bae0ec1029a88ba95c5d901d
ruby-enterprise-1.8.6-20090201.tar.gz=a965e6789b553efaed72191825b13713
ruby-enterprise-1.8.6-20090421.tar.gz=c777b361aadccda7988be16ede7ab15f
ruby-enterprise-1.8.6-20090520.tar.gz=156572a8296bd0440970a6bb95018a13
ruby-enterprise-1.8.6-20090610.tar.gz=0bf66ee626918464a6eccdd83c99d63a
ruby-enterprise-1.8.7-2009.10.tar.gz=3727eef7b6b1b2f31db7d091328d966e
ruby-enterprise-1.8.7-2010.01.tar.gz=587aaea02c86ddbb87394a340a25e554
ruby-enterprise-1.8.7-2010.02.tar.gz=4df7b09c01adfd711b0ab76837611542
ruby-enterprise-1.8.7-2011.01.tar.gz=4640634347cd8e5469cb718853e2112e
ruby-enterprise-1.8.7-2011.02.tar.gz=8c5faa11c1ddaed3f44b7294711980cc
ruby-enterprise-1.8.7-2011.03.tar.gz=038604ce25349e54363c5df9cd535ec8
ruby-enterprise-1.8.7-2011.12.tar.gz=1e5f3059d52a67ab5d91d472b756de08
ruby-enterprise-1.8.7-2012.02.tar.gz=8d086d2fe68a4c57ba76228e97fb3116
ruby-enterprise-1.8.7-20090928.tar.gz=ae00018ce89d95419dfde370fcd485ac
rubygems-0.4.0.tgz=86a64616548a793e1a5f825f0dd385b9
rubygems-0.5.0.tgz=80d151edd94a06bcd2452a7e272b4d96
rubygems-0.6.0.tgz=5df803f5a04654833690dd32283de741
rubygems-0.6.1.tgz=c4a0faa9f876ad805ae80d1396a29d97
rubygems-0.7.0.tgz=ede9b55343219e8b3491793aa12c46f3
rubygems-0.8.0.tgz=9ef6e3c34dcb54e295c8e57321ddc079
rubygems-0.8.1.tgz=6276d268b420c0d61796cdbf6d28dae4
rubygems-0.8.3.tgz=6e6da80f61d6e77d0ad9e531767f6fd5
rubygems-0.8.4.tgz=a2ad2d03dae8a98002c2a7cd6c3ed352
rubygems-0.8.5.tgz=b917c084e1e6e99d8e102af8dd687ddb
rubygems-0.8.6.tgz=9de98d2f62e3f91521b0207a4dcdeb5b
rubygems-0.8.7.tgz=7fc04b9f9acc0c18cbbe6222be8d0bd3
rubygems-0.8.8.tgz=a8535e9c35a4c215d6ef9268d4bc69ed
rubygems-0.8.10.tgz=d26592e280c0fb24c51f2837c3f48e67
rubygems-0.8.11.tgz=aa363b428c4c1fc2e076a4ff77b957d7
rubygems-0.9.0.tgz=5d496e1f415b8b4033ab867f01d1161f
rubygems-0.9.1.tgz=a62314cdb174ccc88a27b8924fa79e4a
rubygems-0.9.2.tgz=cc525053dd465ab6e33af382166fa808
rubygems-0.9.3.tgz=600940a22ecd79e28e0fd37ad1f1d871
rubygems-0.9.4.tgz=b5680acaa019c80ea44fe87cc2e227da
rubygems-0.9.5.tgz=91f7036a724e34cc66dd8d09348733d9
rubygems-1.0.0.tgz=b0b74eac0cbfc5a13f895ab6f803edc1
rubygems-1.0.1.tgz=0d5851084955c327ee1dc9cbd631aa5f
rubygems-1.1.0.tgz=85f994904c5b4045f0a859b29d0be717
rubygems-1.1.1.tgz=1a77c5b6b293a3ccd5261dc120641ccc
rubygems-1.2.0.tgz=b77a4234360735174d1692e6fc598402
rubygems-1.3.0.tgz=63d3dfc038710eaf532b6a133225115a
rubygems-1.3.1.tgz=a04ee6f6897077c5b75f5fd1e134c5a9
rubygems-1.3.2.tgz=6204d0a4c526a1d8fdbce746647b179a
rubygems-1.3.3.tgz=0e9697db44d812712350baf28016b4a7
rubygems-1.3.4.tgz=b17b398503253bf36a101c58f02a226f
rubygems-1.3.5.tgz=6e317335898e73beab15623cdd5f8cff
rubygems-1.3.6.tgz=789ca8e9ad1d4d3fe5f0534fcc038a0d
rubygems-1.3.7.tgz=e85cfadd025ff6ab689375adbf344bbe
rubygems-1.4.1.tgz=e915dbf79e22249d10c0fcf503a5adda
rubygems-1.4.2.tgz=b5badb7c5adda38d9866fa21ae46bbcc
rubygems-1.5.0.tgz=49bef7186bf3c0ca6ee7adf4b585bccc
rubygems-1.5.1.tgz=47577a5e33c9c6f1e3a56aff7f51d0ff
rubygems-1.5.2.tgz=3951f94c09c16c774c8bcebc94fa5374
rubygems-1.5.3.tgz=38bbbdc17aef923fb41f054cf8421116
rubygems-1.6.0.tgz=abd27b5a9002100ff74ddb398a1c9689
rubygems-1.6.1.tgz=a77c64896aaa10d64aaf34f5c1488173
rubygems-1.6.2.tgz=0c95a9869914ba1a45bf71d3b8048420
rubygems-1.8.6.tgz=8e95d0c5b377a003f3d54a49461e81d9
rubygems-1.8.9.tgz=fc399445d693c29778779e5828ee5e90
rubygems-1.8.10.tgz=5b08ee31740c9b0bd36f6c04d537e7d4
rubygems-1.8.23.1.tgz=5259ce3eb7988950fa3aff9051a5de91
rubygems-1.8.23.2.tgz=fb377c7fd387df14a33e529153adc316
rubygems-1.8.23.tgz=178b0ebae78dbb46963c51ad29bb6bd9
rubygems-1.8.24.tgz=3a555b9d579f6a1a1e110628f5110c6b
rubygems-1.8.25.tgz=1376a258d43c53750a8df30e67853e10
rubygems-1.8.26.tgz=0ea47f1efd010f4c82b8a51a934f48dc
rubygems-1.8.27.tgz=6686ad26735c21d0d6e58b6192c7da5d
rubygems-1.8.28.tgz=2df78039f391fb1f71c02c2fc5671c94
rubygems-1.8.29.tgz=a57fec0af33e2e2e1dbb3a68f6cc7269
rubygems-2.0.0.tgz=89ce467eb2d55657e9965a46559acbcf
rubygems-2.0.1.tgz=2652ab6f001a873b8933e2ca09505974
rubygems-2.0.2.tgz=3471f140a70bcd32a7495b545cfce790
rubygems-2.0.3.tgz=854691f145cea98b4100e5b0831b73ed
rubygems-2.0.4.tgz=3ec32dbe783bab37a87f50758f8efe13
rubygems-2.0.5.tgz=641d82672937d40d664dbc18f49cdcec
rubygems-2.0.6.tgz=0633f50db16112bf6c3cf9bfb9ceb9bd
rubygems-2.0.7.tgz=9046700f1222712fedfb836fafa08c50
rubygems-2.0.8.tgz=5432214a740c0d13482e43a5328a6518
rubygems-2.0.9.tgz=bc55898247297ffa190223276b1b1bd7
rubygems-2.0.10.tgz=5457ba403cd9a5f4f5fb2ef4a2a1c03e
rubygems-2.0.11.tgz=0f28e3fde3348c0f23ceecba73a6cbef
rubygems-2.0.12.tgz=99c416517e2de1146d2c6fbb4c4c1441
rubygems-2.0.13.tgz=3970e66a670ddb6d1aade9c7b18033d4
rubygems-2.0.14.tgz=4a7aa0b144e465230ab5d7b59dfd7e8f
rubygems-2.1.0.tgz=9a9d242baef5e58fbfe79ec5206cd316
rubygems-2.1.1.tgz=b34d6f4028b69a84123a6b7cb0ac8028
rubygems-2.1.2.tgz=b5c5c4430be60f911014216d41886ef3
rubygems-2.1.3.tgz=ac7bbdfecd49f9304756aa5ebeb51400
rubygems-2.1.4.tgz=aa502b1ea90fbdd14ca9b32634795c2b
rubygems-2.1.5.tgz=60564b762d4e186815997653b1c876ab
rubygems-2.1.6.tgz=e11237a8f87dbd8c085770551d64a8f8
rubygems-2.1.7.tgz=b721ed7d5fd57ed05f77eb21a3a592ee
rubygems-2.1.8.tgz=cc4c84c0482840389a457740e8083ed9
rubygems-2.1.9.tgz=2636bf26c0a9ec889c7bd938887bd9a3
rubygems-2.1.10.tgz=6fa671d7d6605de73d16f529cf7bffb8
rubygems-2.1.11.tgz=b561b7aaa70d387e230688066e46e448
rubygems-2.2.0.rc.1.tgz=f7d80b612339169569f2675155c202f1
rubygems-2.2.0.tgz=3c16e50673adb99d1ce76d5231f764bd
rubygems-2.4.8.tgz=dc77b51449dffe5b31776bff826bf559
rubygems-2.6.10.tgz=ab5a0028d2a0653691b29d7463bd0892
rubygems-2.6.11.tgz=8d514b836fcf3ae2c20b4fe8d5cdc3c5
rubygems-2.6.12.tgz=7c454ef88b716c1a123f62b26bb9612b
rubygems-2.6.13.tgz=e6f19b51614055d826e431549a12a80b
rubygems-2.6.14.tgz=e0a6914ce03b91dfc6d448ebf292f145
rubygems-2.7.0.tgz=771c40015538c0f225c5249e4bc7d441
rubygems-2.7.1.tgz=65646f28f3c36ccaa7f991c17e15b8a9
rubygems-2.7.2.tgz=312a238ed98a61d2b3d165b790b6062b
rubygems-2.7.3.tgz=fb3a1927a1842b75677a24f48dd63ddc
rubygems-2.7.4.tgz=e9bbf5a4cc9a74293884b91f49603ea0
rubygems-2.7.5.tgz=516a4f219976003feb4b4f797cbc66b0
rubygems-2.7.6.tgz=366cea352c2b1243db726013c3d76fc4
rubygems-2.7.7.tgz=b6721f6ce4af08f68c6f513bbddfe484
rubygems-2.7.8.tgz=a3ed89a34e1ae8f9da0c620a8aa35f12
rubygems-2.7.9.tgz=173272ed55405caf7f858b6981fff526
rubygems-2.7.10.tgz=464754059d8ca01c1121a1233d866e8c
rubygems-3.0.0.tgz=3908105894e531f7ad3aceb8b41dcbcd
rubygems-3.0.1.tgz=1e8af9b87a67f15841ad2be7d5725a5f
rubygems-3.0.2.tgz=d8db1b516ae1e35b8f6f56cb526f879a
rubygems-3.0.3.tgz=b7a7dd5f85485334a6cb61b7dac20cff
rubygems-3.0.4.tgz=7d0c49077a2d19f48d88567cfa3cf17a
rubygems-3.0.5.tgz=4664467d621d719688e4778d147c306a
rubygems-3.0.6.tgz=60d84e843b131fb87c8fd67e8fac6470
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=3e9afdf72f153e2f66259fc2b6fca594
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=c30459287aec83548cfcb17340fa73d5
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=138f6814451ce634b0fae3aca5579248
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=94ed54ecb65bea2166a2159431b0362b
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=9e5428611e22b093d05afebbe0ccbc2b
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=b32a254fed71434c3431fb2effb35c5a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=7f394a8c7fe356b7bd36683c57f74ebd
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=f033329d03f1f846d25728c2af9d7524
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=184e98f2d6939f63db4b915943ff60c6
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=d19213b33011f7a55e0f32d25e19184f
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=a394167c0331c6d8c1123e1f992e5411
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=dc1bf0fcfdd5837ae0ca56d6d6e5f7b0
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=f6ec25bd532bf0551d35327d1aa4caf9
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=c80a345f9071521cf1961ab75ebc7dd1
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=3a889726efcdf33feb7ef3df13fd5f39
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=bba618b4483b79eebf9f0e7af4078502
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=a25e179ca0be96a1bc737a600729c195
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=bb8d8f5525e1ba86bb039e56291c6c7c
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=872774837057489250527bf863192115
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=bb4a64e6c4882fd0c5e412bf9c57720b
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=0f36eed2eb36846785fdd4eae24adfa0
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=1bd3087a0f2df4c006b87c9488ada6d4
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=9eddd1aa98c9649e7c01bb10bf28c471
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c93643f1d00b370411310ee7a1dd5330
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=bc7339a6218ea991f2c72ce8759cb6e3
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=1671d08dd2f5026d58b326fd55c9b7de
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=5564d17f19b8ee0edb96ab5b1bfbda98
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=61583b529b6a1337398b0966db952d24
truffleruby-19.0.0-linux-amd64.tar.gz=006220c7bde7d0b5c72481133624a83f
truffleruby-19.0.0-macos-amd64.tar.gz=9ef7f5a311465d35e54ac6e00ec3d169
truffleruby-19.0.2-linux-amd64.tar.gz=2f7fe574e0695fb6001f4f5282aa2f79
truffleruby-19.0.2-macos-amd64.tar.gz=aa20f76b3eac1f4976a507364201d1ad
truffleruby-19.1.0-linux-amd64.tar.gz=71368f8371069017d911528f052b0a55
truffleruby-19.1.0-macos-amd64.tar.gz=7f086adbc89fdfaed35273394ac3ac66
truffleruby-19.1.1-linux-amd64.tar.gz=c1ad4d17bb40e214b124222f3a7c6db6
truffleruby-19.1.1-macos-amd64.tar.gz=f4e76b0612319b4a82480cbd1fc90210
truffleruby-19.2.0-linux-amd64.tar.gz=458ed5fec1a849ef5b00e19b0e25d5e9
truffleruby-19.2.0-macos-amd64.tar.gz=dc324575ad20e3054980835c24ea7161
truffleruby-19.2.0.1-linux-amd64.tar.gz=ad7444145550d89931199159163077c1
truffleruby-19.2.0.1-macos-amd64.tar.gz=b5bcfb0aaded1e2d1763089ab6c9a14d
truffleruby-19.2.1-linux-amd64.tar.gz=fc4879d2b0cc22c152a8bf893a72c346
truffleruby-19.2.1-macos-amd64.tar.gz=71448ff3f8f1da086f222751d3f853bc
truffleruby-19.3.0-linux-amd64.tar.gz=dd44ac30b5a1ef3a7d61172cda9b30b6
truffleruby-19.3.0-macos-amd64.tar.gz=41daa52f0f308abb77a2b91c1b7e0f3d
truffleruby-19.3.0.2-linux-amd64.tar.gz=2db2cb5c29523c9bdb6f59dfa0bd74ce
truffleruby-19.3.0.2-macos-amd64.tar.gz=edf1603643938686dce57139aadf7d3c
truffleruby-19.3.1-linux-amd64.tar.gz=a14c028351f7a3965bcb56e9b22364de
truffleruby-19.3.1-macos-amd64.tar.gz=a8707d0af3eda694ec07a5387d3443fb
truffleruby-20.0.0-linux-amd64.tar.gz=b30110ecbc50c4fce402fdf44c45dad5
truffleruby-20.0.0-macos-amd64.tar.gz=0671e5909cefb9a2c12c473fc0110821
truffleruby-20.1.0-linux-amd64.tar.gz=4592b5fc3636d82fc998ab6fe0a43584
truffleruby-20.1.0-macos-amd64.tar.gz=3c0be43db86817c7037d3ff5053d322d
truffleruby-20.2.0-linux-amd64.tar.gz=e9859decb24829f9a189d88b3c2e9b79
truffleruby-20.2.0-macos-amd64.tar.gz=49e7ccf8f9e60d6c59b3b07b854466cf
truffleruby-20.3.0-linux-amd64.tar.gz=93a20845f7d9d39100761424dfc0a734
truffleruby-20.3.0-macos-amd64.tar.gz=b178b7a94fac58400450417612fe3441
truffleruby-21.0.0-linux-amd64.tar.gz=c03304a505c8699e697acecf5030d95f
truffleruby-21.0.0-macos-amd64.tar.gz=019796be37a58ef8e186a625f2ff5d07
truffleruby-21.1.0-linux-amd64.tar.gz=065bfcc48f6925410e0da21e16428b64
truffleruby-21.1.0-macos-amd64.tar.gz=325f6854c10d8a3a114c80da582c469f
truffleruby-21.2.0-linux-amd64.tar.gz=0aec44721a040845347f18c1f72ceb75
truffleruby-21.2.0-macos-amd64.tar.gz=76d27715b20902df5779f7a0c00852b1
truffleruby-21.2.0.1-linux-amd64.tar.gz=f68e9b8a9f9cae5efc5ac45a7d9e760d
truffleruby-21.2.0.1-macos-amd64.tar.gz=b021e50fc94cab590b49d27f2ea821b0
truffleruby-21.3.0-linux-amd64.tar.gz=359aca79cba4e08f9955d9c6543c2189
truffleruby-21.3.0-macos-amd64.tar.gz=d9e2e2c6fcd3ac16f0c37b0ccffb4f41
truffleruby-22.0.0.2-linux-amd64.tar.gz=324327026e9b2963a8e5fb4ee3f4e216
truffleruby-22.0.0.2-macos-amd64.tar.gz=7029d0e291d498a264d9b413729a3e17
truffleruby-22.1.0-linux-amd64.tar.gz=9329cf507ba8ac529e93156cacc1425d
truffleruby-22.1.0-macos-amd64.tar.gz=353242978b46cafc34b05e2c81206096
truffleruby-22.2.0-linux-amd64.tar.gz=5d676377056ae94fe847be721c20405b
truffleruby-22.2.0-linux-aarch64.tar.gz=b774f4b7d330842521f1e6e56cb41db5
truffleruby-22.2.0-macos-amd64.tar.gz=e45fdd9a05aec6220a76fb707b0a5ae8
truffleruby-22.2.0-macos-aarch64.tar.gz=ebcbfe056d90d06de4bd0a9d699bad8f
truffleruby-22.3.0-linux-amd64.tar.gz=ada8bc5dc52aca8317eaeab04d91e877
truffleruby-22.3.0-linux-aarch64.tar.gz=11493301d5519aa73e8f0e140cefb581
truffleruby-22.3.0-macos-amd64.tar.gz=9e27c677637b69b0460fb0a4569a5cca
truffleruby-22.3.0-macos-aarch64.tar.gz=eaa1c9020b521226f8bb48b8c7e5c596
truffleruby-22.3.1-linux-amd64.tar.gz=243d926f038fd2220c03dfbe40ef58c3
truffleruby-22.3.1-linux-aarch64.tar.gz=01487fe680863381489bf2a0a2ac162b
truffleruby-22.3.1-macos-amd64.tar.gz=b3d5a777d94856e51034d81076e8ef72
truffleruby-22.3.1-macos-aarch64.tar.gz=320ce75730a5b9f16f111eb7ef5e4e09
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=76c1cb23ee63ba4de93a0c23784bfca9
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=eec3fc74565f08e9468982692f7f9010
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=50e38f3cd548dfe78f397f76ed577bf1
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=b769bcf9b843d9b2980def1e2139284f
truffleruby-23.0.0-linux-amd64.tar.gz=6e1a491406c5dbf42de10fcb3ed7dc1c
truffleruby-23.0.0-linux-aarch64.tar.gz=5c3663f64bee707173b2684355a9a42e
truffleruby-23.0.0-macos-amd64.tar.gz=515a9a8a0f39ba9399e869cd418ebff5
truffleruby-23.0.0-macos-aarch64.tar.gz=57e5fa52270e692b82c445107fe6b6a6
truffleruby-23.1.0-linux-amd64.tar.gz=f7511c19045e57e72f9b5415bc17c8e8
truffleruby-23.1.0-linux-aarch64.tar.gz=e8a20dd919a2ff77b7cc5457e853d15d
truffleruby-23.1.0-macos-amd64.tar.gz=d3b6a3cbc0a230ebae6f3a462a32ddd3
truffleruby-23.1.0-macos-aarch64.tar.gz=ee74fc5d192c2fb8afd0458d2d429c02
truffleruby-23.1.1-linux-amd64.tar.gz=d7e1c040da170aaa36b5f5a1d106d237
truffleruby-23.1.1-linux-aarch64.tar.gz=cf508ba3787be20c03bac690f3bdbac5
truffleruby-23.1.1-macos-amd64.tar.gz=a662a8672871524808500dddef3808c1
truffleruby-23.1.1-macos-aarch64.tar.gz=de543312024993a533e3caa63b396127
truffleruby-23.1.2-linux-amd64.tar.gz=e3e5b01b291d7fea61be2be842c7e8dc
truffleruby-23.1.2-linux-aarch64.tar.gz=8fe26f643fa81eec6de3bde7024c858a
truffleruby-23.1.2-macos-amd64.tar.gz=83bc41bf699fa847df7e60412bee2823
truffleruby-23.1.2-macos-aarch64.tar.gz=7dbd2e182cfec0cf2d2e37784721903f
+truffleruby-24.0.0-linux-amd64.tar.gz=202f05706d28faca75d5e3cd0f9bef78
+truffleruby-24.0.0-linux-aarch64.tar.gz=4faaf4edde4f6a516246b7c2f4ee80b3
+truffleruby-24.0.0-macos-amd64.tar.gz=d07f27e0e29398c6de836b0049105c12
+truffleruby-24.0.0-macos-aarch64.tar.gz=10cf176718968893468caba617c02141
yaml-0.1.4.tar.gz=36c852831d02cf90508c29852361d01b
zlib-1.2.3.tar.gz=debc62758716a169df9f62e6ab2bc634
zlib-1.2.5.tar.gz=c735eab2d659a96e5a594c9e8541ad63
diff --git a/config/sha512 b/config/sha512
index 3bb5d10..f6b6186 100644
--- a/config/sha512
+++ b/config/sha512
@@ -1204,512 +1204,516 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.10.ta
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.0.tar.bz2=ad619ccf77132166151e4982996e93135fb91d97701ef9aea12b6bd05e18e585dc4d5fc34883b3369ebba15474741db238fb90192eb273dd5428864429525d9b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.1.tar.bz2=9094c9bbda4c3d830382e89e4e1c24fe43cebd9d733b6878a43a34d679092bdb6c7b23cb3cc08d4efc6e15449c68862799713006703f95e2862bad1c0b0bb94a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.2.tar.bz2=54c8fc2f2a99f834292b83ef8e68e2b120f20fc4ff74856c13137065b95262f62188ed5c6ffea8fc4b0c1034d9f8a1b497878d6a581391d422994911f5fcb35d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.3.tar.bz2=b26daf1825cbc9cbe51e1abea84f3aae542beec7c26628201325026b4d4bdeeb46f8053a1c105973242ef532e66bd4eda5199dc1aa4faba1a6393f9cc126d856
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.4.tar.bz2=e5718fb13f2fe7f6b34fbc2b1a6db95576fcf9cbed481fea59fd4dd28d064104a912a1000533810221141ec09e9fd8d1e59850ae5a26ae441bb6d8878f42c418
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.5.tar.bz2=71ae2c5bac04a97694310daf76e896a1a02c245274e9c96ca96740f78a0e245302564bce757f1688d3e83b7c0c88989f702814c434101f8df786c1276a4f5a2d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.6.tar.bz2=1693ebd7cd3a452f51ce2ef32144aa36f6fa8121ec68cd0fff715db8981214ea9fc729099e4495e1e8bc346409551d4b93c6c3803fe187fc0c25360b80caab72
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.7.tar.bz2=53b05c51b970a239fab953dcf3bb433f59465fa0b4dfe58066132a1bf6247cbe4adcafe41b219ba453ea392f88a521349df14d58a91a855c53c9b9ba4cc16c4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.8.tar.bz2=b9b0d99e590a48ceedbd1d6318c29b8fecc12b02ce5a6f1555593eb1b3e284c766f2f8800ee3070fb7a041593e4a3806d53590be760381268ef0f9588e127b08
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.0.tar.bz2=90491968190f4809fefb4068fcc37fb7e2ef179454f57c90bf2af308541f1ec175a72ded53202c1e86dbb63cb6b47678656f753574bf6ba525e982f3278a7602
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.1.tar.bz2=7f9ce1b6872352a6feb539948d26dbdfefb3d4225ba582ef8730be8fd85d5c350bd6f21346d43cfe26a8501c4ad145d733d94da5dbf25b15e7610ca037ad4227
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.2.tar.bz2=8544797f46d54cc4098227809561023bb7bd01eb2330724a94921c5a79ac64b44bd56069d7a77a3e6d2d3dbc504ec25157daf7fdf921c3acb3b4289ce1bbfb5c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.3.tar.bz2=fe086aad84ac7fe8009ea2bc16f0ccb7c60a5fc9034690af38fce1a05582a6226dc3d7b80d08d1952d03a9abcebd7b361f5fa2d506d71e1f5aae9b5f31ac22af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.4.tar.bz2=ce06ce97ea1554972b00781332f126e767a3ab98f5023d3dc83195bb36b954b1b497961c74bf31340827d9a5de2e0bb34240accbadad550b2e692d26cb097d4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.5.tar.bz2=6fa248065a48cebd1e9950ae07f3e653b3e29e369fdd914908be0b215257fa2766b0182e392fb869af51cd498e258435f6d9b45a03452356dc08da0e96877ae4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.6.tar.bz2=ce912342033f395ba6298051b081c89832f656d61ecf2064e9568692552a938599c816d2cd1fd1f9bee721611f890b8329985c69f4d5b2bdbfa6635b48afe3b1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.0.tar.bz2=cbfc7a1cddff0385187a7bf2eb9dc71a8d14912cbbe4e9529b79414e49e681302ac9009b7c8e6fcf92a9f19a0ca5053a6ed25edfdb510e3e4e247474d471c58c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.1.tar.bz2=29b99b3e04325ceca89b64c7846aeadb412215270f6f7c390fb1e275ebe19b2faef811778c0615b2d4720ddd942a2cc209c72e623f559e6c04e78849cc1c1b1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.2.tar.bz2=f67ab3ac13ae90622fb3664a869b0c584b97df0500384a28bda9c5c36cf2a27ac1f66afafea08bb29bbfbfc1e0ddc444427993ff4163987f5510c4158a90a96d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-3.0.0-preview1.tar.bz2=aaeeafee545dd1ba1c4df5b7e46e82f7e89e0dcf4fb10677b7e177e66f86e6825e85fa5ae3e74062363883768b3485495a3378f97693d45f675a6e547e989cba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.0.tar.bz2=3e78b2a73167c3680aebb1ed015c583d4f6c58804d3b272253bee2cef37fd2d1cb3852fd2b408f4af1abca17725d923a1f28d40d2a33896e5cc21c4c6711d7ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.1.tar.bz2=14e7962e180b9ae16607347ba5360b9ec086eb8055b88d2f60b1c9284fafd93fea905aceb441f07d594a34b53647520f9dec38e4e9f6ad3e5a6850750d981a27
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.2.tar.bz2=5b7d88d4405cd45a6a720295cb0b7d3152dd757aac996c8d1a576c6ab2a45cf9ed0b0ac006423791cb038a14153048e96308ecc8ba1e761d4b7671dd6f880d15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.3.tar.bz2=320734a124e26de068457237b5f973278286d7e529e92405c1b856b6e57441b5e76c59d0f519fe43fbdd2c8c48c9dd37dc5094831c0e6a81d804e88888ab6237
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.4.tar.bz2=ca34ccbfc24adc4b2c6c5c0e3b27bd2754c2c5be61e9dfa7b919b4902174e351f45128d887c179c37ccd5163a7f51c213fae96be4d0c356e2d7f96acdd4f164b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.5.tar.bz2=fabb151c29ad7ef7432efd4d51ea1e20180006601617ba896f8b1379555f4088d398e96f7bddd7c9815b266acf5ea94527ef4acfad2446950da6fabc3770f788
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.6.tar.bz2=2728c38987d41169b7110fce2b507b5d3e971d5b043b60c9a3b8d6d385ec2a40d24e464f6cf081844282d6b9fadd4abce670e79f02e4606bdd5aeacd1b57f773
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.7.tar.bz2=f98f4dacd9d8c6c9515ddc2597da8b868c66897577cc5a76819db742f3649881ef5a7f85a880f1e359772b1ab08750dda6fa74ee826938e06b93a9848699b929
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.8.tar.bz2=47fb4b41e60b1e536b3a54e18e9ee92aefee7eef92d49716b46884b2a3d73a02e88e4815df64baedebff80e9e17ac7b0af6e65b406a2c53a4f90421dbc948415
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.9.tar.bz2=c81ad5e16aa18beb7c34eeee68ffa96da243f99ff69cf00932ad5ebe427c1f80e3f7fee31b15ec0d96c1be5c2007dfa6e96c38114f61e958c6b7ecc40270db4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.10.tar.bz2=856210b3eb2bf338c5da2668e830b95d48feb82c1c4407371b18c772df12878703a9eec948a2778acd098bcc8eb402ba6d57b2b935766847f3e652c3dadaf6f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.0.tar.bz2=6ea5e6338319e5d6861d420b10f93b5e6634a9925380c61acfbb258b6609ada76bf2a6b474b53a30b0a81f0dd81cfdd1e610b68698df73f69091f479ad39bc63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.1.tar.bz2=8e8e4ef137b9394ee34b760dbeaf4d23953bec083e5775a423ef6c16b75faf8bdfe99df975ab6b6d762509536b017f3510a9a5e9ab63060208edd4d2d96371eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.2.tar.bz2=756c9ecbe3c9801a0a364143478903318c524f7aba026239a1fb42d7390f74110805543a9ac2a9f8bbbeaee48bc867fd15d400d8bd46576bf4fd417d6136a3b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.3.tar.bz2=594ff95e33d0f7af7be448a781ac68f895f8344ebb1c9a03898813baa5963024aa84b11baa405fa584070e4195fbfda9b908f1fe171f75f19e5e1d7879bdaaf9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.4.tar.bz2=a9703c6edcfa2ddb87bb73c070d963fc4d59599919865be9b1d93989906698c6f3b9c4fd7f2d597e5d710276555de0b5865676b92aa3aba1f1f41be4052bedc1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.5.tar.bz2=dbd91cccc0a00a1ca7e901d56f9840e62e4f139ff4dbae530169f41897d06523c7e8977138ffc6212e1b60589f3091a4e2f6b6714c0fad22fa65e442b248f61e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.6.tar.bz2=ec967415b5bec95154cd9ff8338a602a6d005fa647afb1e1cff54a0fd4e9c0697b9e952c2dfd8e4b30068a697f5391b9cd165d5d33f3b146fe35f2a8fdf9823c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.7.tar.bz2=b8786ef31db7d950b1309646f81e6a99d56b76223bb8d2d20ae045f09917332a869b14cee1bf235675c7d8eebc6942b5ebd6cf0cbd290ea75d9f9be1475352f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.8.tar.bz2=4d949a715a04cd45f6817b1b26093f7bbf03ca630aaa015972e7d0ca72bae094add18664e1489ebf8ade27c160d2fbcebdb105701d719461af13c4d5fcf2cd22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.9.tar.bz2=ec6cd8bd90ee99aa6470d9d524d89531f96f992efab8a9d6a709a3959ef4c314828276e67b84ed97d415cb3e0c837458d13732dc940c93d4d069d9b881d7f92c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.tar.bz2=1f60cae30581e3467c7ec07391de5045f238b61a49661ef0cf76d72ef78d220b7ae70b86b1e72625cf37085b6507fb1dfccfbe5554195f0c6eefaa996e199c16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=343f5dd6703b6b58d61fabefc8a50ce5d02d98c32c8b4e52b8deacc9824369a9f0dc8faff69e90ca7585a194a4d742791765b16c3f5e2417b0f54e0e6f6220b4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=aaf7f9e30b3998b8586764f61d09e434c32aba7479aa79fb6afa71ab11c067384ef3a4b9215a1a3639da807f4f642b9efc62b37b55e989b7ed7d75cedc7cab40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=b834ef95d52abc1f0c224193391bded9b4d2089c694378dd5aa45f8b2b1ea41b1c300445f766841cbb8cdb1114491ffe0095f518e1600746f5f583dd0cff9c1f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=9df5ba9423e0a8af9d825e59f8c69889c70af0f6d67f96708a02d7d61260c83474e2f7b2f240af399911bdfc56850255b4f34554f7013d0417a13bb782403aa4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=1d4b55a6a34249e82880fbacfc1d97a093600005deb982c6b42ccb14bbd7bf1db14e0f6d73bc25f1addd72378850f7edcd63738f2b3cbab569e34e89d563188d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=29a76dbb28d5b63ee0ce64cc2e7d022118350a550d3693b8e38d559bbc4f42fdb6b63af4bcc4ebfffc5c0fbabbf2e18db7228e655de3bb416e344a61737870c7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=122322fb462f8fdcb065e6f9d9968027c320ba9be9ad6fba9011760a7296cec1892a0780d7436903cb7763f5d18cce11860c5c7fce82890eaa139a94d5e89428
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=0c17f52a74b73041c588ed76f73862d179d7b9abf9de61279dc74ba7b7f170179e0db5672a403dcc209b6dec9a865a88a382f5df01f5e6ba4cfe0f66232b4a15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=1a30bbda34fee311762a2f05ac7fbcfb4f373f8840f86b9762b0c07f1cd397e3eb3be83210221384333b625a243c7161ef4f368602a613760391265309e4f304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=edf31b2dd02208c96be25c2f4f7d35e2b122e5d327133545e16038836b848b90f81079be4df47c5493bf4ead1d464fa72a8d0d405bb2509ab0db6335c58ff793
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=91cc7a9cf493c7361f3d507cdbb8e258b7dd710100cca8053b77569c07c04fbc2f72fdceb9fd9a3a5d01f4c423a206da97730c356d017157bc2454041e1f1fd4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=8ea603a27560ddde5fc639b86381a303f886ce80384d8edd0e7bc806f10649760d75a76dd5f2ee445371254e727544ec12df49d7fc8876890b73237f4eecea1c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=c42f24668695be5c291836ae6f39b4366e0357c9bb63cf8be2ad36cefe0c6d19cb921a43159d49d4d062dccc15902ec1698a1a6842d13ccaec45c6cb628da4b7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=3ac89131407faefde80bf2e1bed4baa51c371ab4bffc18c8dcf2624f4d1068c9f933eb66486a2bc7c6c67f674c5bd06747bddfe1f1f9dcd939458a08e1bc6108
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=8ca9a9387b8cb434828fa36e5886bc8a28d70fa46d3e20df60389880477fa2ee54fe63c0c14611a2cb0168ef1149d205640c6003e6a507400ad5fc34fa641bd2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=52795cd7d112ff437adf603f58130ce539209628d2224a685d060d67a07325717981fc6f91736d4abfe014ccc8057bb40a097fcf85f5046aabde0019d08bef16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=bc179a31c746ac6e632ce08f57a8f403d4e463ad72285c0ce008d7fa39b88a22be3a43014c9eb019f6a39d022f9448ef151a8d03e89a4d2e767c4f77684e3750
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=d693e3a800c2200c74b24c207425f41cef206a0b3f20625d18b1590e9891f409d6643ee0e7ab8fdb6e1e85de6fea52c6a307bf8f65324ee0f9ac33306ed1e876
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=4b6cab99f6b7be7705efa5eb6f321b5eeb1d1c6e96d4113bf96b57378aaa4950b39f40ad555f630f17d216d235972f028617ea43c28b1970772ffd16be3d9a67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=40bd90d231fcedbe34ec9963eb59645fdd1036b03056b9b8fa3b56900deb86d94e2a256f90e6aed297288d6797857a3ef9fc27bc6ed05c017b5c8e8ddc465df1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c1df39ae526da7ebf87510017d7694e6f78c59871baac4e9c5f2d13c22cbecc30925e2783ad93f741110b7c3802e9f25a6c3ff85160b33a4080b0f1fb02f7740
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=930f6f7f654fa14076c84365fbc771d5b09679588c4c478d8f6944770c53fdd37213bdad159fd231efbc079b85ab7ab648b0a97fafd666c38d0e280046c6e2ef
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=cb62ca82d57dfc0e21e532d4b523f49c559c4ed5f3d73adbd9d650bbf23c694d382f3cc25eed6a8630f23e4780db127b4b8b6ecf6fc24b0f6febc820dbc6af3e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=708209a89a18cd99c02392307d2bc63e46bd38c72c8ab0e982b28285f8e006d4ed77e04da3900c880eff01c3350033cd00ffc3be1d3a12c4ee5b263282f0dd05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=c94f5b3129ff41da1b07da1cf742592e9822febf6bcfd0e9eb7145c00b732fc66625056bddc72fe9b631742c70d0e731cc6a9a16a089c7b559ae963b072578eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=b4d20f79eebc5496768fc6adb0735c6a23cffbb39ceaf9c2da42851ff7842dd2318c07877d89564176d206e22b8824d2a3c637b5ef02c5caed0b2b5276581032
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=a09ab93c3d6936d30065236ff2abbd0295988a9359f5a76425cecab47af0ca5b6829530d1708e9ddc9e78d1fbb7c0359b9c7e90227870537d099ccc89c73844b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=f6086c879f8737eaf6eef4461d23270e9e43811186a22f35ed69a8303eb933136e7a690bce2d9e18bcff730725292075e09db0f2384d0e26018b7f2a0df70b32
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=62c631026560ee310a849483f1b48690075477942ce86e0564e92f5ca7834553c435a35a1d6d8dd957c3a7be24c63c32104518995eb3a96e61066a04887bb0d6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=0f10741772d2498167c1eb2aa263292f99748518a4ec03dc19440eb5befa075fa69e68b08a09af6eb2e02e462ff20ab10e4121cfeea7bdc938c04762d81fbc4a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=908132a47bd996f8c76bed54078e71abb154294f97dcba779b4cf0d3b82e31c4635dff89e97d5f6b4f1d797d854c6d020afdf9dc77b10c0e522755fa194a17c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=39c867ac0af48410c0bc6b01f1ecac00616a59cc07f3f5a3e7cfe8f786b70c7cacab65550dfee777d11b8b7a3ac173bb22c602df370eef6a04b40f8e539025ae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=2f04566f6d778121281bc6ba23ec57ad408049e649b351585bc9a3184848c71873910e159f7fd3909c7372378152f5ed264070aefd45933b97980e80f6df4deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=940375b11c525e3f0bf00e19013eeb886bf85b8d8b66d86d53740170b0ae16b14faa491dbcbec29238f875f84204cb0d52ade17c180d71e129cef5254f338f0c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=1c9d41d7ab7bd69d7e3baa3c4149b1938cc147beb2a63923dadf2fd959732c8cc824e2add0946bcd62f44b0e1d509b80b4796a5929841cda8d28f3a8207b17df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=f47443a53e3008cb7b7b7afcbbf1adf44887769e42b3defafceacc1e50e349c9000b98010f853c6b7cafdb54b85b640732a56a8e11ad8e58fedb5fa4724f68d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=fc1c9a08c48ad91edb4afcac5244f386d63940fa906dadaabe02a1eb025375443c8174a6ad1acd50f4583d6c57a88feae86e697ec15c8a25bb49f280b1357783
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=aa611f7c350374d2c5c8652a694022e038cb5a65fde795c43e927067f155d0ccb368b281b1575e679b84cd7ba6042216dc28149e138256faf62dd3060ec0a6a7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=ab04071b90ddb81b68f064fbc9f2bf726729220e4359113556d9b71f3549483f122b796b3b1e4dc8404e6f44a4bdd02e9db2c8066974acf190448c4d5a97dc6b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c769fd3814bf31728b83f2bcdaf0928e6423150609f3db903631f9db68ce0a0f9c87bfce5f93983cd962662148a66cc55f5f42bffc1a1b5a237e6938726629ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=c231f8ecd46760db49796519645bcb5cc9fa1c0582abbc419a2ca81805c81fe8912dc32dcc2c5192ca9ef0d502da8f61ce1ce7ecc87b29edad3a144a8a0c200e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=b41557c83084c8e5bb263aa944499932ce7d84457e4e307f1cffecf62aa44f8543a06299e38fee17ba64f8952048612f9289e24c35acfe2ba02b913c15dc1405
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=001d10af5833a03b42d9a254bde844731d3a796d98ce2efea90fc68e4638c7cc3be31a34fa163d4c5ac18c60e685e5cf2ccf88fac46ae6bc587a48ea35cfb09b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=0a8681afc19372ccd9409bb017967f86c2e6642e083ca47ec904cccc34242040f710392d916a69a327ae6a0bb287d97bc05bbe116a1d93478ae282b32e5fcfab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=e505ff2f00334870d07f4ec9348648b7f3b91dbbad1fddb2f60f7a38572a66a7bf081fc7b386f800d86113aac1ce3cb739c86cf0d6da2bab916a4432ad557c54
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=aee6000ac886cdd4e4044a7b43ab20d54d1e99f6b893af69d0d7e7a202f4ae861f939898580c60996b0bb7c6481eecad69a20acc83c75cc594dfbfde3a22c476
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=86f4e6948eaf2586e018570f09232b94f907766590eb75f00992531ef74676070ac5a2308e121ecc1c23388ece4dbe1ee8a4b2a7ab99ca00a28d6583d6df3d0a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=1bf867b0af84eae4e7996047727fbc7ef459afd3b2ca5885f658a74d62910d00eecddbf0c11b23265c625c26b420421ca5add40079438edca8eacd8b5c0149a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=92a3b217079f9d960cc4fbb5908f7fc7ef71cc3ec8e5e404341e2b8875534c0542167d03b61577776e0b0f049f9ba2e3235842be381b4d484845768adaa6e3f7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=608f0f9eafd72226fd1b39f6c92d0f1c6d3aa7ede096cc390fc4f8bee4326b0937767bc6de84fff536dea48cbf9bdb8ef5598670235e013ccd630b06c5b8fb05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=40cccacc66cc4b7891b01c35375ca913efe008157ae540308b649e14f5753f34f1827861c6e16b500c49ac95e1aa22e1c01444faca5dce71f981452a9e0f1b67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=5a33d600e55f7b8755725d7e2f2102cd76720d524d7b378d85fc21ea8d853166dd97e2e615ab18f9e44122e3404b439dd123f8e23d6ade5328982fe72db2af0b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=37e3a4011b3603807c6e0fd48818b256caf272b3720ee654f38c0ae202cffa21600f9cc751b5335b57905ce67db185b37f548ac9c84d6acfc567f0ef4866635f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=6648c1b6bd962e30e89eacdb6130b1788ccdf6ed05ea13eac32eefc222438a298de8121937262851cf5c4cdcc1a804d5d8bf19667819db6599bfcf79e57b0e17
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=ac690170a6801fd741efb88e67961c0c3d717029b3bd9c6e243074799641c940416fc9cde7b4ba2c56e79551d6cb7fe5f7977649404da0d20d1819d7d3ce0bd3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=e6edfed2dd9d6649c47b1dc1b102f933f76a148e6dd8441add2316073dd255cac851e972366e4821fcd665e55b375fac757d189b7552baaa0b49e82349c71b77
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=69c4895076690037199f2a9b98e622f6b5e3c23ea02de79bcade6193da2b1b88ed0c28006059f4ecc502298442275e7e7324232de04a2f0ce430665057410a05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=175777563303c6d6a04393938ffa7e36e0bc6db33f7d2cf1d42ec852b41ea26dd7d50569eee4cb00497e6bceae95592365ea6718a35451e5c929d8a085aa9649
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=b668f0cd853615fec38253b264115ef0fedd21a7879a663ba844f4c3fa8b87e5ccd8adffbaa12ffa3aa16b108a2a439cecf827e7d8e19ec8041d46e758abc391
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=2039b1fcf55cca35ed3c8446eea45819368016ec1a05a5fd4c6a761b54f5cd56cb3301d5d2674af1ff75bda41eba41b7156e71ac48b88ca7a6474f0e944efd89
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=b4bb324a53c316da488c5f60803933eade9ad5c59a6d58e76787d2dd89dc2d2f18016d2ac4ab0853a40976b4beab70864a9c2d23de194bcd63ad089b2159fa7a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=3a9b5868d707d6a4580a44ab7504cb46a2713f78918142b185f0d62c5b7e0dfebc1ff551b2a52e9726befb70abbde867d2802345a01fd3e4568b9f58ac83c168
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=39007e736b28ca599ea244bf4e54b52e86597c950c0ebd8f1696a02c8eef575a734d089b52c7013d00c02aeb261dd7e2facb45f24b34c75c4bbf14cb8bdc3ae2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=0fc4e39f7382c29fa2119119a78040c611fc8298bd4765025599d3018775cb2bb28f51d38efd4306e9f04eeea20e7c2365f2fbba1233e0494a8258c3c184278a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=5dfbcefa70f5b81887d34e776713bb9c6f7bcecbda8f1c9561daa3e235c725417ab0a930f594303723f226d36306e6a73f228abfa3533280659ab387708182da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=00936db899bca33dfa8d0e6ffd4bd6b0453ad5823a450e50e3a055ea696dcf94b317357732e26208a6f34224c33a8b4a6130e5613262d62381179a52cc8f3a1d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=15b816d190fd58382a2f6f6e087f358b54003f186462abf59dbef545af9044a2b9c65576119185adc6bfd9ebcdb49f03a2a268eed4fb0f0d37aa35fa18adc1fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=3a481c35668be459688a66e4e480e11b4e58c13aecc3751da9de8a3e3282bb4a152128528a804742aa0b4380eb537b666a2b29fd79be0d6968c4ff1fa428eb7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=c604871b39f396c539c52dd4849d1d42f37530003601f60162860efc777c85e7e1a1ee88a77cfc9ca8ca20f0448a5dde4f39cbdae67470d8d2d283d6fbbf0239
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=12042b5c30179da275fcb6155142ff2787e86cf577caef44b7c4d8175ac671cd461814e9a19f4c9b1e78bbdf041fdd06bd463aa972e194caa91e80778a56bce0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=2bf1c13616b2e255b8c269bcb2f979a45009c079ffdcb10a13e238e5d13b0978e8a974bdc1e7bf8519e15264ed5f577cc8f85a5861b3ea3a4589eb78138a3f2f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.3.tar.bz2=2e7876c8c8a1f4e3cd1913023c564d9e74972ce427e85765bbe9ddf237285d7b96017c1ed17868eb912509881e05aaf96e4a6b353a69989e61c733b346511715
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=06de4f6f2761bc58d94659f826c7c86be50192b7dfdb5c8b6710b384a50299ad161309e2a8c333fa5249d0e7112f74dd0c0b0faa2950a6e74bdba68833f68702
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=597374487d196abdfb389c79d7d09b81026fe3e8043f8811497646eaf47bfa432cfb96e2af9be1a35ad2d05f2f5c800afa3f9e5adb0ea2b2d31812d219232a00
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=ba56050ce3fdbb9117c6c9e767f818ce3d467030713b7693ebb039f6888bd5d7e5f7b1986ed117414037e56e550707c3625a88bfd5d00d7319d0c7ad642fc811
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=395facf2f7a15eecc94e554a60d87c269ba70c5063b24b7bc504f579c0d12a7d858eb0b98c502016ff8bf02aaf11ef765e2291b542759fc96affa186206ffe4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=d1d527b2e95e3a16f521214c5352bcb379b946e8be1a943da872aff0ab4b8edd93a507d693abd7a8ef1cd5ea1ee6e6bf1f838683f5a447a6cb7992de61f744ad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=e47a50392c4f3ee13a565103e0c5f9474ba0a8f5ff60fc9fe7d290b7f5f9a9ddec962fcbb103a8d3b9c7765a28ba59237975f90aa3637a06a128802ede28b3da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=77fdbe62d1694732a7307c29b4f45d0dcab7e8a729f04f45b216345336c5820715bf3f8f7cab52175c4ca1a431d867c7feef7d802dec61c2cffa4abfa8746e90
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=24da0cfc93ac536c505dfaf2dbddc7b312a3cc5c72a9f47e28b3bba760a53b584422b73da8546ca01cc44d3906a31eed7f27a3dfc0bb574f01f9c08f7c589d20
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=aee8267c4855e95a55b7ab858ca6359d635049743b8e38d34ad1430522a0cd746cd572e77884f7e10af14a731ccd8ebb9cad6ea035b0fca4ae534913a38f43f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=ba3e66bd3dde28e7193b90c44194cf7732d294e592321c482deb3b31ddd9655630f5b04aa89a43eb9d1bc222da10884e9da332bc9da78e9e1b655300db52a444
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1df8a2ad9256985b4ffb3da5b545af4160ccebdd8265711d1b642cd2285a004a42cc2ea51ce3ee78854e599f5196c66448b8e0b043846ef6e6bf992828aefb6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=cc460b3d17d460abec27d77f734e1c1e7a649769c3374f02d32a4ad00f989ff3150dab926a203b209c92475100667dd524774fc37633d71f98737ea2d8868968
jruby-bin-1.7.0.tar.gz=1e466a3f8d52b553c9def09827fda4b8433576b0262c40ee505602754521a00defd821d5ead5052be52baf281c6cb080fd03a8b15c628a0ee67b4e417633e5e2
jruby-bin-1.7.1.tar.gz=ef28381ca30664cf450f9d3df9927530db771d30e86ebcf535af38e1a7e26724ae2bcfe8487cd2eb349bf609a733a25528aae14beab4d13d298b5604ac7353cc
jruby-bin-1.7.2.tar.gz=8155c81eea6743951db7383bd9f6b1750614927c9c0b25a6574f6d64898bb3ada2f626c6e0df6c5486561a03cc7d472fc12fe804ce66a3972d2fe02e3f407100
jruby-bin-1.7.3.tar.gz=1d19be25bf4a7dbb0edad71008704377893d3967aa4204a0d59d6883aa04462ef6798c64d0c0fdd3f5129c16ccb42e8507f3fef38ed56054bf6e689de745935a
jruby-bin-1.7.4.tar.gz=d7c0ee0316c50ae5413757e956c18ca68e9d99a25cf85be978da0787c13b8978d4ff2712a3effa564cfdf07144be4a56a0cb8acc794a01f43264fe8baeb125e5
jruby-bin-1.7.5.tar.gz=a4984591a3809330b93f4ce79fd1b9c24360f89d88a03bbc76351be623893c4bfc6441375bbea452ba4f24ca8b9357e03ac938fd6c065b3e2348c0f896b22a1b
jruby-bin-1.7.6.tar.gz=98600a2d46bfce14111c7eebc62716352a4b685043afdd696b8fe51c6b205eb9569fc2860423a653b842b173198c76c59767156aa48e0d23482dff3358d884f3
jruby-bin-1.7.7.tar.gz=71da2e72c65899216fa15ec568b51aa7004e2ed7dff99ca376b332d3692c83a674c688dc21ee04d177a3961a2bb3973714509d88cc14d0ba9f79c864c6258a06
jruby-bin-1.7.8.tar.gz=42d54243653ec260abdafecce1143161be63fcc38a80f71ab70fcece4bf91545a2b12ed2319f9fd6f6b41916c398a9a8e89e7f0389f59da56f2739665e74522d
jruby-bin-1.7.9.tar.gz=f519f53b1d9f57cfe28982ad70b892dc6fc20fe6601d98d65a1dca9f617a0eb8fff74d0fd82ddb858fe105d05ca7c7bbf3a987677ae0363caa2981bea358c096
jruby-bin-1.7.10.tar.gz=160b701f2f500dfab64beb635e5c4dc57760dd422d0fffe8d3cf8d84ee6ea17a877ef77a0087b4888ea9db64ce7750de01a73a51530aa6666a2efdcdccdb89e0
jruby-bin-1.7.11.tar.gz=a53b0fa327b98344cb4a8aad1ba537ddacb709a0e173b1e32656de8a610cb9896e9a4554d54d0d01d2361f8ff1539a0e2ee01308f670df2004225231b704065c
jruby-bin-1.7.12.tar.gz=bf2be8a37b53d38c75712a6331f96b999fa6b0e87f453fac7b9d11eeb1b66098ea0778172f1a6a84345e1881f05d63012e28d4068a0bd31122bf2473bbdae5bf
jruby-bin-1.7.14.tar.gz=f14e658da7f2abd469edcfd657dbc2505d6a2c04ba1e5f65f2164256f54625da154b338bd3d286ea6a18da61d04d90a61ad6b012bd9461182753483efcd0f603
jruby-bin-1.7.16.tar.gz=47ca714c3211c95c84e9c80ae4fbc894bfd7ee03e1bcc494cb48d839f8538db4aaca7029a4913b8d323e7227450e4e41bb943dc670f43df8a654eb127012033f
jruby-bin-1.7.16.1.tar.gz=9bacdf6e212d08e46ac2c49183c8611873f6ecebfcb0e928b5110bdebfeb8751ac087cf8aba09afb9a8ccb58e59f3c3e06a241c1db445835d7a875b0c3deb4b5
jruby-bin-1.7.16.2.tar.gz=349283bb5344a62f282021ce39648a0c8d0b41ecf8f800ab5099b5ce161ff771e688f205a918324cef6ba0ded6b3694b8dd83f46f56be584202b8fee496b37e7
jruby-bin-1.7.17.tar.gz=a3b171df08e789f91c260c5a57ec842a5d62cc8d6b462b772905ec5284e394ed7b78f5b327ca1ff20f5deba8371a86cb03fade75b5f34f233df47bc3f08d469e
jruby-bin-1.7.18.tar.gz=b259da2967e246a387687117eb13e8986b57de6ca8e570d6f8f8f07b8097db6e01cea8b0ec3a860b091fde14de535260dc6dbfc638f9e9b49d348f726e969642
jruby-bin-1.7.19.tar.gz=da91efcd51cfc833666f8b7cf949d3b5c41cd8da99ae1559c88a7358fb48df1245c66702c7cf23e7ca012cbefae98787c200352976d4e8aa3e9120057a89dc8c
jruby-bin-1.7.20.tar.gz=77131afe46e72c406ab4250e43cd1f98e59a8351c494044ac89f97a7c9a81492f8a8194541055fcf1fc59569e99a577fd6a36a9f6a3952a99f399d4970e80e69
jruby-bin-1.7.21.tar.gz=111883df12a60d06e9924d33057ba72094fcffd44f7e3954d6c6d2190f8e6442804e739cc525a9e75159251a8dc1cc487570792b1b4f5773f4d0082f0eb360d0
jruby-bin-1.7.22.tar.gz=6ed6cbe7b81a8aee60906fdf965bc217b3db794698e2cb37559f36ac119a0cd2a1ae1a7a766535ab491d647e8b4e6b2f63e62011714b757f8691455831ef365c
jruby-bin-1.7.23.tar.gz=6f4b97c4e08274f96195deb176e3126e8d047c981cb655cded9665624033fb905d60d5586704a3f91b2ca06d7e78918d9d31131c93e4c90c75a38182e309ac9c
jruby-bin-1.7.25.tar.gz=a89ab8d539bff346ad56d345b6a205f74890b9aafe82a2c82e7c19cfc30b77fefde1003e8bd7ed15f141151bc0fd21946203219691383a64f2234fa586e1905b
jruby-bin-1.7.26.tar.gz=feee03a50900e459d9ed7d2096056bef126c4551c02c335c4132e2307411f3fc4fd435e8fe44411184773c80f0630a7812b3d798b7e9be2818e1b5a712bc6995
jruby-bin-1.7.27.tar.gz=656f4313fbfe5db8d2d4fc2087a012c91efef848394c48aeaa0041e9a19b87ab74686702955413d2c51d6b4b11c758ba0555b30fdc42e86d66094411324139b6
jruby-bin-9.0.0.0.pre1.tar.gz=988c6a058336ab9ac8b27c7501ceccf3940837f9b9d3ed32a466b891bda1bc13f76199f5bc3baaa1240dd0dfdaee40775f721294d667f3b8b5bb9ac8206e2e83
jruby-bin-9.0.0.0.pre2.tar.gz=f207f9477a12d7ffacd92b1bb5154ba8101dda8f7b2eeadd4fa83eadec9a75727bc1831733d27fde63ba63322ec491201dd23cc6e2c2b5a4b8381a8fbe49e8f2
jruby-bin-9.0.0.0.tar.gz=33308a983533c129cffbf521bdb8c1996a10a6159a4a436248e645bda682c5a5395ac1aa767e971ae679c935f3b61573cb22d5b8c64af026752db3411a6356e1
jruby-bin-9.0.1.0.tar.gz=277dca63f3faad01c98a793f06bb4d558a970a10a66a38482e8372b25f4cf4fea85f1d5624fce7fb5b4310c42ea8aa360f24f6b9b6ef4bb0ebcb036736009ccd
jruby-bin-9.0.3.0.tar.gz=d82f83e20ef17a0675843e306ec5e90993e5952cf5a53957a91e369d2c90d92306aa515b1e135c04b45844a81a0f4ae34289b966821ae5f46ea51fe012627352
jruby-bin-9.0.4.0.tar.gz=b9cd4f4a00da8152740b468914046633d5341b10aa26b0ac56835d5896531030c8afbc4c965b30c36923555ed5b145de8ada69e05ca38b01d43621914a331335
jruby-bin-9.0.5.0.tar.gz=7c61cf010fbae571cd6ba334aefcfd917f6de8224d014026297b840d0b890523e94b2fea20f154c82c25c4f9d5992b9481fb569646a7023e5ddb42db1baf5f34
jruby-bin-9.1.0.0.tar.gz=1ffdd352823436086ebfd37c03401a1f3a9cb8a8c5f75476af1f704c4764396a20f49ddb7fb7f0911e1608f7c88a332944330b8849d13e6badb170efb736dbe2
jruby-bin-9.1.1.0.tar.gz=475acda79ab8c54467ae70094aa86842959200127c1e92709f0a731014c469d3e52e4c48770b64ab1bf31e1b710ac4570b421077c85c08071c1356bee55a2900
jruby-bin-9.1.2.0.tar.gz=cc6b1e1a2907c128dd04edf9da11933a54bbed5e861ab6f0208505bca5aa2aa9d9acdd04bfde65824346fbb435584081fc8ec2e2e9a3aeea1bef8047915e0c61
jruby-bin-9.1.3.0.tar.gz=88339f4cc05f7f0ded21f100755156ade33f19873f49c0c64110916da8c0b059df541a77bb36e54fda9cebf042591450d2d6312ffaa879df926870806985e774
jruby-bin-9.1.4.0.tar.gz=ebe0e9d67cb91721d589461e93e26338e3e3a1f0f98de53f25906684140b49d989ca6d3704cd3f6cbf650f30aed9a3989f117bb4732c83ed870364ce4c31fa36
jruby-bin-9.1.5.0.tar.gz=f2a11e6fc88d37fc1b640ea8c9feda4607bea6da5e6520f61ff85e8d6a51543612ae267b45c033214f8fd0e2283153da02001cbc9fd90be4761b7544e1413b9f
jruby-bin-9.1.6.0.tar.gz=ca59d199a0fe791efc57f05801ae26c6cf6402bdc0f1a795250b1a2dda39b233ed24c8cb005016e79727f4bcdceb1bad726a60c16935e76fc87e5d1a078fb5bd
jruby-bin-9.1.7.0.tar.gz=f2569d4858a33280e90d984aac53662c25ef057ef9903bace6a2214aa2e6a537c9bc8fc76b08f846b3093cc4a12c70c98d725576a4ac771e640b95cfe3697c7d
jruby-bin-9.1.8.0.tar.gz=dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49
jruby-bin-9.1.9.0.tar.gz=f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df
jruby-bin-9.1.10.0.tar.gz=857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1
jruby-bin-9.1.11.0.tar.gz=718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7
jruby-bin-9.1.12.0.tar.gz=8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed
jruby-bin-9.1.13.0.tar.gz=ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead
jruby-bin-9.1.14.0.tar.gz=d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.1.15.0.tar.gz=74a411f42149510180706b2c70610caeea357f6fc3d2a12ff0227586862e6a9dedf09e752596d6c486af7a310a07241f311a1dfc73ead229d7225c09d4508605
jruby-bin-9.1.16.0.tar.gz=94e88dbeb2545250ba5bef50bbe0baa6f3851e9817f67f879ffaab50048bb0d41cd7a0e87ac9ef547e37c2b82cf1d7aae6b8caa43d03c6a9931b8ce0ad4b2afe
jruby-bin-9.1.17.0.tar.gz=4c06b9674e20f48d3815b4084bb38e6994670eac804fbc56d717cde7abdb74d57e0ac17b7fa0b500318de405c187c3eaa01441c22621139dfdbeef62a5467a63
jruby-bin-9.2.0.0.tar.gz=79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.2.1.0.tar.gz=185e67da4964c9cf1d9142446efa77605e77894444bdc96bbd10fee22637f197aea9fbb0f60d3a42540e5f383d5b06fcf095d572f432544a40c2145deec81926
jruby-bin-9.2.2.0.tar.gz=85e16e38748b6ec5f237eabc8a17eb225c484c20f7ab6728f2a0f650061bc50c8a9601c04b0128e73c410ffe84dacd2b8bb37167aae5595728aa25e88c4c9b92
jruby-bin-9.2.3.0.tar.gz=97ee210157c451567946b38d33380051f82e7e8cb5f7649fffe050542ff6cd627e2c42f4c46739d1f0995c87e7338865b18844741285bf3f72364aa3c841c54c
jruby-bin-9.2.4.0.tar.gz=9fe1506e862a17e261cf726e1bb70a9f612a6d7beda919a01405899660d1f4b79ee690ddf9aeed1d2b2f3cbd698be8df4f98d3815352772cc680e9646d721761
jruby-bin-9.2.4.1.tar.gz=2c41e7884cc54819da17ea9b2b773d05d3240d53a2ecb57ba430ab61308066eeb1bfbe6627e6c261f5f27ab5df7f5972656366a04a191a81b0379f620b74512d
jruby-bin-9.2.5.0.tar.gz=d548eba8de420c80062021f5b6e6b203f8b7b36e3f11409919eeab87a028a18f9346f27d2cd8b1f33419adcc83fc804a36dbc3cee169ef1d93383b8f5835ba2c
jruby-bin-9.2.6.0.tar.gz=20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c
jruby-bin-9.2.7.0.tar.gz=8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82
jruby-bin-9.2.8.0.tar.gz=7f71fb5bc8c6c31b31b4c0430ae091871b21aa345777662f264c728c60212365dadb63a7a4b2fff31adbbf8a2e7cfa678d47486e28840f57b86cd45fe9354013
jruby-bin-9.2.9.0.tar.gz=7df33150858ddff586b3bd86120d4bdd80546c7f8e62245f61facbaa5527400a1aebbb33e4a1a8af52066487e3d29760eb96c7ecb9875eb9bc954ccbcb37a4d2
jruby-bin-9.2.10.0.tar.gz=f4ca024602ddab37154f5547132accb26e7c0ac2e913ebe1b5c7806727eb148249e76031ed4623ab53814beb8fb3f472e386f44d57adb5d2b3b00fb2773c8a63
jruby-bin-9.2.11.0.tar.gz=f736a9e139694c84d0a5ea42f36b972adc82c9be13e0b80bd61045c026e4fe31ccdd4be3dd3e94781c846f356e026465e41716fd2744ded2ab0ca39cd33bb46b
jruby-bin-9.2.11.1.tar.gz=2f758fabf5910ea01e9c04c7600d9c666f2df3db8622f3eeb3534578075ce65013c42fe9ea6f95d4499945f795e6d566eed2b1545e149af823eb1d29167a1223
jruby-bin-9.2.12.0.tar.gz=1dbc5bb3814a6590f5e8ecf4889152684b5625fe81794a2c4064d598614a85129256002dcd239e294f209b98e3abaf9bfe70467fff48ef66b1531162dc6c3be6
jruby-bin-9.2.13.0.tar.gz=2cba016ad6a376252083122d51335610209d860c41de1902f5cd49ffc2f6b49c350b68df8fc4113c221255af4db7ec07980267b9888369811faf66db369e757c
jruby-bin-9.2.14.0.tar.gz=ee3d17e875dd197f92744c7cba62320bfd3f166bbb2ca117f2910780a7c571779c0940e024351e9d4685ee9781dd207e773ace57a4a8a7011869c8b6209513c5
jruby-bin-9.2.15.0.tar.gz=678abfa7654b53b049e4103ae3647775d970c5a7192539378957c1731a3037c852e03f00a496c022c1c438d159a93be6e6f04d7563c811aeb7d261ced643d9e5
jruby-bin-9.2.16.0.tar.gz=f77e314d578a980071bddc25c65659d62e0644927ebc4e7d7d4523935b6c893e611d47ae7478a26ce7acff38b1525eac11b4a329188cdf76aeb07fab667d99d4
jruby-bin-9.2.17.0.tar.gz=e90ac1890a54a892b13adbbeab3cc5242889ff2a4b6cae535c0a3172072bda6ab01b960705ba608d6d7ebe9de5984d8384dbbb6399ab3b2e53a9e347e7849e1b
jruby-bin-9.2.18.0.tar.gz=c5816ee0f7b0f559dac70ffc5277f85ae9c41ad176e43d277f820c2727387baba93998b915cadf9708fa78b5cdf3911a9c39c2ebb61a77a38dcff359f7d88a73
jruby-bin-9.2.19.0.tar.gz=3740674035e27cf7961b3570ad65536c30faab1c9a71a42a696b173379e79647411d57e0d1d06b5f9c9a970eb02a595a559191af08a083773dc4601dcfd07491
jruby-bin-9.2.20.0.tar.gz=1961f52f41e7eb9f50b0f382c8166ad988a6b3c0311c342658edb34486b073ed45c1ca5731aa319196db02cec208a4dfc86aa6b436959b80243bfa4f62629735
jruby-bin-9.2.20.1.tar.gz=598e28cbad682fbb30a9a9a9f708e6e1f4b7903300de2477e88a646c42ae594df5b768ff5379ed447f1a7168e93dbe35cc2d5db7087cb2228233a05bc4687908
jruby-bin-9.2.21.0.tar.gz=8f6cfc43ce3ebbd69781da71c5a70746ada090162bf6cb709dca41a6d968e6072ae62f657cb0bd471c648ff294044bfec3079828bdc410bd64758f76a93c3214
jruby-bin-9.3.0.0.tar.gz=06331ce32ee88aaad5e5bc0668d164ec3263f8ef3ed34bb32981b76ca33f8c817e3632550775706481094159f4feb43916ad1f9ec0f0775ad756b16cb7bd9417
jruby-bin-9.3.1.0.tar.gz=bfcbe6dc5ba736fc944af15eb387b545f6c5b987a7db88045913a02a1d30726c5d1255c4dd609aa7c2d2823ddf9d8360223b0575c93302aeef4c54eb37af9abe
jruby-bin-9.3.2.0.tar.gz=b1777bfdf1964d7e527bb3dfc47b4b9e8c589cdb301c38ee8ee988bd0c392ca978ee3c1c24e4b5a65bdecff67d1bd96e2d8645e58ff7e891e3622097ea29e925
jruby-bin-9.3.3.0.tar.gz=648e70de0bda710e2dc70fd03c3dc6b798dd4c7b92584c54306c426f59ebe1168a595c4cf94328f6b44674f5507bee354efdb1cd73060b73b0171a3605051c9c
jruby-bin-9.3.4.0.tar.gz=6b09decf412a76578179cefaabf01cc8740f70ab5324954e6aa43b1d8b81c37db7a99b1f94d6ced2b459f1c44c3086892b9a2c06b3ea838baf75a8fd5e0447c8
jruby-bin-9.3.6.0.tar.gz=f730522eff27462192808773cbd071cdaefae11f20bc808a8f22515a33960a730f3c87ec727ddfd9dc9b6b35acffeb50c31d75a4794a3f8daa75e1963ebd246b
jruby-bin-9.3.7.0.tar.gz=265051c68d3b9dcce708b75f8267303ae84008859c88d7fe4f282395366c3f52fcf1bb161210555c0fd0a2427ff5a728ea9e337feea3d9b69559cadb2f300aed
jruby-bin-9.3.8.0.tar.gz=12e795b7e1f14141bde68f52a29b0aa9f1db20515240dce83cffec351cefd25959579e01059d42dc8c8e4280493a70819d9beb1e0523e9bc10a72af16d9abd60
jruby-bin-9.3.9.0.tar.gz=f0b31d98f39a2bd4436764db0b0139433d6868bce7c30c5d6e3552616ba879c93478c499f3e4c884fd3728502916aed5c9ca1be150ae3e80ff47b36710c3f6df
jruby-bin-9.3.10.0.tar.gz=aa36fd4c5de7b17f5fdcca1d1314d309e7b4470d46822c45baefbc0ad5180e5530a7054502b97b414352af485e7936659390690dc6198512ba6733d8f8d503ed
jruby-bin-9.3.11.0.tar.gz=d9fd90bc64028dcc45687d2be51414b1561add20d20d1392525f4434cc684d505427f5e56827afffbbb0ce2c9cd7c1ef846b0bffa737679afb95d4c160232da5
jruby-bin-9.3.13.0.tar.gz=eb24641fb7a6b9d2039ec953388053e7333b306056f9a5bf745331b04cfc05dc4211a9b7780ce88bcee9184b8cbb219b574574d308bc2720547c116f4d4721dc
jruby-bin-9.3.14.0.tar.gz=d9b02fc35133f71140cc7d891061f8190b61b3d1065f00092a2aa9a4beaf7d67297dfb0529691bd24d29607d698f39c62af9018e8307c1e6624c3104a61bb74c
jruby-bin-9.4.0.0.tar.gz=fb72f8e087ea08653fa4e4225fa26694c3ff97c41f3deb8731cdb6571c6c9b21e0d8f69e2096f82ee81e2b5c283f912e2a5228c15873dbbd56de96a2ba35d59b
jruby-bin-9.4.1.0.tar.gz=46003ef6192718a6372b79ebc89bee37957686224a08fe2f9a6be3c9e479784409d0269f0885c4d1f1351585c5d2cd31fd2ad45014e425bcaf2d44d66b98d299
jruby-bin-9.4.2.0.tar.gz=77e484ab73ece93e7d7283f876f0d541607c6080eee696b702b485be9794cf7e6d464f250a6d75387ee69aef3ba40ccf4f6d9fcfe324c5bc7a14376177ea2bb8
jruby-bin-9.4.3.0.tar.gz=2361f4bb2989f5951b0d3e9d49bf31e6805ce39bdc987ad3c6934daa98ab7c8e69763d40d7412ccef8adbbc198e52f4b83d00998ee12ac43fbfc6b5d88930c15
jruby-bin-9.4.4.0.tar.gz=e89dff0cc5b4a948daa95196d4bd4fee0c6901bb4aa023ae35b3679d9739967c2a74e8a4388b1835465dd39f1332a1f321b450b40c54ad2b81802645b4a31ca4
jruby-bin-9.4.5.0.tar.gz=06db948e5fa6f8559abd3b6891c7b4867b9f54b7bddf0e36d6f20cc1bfb394cdba8ea920213e545c927d1cb865e083cb1089c8e925bc608e0f8784a79b5d330f
jruby-bin-9.4.6.0.tar.gz=ebdc671622baf3c42a988d6ebe24af6bfefa1f717f050f602a1b35909a3220316329aad080ee2cd9cd330da9428f8d736502573efa64bd70f093ccc123ab32b0
MagLev-1.0.0.tar.gz=8da29f16e08f657b0d2f147b64f2202ac027db26f85da8dec29f926898f178ac8d11260fd6c0a539a9b9b15eb92d8c7ced86a8cab1861ae7f8a33b6fa468e5cb
MagLev-1.1beta.tar.gz=7122af70530e76b9a4cee93244d6872b49616e78086bc8a5db0f32d2b846560b352c4831addbbecc72e0e3158bd52f26c2da14f5d83a515ead30efe7c538b62e
MagLev-1.1beta2.tar.gz=43b4b831791074f6e8c12f6fbe6ccec2bd0446dae029d3e6717cde1e7adca8462a2d7dc49c14112cb568b5b3adc8cd051767044b41d57ae51f38aca035ff8597
MagLev-1.1RC1.tar.gz=942c1cf43f1a911230aa43bbac1cea2e2e61b5e19af755e29a6a71139d66d304efcc519072dcc3487a2da7462847530564aff4a2159d675e3270cc938a297dd9
MagLev-1.2Alpha.tar.gz=2672e3e5425df2d2ecc49f85df5845fdb083f74a7b242cac75e33d0c1837079ced8ec8b273807326d08e7bf6f95cb4f1d8351f37af8bb38c4150e6292fc553dc
MagLev-1.2Alpha2.tar.gz=4492ed58b6c2b852502a2195836f1db5a80f0619467e4d7b44981a993a5e9a9ea5c9fecf1198de1891583e334bbc3c3a86648ce8afea1137ae9c73a4d76b0f4a
MagLev-1.2Alpha3.tar.gz=6290895b22efb986ffd7305b7d651f20a051ab6869d51310bf891fa3eed48526a8617b69f72793e8ac0b57f99bc5de75f34235ef94de967bbdcd51857efc2af6
MagLev-1.2Alpha4.tar.gz=a621e9c615ffec503910540db770754f29bab1646d8e67650d5b82413bd551adfb0bbbb8155407ccb6f80933bfe8ae1bf9b688eb0defbc88710308bde1325683
mruby-1.0.0.tar.gz=4a0f2927da3401df23d5c19ba566995f76775def3badbb14f16510a271e7b40a833fc61841f89d8adc6d57b5b12cb453708961c16a22133c092fab8ecfcd1e3c
mruby-1.1.0.tar.gz=afa99a973e9c1b72a5a418d709c4aca08dc7449c427cedef5f12db4ccefb15e11a4fd1c23ceb7e31e49d4d2e602c0b1f9dcf2e0f6cf8ea3466f0b9bee23b53df
mruby-1.2.0.tar.gz=bd5de32ba52b6642358752755329fa45a954082122a8983012930056c286ac328fb52fbdd11f34ff7c80af2c0e9a6348abcd5214602aca1150f2e7ae25cad1f2
mruby-1.3.0.tar.gz=13a57306706d2d60693151919ae15bb3621e6e7ed3b5e9c6d3b1c8d44e52b898c1ad394b39946d730ff82a19f5e3b7c2a374f9dcc3b6c6f990581e504f1cb9cb
mruby-1.4.0.tar.gz=d2dd6e17c7f8e890ef5b6887538cccdea08a2376ba8f9a478d7d5c4377fd4c31a4af6323b1fc73952ef80e5a4778ca22eac3d724ce7d50b76770f7e614df7da0
mruby-1.4.1.tar.gz=2cbf155ba7819211b6410ea606c4d0db3adf4f47a4018ac45285ab3e32b94f280aa0af0936ead7233411957cfca62979d14bbaaf0d8f40521cba5c12272f2af4
mruby-2.0.0.tar.gz=8379f76b7a06d280e2a2552eec2975ffa3fe85b99028f6f7c009cd908f95faf3cd36a9975f502a5779559baf3c45a4297da0b6bcc038d213a0fdee851f9d01ea
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.1.0-rc.tar.gz=f310b385cbf80c6b6ab67e2a41b931411149639c0bf778799e3358d6a9a59f508f42e3faf72fef9e8ef91088d6184c445af7933a47e4e2b2fe114362d579bac0
mruby-2.1.0.tar.gz=da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
mruby-2.1.1-rc.tar.gz=97c9cc2c79a5dbf2f634ea08532f0f512f8af6ffb99ab4eefd83fc336ca9d97b943e76643971047b4508aaddb5e40176d6cc8fa39a17022455aa15d774eb5b98
mruby-2.1.1-rc2.tar.gz=13aa32a35bd5d8f02a9bfd08d17818dbae78ce46c8b0224a029f9f191cb64ac330eddf3871f4396b9221b987a91e4cd6f8933f59814ac0018155ec8454abff18
mruby-2.1.1.tar.gz=66f9b4bebb5a7b19f5cb1be2bd8b9bc65e4dbb5d4350d238ad5f947c9195fd431f2069f7334036ea63a750e9257e59ae1aef16ac99c7e1f4e17724cd1cbe2e50
rubinius-1.3.3.tar.bz2=8b91baf429dac60663d0e4da3152a60ec6e007f5d6c17ffa430876ec88eb87ade44efae90f2e32e238fd74f1b3d54e27492315f08e7bb073220b402e1e2d3163
rubinius-1.4.1.tar.bz2=928d12aa01a1d0f6c80175d67d3b1f8b9840f69f045c8148786612316421223f4cea71e3c373ee18a3f686b1457557ae547645afe758a99d21c4818dff47b9d1
rubinius-2.0.0.tar.bz2=5c81a6b8cf7b59e08c3b9353b0eb37ce985aaf391f5064df65ffb10f6d12b668287e4d4e61e2c6b560d9234c10f0b64bba74259f2c06f1dac488928544d4131d
rubinius-2.1.1.tar.bz2=154cfa93ed59835814b8b974f6d738b049942fcc2b75095d21c87647d002c879fd55aa3d1ec95414b5b66eb9926c25a5c6e3e19a7c0da7dec6edbf434acb9c68
rubinius-2.2.10.tar.bz2=c2168e676059c197123916dd948b83e39bb96e99786bdcaef2e690936b761fedb13740b9f19883f991f1b475f3249ea1696213e8448c41ae15dfc14b3d4e1fda
rubinius-2.3.0.tar.bz2=d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559
rubinius-2.4.1.tar.bz2=7bcea320006b8cd3d122c407d89c325973a74c32456ba0b649657ac848f4682f2eb7455c13e3007709c22932bc2e1b65e2dd43fda0d3c9f993ddf8a74d1e2cb1
rubinius-2.5.0.tar.bz2=ac94d5bc11524e715fc24c1de33f4d358c2cd65e92fbb64c850dc8151d2a712d268227733c99fcffe298c3bdd6ce080c5e9553e4e8f3238868323498a9d10cae
rubinius-2.5.1.tar.bz2=9315f76126d0aa754ee63b190385c24cb084f36293a99aa30fc482fd880d5393aabce361e09ff5514bc2540dfede8e179b7e9212b2dd59bd14ca2aa69d209a83
rubinius-2.5.2.tar.bz2=b48bd8d54a450441a50904b07c75c8d31b59822830a74c952720d6f8d2d86e6a27a84775e975ff2bf55bf3346f34e69d742f308933a9d8476e5e78109cb525f6
rubinius-2.5.3.tar.bz2=b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
rubinius-2.5.4.tar.bz2=75b7ddbe218e4c92210dbf5a06eb8b3c3aa028d16146982a4e813e3af10a90d33f3e239f4508469c6aba17f02cb8bd10e96a204839975e06519869cacd456c92
rubinius-2.5.5.tar.bz2=a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
rubinius-2.5.6.tar.bz2=9a0bdb5d77f80f163925ce409d00be3cee34871baae8bcfdb34c3c7545b92fd14102fecb970e42b3012588d299e504b724025f397a5a00e181ab75f1448e426a
rubinius-2.5.7.tar.bz2=8048110b3ba4e5ff8c3f35282896067e1b1b46dccaf9ef4f6c9b6098782f27591ff59ccae0234fd7e881e3aaf17a0b420286b1b52ecd2cb672249655795a6982
rubinius-2.5.8.tar.bz2=23fca2f9747d2b0e544af890c3baacfb7b3a009cc59cbe653762ccdd827a6c915dcc57902d317fa1f7a81f8c12682f6c3a93195331b6de0f705b118e2e8c13f1
ruby-1.9.3-p550.tar.bz2=38767e98df25484f7292437f3cb0f798b3a43e9a7414a5401677e96ad1cc367cb3fa23ac3abe568d5bf2b2ca553713469a8770d41b79bc63daf3fa59cb4e15c6
ruby-1.9.3-p551.tar.bz2=5ea40f8c40cf116030ffdedbe436c1fdbf9a50b7bb44bc890845c9c2a885c34da711bc1a9e9694788c2f4710f7e6e0adc4410aec1ab18a25a27168f25ac3d68c
ruby-2.0.0-p576.tar.bz2=e089cca4867cd9c715f4f37e40a1db9af6ba0c74b47e79568121bb980476f8877a87ccb848b973381edb4667c0c73165f5e1761f60db839e67f6326302dbd864
ruby-2.0.0-p594.tar.bz2=8301a51c73fb63a8cfeb14af47d0c18b5bc3c45e3d62fc2ed56a673a1cd6b0015c41f275e70eb14a9e40036b1530977199321e05285e107a6adf58514bef1b3d
ruby-2.0.0-p598.tar.bz2=10026a04e01a8ad14ea9c99bbdf4f7d04029b73ee0c01bbf6c2eb2817332d49adacf127b646693b67b5dd7010eaf3b696b23b6335cc0f7ee5a6b56dbba0f6f82
ruby-2.0.0-p643.tar.bz2=453117152e6facdcd5bedaa9c3b1e349382bc5bc1dd3d650ec58b398cb9d2519a2822d05da10bcc5dbbb4f513fc5fef310caa3529d176fa2d453befb28e4d83a
ruby-2.0.0-p645.tar.bz2=e9ca186b1cf0877cdbecd43dcab2c5161a53103e926609d5e1b769a4980eab4571bfd0951788b4fc92dfd9d10175b0f5f36ea2c7289e575a9db9b62c02f93185
ruby-2.0.0-p647.tar.bz2=3416af771ebb0b27ceacf23d309bd2a1ede832c2edf48a5ca46f0b0b84b2ab94fb6362a0c7fe4f77b21253539db8161ae26d23a78d1ba729bf03812454d93d04
ruby-2.0.0-p648.tar.bz2=609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38
ruby-2.1.3.tar.bz2=9b48adb161e5e4550a71f61252c8edf59944affb82250babcb64240749af4b672e4a54ccd0feac5b36ea447a358b350b5080125ef2d4acf6e9e8b1ab82612f48
ruby-2.1.4.tar.bz2=68db1567751166c5e7d24b6e5015124b8a15568c50556e1f429486395352fa56c4a195a74820ab135697924149d014b445b345a1b9755678aaf824fba79c606b
ruby-2.1.5.tar.bz2=d4b1e3c2b6a0dc79846cce056043c48a2a2a97599c76e9a07af21a77fd10e04c8a34f3a60b6975181bff17b2c452af874fa073ad029549f3203e59095ab70196
ruby-2.1.6.tar.bz2=75d58120b5f387bcadbf6d19e85624f78c74f81b9018baef39207214673f7ebc0700ab31145acd88b4071c896ba8e1302a29c90955bcf5f8c863634125022aa6
ruby-2.1.7.tar.bz2=f610d2dd6a93f0a5e84e04ddedf847bbcea5dd3289b3164cdf60be64f67a80dfd5f9836ea5d169970cd0ce24a7e05ea6190699706567cb0d5cf450de6a70e445
ruby-2.1.8.tar.bz2=7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
ruby-2.1.9.tar.bz2=a86422132e4c64007a84a91696f4557bdcbc8716fbfe1962f1eef3754ee7f994f4de0b5b7e7231c25057515767040d5c4af33339750b6db15744662e9bd24f38
ruby-2.1.10.tar.bz2=4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
ruby-2.2.0-preview1.tar.bz2=2f1190f5d8cd1fa9962d1ff416dae97759d032a96801d77bc6b10136eba59dde1a554ff8c0c2d9ce0d3c1361d4dd12ad573b1266fd53b90ab238d8ce39e6b862
ruby-2.2.0-preview2.tar.bz2=c654d4c047f9463a5fb81eaea0fa5ab7bf316962bc7fb0fb356861e6336ce8ce2162c7779d8b27f72d7bc0e9604b5e5af2910abcb0b0a1f197b3138eaddfd4a5
ruby-2.2.0-rc1.tar.bz2=181201168360bee37dceeef3481a69e8a333a5d329680031fd9d371d30ac64460bbdf4db07546133024f541774e51301f1630cfd988c5e5bf2464834f3abe6bf
ruby-2.2.0.tar.bz2=04edc53e8cd1732c3ca61ebeb1d6133614beb10f77f9abb80d8d36352fe8aa205112068e460bf600b2c7e81e0ddcc3b311e7e027c320366f1bd992b3e378a6ad
ruby-2.2.1.tar.bz2=af6a8e75a66b953ff33ecbca5111bcf1c6560b6b48b370b700820fcbe91363146c5ac8abd670a14e693b44343ae598bab472ed2902834304c03ffcd9550886d1
ruby-2.2.2.tar.bz2=d6693251296e9c6e8452786ce6b0447c8730aff7f92d0a92733444dbf298a1e7504b7bd29bb6ee4f2155ef94ccb63148311c3ed7ac3403b60120a3ab5c70a162
ruby-2.2.3.tar.bz2=795f1b66a6d4f0baef897068899c3a1a4370ce1268618e6a7d6d4720234444259f371d1ba2e174b2f7580265e9f18eda3f295fbb087447aa6e8fb7a0f07526ce
ruby-2.2.4.tar.bz2=d27ca2f19c214ce87f906b57edd41f2f8af35b2871c191470facded9cfda15ba46e5c3bc7d5540225a38da6bd65050fcc8aaa4ffbadbb6bf7dc891c1821da0df
ruby-2.2.5.tar.bz2=d3224814361c297bc36646c2e40f63c461ccf5a77fea5a3acdcb2c7ad1705bb229ac6abbd7ad1ae61cbe0fefd7a008c6102568d11366ad3107179302cd3e734e
ruby-2.2.6.tar.bz2=7a93f72d236521ac28c8a0bc0c73cf805797a8813d22e02f42c5fc05dd39f6e422817272e0db6a24c245f6f97ad4b2b412a9a47ac50156ab186df596918a5f34
ruby-2.2.7.tar.bz2=83756cd1c91516962b83961e0de59d858618f7ed3e9795f930aab4f199d47a95ed8f867d8aa9b51d508be26d9babf2140117c88241168bac41e6ef702cfadf20
ruby-2.2.8.tar.bz2=aa1c65f76a51a57d9059a38a13a823112b53850a9e7d6f72c3f3e38d381412014521049f7065c1b00877501b3b554235135d0f308045c2a9da133c766f5b9e46
ruby-2.2.9.tar.bz2=2a8c8770fda20a22b79c9115b6f468f8e7ea1092c84a5089af7a3122163e5ad298b493e6637e4d93ba02d899d8a619c94064dda8ac98cf3b93f64f45d5401085
ruby-2.2.10.tar.bz2=f8ec96c2a5f4ecf22052ee0b1029989ded52d7bf5d41be24fef67e732e76f72119302240bca08f0547510a9cd29e941a32e263cad9c8a2bf80023d6bc97b2373
ruby-2.3.0-preview1.tar.bz2=ae6d46c87f59e1fd3703b76dfc45bfcf208625f95ab9f4559f0b9f7050e8681f1a6e419f5fa06b704c83e56879c3a9ff1337dba443bcfca76fadb49c97d97a93
ruby-2.3.0-preview2.tar.bz2=e397f321d4338edba8d005d871408775f03d975da90c8abcfdb457a1bc7e6c87efe58c53b2c3bc122e9f58f619767b271bcc8d5d9663ed4b4288c60556e8d288
ruby-2.3.0.tar.bz2=77b707359e754c3616699d21697752741497c719dc3d6fdfb55ed639e76d52560d293ae54cbe5c63be78dc73fbe60f1b8615d704d017bdfe1994aa9747d26a6c
ruby-2.3.1.tar.bz2=a8659b96a3a481a3dbdbb6997eb18ff1f8cd926a9707a90d071e937315c21d372c89252f0d44732ae5007d2678fda8c8fbceafa4e4b4ff500d236fb796284d8d
ruby-2.3.2.tar.bz2=78699bae5b0a2382a58f9d51f7d891341f00ad3a90d9ca06b68b1b245cf5acebc3a82133e39bf6a412ac999a5c0f778a0dab177c2569ffbee085ffff6f6ec38e
ruby-2.3.3.tar.bz2=88f7782effd35bfe0b4c33140b5eb147d09b63fbb35b9c42d2200c010f387e2b70984ead1eca86569e8ec31f08b35289d440c0ca76b662dadb760f848e863d91
ruby-2.3.4.tar.bz2=ad1f16142615498232d0de85149585be1d2c5de2bc40ec160d272a09e098ef6f317d8b25026001735261fd1c5bc0d1f8513a8474e89f0d86eed5b2fe7338d64e
ruby-2.3.5.tar.bz2=3ecc7c0ac10672166e1a58cfcd5ae45dfc637c22cec549a30975575cbe59ec39945d806e47661f45071962ef9404566007a982aedccb7d4241b4459cb88507df
ruby-2.3.6.tar.bz2=bc3c7a115745a38e44bd91eb5637b1e412011c471d9749db7960185ef75737b944dd0e524f22432809649952ca7d93f46d458990e9cd2b0db5ca8abf4bc8ea99
ruby-2.3.7.tar.bz2=e72754f7703f0706c4b0bccd053035536053451fe069a55427984cc0bc5692b86bd51c243c5f62f78527c66b08300d2e4aa19b73e6ded13d6020aa2450e66a7d
rubu-2.3.8.tar.bz2=6d79e0d25757fd37188a8db3e630a52539bce7927fcb779a2ce9a97b9e5f330753035c16843552f1a1fb6c9a1e5c0f916b3cc8b5c0bfe81e20f35f8442e40ae8
ruby-2.4.0-preview1.tar.bz2=c9873e8686eb54dbde61d6e23cd5197beebccd6cb31fd12c82763ebe1fde17095d7514d9d93c2c82b238032c98691df5479dc2d666a8a590e0fc54450ec29cb5
ruby-2.4.0-preview2.tar.bz2=0c9a59a2f57a99c4ee8539a30f41da1de7547566203f89d856e1be9dbb44365754e6c470145dc9336eb324e0feb2f53d9fef18a1564968ac21f9ee528905949f
ruby-2.4.0-preview3.tar.bz2=6602c65a7b1e3bc680acc48217108f4335e84fdd74a9cf06f2e2f9ad00a2fccacf9fa035a912bc9d5cc3f0c7a5e21475971dfac37b0364311ef3645f25c7ddf9
ruby-2.4.0-rc1.tar.bz2=b43902ac7794487197df55a45256819d2e7540b77f1ed4eb68def3e0473ee98860a400862075bafadbde74f242e1dfe36a18cd6fe05ac42aae1ea6dddc9978ce
ruby-2.4.0.tar.bz2=bef7bb53f63fb74073d071cc125fb67b273ed0779ef43c2d2969089b9ca21fff1bd012281c5b748f7a3c24dd26e71730d7248c05a01cb23ab2089eb4d02115fe
ruby-2.4.1.tar.bz2=1c80d4c30ecb51758a193b26b76802a06d214de7f15570f1e85b5fae4cec81bda7237f086b81f6f2b5767f2e93d347ad1fa3f49d7b5c2e084d5f57c419503f74
ruby-2.4.2.tar.bz2=1a5302d2558089a6b91b815fff9b75a29e690f10861de5fdd48211f3f45025a70dad7495f216e6af9c62d72e69ed316f1a52fada704bdc7e6d8c094d141ea77c
ruby-2.4.3.tar.bz2=fb4339e30c04d03b1422b6c32ede45902e072cd26325b36f3fc05c341d42eea6431d88718242dcc9ce24d9cad26f3d26772f2e806bd7d93f40be50268c318409
ruby-2.4.4.tar.bz2=ae632852a5f413561d8134e9ef3bb82adb37317696dd293ef92cb76709ecd45718f14116ecce35b12f1c2dd53ccae8dabc7a924a270072b697512d11f4922347
ruby-2.4.5.tar.bz2=7034fcaeaee41f14bc0ecce0d3d93bd1abe95310e1a0b95fac66eaba867adfb2bf7ba4d0d70d67a15ce8df16052dee405c38cdb18987602e64a2f701d37d3df0
ruby-2.4.6.tar.bz2=292802984e5cff6d526d817bde08216fe801d255c4cede0646e450f22d4a3a81ae612ec5d193dcc2a888e3e98b2531af845b6b863a2952bcf3fb863f95368bcf
ruby-2.4.7.tar.bz2=2665bca5f55d4b37f100eec0e2e632d41158139b85fcb8d5806c6dc1699e64194f17b9fe757b5afd6aa2c6e7ccabba8710a9aa8182a2d697add11f2b76cf6958
ruby-2.4.8.tar.bz2=2d7e0f5ad766e2a12a1b53ff838e6bfe86244ffb7202196769c25e9df6f71f3ccdd8605e7ef35c53e54310bc82caf6b368ad5111dd0a3ad70a3aae1a7be93f08
ruby-2.4.9.tar.bz2=d485444dcd025a261a16bd740dae63c0aa23e4138a095584e7a83aec47af34415c7d9cbc1313e92da2ec416b11bfddf20bb1a7b60c80f12906d11ef27409b3e8
ruby-2.4.10.tar.bz2=4d730d2d7cb96b002167ee358258f2620862a5a6d8627cfa5b49bd43c6e59c50c0f437b959d4689b231d57706ec7d5910d9b144f4ca1c1ed56bc879ed92e8a59
ruby-2.5.0-preview1.tar.bz2=2d39ef64aaf7a52014905f4ad59b53e83b71433e50a9227f9f50cbb7a2c9a5db9cd69fa7dbe01234819f7edd2216b3d915f21676f07d12bb5f0f3276358bce7f
ruby-2.5.0-rc1.tar.bz2=bf0eb114097f9e505ff846f25e7556a2fb393573b4e8b773f94cf5b47998e221f3962a291db15a3cdbdf4ced5a523812937f80d95f4ee3f7b13c4e37f178d7a7
ruby-2.5.0.tar.bz2=8f6fdf6708e7470f55bc009db2567cd8d4e633ad0678d83a015441ecf5b5d88bd7da8fb8533a42157ff83b74d00b6dc617d39bbb17fc2c6c12287a1d8eaa0f2c
ruby-2.5.1.tar.bz2=82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b
ruby-2.5.2.tar.bz2=9f9388a162a3ae9c14ec8999fa3b12ff5397de14f55996cc8761d21c757113db37ace4d326b9606de7ad3a5875aa94fec900dd9b81b2fb0dff558c39422f4aa1
ruby-2.5.3.tar.bz2=6fe89fe9d406bb454457442f908774577369ab2501da4fd15725ccbab77675b88faad739a6c8ad1c7b6690b439a27de5e08035b7546406cdeca65c7b295e2c77
ruby-2.5.4.tar.bz2=3c4f54f38ee50914a44d07e4fd299e53dddd045f2d38da2140586b8a9c45d1172fec2ad5b0411c228a9b31f5e161214820903a65b98caf3b0dfeeaabf2cab6ad
ruby-2.5.5.tar.bz2=1b56aa79569b818446440b9f2d13122bf7c2976ab9b2865f5fb62d247d7768dd4ac5b5e463709ffec0f757bff7088afd293c2a8c5349c3780763b6444bb354a8
ruby-2.5.6.tar.bz2=e4511d42d19a7bb39ea79f66bb4eca54b63c2a9d27addc035d6d670c1e59ee48a0c6e9c6bc7d082d1f1114b0668831dce3b7422034517f3c4a06ced0e47a7914
ruby-2.5.7.tar.bz2=7d6a7d41b4f3789f46be5f996099f3eb8321aa4778b2a8ff44142654e769ba4ba2df127dd0f267547e4c8cd6ff46364f18e79838df54fcd7e3fb714294ee0099
ruby-2.5.8.tar.bz2=037a5a0510d50b4da85f081d934b07bd6e1c9b5a1ab9b069b3d6eb131ee811351cf02b61988dda7d7aa248aec91612a58d00929d342f0b19ddd7302712caec58
ruby-2.5.9.tar.bz2=12f58e14cfa6337065b0e82941e39b167813920eb54cbdb4ac4a680dd0cb75d2684d341059e7b4d0da1292bfc4e53041443bd14891a66f50991858b440a835c8
ruby-2.6.0-preview1.tar.bz2=d9cb270529a97670d54f43a0236fab072714e715c39277dab70b7a1843ec818e6700e47e1384c7256f9e0ae41ab2c0b768a0de38a5ecf4f4fff5da6ef5ad4944
ruby-2.6.0-preview2.tar.bz2=3872227e9b1c97c206d19bf1e6ce15a38ee15a26c431b4436605dea67affcf16372358984df76b35e7abaa902c15c16f533ac7af47e3031dea9451bbe459b693
ruby-2.6.0-preview3.tar.bz2=d1693625723796e8902f3e4c4fae444f2912af9173489f7cf18c99db2a217afc971b082fce7089e39f8edd54d762d2b4e72843c8306ed29b05ccb15ac03dbb5b
ruby-2.6.0-rc1.tar.bz2=cbd6281b2aab6fbce3f699c1ab57e5423304dca7a547a0b3cd4e8e980326dc7b85b2ca2bfaf3f3a648d40f4222fdf1740d81d422790ee7ae1ba1ed33eb11e3e8
ruby-2.6.0-rc2.tar.bz2=9bfbe83fd3699b71bae2350801d8c967eb128e79b62a9d36fc0f011b83c53cab28a280939f4cc9f0a28f9bf02dce8eea30866ca4d06480dc44289400abf580ba
ruby-2.6.0.tar.bz2=ca3daf9acf11d3db2900af21b66231bd1f025427a9d2212b35f6137ca03f77f57171ddfdb99022c8c8bcd730ff92a7a4af54e8a2a770a67d8e16c5807aa391f1
ruby-2.6.1.tar.bz2=fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
ruby-2.6.2.tar.bz2=cad678d2ced4085e99009e4fef83c067dd0e6ead27a8695bc212c0e5112a7fa09ceb27f82638faf91932ef8bdd090f844e0a878ffdf6845a891da4b858588aa0
ruby-2.6.3.tar.bz2=c63c3f527bef88922345f4abb4b9ad467117b63f2132e41722ea6b4234cec3446626c3338e673065a06d2894feee92472807c284cbe613a442c8fda234ea7f88
ruby-2.6.4.tar.bz2=a9fa2f51fb5f86cd8dcaa0925fe6f13d4f19f110b5d4c5fd251f199d16aaf920db39ad3bb50460eb94ab8d471ab2ac8bb54daea4a3bb080eaf45250aac3437fe
ruby-2.6.5.tar.bz2=28e0b04ac8ca85203eb8939137b5e5de4850c933faf7f62fc69648fe1886faaabf6cdf48382f9d9585c1720876d10b41dafd33efaeb23341c309917fbd8a6e21
ruby-2.6.6.tar.bz2=001851cf55c4529287ca7cc132afc8c7af4293cdef71feb1922da4901ece255ec453d7697b102a9a90aef2a048fe3d09017ea9378ab4a4df998c21ec3890cdbb
ruby-2.6.7.tar.bz2=311ec56d23d0de7a163f66c1ef4e5369b822f8409f8e1f3a25785c803f01c68dd13aa8ddcfb3a0fe6a97bf321950f8d6cd75b2babcb04158e791601914666f7a
ruby-2.6.8.tar.bz2=51806d48187dfcce269ff904943dd008df800216ad4797f95481bdeecc2fbac40016bc02eabfff32414839ebb2087511d25eebfd6acead1a1d3813be6c10edf7
ruby-2.6.9.tar.bz2=ff067ebc059094c0a9a0debf54a37aad2c85f7ed47be59299041c9c03a7701529f5063ff32a1b8c56d48ee8585015acba63602ed0176b2797d263d43d67aa241
ruby-2.6.10.tar.bz2=275a0f329641e6c3d3d3c33ffabf585195187eb3baa4fb1dfd35999fa0a80bd5925943fa2711827ac00dffb6c9a1deeadabaf2e9ee401d56926fc167db5ae4a4
ruby-2.7.0-preview1.tar.bz2=a36b241fc1eccba121bb7c2cc5675b11609e0153e25a3a8961b67270c05414b1aa669ce5d4a5ebe4c6b2328ea2b8f8635fbba046b70de103320b3fdcb3d51248
ruby-2.7.0-preview2.tar.bz2=7066ececebbbba4b2933ba1a4f70cdef373169910802259a3e52b4fc144ba298f3cffda4be5fe8a7be8ef769ed43076fa046a9ac2c13bb733475b9852112c6f0
ruby-2.7.0-preview3.tar.bz2=5d8e99e3fd984c7d05c0bc483e1504e81ccdb920cbb2d78cad3c314e197b30316b692fd0199f836acac41246e3a713cb81dc6dd64c27cba56f807df4c193db1a
ruby-2.7.0-rc1.tar.bz2=b5f96227775f8bdf19f944a555d0a83d7e84b37bd31fe4b8ac008a3272b1a28a4d94abbb1b5570ee32ec0690ba9d476b837a020a5194bee14bebf6f0e768bc79
ruby-2.7.0-rc2.tar.bz2=9010f72bb3f33b6cd3f515531e6e05198f295bb2a8a788e3a46cdfd776a9f6176b6ba8612f07f0236a11359302d2b77fdecca1dc6be33581edbb028069397a0a
ruby-2.7.0.tar.bz2=8b8dd0ceba65bdde53b7c59e6a84bc6bf634c676bfeb2ff0b3604c362c663b465397f31ff6c936441b3daabb78fb7a619be5569480c95f113dd0453488761ce7
ruby-2.7.1.tar.bz2=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
ruby-2.7.2.tar.bz2=f07592cce4de3532c0fa1c84d53a134527d28ba95e310cd3487ac321c49ee680faeace285de544ee6db432a90aa7538a1d49ff10c72b235968ca362ef9be621d
ruby-2.7.3.tar.bz2=e9236138be3e61380140f2e0d42f8fb82ad8f5219d454de2f6c2ec546bb208acc8b0f2020f23e6446660d2b3b9ae873cdd8298471f166a5f1efba8e80b05e746
ruby-2.7.4.tar.bz2=f144c32c9cb0006dfcfa7d297f83f88b881f68c94f0130346c74dfd8758583a68d22accfd0fc9f31db304ab5ff0bc135bfb2868145c0dec1ee6cec5ac6c3725d
ruby-2.7.5.tar.bz2=0aa2ac44bc22859a39c43d08b7c7f457df05c2dc36b2574fd70ca399143ef1000dc5e496212db9eb055bc4258523d47d26db3c57a1a5a5d63cf1b3de9f81645a
ruby-2.7.6.tar.bz2=4f7f3624afc43da25ebf0f01d5a2f92f72f94bab7423587cfd3920e089b479bf559b159adf2891b996f7e6a98c008a4f73a4a2170e2f8619417660ac1ab24bdc
ruby-2.7.7.tar.bz2=24cc772ac1b56d3bb423f1b33716f221bf534f3717a506bf8235a698f8a454db7d79d94ae9a84067153c2f737b3f8f6085f34e36cc04be0d75ae2fdd57718870
ruby-2.7.8.tar.bz2=3a9db8d9e79318f869417f2ebf3365907febc0d1428116eabf3253c51d8420f255782b32fa30a54802b9f5f4187fad80dab0611cc80436feec84db87b0456ec6
ruby-3.0.0-preview1.tar.gz=b94892951f842a1538f4b99022606ac2c0b5031f1ede7eef3833a8caa9ed63e9b22868509173bfefb406f263c65211db75597b152b61f49e5ba2a875fce63a27
ruby-3.0.0-preview2.tar.gz=6fa4191425ae71e41894b60bd9c31d483a562ee8216886360ce18238ab48115b95be0367708612c45f634e7584fba8940a524ba0113ce0f36ce4df78a112d0b7
ruby-3.0.0-rc1.tar.gz=798926db82d27366b39be97556ac5cb322986b96df913c398449bd3ece533e484a3047fe35e7a6241dfbd0f7da803438f5b04b805b33f95c73e3e41d0bb51183
ruby-3.0.0.tar.gz=e62f4f63dc12cff424e8a09adc06477e1fa1ee2a9b2b6e28ca22fd52a211e8b8891c0045d47935014a83f2df2d6fc7c8a4fd87f01e63c585afc5ef753e1dd1c1
ruby-3.0.1.tar.gz=cb81db2c9b698cf8159b2ca6507f4c7f171e4eb387f5730c4b658ed632b7900a169808e6fbec0ee80598d937030ad5d9c56b63a2a339373ec5d9e1c06b7661d0
ruby-3.0.2.tar.gz=e1fba6f5429b5fca9c3f52a32535615fcf95fafa415efc71c46db4cce159f249112c01574c305026be5c50140335696042e47a74194caea045acbfaa4da738cd
ruby-3.0.3.tar.gz=39dab51a0d784a38302372b99f96205817d466245202586d22123745761e9cb39db128ec2b984ebc3919b9faf2adf828d19c97d3fb1e56d44be0a81dc5d11b87
ruby-3.0.4.tar.gz=0dfded6826063c1b39bf625a6e13b46c109cb160c8648b78f0965f70e7c7a1a65f1c117fc8f2cf8bdb34d7cbf79fecf1f45d169d2323406d66ab27b18bde1d22
ruby-3.0.5.tar.gz=ea45fcd2ca53b87f18fd8696d00a1e340d2495443216aaf87d3f643cb5bd8bb614a1faacd82d07e7f2b72172397c728316a82d7c34a7b4566191268ea517ccf7
ruby-3.0.6.tar.gz=d596bfd374ae777717379b409afe8ee1655ade0c0539ada7a10af4780b818efe25a28aa50a2a7226741d1776d744e10ad916641f9d12fb31c7444b0a01d0e0cc
ruby-3.1.0-preview1.tar.gz=63f528f20905827d03649ed9804e4a4e5c15078f9c6c8efcfb306baa7baafa17a406eb09a2c08b42e151e14af33b1aadbd9fb1cc84f9353d070b54bbf1ff950d
ruby-3.1.0.tar.gz=76009d325e961e601d9a287e36490cbc1f3b5dbf4878fa6eab2c4daa5ff2fed78cbc7525cd87b09828f97cbe2beb30f528928bcc5647af745d03dffe7c5baaa9
ruby-3.1.1.tar.gz=a60d69d35d6d4ad8926b324a6092f962510183d9759b096ba4ce9db2e254e0f436030c2a62741352efe72aec5ca2329b45edd85cca8ad3254a9c57e3d8f66319
ruby-3.1.2.tar.gz=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
ruby-3.1.3.tar.gz=550cfda2ae492312009a58316e18fd77ea92852718b37443bcd76aac84ba6694fb841fe19bf23bee099f96f5aeed9d03e77c8c02fb194e414eca5f707adbbf90
ruby-3.1.4.tar.gz=41cf1561dd7eb249bb2c2f5ea958884880648cc1d11da9315f14158a2d0ff94b2c5c7d75291a67e57e1813d2ec7b618e5372a9f18ee93be6ed306f47b0d3199a
ruby-3.2.0-preview1.tar.gz=d24e77161996c2085f613a86d1ed5ef5c5bf0e18eb459f6a93a0014a5d2ce41079283b4283d24cb96448a0986c8c6c52a04584abd4e73911ea59cefeb786836e
ruby-3.2.0-preview2.tar.gz=5e9ddcb1a43cff449b0062cc716bfb80a9ebbb14a1b063f34005e2998c2c5033badb44e882232db9b2fceda9376f6615986e983511fda2575d60894752b605cc
ruby-3.2.0-preview3.tar.gz=860634d95e4b9c48f18d38146dfbdc3c389666d45454248a4ccdfc3a5d3cd0c71c73533aabf359558117de9add1472af228d8eaec989c9336b1a3a6f03f1ae88
ruby-3.2.0-rc1.tar.gz=798157d785ebae94cb128d3c134fa35e0e90c654972e531cb6562823042f3fb68a270226f7b1cf0c42572ef2b1488a1a3e44f88389ad2a6f9ca4b280a2a8e759
ruby-3.2.0.tar.gz=94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
ruby-3.2.1.tar.gz=f8bbff5e237b501f4042ddc70a19ac1ce74f72f147c90daf7f3007a940136abde37c12a0f7444f713ede09ba847c2cc2897a1742823832e3dc8cce80073164e1
ruby-3.2.2.tar.gz=bcc68f3f24c1c8987d9c80b57332e5791f25b935ba38daf5addf60dbfe3a05f9dcaf21909681b88e862c67c6ed103150f73259c6e35c564f13a00f432e3c1e46
ruby-3.2.3.tar.gz=75aecd9cf87f1fa66b24ecda8837a53162071b4f8801dcfd79119a24c6e81df3e3e2ba478e1cc48c60103dfaab12a00cfa2039a621f8651298eba8bd8d576360
ruby-3.3.0-preview1.tar.gz=0f891f140ddc6372aa7c4459f8784126e0c341db7b80e72c51e441c5153c43c2d7b965f7807c076862ac84b9b8b0c6a66bbf66fc341746016151397bb21c782a
ruby-3.3.0-preview2.tar.gz=1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
ruby-3.3.0-preview3.tar.gz=94db07a6958c09809b2e5b597fa55a121074e8bacb3bf588c83cf0d35b07a8b070172035a49d1abf0d8ee364a9ace824f34e677f7327ffe1acdbab0938ac49c4
ruby-3.3.0.tar.gz=26074009b501fc793d71a74e419f34a6033c9353433919ca74ba2d24a3de432dbb11fd92c2bc285f0e4d951a6d6c74bf5b69a2ab36200c8c26e871746d6e0fc6
rubygems-2.6.11.tgz=3b0dd38c0aaf313c59e299dcf54f7bfb6e6d84b8b739573ddaf599e584da45ed7b1465f6521131b32f237e31a4796d9ef455b8be685064b3fd77a0355dfff13e
rubygems-2.6.12.tgz=ebb672488b50f5fc988eab66ab14ce8e887dcc635f71239a85e32fbf1e919ca70196eb4d3f2fee3486cace7064bab0b8b08339c754b723198e1b0b0a0984ab54
rubygems-2.6.13.tgz=c952b6061a9a0778db304c3aa5bea693e71ae2564abfb19f8b123eef66eb1e3877fc7c36f4f1527da97bb320870cbfd4574ac57ad88e850a44fadd67ebdac152
rubygems-2.6.14.tgz=7743845bc5265df3782f85a23896cbb250d8a2bbc9934a27f274b001afa7aa62f7f00f616296f74747ea612d2cb37dd7f533c931aa72550d84c64d2a73d60daf
rubygems-2.7.0.tgz=0bd08fbabcc33687c98365ffe6794ca2a5e82160b0297479d4f19bd899d176b7f4efb95248898b26d873f9fc7d86c10cada6e40cdc48738b0bac261c3aad261f
rubygems-2.7.1.tgz=fa4ea123760b03b8b8e8ececc55c9dc34249073fb267d310bd903aa7a613267e5d27990bbf28e32c9a746bf884af8a84a0dc202297272f9d477f7710c21bfb60
rubygems-2.7.2.tgz=0f48c6e46663780a571c7ee0e6e772f2e18a755031e7dd8ede7870f238c214b9e3e38153b1ae8f1f78a9aad63c1a079b86573b3a25c57a600d842bdf92b9c4d1
rubygems-2.7.3.tgz=2782331b31947a23f85b285a3d5e7b66e34fe5847bc84dca4f1e6bfe33ce187ab0cbc814229de8111aa19490b656ca78b7c821e4ea6b425449991c01371b7565
rubygems-2.7.4.tgz=90f72a46709ef847666a6a23eecf24521abd5c294b2da8a246bb4c7f85daf4af39a0634fc8093c7bb7ded2ac137ea27fac5ed94af3b70c49e78594285c7a40ce
rubygems-2.7.5.tgz=86957f1c438070135df527a15102e40487fcee93a55251463095e4c8794a8616d16ed9bdead0e0ef83c44806bd5016ecd9e178bef608b66af2e68e2c9c49e941
rubygems-2.7.6.tgz=bc168afc40c974dbc7c37eb5678432ba2ed7469c3f007a159699467ff2cff5205c508237193ee8becaa6eb555b043969cc5f92b2aaa6bf7c958dd7c187e258a7
rubygems-2.7.7.tgz=f93b7eacf5ef8725c40d618daf9deabc7e9eed74b3b7f13ecd16f89205fe24958e782314c52f8a8fe3205b93e20b830b4fbf7ff8944ff1cf56feb7de2d773252
rubygems-2.7.8.tgz=3d1cf68377dfcf102028342258aaff5a7257d2d2b34a80508c85aa258d810add46e65a157f902c271b0b7b568c437372d17246e89cd88f8500e47c008d17f1a6
rubygems-2.7.9.tgz=5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
rubygems-2.7.10.tgz=48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
rubygems-3.0.0.tgz=047f4d446aae414e4803517088ef47d5cc66319ff08a3795c6d69e83eee9f3e7c3b05419858f7e5b6a8ec224990ca01178a9259961ef2d7ab737bac352a0f18d
rubygems-3.0.1.tgz=dc29ad51ec67b1dca82a23973ea92153482788964d0755bdcd3c650116915c461c6e5fb1c826be3ee04a497fec4ac2826904bd406f24611e77cd8c9eaf4d8729
rubygems-3.0.2.tgz=90b46c2cd4f8baee74eb488a40691cc00e754cefc42029d485163d6ad7782df78ba5cbeab08eec6a4f71febe0f6e635e12a9381393008c58eb5e16396df93fbe
rubygems-3.0.3.tgz=1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
rubygems-3.0.4.tgz=887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
rubygems-3.0.5.tgz=f5a97cf67d7d043afba7c1aed014f1b64ff6376ea74d3d6533496bc5ca9742e0ccce1a157e6f67d8fcbe59d8e34bbfbcf4ed8be97acf2970603de6381043cb78
rubygems-3.0.6.tgz=1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=5dfb040b746e462c297ebcdf84e0f07cd74b86852055dcf0a7cf1814112099bc674bcccd94b03726aee76b253c9345a45d046cbfea230647644f0fd6b1c1ec96
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=17983c442c54d19196be3626e25c64f5474139c0b973624832ba8730efb047bc747c02e59c82f38397bf012c63ab83f79a9c1b64311cab796f08fe96d7d12a1a
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=b0b57082d61317911f101da617333d81ee6bede6b6e18f9bed86544dc413339c830198d90cad7ac94c0c8fb690adcfc559dd9f530abb70507ff6a76eee552b61
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=18f9782de56269389320ddad779ec69c168909198d4572e2ea4c18bc8082a539569a76760a6a6da58722fe08d77d83904aaba14baf4075a2833cbd2efc45dff3
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=134d9ba5db7b8a1960d3a88390cd6f7503a0e8565094fb127333d122cd773bfbf9dc976c659029007e6fb68e93486293bac2ee29ab21dae9cb0c06ba57dd2c72
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=5804f1f27916176f5a270de8aac85bc48c38ba37c4e719b09f5777e5c42429271819378cfe096c3cc33d406cd0726f2e37658020f97a438fd53751019831569a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=2597b375f590755b851d3b8cbad3eeab4c965eb02d0c944044f57e39f6c3db1e2f513e2aa55db789e4a885c697f81ce5c8bdbe9a7e44ee30fc09d234e44fb512
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=2eb177190de0408dfdaf30264132955d1db7783ddfb63880d97d5933f66c5662794c3bb6198edf230fbff348674203e61f7f5481e74ac875974467f2f128e939
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=ab3a3dc19f903e68e36b135729693fa025a7c1950139277255e48c972387ef8399beceb3252ac37cc70c0df92838f8a0ba8c45f53665ac4286ef23f9b240806a
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=b8423f50a5292e211db7ebd7e2b987fd5c9eaaf34eba86b0644d2716a7f068f2e56deb4357c516b87b437e64fd5ce8515bc181165cc1042c6763f27d71baa59d
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=bcd05d304ee9b4da97193575fb1ad78041a0c7710bb444af6aef12ab4261b1873f472175ec51a187a5e99da481d66b81a132fb691643b793e87d655f31d54657
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=2c758221793c38ca8af1831a5d9f3abd555c406569508ac3a86d3c1ea5baeeacf65abb6e904ed3b1e58f555f51bc85ab171135ff4c3d0e08cdae994a861cbda4
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=42e60b69957f77a8623e0dccb7d215e800c27c622364fa76b9c574e8b1d3a4056a058b61ed91eac2375ecf4e51e482a6e17550aa2894a44d1db70687958033da
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=18556ee8d2fdec6907fbc8fc33d8b32ea0c58d40ee3df084ffb233e2fcd3a514a553f97c31dcc25dda3f86b1b805ca5fe3c9bf8cb078b92325515f09db6b88ba
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=10a7cb1be6214347469d5797091f73c3d7824bfb32a47c13566573a383380b1df9b79b7901ce0fa3af1c97285c90afac21e2de7a66ed88d9495846743b3b25e2
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=53f0939d9d8c3470cb79316d865b765816032528d77a3cf497134f3aa667a6253ae037410801261a8e7d0628198ac5f6aea5ecf9b7313f06ccc1d5e9f94e74ea
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=f89bc9a3310634d39f68006307da0b0ddafae036089bdd663e8372777a9562d201a4e69b2e1a602cff5fba6c78a8d4861b6d1020679bd0c72c71b938a4f36a27
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=3f461c12fa9fa57a55cc390eb9887df88f404661a77bffb44f82b4c7e9021513a6df9f6d5f332a36ce0c28ae7e3d5afbbe15cc4b814bc7f86dac2e5ec280f947
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=85f042c308ccdfbeb318cec37056d8d970cab51cb0779425b85b8f76b0a1dd9cdec3191ae2b6b9b6be6e95767db814496450ed20076addd9bd495742f9de3c8c
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=067a0f63bbaaed4c8d4120f758c8ecf8c52afd1d30ea9d41489e26289d57a574d2d4ae29e29655378510adfb3f4a07b04b403d6ee98ee6b3d3aa8bff9c8d718f
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=1eb6b80cb05133d253f20629a11ed9ec3f37da002d5668cdc6577b2a20524e0cdd4d739d3f1aa2e8c518e2f7ebfd519ec1c647293714a1133ad4d569375c0e69
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=e3cddb0d0ae48f7d5ee4dd094ddb5a13f6a7aff1521b1adf25710971664b235cf67144e3b81525fd710dc49b6f6f6ba06e10eee1df5dc08119e9494c6be86934
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=c982194675b66a0433bd5517fc6f1564db669f595f8c7ba4819bf37e0599474d49a0c606577a898c27fa5ba40ab793c62d8211e7ea398d6b3e2bcc31eb5d55f4
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c14e396396385644333fb4c4aa1fb4b934a3f4e46312146821e5dcdaa097cb5b1efbf397c1dd6117d909803fd27ba8d835904672e98d43dc565e907fed752e1b
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=f27a75f929a6e945e49ceaad12f484fdaa918469a2f639b572fc4737b78e1cde0881697057e13a58b2fab7ac64c3a71bc9951561c3a8728e3dec814ef5e95fee
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=7aa029c4999d4608c9bcc491771b0434267032dbe9dbf504728079f87ce93e6a90e0fa839295b88c00e5a025186ed0fcc42361428b7874c05e222edb108d6c02
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=e8c508dede11d4f54cf0b15cf92b50caad93076a6065bd2d6784c5ca739f5923ea2b894c6b2b52131f62187c8b305cd11a960fb5a670789802d59b6b2999f0af
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=841eff077c38bf594b101edb15942f601ba0dada2122b21b016f53251aa2a635b8d0b63b49bdfb50259b2545d1f498bca95d5f771a15a28edb0dd07216c9b709
truffleruby-19.0.0-linux-amd64.tar.gz=8ec6c7829351e0dc2cce57305947cd540734fe5a0b95b9501d4179993727ab2c331e9fb639b9865c0fed596df3906adf3dcf2efb22c4cfdd23a3dc2137025fd4
truffleruby-19.0.0-macos-amd64.tar.gz=912e0c15d32e40c884b2caaaf9a86a71450d441c960ef98a63dfce80353619073b146dcfe03d9af4273b2811d0899eebe922cc84a51d6f5e6826cc436d793f78
truffleruby-19.0.2-linux-amd64.tar.gz=eec92bfbd776acd61709a428b90b1029c5ea83e5ea839304d23cae3a541dd4fab3b387691fa76643f55d5939c9cac0cbe70dc0b5786e5e0e5d20f3fcd9a21356
truffleruby-19.0.2-macos-amd64.tar.gz=ce647b76c9931feac55baa5acd2c87d8335c606bc5cd7e462bd92ba1b09f4bab5db927f021e3119abfd85c33377003d060f36cf64eb121954fce8878112f01b5
truffleruby-19.1.0-linux-amd64.tar.gz=db01e6dc09fc5f39ca466aa94f725023d49a8f52343f129bf8c32b7f5f76ccf2d573ee3344fce3d5aff9983bc9af618cc5ca6e1dbba93b3f604e4f33f8a69b3f
truffleruby-19.1.0-macos-amd64.tar.gz=f002bc0b6efca11eb97c4aa6df33d2e0fcc1de3443efd39d912b028df9dd8954cb76ef3ca7fbe140f4e922d6ae4c1a6a20853490ef1ea0749293e2fcd4ffe8fc
truffleruby-19.1.1-linux-amd64.tar.gz=ec031e8c216e31f034d97aaccd6441869221d6946e18f375b44a866550b8e8eb4b2fb923f9ce1a62853bdcd5b9201e0f5d2732ca6525d80171d5732ef522bd25
truffleruby-19.1.1-macos-amd64.tar.gz=1c15918af939a8fe1779b71d9e53d2ce09ca7353173a3b357905d9fe1981ff013cf0f90c6b47e1ca66dd168c2f2d742f28a5fb134cc0231d36146da99f91c3cc
truffleruby-19.2.0-linux-amd64.tar.gz=1248bdde9cd3651d7042fe4cecff4ad35534868d543fe2e6f3a5bfc3bc9d10d57b4139fc070f0a03861436a1aabc9a8ebdf3356f39b77a4b8f6a1dcf492f70a4
truffleruby-19.2.0-macos-amd64.tar.gz=92c3154ed229a115cf392826494745aae06dd9228dd0996c2c44c550552f13f9c254367d068452fa4a84eef79c19601c79b87e10f3121fd7b83b803514a41cfd
truffleruby-19.2.0.1-linux-amd64.tar.gz=53c78cd1f255f2b7031a70a42b65c0bf80c510b9254f5d7ba82b4787f55f5b09cfa9544c424a90f4619a74179fed07c168bd501e34772ef836a773e89c467cc5
truffleruby-19.2.0.1-macos-amd64.tar.gz=ac11523cd49fac50de1e441039e429fb8cd6c7051d537e5083b64fa68eaa19c9f0a966b269da906c367985f229af82a4811282dbfd0a76ef6565162e1081a659
truffleruby-19.2.1-linux-amd64.tar.gz=c5ffc1b592a74e836a4f6ec75b0e103150a4a40d3183ae853ead38c951a85378163111cf0bd2b81e44548c0a7aeaded3ae8a7ae558d5a02dc9e2cce992b79b58
truffleruby-19.2.1-macos-amd64.tar.gz=bb467b91f66eb7d1e6f1a54a7bc0a3d9503bcbd935e8a02da9ea0b749a51e354b1140d4a4dad6fc05312b560bb9ccdcce4f6583bccd19bb5afee19bf494102fe
truffleruby-19.3.0-linux-amd64.tar.gz=0e94777a3feabbf0107ed40847e20dd4e3696ff2b7c3f6ceddf3a53ccd812bd003c84c62a750e8fac9d2490374bf792d69174b48c3ed36b593485d86729136c1
truffleruby-19.3.0-macos-amd64.tar.gz=95470c389e24c865ecdc3d299005cd98f8221a128f3cd75f899b6b7ae5d6dc07962443ce0ff38dfd014589d5aaf08b718dc870a72eb7ea6ced18ec2b2db63095
truffleruby-19.3.0.2-linux-amd64.tar.gz=dc5309b71980657f750b4dd4f8b3bc4e191bc305b638b1e562ff5b0ad7fbba40079ba674caf46226a46b5ca58c10f812354786696264742f351b129fb088a672
truffleruby-19.3.0.2-macos-amd64.tar.gz=ff1c37485ebeff3edcc7081ce09bebe5541012dedff6997662c7f8a064e0ab10bef9a5cdf834263a06ae04ca0391743948bcdea6e6c9d7e1cfef9f21523c2bdb
truffleruby-19.3.1-linux-amd64.tar.gz=c724547a9eacfdd135ce05eac9dcfe74e58a5e77c97f88103f83b8513c15c975a0ecf623f623a425ec81fad1b64d3b5e135660d6943608ad08048cda00eace79
truffleruby-19.3.1-macos-amd64.tar.gz=d746b2ad410c15d145d36c676a070ae454ba8e5ec6c594d5ebcf54b1fc719f98e8b8f71b6fd504c3d38df286bd11c5114f73b5ba39be312b11d42d4ca1a17d02
truffleruby-20.0.0-linux-amd64.tar.gz=4efea5ded5fcc6886befba3a3720fe1e5b2e376d46738565e8871a1ce0201a33ed52e78b8af2fb389618bdea99466d126d8537dd0919b0c13f8ff1940cb3e52e
truffleruby-20.0.0-macos-amd64.tar.gz=b36488330514b77c7115689042cf2482a0beb9f72a0b05fb4c7a6ecb0835a3da47c3b15c41abd6ffced023e65ecf7eabcfbcc6e41901dcddd0fb3dfed46564c6
truffleruby-20.1.0-linux-amd64.tar.gz=116d57404540b85c15b321793a6f985624a2044af544e659b3607e50159703af5d445e22bff28ae2182dfa752f7500d420e250f6deccc98a2f01e89adba8ac3a
truffleruby-20.1.0-macos-amd64.tar.gz=9b1267101dfe78b85c79f7528eb4de96b16933e66d5771efa6272372dac0fb35b199bb9d42773d61f4fa7a15d6cbd18b5753c148f7c3e477c7c4b21633f12b88
truffleruby-20.2.0-linux-amd64.tar.gz=a37eaf8475364b74d948979ac13dc6e6423bf11949ad1d0f2925f78a4495e80de9767001ccdb777c8cfd7f545839fad4d842522620c3acad179404bc4ce6752c
truffleruby-20.2.0-macos-amd64.tar.gz=964c1e02cc53e1646060334a9911771e679a8344d811a0f77d5cae3529dfefff259c45505ac84b7debb958514cd5d2276ffd435802085494e0229dd140ce8f00
truffleruby-20.3.0-linux-amd64.tar.gz=ec2d8ff6a5d45fd7091e26430c67cbbdc0f8ffa41e9ac574d48802766fcd144e1f446db807700247ad6d8046b7ed070b5da70ef667e576d6fea60cc64ea5484f
truffleruby-20.3.0-macos-amd64.tar.gz=1878f94e05a3c40484bf944a72412b179aa5415a16a7ebc1610cb512a1e1c4a2ce0e98685257ad6e5c14745245c35bb5b28205fb687292c4f17193cbfb3bb606
truffleruby-21.0.0-linux-amd64.tar.gz=b7d1b76cc015d136dbd74515431f4447730850475f81b00885b71b95819134db2656d941736048db42d519f03e1f2df066226513b77208adbdbbeda1f49cab11
truffleruby-21.0.0-macos-amd64.tar.gz=7677b827a9c1758d5f941c512cb0fe8daaa19c3db77b485d7dfa43940151d6b9094c4d9271e18ef5014630142dffb93d168c7ac631a3b5eef6fc61b2f9eecf88
truffleruby-21.1.0-linux-amd64.tar.gz=010e9fb78cab12486641780392be0f284da08dfd955f3a0d1ef72adb52e1c9024b54dc880173645aea2af680b3670a6bb01409198b757239edda4cd9bf2b1e90
truffleruby-21.1.0-macos-amd64.tar.gz=96ef8481faef1bfa7f01bb4d396818ef6f0943d19c6a23dedb68f8346740b72bf06efc707bdd29158cf991cc7073c97f429a07b02c2a48050512b46369850058
truffleruby-21.2.0-linux-amd64.tar.gz=c20af04909a852cb676c90403d852fb367d56eac0f9cf8ba42caa4cad1013ba393cc4611e434614ad132b7b0ed61160aadd887001b08de0767cf58f5e149efe7
truffleruby-21.2.0-macos-amd64.tar.gz=0b8d9633fde53aad78f0baf52858cd5a5716f53ff21698baab17da4a625b4369b88dbd664193e3f0d1b40e64c88699ab4f04bbe40f54189a588c93678962a7be
truffleruby-21.2.0.1-linux-amd64.tar.gz=15ceeee383114f974aed5f16c99131d56947e13cfe248b97e55d61263ccd51aa56fc3e0df215196ef7f80ccba9e7f19e7f261d7a91d54bde2d9992caba682d82
truffleruby-21.2.0.1-macos-amd64.tar.gz=8a8762d90c19db4f48433ce0e3f3339e290685d79c6ee9bb7d4359c741edfa6a7360ff65124433d964730ac25b2cc6d8b581191b0a51479f11c2a80031a6c1c8
truffleruby-21.3.0-linux-amd64.tar.gz=b0c07b1ea797de92447a81b350d460c125a2efaff3c290637c4bcf1c216b5abd11148cfb143ad397062a96f36beade8234d0785c42f58fceac0011f629a5220b
truffleruby-21.3.0-macos-amd64.tar.gz=42e607fa52a534123989ad232691ede65aa1c615f39320d93aa8ab9c21924eea7bc0aa49aef1a540ec972e2b3dc775d22a99eca3e0c9bc450c525f9020fbb975
truffleruby-22.0.0.2-linux-amd64.tar.gz=2231a0cfd27238c34ea0bbad27ba387453e48f39032607cbb829b347ea6ac804df15eb3f84d50b09248782d6202284498e7bc9aaa2060f0ce81bb83a84d700ad
truffleruby-22.0.0.2-macos-amd64.tar.gz=1d7ac44f0862ad23cf17a7bba73d23dfd4727aadd9a3aa9633361e9bcd19655d163e160eae9c8db8ec9892f8fbf82d7a38b1cd689475bf41609a828208098623
truffleruby-22.1.0-linux-amd64.tar.gz=c4c2f9bf4236118c8ea62c08bad89e1034ecdfa0c4815693961c4d2b1b30ca043fe958abfec9cf36a8638aa2e005e71fcc244ebffd9ce11eb68cf48bd98c29d3
truffleruby-22.1.0-macos-amd64.tar.gz=507004ade838e614955e23331845839be656aaeae7869ed3d989c10e6491775a12313ac9ef03e14945f20f5e76d46ce6f7bb860af68a627c48065399cea3c567
truffleruby-22.2.0-linux-amd64.tar.gz=37c09249ef387df3e0614f646abb444cb5b7b2751538ab0432e703abe92a81b82e0d15f89d5ad7cd58afe5f30d9a92dc8471d19f1c1ce10b50478ac74f247739
truffleruby-22.2.0-linux-aarch64.tar.gz=49a7cfb4c81980d9c7a1588ef9f76a9bfb759d4b1925ab11f230d99c15a62e162a08249d23cf5646e2d38ecc2005e27103f2e5d92b83b0a182a4e64319b70c0d
truffleruby-22.2.0-macos-amd64.tar.gz=d4c206fb0a5e63c5b7f61f2e62de854e4d0817075ef9ded237d98cd821c286e88d7b150d140d9907a957209f39be96c7025560e3908c89aa337925d2fba690af
truffleruby-22.2.0-macos-aarch64.tar.gz=a01c18803777a74717ad699b6ee51eb759d881fb436d24338b557c52d4a693079d7b55f108394ccad0dd69c974cb895f4a36854355e84fecb67e41bf9eb18514
truffleruby-22.3.0-linux-amd64.tar.gz=d53472ae892dadc81c6fe63a597ccfb67e133958431b11716db4d920c78fc86f7496e4b10322d041c900bed77d27e02850da20aa95b297d63a9de2e72cdf3c76
truffleruby-22.3.0-linux-aarch64.tar.gz=dab63d49db4722f0c174ce8b882413102520ff649182946ba332ef5ba0fc6b58913595539a20b59e460faab2fba36f762dc8eb66aa729d4a6bb90feb2a95f053
truffleruby-22.3.0-macos-amd64.tar.gz=15c91d25fd6fb1d9f3f2a0b36676da5c8a76d62be86cff463ebe6c7e6aed2d9b6de9062021ab1b9b29cfb7a92b5682c860939acd71d12dba7e4a6bf3964fef3d
truffleruby-22.3.0-macos-aarch64.tar.gz=7c44d0dd07e4ecd84a92f6dd574dc185906121b8eb75f6fe097b9d4738aa30751664d70e9027e072eeaa1dffa05fe7bcfc06be0c2dc950142f60664baf5eac69
truffleruby-22.3.1-linux-amd64.tar.gz=f41d3bd22500b7291121368169f8558df4563c840a01b70ff7feea3593f0152d8d77d4437af362bad62f25b79bce1ce8ddaa1bd8172a2a7ef8b61cdb6e478c9e
truffleruby-22.3.1-linux-aarch64.tar.gz=1ca5221f0dc5ae3e0bd9545be474e115b2e62737701df95c6ee6cdaae5d82815acbe6af961ff23afee64dc26e655c7786d4347e3694c140773f065534322ee59
truffleruby-22.3.1-macos-amd64.tar.gz=bae16cc04c6018703833121f4258c3f18fa5062309d0600458be3c51c838bc63976a026db0f28d23005df9b640ccad0a9cafc56610a5ca9c24951c66b62097d9
truffleruby-22.3.1-macos-aarch64.tar.gz=b56e230d8fbc95d19364e695aaf1e552238b02ace7056f636808a7d7510777cddfde572ace5238ea1e314351bdd1a053ab3912d0889f51f55c722797c83eaaee
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=d538412f12d5ce743c351acbaa483b8b85dd2cf84fe06b3e90ca21f3c2fc0465df9c1773b3515fe4296d599f45e9cbb935dc5a69fe45668321e5639d58608ef4
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=f10b5ac749b11f93c2469f2c8a713ad090cb653761ae0a3e1ba4c19b0c96bd61c5e8da74d8944f9487c2d327d268a188f2cb56028d2beaca2a7816e63123600b
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=cd9db49c4253bd66cad6f9ae111c83d3befd0102a7ccb72a2407d22dc576ba7f3a26a90cd479f26dee3565d2f893a2b7c8b549e2351336f35d2632e57966657c
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=28b77d9943cd1617e0445633a9fea8911cfa975f5c581192439cd0944d2a17c2b0558e3e4112588b5fc77b57c48d857ad68ac51fcb867250625ad85406d87acc
truffleruby-23.0.0-linux-amd64.tar.gz=da702de2e8c994f2646a3de5b44824210dbd37129cd2f91c3bdd990a1b0d0b05dee4443ad0f6cf98fdb4e489c9f4cde64f3561baf486dc642d4981a1a1812925
truffleruby-23.0.0-linux-aarch64.tar.gz=808254a154adcfd1bbd6e22bcdafebb6169c6f8cfd1c55382d446bb66002384ee844dcd8b5f642703ef440f7566645d190081f45e04a7d8d59bf87571cb4430a
truffleruby-23.0.0-macos-amd64.tar.gz=f775d57e63c606eef424a1115408ed8539ef47d6bea0125ad1de7ee4fd5971e96747cb7f5d22d91d2f004edbd6ed6b9b5bd014127dc1abe7821a3a987a72d9dc
truffleruby-23.0.0-macos-aarch64.tar.gz=000069854458f81d97eefe14123fbb69937942825e77d35602d55fa279123808177a34f252aec9dcfa48b93feacbee81ae0f0e7043c2d8a9ace2a4bb61ab253f
truffleruby-23.1.0-linux-amd64.tar.gz=1868799d989c51798cf07b5243457af7ae2436dd19805fd634c98b2f1885266b5c3ec81dde668c2e5a290e9028f6f9fd223d153489df6ffcc74d45240aa020ad
truffleruby-23.1.0-linux-aarch64.tar.gz=2766621877996ad35fddb94f978feed531307e8abf601dcf863754c96782b8149c3ac512dfe6dd2bdef0fe0e8a968bdd77608c41020434aaef4e7250c09edd74
truffleruby-23.1.0-macos-amd64.tar.gz=06c5a1d6ad644fd81737f0a1fd24c1529f712abe2a4485ad597aca7c35ca2af898121bb5883552cf518e2afdcb4221c8ad013759b46a69e34249e7c5ebe2b170
truffleruby-23.1.0-macos-aarch64.tar.gz=496cacc5cf413a48b60184e097a962ab5d2236c539f07cc0a9a2d9ef57dfc911a26b125cc3ad9408f6170c6f93c7562f35729c8313be0301972be21c10097942
truffleruby-23.1.1-linux-amd64.tar.gz=dbca85e281bf2484371a0bbcc202ca700acc704304d966b9202cf3835e82f6eb502e43522355f4c9e5a743877d93f5609006fbba2c5e6343a89de130e5209f6a
truffleruby-23.1.1-linux-aarch64.tar.gz=6a58842d79247d8a64c513d68db9d53ea5640c02f71a1bc45f103baaaca67bb224939ae5f21ef55daa9d9b9697404052d39a3c382768ca366ab7892b8bf1abbe
truffleruby-23.1.1-macos-amd64.tar.gz=7cc6bc957b7ffa42e9fbfe2f6e3014bf1e7996f2754e9e74377078c2c7bc7ac8e10598f1e1452839fc5b9583c823a2a735731ca193a6af2814a02566cc4cd9e4
truffleruby-23.1.1-macos-aarch64.tar.gz=a85b8189ef8a280f6a27d4c1c93893f844266dbdc15b8c4988cdf581613a353508fae4872ac9380efcc47f36357e137861521712c00ce8548041762a8987a9b2
truffleruby-23.1.2-linux-amd64.tar.gz=6307fd71fb1431fb12346d1f13dee4b3afe53947e8a9c1f3e3aa0baae5f9fc9e1496ede0a7d86b169d912ffef9625af998b4e698dc57a2a649140150e3fae28a
truffleruby-23.1.2-linux-aarch64.tar.gz=0f0c5e4aa4e9fbc9b9f91d2b3d3fbfe26e78c5bc5b369fc78dd54775a7582b8c084a64f02848058bec79387fd80b09a5a5594ecfb268635fe76e1f9d957c2e92
truffleruby-23.1.2-macos-amd64.tar.gz=648401a73b29c28862a1fa077c2e1bf8fff65015c8bc690ff883a00a3dfd99389ffdb71f39ad85a4f16c531470f4cc891ae51ec927a426b0fa05fa85c9c6a2f9
truffleruby-23.1.2-macos-aarch64.tar.gz=4ec88684c09aacfa1d8bfed9a17243579ededacecd869e98e12841710bae29ed6e5f080611e53fc217a853f730bb2a9cb3d47ef15443eb8a1ad76a120118c8a5
+truffleruby-24.0.0-linux-amd64.tar.gz=3a59a4dc58ad03549d8e63db1485767757715fc9aec21b2b67b1440b13871a04541abeff9bc8201b3088e1865360b1667459e536d3cfb09687dbffca95deafeb
+truffleruby-24.0.0-linux-aarch64.tar.gz=50f3993b7362bb6e7da80f7327df3d079bb02f98b67012e2135005d77e61648e4f3268f767d8ca245ec5889ff934fbcccb94fd5ecbd55bb0cd9cca900fe10509
+truffleruby-24.0.0-macos-amd64.tar.gz=9ec8bb340b15e29550448e123e3ab0f183edb9bbe7e052743cb2306cbd1956a5789c5a367c80c5e8d913dce2b804448dd6815e4d3421515166daf8db51d37c7d
+truffleruby-24.0.0-macos-aarch64.tar.gz=499f83bf65dcb6ecc92414a3550673e6a0baaddfe3ab13c0bd7aa1bdde1ae2a61d9d0ca8001c0d12688d9e09f98f9e2946a651220fe7d200bb0ec6f285394701
diff --git a/update-truffleruby.rb b/update-truffleruby.rb
index 6bca6e2..f5c5272 100644
--- a/update-truffleruby.rb
+++ b/update-truffleruby.rb
@@ -1,36 +1,36 @@
require "digest"
raise "Usage: #{$0} VERSION RELEASE_DIRECTORY" unless ARGV.size == 2
version, release_directory = ARGV
def replace_line(file, pattern, replacement)
lines = File.readlines(file)
i = lines.index { |line| line.start_with?(pattern) }
lines[i] = lines[i][pattern] + replacement
File.write(file, lines.join)
end
def insert_after(file, pattern, new_lines)
lines = File.readlines(file)
i = lines.rindex { |line| pattern =~ line }
lines.insert(i+1, *new_lines)
File.write(file, lines.join)
end
replace_line "config/db", /truffleruby_version=/, "#{version}\n"
replace_line "config/known", /truffleruby\[/, "-#{version}]\n"
insert_after "config/known_strings", /^truffleruby/, ["truffleruby-#{version}\n"]
%w[md5 sha512].each { |algorithm|
digests = %w[linux-amd64 linux-aarch64 macos-amd64 macos-aarch64].map { |platform|
basename = "truffleruby-#{version}-#{platform}.tar.gz"
archive = "#{release_directory}/#{basename}"
digest = Digest(algorithm.upcase).file(archive).hexdigest
"#{basename}=#{digest}\n"
}
insert_after "config/#{algorithm}", /^truffleruby/, digests
}
-replace_line "CHANGELOG.md", /\* Add support for TruffleRuby (.+)/, ", #{version}\n"
+replace_line "CHANGELOG.md", /\* 22.2.0, 22.3.0, .+/, ", #{version}\n"
|
rvm/rvm
|
4b61737c93de26bea5162f60853101f815e4bc43
|
Fix URL for truffleruby-head on darwin-aarch64 (#5446)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c49a00f..587937a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,546 +1,547 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
+* Fix truffleruby-head installation on macos-aarch64 [\#5446](https://github.com/rvm/rvm/pull/5446)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.3.14.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.6.0 [\#5443](https://github.com/rvm/rvm/pull/5443)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.2.2 and 3.2.3 [\#5441](https://github.com/rvm/rvm/issues/5441)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
diff --git a/scripts/functions/selector_interpreters b/scripts/functions/selector_interpreters
index 0970a69..2eb8128 100644
--- a/scripts/functions/selector_interpreters
+++ b/scripts/functions/selector_interpreters
@@ -1,517 +1,519 @@
#!/usr/bin/env bash
__rvm_select_rbx_nightly()
{
(( ${rvm_nightly_flag:=0} == 1 )) || return 0
\typeset org_rvm_ruby_patch_level _rvm_ruby_name
if [[ "$rvm_ruby_version" == head ]]
then rvm_ruby_version=""
fi
rvm_debug "searching for binary rbx ${rvm_ruby_version:-}${rvm_ruby_version:+-}${rvm_ruby_patch_level}*${rvm_ruby_name:+-}${rvm_ruby_name:-}"
org_rvm_ruby_patch_level="$rvm_ruby_patch_level"
_rvm_ruby_name="${rvm_ruby_name:-${detected_rvm_ruby_name:-}}"
rvm_ruby_patch_level="$(
__list_remote_all |
__rvm_grep ${rvm_ruby_version:-}${rvm_ruby_version:+-}${org_rvm_ruby_patch_level}.*${_rvm_ruby_name:+-}${_rvm_ruby_name:-} |
__rvm_tail -n 1
)"
[[ -n "${rvm_ruby_patch_level:-}" ]] ||
{
rvm_error "Could not find rbx binary '${rvm_ruby_version:-}${rvm_ruby_version:+-}${org_rvm_ruby_patch_level}*${rvm_ruby_name:+-}${rvm_ruby_name:-}' binary release."
return 1
}
rvm_ruby_patch_level="${rvm_ruby_patch_level##*/}"
rvm_ruby_patch_level="${rvm_ruby_patch_level%.tar.*}"
if
[[ -z "${rvm_ruby_version:-}" ]]
then
rvm_ruby_patch_level="${rvm_ruby_patch_level#rubinius-}"
rvm_ruby_version="${rvm_ruby_patch_level%%-*}"
fi
if
[[ -z "${rvm_ruby_name:-}" ]]
then
rvm_ruby_name="${rvm_ruby_patch_level##*-}"
fi
rvm_ruby_patch_level="${rvm_ruby_patch_level##*${org_rvm_ruby_patch_level}}"
rvm_ruby_patch_level="${rvm_ruby_patch_level%%-*}"
rvm_ruby_patch_level="${org_rvm_ruby_patch_level}${rvm_ruby_patch_level}"
rvm_ruby_string="rubinius-${rvm_ruby_version}-${rvm_ruby_patch_level}-${rvm_ruby_name}"
rvm_debug "detected rbx ${rvm_ruby_string}"
rvm_verify_downloads_flag=1
true # for OSX
}
__rvm_select_rbx_compatibility_branch()
{
case "${rvm_ruby_version}" in
(2.0pre) rvm_ruby_repo_branch="master" ;;
(2.0.testing) rvm_ruby_repo_branch="${rvm_ruby_version}" ;;
esac
if
[[ ${rvm_19_flag:-0} == 1 ]]
then
rvm_ruby_repo_branch="1.9.3"
rvm_head_flag=1
elif
[[ ${rvm_18_flag:-0} == 1 ]]
then
rvm_ruby_repo_branch="1.8.7"
rvm_head_flag=1
fi
true # for OSX
}
__rvm_select_interpreter_rbx()
{
__rvm_select_rbx_nightly || return $?
rvm_ruby_interpreter="rbx"
__rvm_select_rbx_compatibility_branch
if
(( ${rvm_head_flag:=1} == 0 )) &&
[[ -z "${rvm_ruby_repo_branch:-}" ]] &&
[[ "${rvm_ruby_version}" != "head" ]]
then
if
__rvm_version_compare "${rvm_ruby_version}" -ge "2.0.0"
then
rbx_url="$( __rvm_db "rbx_url_2.0_and_newer" )"
rvm_archive_extension="tar.bz2"
rvm_ruby_package_file="rubinius-${rvm_ruby_version}"
rvm_ruby_url="${rbx_url}/${rvm_ruby_package_file}.${rvm_archive_extension}"
else
rbx_url=${rbx_url:-$(__rvm_db "rbx_url")}
rvm_archive_extension="tar.gz"
rvm_ruby_package_file="rubinius-${rvm_ruby_version}"
rvm_ruby_url="${rbx_url}/$rvm_ruby_package_file.${rvm_archive_extension}"
fi
else
rvm_ruby_repo_url=${rvm_rbx_repo_url:-$(__rvm_db "rbx_repo_url")}
rvm_head_flag=1
rvm_ruby_patch_level=""
rvm_ruby_tag="${rvm_ruby_version:+v}${rvm_ruby_version:-}"
rvm_ruby_version="head"
rvm_disable_binary_flag=1
fi
if [[ -n "${rvm_rbx_opt:-}" ]]
then export RBXOPT="${RBXOPT:=${rvm_rbx_opt}}"
fi
true # for OSX
}
__rvm_select_interpreter_rubinius()
{
__rvm_select_interpreter_rbx || return $?
}
__rvm_select_macruby_nightly_selected()
{
\typeset __string_version
__string_version="${rvm_ruby_version//./-}"
__string_version="${__string_version#nightly_}"
rvm_ruby_package_name="${rvm_ruby_interpreter}_nightly-${__string_version}"
rvm_ruby_package_file="$rvm_ruby_package_name.pkg"
}
__rvm_select_macruby_nightly_detect()
{
\typeset __string_version
rvm_ruby_version="$(
__rvm_curl -s "$rvm_ruby_url" |
__rvm_grep -oE "<a href=\"macruby_nightly-[^<]+\.pkg</a>" |
__rvm_awk -F"[<>]" '{print $3}' |
__rvm_version_sort |
__rvm_tail -n 1
)"
[[ -n "${rvm_ruby_version}" ]] ||
{
rvm_error "Could not find MacRuby nightly binary."
return 1
}
rvm_ruby_package_file="${rvm_ruby_version}"
rvm_ruby_package_name="${rvm_ruby_package_file%.pkg}"
__string_version="${rvm_ruby_package_name#macruby_nightly-}"
__string_version="${__string_version//-/.}"
rvm_ruby_version="nightly_${__string_version}"
rvm_ruby_string="macruby-${rvm_ruby_version}${rvm_ruby_name:+-}${rvm_ruby_name:-}"
true # for OSX
}
__rvm_select_macruby_nightly()
{
__rvm_db "macruby_nightly_url" "rvm_ruby_url"
case "${rvm_ruby_version:-}" in
(nightly_*)
__rvm_select_macruby_nightly_selected
;;
(*)
__rvm_select_macruby_nightly_detect
;;
esac
rvm_ruby_url+="/${rvm_ruby_package_file}"
rvm_verify_downloads_flag=1
rvm_debug "selected macruby $rvm_ruby_string => $rvm_ruby_url"
true # for OSX
}
__rvm_select_interpreter_macruby()
{
if
[[ "Darwin" == "${_system_type}" ]]
then
rvm_ruby_package_name="${rvm_ruby_interpreter}-${rvm_ruby_version}"
if
(( ${rvm_head_flag:=0} == 1 ))
then
rvm_ruby_version=""
rvm_ruby_tag=""
rvm_ruby_revision="head"
__rvm_db "macruby_repo_url" "rvm_ruby_repo_url"
rvm_ruby_url="$rvm_ruby_repo_url"
rvm_disable_binary_flag=1
elif
[[ "${rvm_ruby_version:-}" == *"nightly"* ]]
then
__rvm_select_macruby_nightly
elif
[[ -n "${rvm_ruby_version:-}" ]]
then
__rvm_db "macruby_${rvm_ruby_version}_url" "rvm_ruby_url"
[[ -n "${rvm_ruby_url:-}" ]] || __rvm_db "macruby_url" "rvm_ruby_url"
rvm_ruby_package_name="MacRuby%20${rvm_ruby_version}.zip"
rvm_ruby_package_file="$rvm_ruby_package_name"
rvm_ruby_url="$rvm_ruby_url/$rvm_ruby_package_name"
else
__rvm_db "macruby_version" "rvm_ruby_version"
__rvm_db "macruby_url" "rvm_ruby_url"
rvm_ruby_package_name="MacRuby%20${rvm_ruby_version}.zip"
rvm_ruby_package_file="$rvm_ruby_package_name"
rvm_ruby_url="$rvm_ruby_url/$rvm_ruby_package_name"
fi
rvm_ruby_patch_level=""
else
rvm_error "MacRuby can only be installed on a Darwin OS."
fi
true # for OSX
}
__rvm_select_interpreter_jruby()
{
rvm_ruby_patch_level=""
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "jruby_repo_url")}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "jruby_repo_url")}"
if (( ${rvm_head_flag:=0} == 1 ))
then
(( ${rvm_remote_flag:-0} == 1 )) || rvm_disable_binary_flag=1
rvm_ruby_version="head"
else
if (( ${rvm_18_flag:-0} || ${rvm_19_flag:-0} || ${rvm_20_flag:-0} || ${#rvm_patch_names[@]} ))
then rvm_disable_binary_flag=1
fi
rvm_ruby_version="${rvm_ruby_version:-"$(__rvm_db "jruby_version")"}"
rvm_ruby_tag="${rvm_ruby_tag:-${rvm_ruby_version}}"
fi
alias jruby_ng="jruby --ng"
alias jruby_ng_server="jruby --ng-server"
true # for OSX
}
__rvm_truffleruby_set_version()
{
if (( ${rvm_head_flag:=0} == 1 ))
then
rvm_ruby_version="head"
truffleruby_version="head"
else
rvm_ruby_version="${rvm_ruby_version:-$(__rvm_db "truffleruby_version")}"
truffleruby_version="${rvm_ruby_version}${rvm_ruby_patch_level:+-}${rvm_ruby_patch_level:-}"
fi
true # for OSX
}
__rvm_truffleruby_set_rvm_ruby_url()
{
case "${_system_type}" in
Linux) platform="linux" ;;
Darwin) platform="macos" ;;
*) rvm_error "TruffleRuby does not support ${_system_type} currently." ;;
esac
case "${_system_arch}" in
x86_64) arch=amd64 ;;
aarch64) arch=aarch64 ;;
arm64) arch=aarch64 ;;
*) rvm_error "TruffleRuby does not support ${_system_arch} currently." ;;
esac
rvm_ruby_package_name="truffleruby-${truffleruby_version}"
if (( ${rvm_head_flag:=0} == 1 )); then
- case "$platform" in
- linux) platform="ubuntu-20.04" ;;
- macos) platform="macos-latest" ;;
+ case "${platform}-${arch}" in
+ linux-amd64) platform="ubuntu-20.04" ;;
+ macos-amd64) platform="macos-latest" ;;
+ macos-aarch64) platform="macos-13-arm64" ;;
+ *) fail "Unsupported platform ${platform}-${arch} for truffleruby-head" ;;
esac
rvm_ruby_package_file="${rvm_ruby_package_name}-${platform}"
rvm_ruby_url="${rvm_ruby_repo_url:-https://github.com/ruby/truffleruby-dev-builder/releases/latest/download/${rvm_ruby_package_file}.tar.gz}"
elif [ "$truffleruby_version" = "23.0.0" ]; then
rvm_ruby_package_file="${rvm_ruby_package_name}-${platform}-${arch}"
truffleruby_artifact_id=""
case "${platform}-${arch}" in
linux-amd64) truffleruby_artifact_id="FD4AB182EA4CEDFDE0531518000AF13E" ;;
linux-aarch64) truffleruby_artifact_id="FD40BA2367C226B6E0531518000AE71A" ;;
macos-amd64) truffleruby_artifact_id="FD4AB182EA51EDFDE0531518000AF13E" ;;
macos-aarch64) truffleruby_artifact_id="FD40BBF6750C366CE0531518000ABEAF" ;;
*) fail "Unsupported platform ${platform}-${arch}" ;;
esac
rvm_ruby_url="${rvm_ruby_repo_url:-https://gds.oracle.com/api/20220101/artifacts/$truffleruby_artifact_id/content}"
elif [ "${truffleruby_version%%.*}" -ge "23" ]; then # 23.1+
rvm_ruby_package_file="${rvm_ruby_package_name}-${platform}-${arch}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "truffleruby_url")/graal-${truffleruby_version}/${rvm_ruby_package_file}.tar.gz}"
else
rvm_ruby_package_file="${rvm_ruby_package_name}-${platform}-${arch}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "truffleruby_url")/vm-${truffleruby_version}/${rvm_ruby_package_file}.tar.gz}"
fi
true # for OSX
}
__rvm_select_interpreter_truffleruby()
{
__rvm_truffleruby_set_version
__rvm_truffleruby_set_rvm_ruby_url
true # for OSX
}
__rvm_select_interpreter_maglev()
{
rvm_ruby_patch_level=""
maglev_url="$(__rvm_db "maglev_url")"
system="${_system_type}"
if [[ "$MACHTYPE" == x86_64-apple-darwin* ]]
then arch="i386" # x86_64-apple-darwin supports both i386 and x86_64 maglev implements only i386
else arch="${_system_arch}"
fi
if
(( ${rvm_head_flag:=0} == 1 )) || [[ "$rvm_ruby_version" == "head" ]]
then
rvm_head_flag=1
rvm_ruby_version="head"
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "maglev_repo_url")}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "maglev_repo_url")}"
rvm_gemstone_version=$(
__rvm_curl -s https://raw.githubusercontent.com/MagLev/maglev/master/version.txt |
__rvm_grep "^GEMSTONE" | cut -f2 -d-
)
rvm_gemstone_package_file="GemStone-${rvm_gemstone_version}.${system}-${arch}"
rvm_disable_binary_flag=1
else
rvm_ruby_package_file="MagLev-${rvm_ruby_version}" # removed from 1.0: .${system}-${arch}
rvm_ruby_version="${rvm_ruby_version:-"$(__rvm_db "maglev_version")"}"
rvm_ruby_package_name="${rvm_ruby_interpreter}-${rvm_ruby_version}"
rvm_ruby_url="${rvm_ruby_url:-"$maglev_url/${rvm_ruby_package_file}.${rvm_archive_extension}"}"
rvm_gemstone_version=$(
__rvm_curl -s https://raw.githubusercontent.com/MagLev/maglev/MagLev-${rvm_ruby_version}/version.txt |
__rvm_grep "^GEMSTONE" | cut -f2 -d-
)
rvm_gemstone_package_file="GemStone-${rvm_gemstone_version}.${system}-${arch}"
fi
export MAGLEV_HOME="$rvm_ruby_home"
export GEMSTONE_GLOBAL_DIR=$MAGLEV_HOME
rvm_gemstone_url="$maglev_url/${rvm_gemstone_package_file}.${rvm_archive_extension}"
true # for OSX
}
__rvm_select_interpreter_ironruby()
{
rvm_ruby_patch_level=""
if
(( ${rvm_head_flag:=0} == 1 ))
then
rvm_ruby_version="head"
rvm_ruby_package_name="${rvm_ruby_string}"
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "ironruby_repo_url")}"
rvm_ruby_url="${rvm_ruby_repo_url:-$(__rvm_db "ironruby_repo_url")}"
rvm_disable_binary_flag=1
else
rvm_archive_extension="zip"
rvm_ruby_version=${rvm_ruby_version:-"$(__rvm_db "ironruby_version")"}
rvm_ruby_package_name="${rvm_ruby_interpreter}-${rvm_ruby_version}"
rvm_ruby_package_file="${rvm_ruby_interpreter}-${rvm_ruby_version}.${rvm_archive_extension}"
rvm_ruby_url="$(__rvm_db "ironruby_${rvm_ruby_version}_url")"
fi
export rvm_ruby_version rvm_ruby_string rvm_ruby_package_name rvm_ruby_repo_url rvm_ruby_url rvm_archive_extension
true # for OSX
}
__rvm_select_interpreter_ree()
{
rvm_ruby_interpreter=ree
rvm_ruby_version=${rvm_ruby_version:-"$(__rvm_db "ree_version")"}
case "$rvm_ruby_version" in
1.8.*) true ;; # all good!
*) rvm_error "Unknown Ruby Enterprise Edition version: $rvm_ruby_version" ;;
esac
if [[ -n "${rvm_ruby_patch_level:-0}" ]]
then rvm_ruby_patch_level="${rvm_ruby_patch_level#p}"
fi
rvm_ruby_package_file="ruby-enterprise-$rvm_ruby_version-$rvm_ruby_patch_level"
rvm_ruby_url="$(__rvm_db "${rvm_ruby_interpreter}_${rvm_ruby_version}_${rvm_ruby_patch_level}_url")"
rvm_ruby_url="${rvm_ruby_url:-$(__rvm_db "${rvm_ruby_interpreter}_${rvm_ruby_version}_url")}"
rvm_ruby_url="${rvm_ruby_url}/$rvm_ruby_package_file.tar.gz"
true # for OSX
}
__rvm_select_interpreter_common()
{
rvm_ruby_interpreter="${1}"
rvm_ruby_version="head"
rvm_ruby_patch_level=""
export rvm_head_flag=1
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "${1}_repo_url")}"
rvm_ruby_url=$rvm_ruby_repo_url
rvm_ruby_configure=""
rvm_ruby_make=""
rvm_ruby_make_install=""
}
__rvm_select_interpreter_opal()
{
__rvm_select_interpreter_common "opal"
}
__rvm_select_interpreter_topaz()
{
__rvm_select_interpreter_common "topaz"
}
__rvm_select_interpreter_mruby()
{
rvm_ruby_interpreter="mruby"
rvm_ruby_patch_level=""
rvm_ruby_repo_url="${rvm_ruby_repo_url:-$(__rvm_db "mruby_repo_url")}"
rvm_ruby_url=$rvm_ruby_repo_url
rvm_ruby_configure=""
rvm_ruby_make=""
rvm_ruby_make_install=""
export rvm_skip_autoreconf_flag=1
if
[[ -z "${rvm_ruby_version:-}" ]]
then
rvm_head_flag=1
else
rvm_head_flag=0
rvm_archive_extension="tar.gz"
rvm_ruby_package_file="${rvm_ruby_version}"
fi
}
__rvm_select_interpreter_ruby()
{
if
[[ "${rvm_ruby_patch_level:-}" == "p0" ]] &&
__rvm_version_compare "${rvm_ruby_version}" -ge 2.1.0 &&
[[ ! -d "$rvm_rubies_path/$rvm_ruby_string" ]]
then
rvm_ruby_patch_level=""
rvm_ruby_string="${rvm_ruby_string%-p0}"
fi
rvm_ruby_package_name="${rvm_ruby_interpreter}-${rvm_ruby_version}${rvm_ruby_patch_level:+-}${rvm_ruby_patch_level:-}"
rvm_ruby_package_file="${rvm_ruby_package_name}"
if
[[ -z "${rvm_ruby_version:-""}" ]] &&
(( ${rvm_head_flag:=0} == 0 ))
then
rvm_error "Ruby version was not specified!"
else
rvm_ruby_repo_url="${rvm_ruby_repo_url:-"$(__rvm_db "ruby_repo_url")"}"
if
(( ${rvm_head_flag:=0} == 0 ))
then
if __rvm_version_compare "${rvm_ruby_version}" -ge "3.0.0"
then rvm_archive_extension="tar.gz"
elif __rvm_version_compare "${rvm_ruby_version}" -lt "1.8.5"
then rvm_archive_extension="tar.gz"
else rvm_archive_extension="tar.bz2"
fi
else
rvm_disable_binary_flag=1
fi
fi
true # for OSX
}
__rvm_select_interpreter_ext()
{
if
[[ -z "${rvm_ruby_name:-${detected_rvm_ruby_name:-}}" ]]
then
rvm_error "External ruby name was not specified!"
return 1
fi
}
__rvm_select_interpreter_current()
{
ruby_binary="$(builtin command -v ruby)"
if
(( $? == 0)) &&
__rvm_string_match "$ruby_binary" "*rvm*"
then
rvm_ruby_string="$(dirname "$ruby_binary" | __rvm_xargs dirname | __rvm_xargs basename)"
else
rvm_ruby_interpreter="system"
fi
}
__rvm_select_interpreter_default()
{
true # do nothing
}
__rvm_select_interpreter_system()
{
true # do nothing
}
__rvm_select_interpreter_user()
{
true # do nothing
}
__rvm_select_interpreter_missing()
{
return 2
}
|
rvm/rvm
|
ff4e184418abbe2b05cbca0db139fc72a4a37376
|
Add support for Ruby 3.2.3 (#5439)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02032d2..e808406 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,567 +1,568 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
+* 3.2.3 [\#5439](https://github.com/rvm/rvm/pull/5439)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
#### Infrastructure
* Migrate from rvm_io.global.ssl.fastly.net to rvm-io.global.ssl.fastly.net to fix domain fronting report from Fastly [\#5438](https://github.com/rvm/rvm/pull/5438)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
diff --git a/config/known b/config/known
index 0fe8bc3..5566ded 100644
--- a/config/known
+++ b/config/known
@@ -1,80 +1,80 @@
# MRI Rubies
[ruby-]1.8.6[-p420]
[ruby-]1.8.7[-head] # security released on head
[ruby-]1.9.1[-p431]
[ruby-]1.9.2[-p330]
[ruby-]1.9.3[-p551]
[ruby-]2.0.0[-p648]
[ruby-]2.1[.10]
[ruby-]2.2[.10]
[ruby-]2.3[.8]
[ruby-]2.4[.10]
[ruby-]2.5[.9]
[ruby-]2.6[.10]
[ruby-]2.7[.8]
[ruby-]3.0[.6]
[ruby-]3.1[.4]
-[ruby-]3.2[.2]
+[ruby-]3.2[.3]
[ruby-]3[.3.0]
ruby-head
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2
# JRuby
jruby-1.6[.8]
jruby-1.7[.27]
jruby-9.1[.17.0]
jruby-9.2[.21.0]
jruby-9.3[.13.0]
jruby[-9.4.5.0]
jruby-head
# Rubinius
rbx-1[.4.3]
rbx-2.3[.0]
rbx-2.4[.1]
rbx-2[.5.8]
rbx-3[.107]
rbx-4[.20]
rbx-5[.0]
rbx-head
# TruffleRuby
truffleruby[-23.1.2]
# Opal
opal
# Minimalistic ruby implementation - ISO 30170:2012
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1[.4.1]
mruby-2.0.1
mruby-2[.1.1]
mruby[-head]
# Ruby Enterprise Edition
ree-1.8.6
ree[-1.8.7][-2012.02]
# Topaz
topaz
# MagLev
maglev-1.0.0
maglev-1.1[RC1]
maglev[-1.2Alpha4]
maglev-head
# Mac OS X Snow Leopard Or Newer
macruby-0.10
macruby-0.11
macruby[-0.12]
macruby-nightly
macruby-head
# IronRuby
ironruby[-1.1.3]
ironruby-head
diff --git a/config/known_strings b/config/known_strings
index 33b27ba..e500148 100644
--- a/config/known_strings
+++ b/config/known_strings
@@ -1,547 +1,548 @@
ironruby-1.0
ironruby-1.1.3
jruby-0.9.0
jruby-0.9.1
jruby-0.9.2
jruby-0.9.8
jruby-0.9.9
jruby-1.0.0RC1
jruby-1.0.0RC2
jruby-1.0.0RC3
jruby-1.0
jruby-1.0.1
jruby-1.0.2
jruby-1.0.3
jruby-1.1b1
jruby-1.1RC1
jruby-1.1RC2
jruby-1.1RC3
jruby-1.1
jruby-1.1.1
jruby-1.1.2
jruby-1.1.3
jruby-1.1.4
jruby-1.1.5
jruby-1.1.6RC1
jruby-1.1.6
jruby-1.2.0RC1
jruby-1.2.0RC2
jruby-1.2.0
jruby-1.3.0RC1
jruby-1.3.0RC2
jruby-1.3.0
jruby-1.3.1
jruby-1.4.0RC1
jruby-1.4.0RC2
jruby-1.4.0RC3
jruby-1.4.0
jruby-1.4.1
jruby-1.5.0.RC1
jruby-1.5.0.RC2
jruby-1.5.0.RC3
jruby-1.5.0
jruby-1.5.1
jruby-1.5.2
jruby-1.5.3
jruby-1.5.4
jruby-1.5.5
jruby-1.5.6
jruby-1.6.0.RC1
jruby-1.6.0.RC2
jruby-1.6.0.RC3
jruby-1.6.0
jruby-1.6.1
jruby-1.6.2
jruby-1.6.3
jruby-1.6.4
jruby-1.6.5
jruby-1.6.5.1
jruby-1.6.7
jruby-1.6.7.2
jruby-1.6.8
jruby-1.7.0.preview1
jruby-1.7.0.preview2
jruby-1.7.0.RC1
jruby-1.7.0.RC2
jruby-1.7.0
jruby-1.7.1
jruby-1.7.2
jruby-1.7.3
jruby-1.7.4
jruby-1.7.5
jruby-1.7.6
jruby-1.7.7
jruby-1.7.8
jruby-1.7.9
jruby-1.7.10
jruby-1.7.11
jruby-1.7.12
jruby-1.7.13
jruby-1.7.14
jruby-1.7.15
jruby-1.7.16
jruby-1.7.16.1
jruby-1.7.16.2
jruby-1.7.17
jruby-1.7.18
jruby-1.7.19
jruby-1.7.20
jruby-1.7.20.1
jruby-1.7.21
jruby-1.7.22
jruby-1.7.23
jruby-1.7.24
jruby-1.7.25
jruby-1.7.26
jruby-1.7.27
jruby-9.0.0.0.pre1
jruby-9.0.0.0.pre2
jruby-9.0.0.0.rc1
jruby-9.0.0.0.rc2
jruby-9.0.0.0
jruby-9.0.1.0
jruby-9.0.2.0
jruby-9.0.3.0
jruby-9.0.4.0
jruby-9.0.5.0
jruby-9.1.0.0
jruby-9.1.1.0
jruby-9.1.2.0
jruby-9.1.3.0
jruby-9.1.4.0
jruby-9.1.5.0
jruby-9.1.6.0
jruby-9.1.7.0
jruby-9.1.8.0
jruby-9.1.9.0
jruby-9.1.10.0
jruby-9.1.11.0
jruby-9.1.12.0
jruby-9.1.13.0
jruby-9.1.14.0
jruby-9.1.15.0
jruby-9.1.16.0
jruby-9.1.17.0
jruby-9.2.0.0
jruby-9.2.1.0
jruby-9.2.2.0
jruby-9.2.3.0
jruby-9.2.4.0
jruby-9.2.4.1
jruby-9.2.5.0
jruby-9.2.6.0
jruby-9.2.7.0
jruby-9.2.8.0
jruby-9.2.9.0
jruby-9.2.10.0
jruby-9.2.11.0
jruby-9.2.11.1
jruby-9.2.12.0
jruby-9.2.13.0
jruby-9.2.14.0
jruby-9.2.15.0
jruby-9.2.16.0
jruby-9.2.17.0
jruby-9.2.18.0
jruby-9.2.19.0
jruby-9.2.20.0
jruby-9.2.20.1
jruby-9.2.21.0
jruby-9.3.0.0
jruby-9.3.1.0
jruby-9.3.2.0
jruby-9.3.3.0
jruby-9.3.4.0
jruby-9.3.6.0
jruby-9.3.7.0
jruby-9.3.8.0
jruby-9.3.9.0
jruby-9.3.10.0
jruby-9.3.11.0
jruby-9.3.13.0
jruby-9.4.0.0
jruby-9.4.1.0
jruby-9.4.2.0
jruby-9.4.3.0
jruby-9.4.4.0
jruby-9.4.5.0
macruby-0.12
maglev-1.0.0
maglev-1.1beta
maglev-1.1beta2
maglev-1.1RC1
maglev-1.2Alpha
maglev-1.2Alpha2
maglev-1.2Alpha3
maglev-1.2Alpha4
mruby-1.0.0
mruby-1.1.0
mruby-1.2.0
mruby-1.3.0
mruby-1.4.0
mruby-1.4.1
mruby-2.0.0
mruby-2.0.1
mruby-2.1.0-rc
mruby-2.1.0
mruby-2.1.1-rc
mruby-2.1.1-rc2
mruby-2.1.1
rbx-1.0.0-20100514
rbx-1.0.1-20100603
rbx-1.1.0-20100923
rbx-1.1.1-20101116
rbx-1.2.0-20101221
rbx-1.2.1-20110215
rbx-1.2.2-20110222
rbx-1.2.3-20110315
rbx-1.2.4-20110705
rbx-1.3.2
rbx-1.3.3
rbx-1.4.1
rbx-1.4.3
rbx-2.0.0
rbx-2.1.0
rbx-2.1.1
rbx-2.2.0
rbx-2.2.2
rbx-2.2.3
rbx-2.2.4
rbx-2.2.5
rbx-2.2.6
rbx-2.2.7
rbx-2.2.8
rbx-2.2.9
rbx-2.2.10
rbx-2.3.0
rbx-2.4.0
rbx-2.4.1
rbx-2.5.0
rbx-2.5.1
rbx-2.5.2
rbx-2.5.3
rbx-2.5.4
rbx-2.5.5
rbx-2.5.6
rbx-2.5.7
rbx-2.5.8
rbx-3.70
rbx-3.71
rbx-3.72
rbx-3.73
rbx-3.74
rbx-3.75
rbx-3.76
rbx-3.77
rbx-3.78
rbx-3.79
rbx-3.80
rbx-3.81
rbx-3.82
rbx-3.83
rbx-3.84
rbx-3.85
rbx-3.86
rbx-3.87
rbx-3.88
rbx-3.89
rbx-3.90
rbx-3.91
rbx-3.92
rbx-3.93
rbx-3.94
rbx-3.95
rbx-3.96
rbx-3.97
rbx-3.98
rbx-3.99
rbx-3.100
rbx-3.101
rbx-3.102
rbx-3.103
rbx-3.104
rbx-3.105
rbx-3.106
rbx-3.107
rbx-4.0
rbx-4.1
rbx-4.2
rbx-4.3
rbx-4.4
rbx-4.5
rbx-4.6
rbx-4.7
rbx-4.8
rbx-4.9
rbx-4.10
rbx-4.11
rbx-4.12
rbx-4.13
rbx-4.14
rbx-4.15
rbx-4.16
rbx-4.17
rbx-4.18
rbx-4.19
rbx-4.20
rbx-5.0
ree-1.8.6-20080507
ree-1.8.6-20080621
ree-1.8.6-20080623
ree-1.8.6-20080624
ree-1.8.6-20080709
ree-1.8.6-20080810
ree-1.8.6-20081205
ree-1.8.6-20081215
ree-1.8.6-20090113
ree-1.8.6-20090201
ree-1.8.6-20090421
ree-1.8.6-20090520
ree-1.8.6-20090610
ree-1.8.6-20090928
ree-1.8.7-2009.10
ree-1.8.7-2010.01
ree-1.8.7-2010.02
ree-1.8.7-2011.01
ree-1.8.7-2011.02
ree-1.8.7-2011.03
ree-1.8.7-2011.12
ree-1.8.7-2012.02
ruby-1.8.5-p115
ruby-1.8.5-p231
ruby-1.8.6-p286
ruby-1.8.6-p287
ruby-1.8.6-p369
ruby-1.8.6-p383
ruby-1.8.6-p398
ruby-1.8.6-p399
ruby-1.8.6-p420
ruby-1.8.7-p160
ruby-1.8.7-p174
ruby-1.8.7-p248
ruby-1.8.7-p249
ruby-1.8.7-p299
ruby-1.8.7-p302
ruby-1.8.7-p330
ruby-1.8.7-p334
ruby-1.8.7-p352
ruby-1.8.7-p357
ruby-1.8.7-p358
ruby-1.8.7-p370
ruby-1.8.7-p371
ruby-1.8.7-p374
ruby-1.9.0
ruby-1.9.1-p129
ruby-1.9.1-p243
ruby-1.9.1-p376
ruby-1.9.1-p378
ruby-1.9.1-p429
ruby-1.9.1-p431
ruby-1.9.2-p0
ruby-1.9.2-p136
ruby-1.9.2-p180
ruby-1.9.2-p290
ruby-1.9.2-p318
ruby-1.9.2-p320
ruby-1.9.2-p330
ruby-1.9.3-preview1
ruby-1.9.3-rc1
ruby-1.9.3-p0
ruby-1.9.3-p125
ruby-1.9.3-p194
ruby-1.9.3-p286
ruby-1.9.3-p327
ruby-1.9.3-p362
ruby-1.9.3-p374
ruby-1.9.3-p385
ruby-1.9.3-p392
ruby-1.9.3-p429
ruby-1.9.3-p448
ruby-1.9.3-p484
ruby-1.9.3-p545
ruby-1.9.3-p547
ruby-1.9.3-p550
ruby-1.9.3-p551
ruby-2.0.0-preview1
ruby-2.0.0-preview2
ruby-2.0.0-rc1
ruby-2.0.0-rc2
ruby-2.0.0-p0
ruby-2.0.0-p195
ruby-2.0.0-p247
ruby-2.0.0-p353
ruby-2.0.0-p451
ruby-2.0.0-p481
ruby-2.0.0-p576
ruby-2.0.0-p594
ruby-2.0.0-p598
ruby-2.0.0-p643
ruby-2.0.0-p645
ruby-2.0.0-p647
ruby-2.0.0-p648
ruby-2.1.0-preview1
ruby-2.1.0-preview2
ruby-2.1.0-rc1
ruby-2.1.0
ruby-2.1.1
ruby-2.1.2
ruby-2.1.3
ruby-2.1.4
ruby-2.1.5
ruby-2.1.6
ruby-2.1.7
ruby-2.1.8
ruby-2.1.9
ruby-2.1.10
ruby-2.2.0-preview1
ruby-2.2.0-preview2
ruby-2.2.0-rc1
ruby-2.2.0
ruby-2.2.1
ruby-2.2.2
ruby-2.2.3
ruby-2.2.4
ruby-2.2.5
ruby-2.2.6
ruby-2.2.7
ruby-2.2.8
ruby-2.2.9
ruby-2.2.10
ruby-2.3.0-preview1
ruby-2.3.0-preview2
ruby-2.3.0
ruby-2.3.1
ruby-2.3.2
ruby-2.3.3
ruby-2.3.4
ruby-2.3.5
ruby-2.3.6
ruby-2.3.7
ruby-2.3.8
ruby-2.4.0-preview1
ruby-2.4.0-preview2
ruby-2.4.0-preview3
ruby-2.4.0-rc1
ruby-2.4.0
ruby-2.4.1
ruby-2.4.2
ruby-2.4.3
ruby-2.4.4
ruby-2.4.5
ruby-2.4.6
ruby-2.4.7
ruby-2.4.8
ruby-2.4.9
ruby-2.4.10
ruby-2.5.0-preview1
ruby-2.5.0-rc1
ruby-2.5.0
ruby-2.5.1
ruby-2.5.2
ruby-2.5.3
ruby-2.5.4
ruby-2.5.5
ruby-2.5.6
ruby-2.5.7
ruby-2.5.8
ruby-2.5.9
ruby-2.6.0-preview1
ruby-2.6.0-preview2
ruby-2.6.0-preview3
ruby-2.6.0-rc1
ruby-2.6.0-rc2
ruby-2.6.0
ruby-2.6.1
ruby-2.6.2
ruby-2.6.3
ruby-2.6.4
ruby-2.6.5
ruby-2.6.6
ruby-2.6.7
ruby-2.6.8
ruby-2.6.9
ruby-2.6.10
ruby-2.7.0-preview1
ruby-2.7.0-preview2
ruby-2.7.0-preview3
ruby-2.7.0-rc1
ruby-2.7.0-rc2
ruby-2.7.0
ruby-2.7.1
ruby-2.7.2
ruby-2.7.3
ruby-2.7.4
ruby-2.7.5
ruby-2.7.6
ruby-2.7.7
ruby-2.7.8
ruby-3.0.0-preview1
ruby-3.0.0-preview2
ruby-3.0.0-rc1
ruby-3.0.0
ruby-3.0.1
ruby-3.0.2
ruby-3.0.3
ruby-3.0.4
ruby-3.0.5
ruby-3.0.6
ruby-3.1.0-preview1
ruby-3.1.0
ruby-3.1.1
ruby-3.1.2
ruby-3.1.3
ruby-3.1.4
ruby-3.2.0-preview1
ruby-3.2.0-preview2
ruby-3.2.0-preview3
ruby-3.2.0-rc1
ruby-3.2.0
ruby-3.2.1
ruby-3.2.2
+ruby-3.2.3
ruby-3.3.0-preview1
ruby-3.3.0-preview2
ruby-3.3.0-preview3
ruby-3.3.0
truffleruby-1.0.0-rc2
truffleruby-1.0.0-rc3
truffleruby-1.0.0-rc5
truffleruby-1.0.0-rc6
truffleruby-1.0.0-rc7
truffleruby-1.0.0-rc8
truffleruby-1.0.0-rc9
truffleruby-1.0.0-rc10
truffleruby-1.0.0-rc11
truffleruby-1.0.0-rc12
truffleruby-1.0.0-rc13
truffleruby-1.0.0-rc14
truffleruby-1.0.0-rc15
truffleruby-1.0.0-rc16
truffleruby-19.0.0
truffleruby-19.0.2
truffleruby-19.1.0
truffleruby-19.1.1
truffleruby-19.2.0
truffleruby-19.2.0.1
truffleruby-19.2.1
truffleruby-19.3.0
truffleruby-19.3.0.2
truffleruby-19.3.1
truffleruby-20.0.0
truffleruby-20.1.0
truffleruby-20.2.0
truffleruby-20.3.0
truffleruby-21.0.0
truffleruby-21.1.0
truffleruby-21.2.0
truffleruby-21.2.0.1
truffleruby-21.3.0
truffleruby-22.0.0.2
truffleruby-22.1.0
truffleruby-22.2.0
truffleruby-22.3.0
truffleruby-22.3.1
truffleruby-23.0.0-preview1
truffleruby-23.0.0
truffleruby-23.1.0
truffleruby-23.1.1
truffleruby-23.1.2
diff --git a/config/md5 b/config/md5
index fada0e9..2e1f453 100644
--- a/config/md5
+++ b/config/md5
@@ -1261,751 +1261,752 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=1b83408afb875f75f601a2df4561b5ba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=b226f7e1519b647916c6f4c644d2aa76
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=3ed590b52d0b2169632c000775bf42a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=4215fda256b8e85af09a0280df7ff6c9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=dca93c0453d9520f463cdc402bee5c1b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=c6bf82998ca467e5c3fc10508d3e88ba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=3d8108f21c103ba7d9af83a0489bfc7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=ab70a3ca42220b575d6beccf9e0bc25b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=ff66ffe02c21d2163a4db3b4daeaa13d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=5c4c43e0fd5435099adc86c9985dd4c4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c66bd4ed120999159fba088549c755cf
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=5a8c6a0955be75e5d461624b596a08e2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=0071aeae2ad582f89c4704531d0e7a5d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=5da9cf19b005948398f3541a1ded7105
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=a27a413146d903d258fe9fc907e60c1a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=77794ae2fb09dca79bfb636198ccaaed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=565f3c0dbc3211c6f86ebcb60cbd5de7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=5cc60a18ac4cca5322994c6d19753846
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=45b547a987088761a88143e5fabef13e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=e993696c73e6be0017d90ccdddbcc644
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=032a73d5182d84cbbf20b6e7e310c7c2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=07c61bc0c9e09fc87808f62985cbff25
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=62745ec761a45826841002e72cfca795
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=538383cc35e5710a2175f36416ca3b7c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=8a17255fa833fe3ff9c0275db79bfbff
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=66dc3fdf49b1371fd6d362f3ea9d019b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=873b63cc2e4abbb6ec5126ab07ce429a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=84658482a83ee3a4c80d145d0bd7ccb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=d3af42a4fd701e0710d5f6a16e6bb9a3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c5f56b0149ab787d89c69056eb45e483
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=13f1011cc048aef7199ae8f14bc2ac62
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=fba1bf0b819f52561deab198fd36743d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=3ec8f383026889e2f3c328d86839a7b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=9c3775365cab8e1e82aa19e87b9711dd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=cce17e87cc9bfcb6b995e5f1996c423c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=b80a93441133b85258d97085aeead20a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=74c45b08a2dc28871ff158b608cc8685
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=469b22a4b12f23e86ac25b3d797ff559
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=ea7767cbfacd744813ccaedd1b4e0013
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=0d9f69db1bd665c9e5c9592b483b31a1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=068f5c90b5b381cd58d8804ca2b3be64
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=6181192273efab4aabaa8628fc83c7be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=fa690cb7132706fb25dfc625e949e96a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=c443f32cd4c91fb37ff79bd86906e1bc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=6fa3edab1bbacf7328074a7fba22be50
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=a950bc4af16446fce2f9266e95629bdb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=d9bce275c2f36dbde8a6c25f9fa10c2e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=6486c5ce9ec697039b0bb36d2bf18a0d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=79f0927984b8e6e7934b34bdb2a3e5e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=214ac1e49a75291a68c63134bc246a8a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=94a39d1b226350362666f6305866b20b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=4db7d99d775a7f24bb55c6053d4eb864
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=c0db831a97b8427e0777adeaebf7a9d8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=830b4845fbfd45df75758e311a013ffc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=3fc39c824b2060a3a2766ca01037dd15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=0b395f3884c78c6938896ff253c5251b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=2be294a056a45a50262d1796906f8860
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=0270733b808489a91e41f73d9fe971e9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=33db4a687e4943faf6c2853179b67935
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=dea6663b2c113190e9b99a6dcedb3aa0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=334008d7f927b308f27eb0f93f849a9e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=07b12bd2a7d8242c34d824882e654c22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=fe12c0e211f90076b51c7916c830971f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=65ab3105b0c6d5e8a2e9977a3ab7ed94
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=08547ad8e760e0776c74401ae5bbd8e5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=631b4ea065d18df96c6ccbc141904bb3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=03a67e234d886f3c698c1571e42cc7a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=0ded0cb8ce18a846d71d7e04d24c2e78
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=5251aed0ba4d8349413d6bf4c261bea3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=f09694c4f23d7625f72606bce0efb710
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=340db3acb58829b51e4a7ac1c77246d4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1bd86cb46a9e6c40c285258879a3d59
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=d86b2a1e9721b9459e1283006e03fa92
ironruby-1.0.zip=7a92888837b3507355ed391dbfc0ab83
ironruby-1.1.3.zip=4f2af6253a459cc054d6c55956e514a9
jruby-bin-1.3.1.tar.gz=4a95db8fc93ed7219663fbede98b6117
jruby-bin-1.4.tar.gz=54dba9a88b2b3f99ac86a79828d0178b
jruby-bin-1.4.0.tar.gz=f37322c18e9134e91e064aebb4baa4c7
jruby-bin-1.4.0.zip=3a9c8a5115a679da7d7a49a56d57d4c0
jruby-bin-1.4.1.tar.gz=a4aa8c43d1b9ffd9dbc6cb738d55a034
jruby-bin-1.5.0.tar.gz=ee2b4e326e8b87858e5dd0c8e94102e6
jruby-bin-1.5.1.tar.gz=74251383e08e8c339cacc35a7900d3af
jruby-bin-1.5.2.tar.gz=d239deb9a108a6abbfbd6cb79cf8255b
jruby-bin-1.5.3.tar.gz=ccb0b2dbc300d8dd4ad1bd4da48b8320
jruby-bin-1.5.5.tar.gz=8e00f7d40cbf221f733d6f7a15784e9a
jruby-bin-1.5.6.tar.gz=94033a36517645b7a7ec781a3507c654
jruby-bin-1.6.0.tar.gz=f4d7e339dfc0fbaef5b878d1c0a66fbe
jruby-bin-1.6.2.tar.gz=a46f978c24a208717023bb4b8995c678
jruby-bin-1.6.3.tar.gz=694b80e4eea784cdc1eb39fb1e3132c9
jruby-bin-1.6.4.tar.gz=0e96b6f4d1c6f12b5ac480cd7ab7da78
jruby-bin-1.6.5.tar.gz=54354082673bd115f945890dc6864413
jruby-bin-1.6.5.1.tar.gz=246a7aa2b7d7e6e9e8a0c2e282cbcfd0
jruby-bin-1.6.7.tar.gz=fd1b8d7389aa92da69ea6efb4782e40a
jruby-bin-1.6.7.2.tar.gz=1e520f1b5130114464e5f1950cb24774
jruby-bin-1.6.8.tar.gz=a76ac5845640e4a1ebdfa74421efc935
jruby-bin-1.7.0.preview1.tar.gz=7b9e5e1cd0d818d0199086d948f948b4
jruby-bin-1.7.0.preview2.tar.gz=e8f1623759590aadbf49e4cc53f1cb61
jruby-bin-1.7.0.RC1.tar.gz=bdddcee3d126cddd9a85b5a066a7e25e
jruby-bin-1.7.0.RC2.tar.gz=ffe2dd61711f4574fed344af151e5de5
jruby-bin-1.7.0.tar.gz=21861e0ecdbf48cda713c8ade82fdddb
jruby-bin-1.7.1.tar.gz=86e659863541d8b987cb7bfbe3b4cfb0
jruby-bin-1.7.2.tar.gz=6ec9293b6dffd1e8ee57e9b7c6d18cbe
jruby-bin-1.7.3.tar.gz=f0adf8ccee6f6777f7ab8e5e1d7a1f47
jruby-bin-1.7.4.tar.gz=c6a56eae78db28dddba911ccd0848c32
jruby-bin-1.7.5.tar.gz=c2a28c43c8095127d4a4aee0cf9b1439
jruby-bin-1.7.6.tar.gz=5d10011516a3d3bde10209b60cfcc0ef
jruby-bin-1.7.7.tar.gz=9d6df2188fa57f12bf6fde4e4b2e3f09
jruby-bin-1.7.8.tar.gz=1e68f39d6dba7b6d9db81e24bb6b7d0a
jruby-bin-1.7.9.tar.gz=b2e44f1f44837c07068ee453a89f4b55
jruby-bin-1.7.10.tar.gz=c84fe9245a73f9cd29f56343b7d2e39a
jruby-bin-1.7.11.tar.gz=d6e6ab72426fa7fdc9ae55950980d877
jruby-bin-1.7.12.tar.gz=2073aa6dfc7c701ef7c3d3143d181582
jruby-bin-1.7.14.tar.gz=bc33284f27a3508a70d2ade100a2f6bd
jruby-bin-1.7.15.tar.gz=92e63cffcb86842511aeeed95bdf96ed
jruby-bin-1.7.16.tar.gz=92cb058d1a896257b5ac1c26dc433506
jruby-bin-1.7.16.1.tar.gz=eec2f0e03560bacf02a09c0096a99cad
jruby-bin-1.7.16.2.tar.gz=cd31909b67239c5c6a795521fca5c239
jruby-bin-1.7.17.tar.gz=8b78ba1acdb718431f71c38287c07967
jruby-bin-1.7.18.tar.gz=aa7286140be0f6f60534ebffededc708
jruby-bin-1.7.19.tar.gz=bc38596757d8000d6ca4c4c3f8eacea6
jruby-bin-1.7.20.tar.gz=0c2adc160cb85c888b269e8ac4f886fc
jruby-bin-1.7.21.tar.gz=bc91594072032023d146f330764d3274
jruby-bin-1.7.22.tar.gz=1da904bf41d362d0d0b366d9e781168f
jruby-bin-1.7.23.tar.gz=41e3f45c28c94a275f9eeb22721da35d
jruby-bin-1.7.25.tar.gz=fc43ead73f657f5261428923974fd605
jruby-bin-1.7.26.tar.gz=4ca60264a9560f37fdba8108543e72c2
jruby-bin-1.7.27.tar.gz=b98b0a2c52e885a868a2b60092e1cd3d
jruby-bin-9.0.0.0.pre1.tar.gz=d5c8b30648348aa883f893d464d46bf1
jruby-bin-9.0.0.0.pre2.tar.gz=86994a9d7ed2cf318c75392623a3e6da
jruby-bin-9.0.0.0.tar.gz=fe9036ea69bf23dc3b69cfc94adb5404
jruby-bin-9.0.1.0.tar.gz=a82bc640e0080b1d9a21d1477c8400e3
jruby-bin-9.0.3.0.tar.gz=828dd6c6dd18e5b186ccfd65753077bd
jruby-bin-9.0.4.0.tar.gz=645bf4a1dcde3f19dc0fff75c8b4b685
jruby-bin-9.0.5.0.tar.gz=1d2dc649cbacbe26418ef3ba421018b1
jruby-bin-9.1.0.0.tar.gz=fe26e6308d006d35eb613cdd47d1dc99
jruby-bin-9.1.1.0.tar.gz=8356334270df07a214590d00a986837b
jruby-bin-9.1.2.0.tar.gz=749bb917dde9666e365e12bbe776a5c2
jruby-bin-9.1.3.0.tar.gz=91c246cd623702032e88283565da5480
jruby-bin-9.1.4.0.tar.gz=5b80b78c09bf0cd4dcbcb9e1fe3e8b73
jruby-bin-9.1.5.0.tar.gz=e9b2cc44757db4cfbe7da79601d0169a
jruby-bin-9.1.6.0.tar.gz=4092a89b01b55d1fb5498113f97ab0ca
jruby-bin-9.1.7.0.tar.gz=b120c3eaeef7ff2aed3a57701e414e78
jruby-bin-9.1.8.0.tar.gz=0fdee002c56ec91dff1efffce205265c
jruby-bin-9.1.9.0.tar.gz=170efc34297d7ac2a56bb1163e96b363
jruby-bin-9.1.10.0.tar.gz=b75e0d1a200e8f790d8bbc84f91e3002
jruby-bin-9.1.11.0.tar.gz=0502a14141da25a460ce197720bab4c3
jruby-bin-9.1.12.0.tar.gz=74bd7ae08c159fc62cb6f64845a868cc
jruby-bin-9.1.13.0.tar.gz=6c642c8a2653a585779f453d8c843fd7
jruby-bin-9.1.14.0.tar.gz=a7e0ecd529690025d327c45744f60fa4
jruby-bin-9.1.15.0.tar.gz=01c29690324d7eb414fba66e4c009c9e
jruby-bin-9.1.16.0.tar.gz=e64c3aa1310c272194fd1750b0b79fac
jruby-bin-9.1.17.0.tar.gz=f28d1fcbb60e550f3abd839102ad0069
jruby-bin-9.2.0.0.tar.gz=bd476da4bed39ffcfff7116f448a5365
jruby-bin-9.2.1.0.tar.gz=4b78b0a40ca541556f5ee75a815e0be0
jruby-bin-9.2.2.0.tar.gz=be678559801be029fe233c33396e34d2
jruby-bin-9.2.3.0.tar.gz=79328ab1ed37d612da35271183e46bbd
jruby-bin-9.2.4.0.tar.gz=f538f2be459f0f0e517a53446e78a354
jruby-bin-9.2.4.1.tar.gz=d373bbc2bd6caabfcc9914c4067e9d24
jruby-bin-9.2.5.0.tar.gz=14582fd6eee19610f0a7433ce5dd5ce4
jruby-bin-9.2.6.0.tar.gz=dba182ac9943b726b609ca61747c1835
jruby-bin-9.2.7.0.tar.gz=c0111b2cafa920df76284044e1aeedc7
jruby-bin-9.2.8.0.tar.gz=7d652b586a18f1c665289fd7e6edf4f5
jruby-bin-9.2.9.0.tar.gz=74b3451f79c13c2fc66c6dee69d46699
jruby-bin-9.2.10.0.tar.gz=e6ce97eae6e35b622c1b572f9297705b
jruby-bin-9.2.11.0.tar.gz=22b003adfb03b253721cc85db248698f
jruby-bin-9.2.11.1.tar.gz=687586132f7b649b1bdd7b823577c9d8
jruby-bin-9.2.12.0.tar.gz=cc7599837fbd0839cce7293577a34f2c
jruby-bin-9.2.13.0.tar.gz=99df4eb89f88c7582bfe7c313daec7b4
jruby-bin-9.2.14.0.tar.gz=421c5b8146701177a738a0a691190018
jruby-bin-9.2.15.0.tar.gz=ba593f1de2c4e592a8ca9b9e903af457
jruby-bin-9.2.16.0.tar.gz=d8d954ee0ab6f4868c3fc63339660af9
jruby-bin-9.2.17.0.tar.gz=382fb3d9d2982efd5396f1a42e3fa6a1
jruby-bin-9.2.18.0.tar.gz=002ac95859a2176cb0a58d81d6e0fb14
jruby-bin-9.2.19.0.tar.gz=0961867a77838853f32ee72dbde7c00e
jruby-bin-9.2.20.0.tar.gz=840876dd0ca0098452dd2667fe9dd7f4
jruby-bin-9.2.20.1.tar.gz=5856ed030f0d9e75d2384cf42f62a4de
jruby-bin-9.2.21.0.tar.gz=9957c1d2bd9265144fe55f9f7093272a
jruby-bin-9.3.0.0.tar.gz=501a3c975b3c9478b72d4b0cd37170b9
jruby-bin-9.3.1.0.tar.gz=201d3e483bf847f5c59f4b1f3bf594d5
jruby-bin-9.3.2.0.tar.gz=259c276f68a01495dda24407394a382d
jruby-bin-9.3.3.0.tar.gz=cd49b81753048cee9c8ffdd2ce1cb3e2
jruby-bin-9.3.4.0.tar.gz=7292dd9a56155aa015ec08c03855b3fc
jruby-bin-9.3.6.0.tar.gz=bc5a7b02be69fdf3f5584e8880fc7dcc
jruby-bin-9.3.7.0.tar.gz=49b17b5cd7cf8bfb09d8f64147d992ef
jruby-bin-9.3.8.0.tar.gz=6ea209b699a06944d0653d8048d8bfec
jruby-bin-9.3.9.0.tar.gz=9a0f0a931346bc6ea34196a5c88002ec
jruby-bin-9.3.10.0.tar.gz=83c9d776dfc8cf33bfa60f7e78077160
jruby-bin-9.3.11.0.tar.gz=6ccc04e658c49db19fc0c452db0f2931
jruby-bin-9.3.13.0.tar.gz=3f20268b494da900504e921507248183
jruby-bin-9.4.0.0.tar.gz=d0136daa4910f6e6b21858260eb00fe2
jruby-bin-9.4.1.0.tar.gz=abe2669672ac973f1b41a4d3860eb7ae
jruby-bin-9.4.2.0.tar.gz=486e50f3c74e7400e71631819fde91da
jruby-bin-9.4.3.0.tar.gz=526006fefb3e5ffc5095ab5599cc38c6
jruby-bin-9.4.4.0.tar.gz=287b5c3a9b63ff93e49ae9dc0347263b
jruby-bin-9.4.5.0.tar.gz=09c6fceb38d6c086af2e4d5f21f9fe65
libiconv-1.13.1.tar.gz=7ab33ebd26687c744a37264a330bbe9a
MacRuby%200.5.zip=675454a8c7bc19d606d90a726e08427c
MacRuby%200.6.zip=a80afd3700c88cf95c539fc63b272faf
MacRuby%200.7.1.zip=e8245dcd03c0757dfae7e6fee913947a
MacRuby%200.7.zip=0bb60588c9ec9b1517665743bb05132f
MacRuby%200.8.zip=735ac0a70f539e00b5de6fbec09c2c5c
MacRuby%200.9.zip=fa01345e8fbfee620bbac64743a45f69
MacRuby%200.10.zip=1662d13d2f73cfc26258598f6988dcbc
MacRuby%200.11.zip=b0cc23d60484a07012bcad549cef6054
MacRuby%200.12.zip=e1c5fa1b007a1cdc38c527a47302bf5e
MagLev-1.0.0.tar.gz=e02cb8ee04438451eb78df14f91a68a9
MagLev-1.1beta.tar.gz=d542c7af290ce3b588b57629906b19e9
MagLev-1.1beta2.tar.gz=0ef88d5d145611aef324cb51be0aaafd
MagLev-1.1RC1.tar.gz=41f4a0994daf1e5271cbd0ebe57816f4
MagLev-1.2Alpha.tar.gz=5c7dd3acef9dbddc0829bb1daa087abb
MagLev-1.2Alpha2.tar.gz=cbbeae109854a6bf107a747a93fd478b
MagLev-1.2Alpha3.tar.gz=b7470518f2b697eb1a5a39eff9b6d749
MagLev-1.2Alpha4.tar.gz=d54f04a611ce838b9d7009627065b7ca
mruby-1.0.0.tar.gz=d9aec6a20fc1add65ee07ff6cf0e1ef2
mruby-1.1.0.tar.gz=60d75ea704c9285f3c80b3ad1d2b68de
mruby-1.2.0.tar.gz=b5a3b7962d9db8cb8fb8105aa914d16c
mruby-1.3.0.tar.gz=9714dd2804064d0043e099b7211d72b9
mruby-1.4.0.tar.gz=25efc35511070454074b36863c4d5b5e
mruby-1.4.1.tar.gz=b40bf09af3f4c6e2bc443b9ac803a3ad
mruby-2.0.0.tar.gz=b86c6a1dd86cb4ebe51e3fe38964a830
mruby-2.0.1.tar.gz=15b426a8a94a610c45414578786d05e3
mruby-2.1.0-rc.tar.gz=58a85fcb102d72900a25190da670e01d
mruby-2.1.0.tar.gz=c01a4bbf62e6f5765c70b8813e0ce7da
mruby-2.1.1-rc.tar.gz=809edd80e680855e7c4cf3c569972f28
mruby-2.1.1-rc2.tar.gz=24879fa5eb587f9415f03f8f3701842e
mruby-2.1.1.tar.gz=c0ee4a112695046b9e4f177e31096d6c
ncurses.tar.gz=cce05daf61a64501ef6cd8da1f727ec6
openssl-0.9.8k.tar.gz=e555c6d58d276aec7fdc53363e338ab3
openssl-0.9.8n.tar.gz=076d8efc3ed93646bd01f04e23c07066
openssl-1.0.1c.tar.gz=ae412727c8c15b67880aef7bd2999b2e
openssl-1.0.1i.tar.gz=c8dc151a671b9b92ff3e4c118b174972
pkg-config-0.23.tar.gz=d922a88782b64441d06547632fd85744
readline-5.2.tar.gz=e39331f32ad14009b9ff49cc10c5e751
readline-6.0.tar.gz=b7f65a48add447693be6e86f04a63019
readline-6.2.tar.gz=67948acb2ca081f23359d0256e9a271c
release-2.0.0-rc1.zip=b05b5e3c2712a294e4b09ebf450c1bfe
rubinius-1.0.0-20100514.tar.gz=b05f4e791d3712c5a50b3d210dac6eb0
rubinius-1.0.1-20100603.tar.gz=eb185703c7ae0c0210e8dcb7f783ee8e
rubinius-1.1.0-20100923.tar.gz=e2ae16238b201de09975abe19da09ea9
rubinius-1.1.1-20101116.tar.gz=b39f618eeba37c3aff215da8bca55fd7
rubinius-1.2.0-20101221.tar.gz=4284c2660f1f648942de35d4fc871f70
rubinius-1.2.1-20110215.tar.gz=e4a5127480062fddddc7ce2860b3b813
rubinius-1.2.2-20110222.tar.gz=59124378fb7ee040e9ee4e4736d89fc0
rubinius-1.2.3-20110315.tar.gz=9782dab18c2dd440af6b76e8eb5bc0f0
rubinius-1.2.4-20110705.tar.gz=403c777d19b3553e9cb36701fe002c5e
rubinius-1.3.2.tar.bz2=64801ad8dd4e5e4fcb74ff313fec0a69
rubinius-1.3.3.tar.bz2=79f1f860ed8242257bd7f3e88c81a197
rubinius-1.4.1.tar.bz2=76b840405d4b9303261c27cf15002386
rubinius-2.0.0.tar.bz2=62e379e044c822b81e7b20a27daf133e
rubinius-2.1.0.tar.bz2=908053f38fd840c75a93aab7487c20a5
rubinius-2.1.1.tar.bz2=6b4df0caec5ea88373e113f97a3b4c72
rubinius-2.2.0.tar.bz2=f1fbc6f3baf1da5ad86b3858f30f3349
rubinius-2.2.2.tar.bz2=ac70d629ea43525d91e81f4ccf135299
rubinius-2.2.3.tar.bz2=d9978cf1a4e8f0310db63e49834f9837
rubinius-2.2.4.tar.bz2=c10699da85a8eb5861a37b29077213bd
rubinius-2.2.5.tar.bz2=5996dc8529b2ffe5921c5e7020bee20e
rubinius-2.2.6.tar.bz2=85339bb6dd525eee719edf0551868f56
rubinius-2.2.7.tar.bz2=de2e6f4c3bd9a90bcb89f2ea27ddee9e
rubinius-2.2.8.tar.bz2=c4db1ffb8dbdf864240cabe8b7758b49
rubinius-2.2.9.tar.bz2=0bf87ba617fa989e47d20942410028af
rubinius-2.2.10.tar.bz2=8680da7eb921e6f595a1d716915ca7e0
rubinius-2.3.0.tar.bz2=e003a30af6689c8198116b3405d09d8e
rubinius-2.4.0.tar.bz2=62391a51f49820daa51463066c3ce007
rubinius-2.4.1.tar.bz2=7758721b6e848387c3943ddb9ebd9479
rubinius-2.5.0.tar.bz2=178baa1ad172df0801765ea93bc36d87
rubinius-2.5.1.tar.bz2=77e1b87dc357691ad44b561a5f45c188
rubinius-2.5.2.tar.bz2=e5973d6e0a16f0390dc2a7478db83ff5
rubinius-2.5.3.tar.bz2=b19709eb3fa9e05b3fa6a357b33e3b5b
rubinius-2.5.4.tar.bz2=64587916e5d445ed9bc630017a04498e
rubinius-2.5.5.tar.bz2=ef671bbab50cbe2f70f953c491311261
rubinius-2.5.6.tar.bz2=597e4b049f49966c646faf699856c1b9
rubinius-2.5.7.tar.bz2=9a7f404019bce9fc34a7af7feb7cbb74
rubinius-2.5.8.tar.bz2=a24520892cada1f660e719a25abf63e3
ruby-1.8.5-p115.tar.bz2=03955e3c367b9beb3efe144c9f00d689
ruby-1.8.5-p115.tar.gz=20ca6cc87eb077296806412feaac0356
ruby-1.8.5-p231.tar.bz2=327f5aa6573787432222e96195cffd1e
ruby-1.8.5-p231.tar.gz=e900cf225d55414bffe878f00a85807c
ruby-1.8.6-p286.tar.bz2=e6b6bf8f34370e433936adb7a7065e63
ruby-1.8.6-p286.tar.gz=797ea136fe43e4286c9362ee4516674e
ruby-1.8.6-p287.tar.bz2=80b5f3db12531d36e6c81fac6d05dda9
ruby-1.8.6-p287.tar.gz=6ff3420094711266c3201a0c7c2faa38
ruby-1.8.6-p369.tar.bz2=c3c1f3dd0dfbd2e17a04e59c2f12cfc8
ruby-1.8.6-p369.tar.gz=8c140ae28b4c3947b92dfad69109d90b
ruby-1.8.6-p383.tar.bz2=a48703cd982b9f0e3002700a50b0e88e
ruby-1.8.6-p383.tar.gz=4f49544d4a4d0d34e9d86c41e853db2e
ruby-1.8.6-p398.tar.bz2=fbd43dc44ee26be4d37e6bebbed6f8bd
ruby-1.8.6-p398.tar.gz=736db5f56c2d9b0136e563d049249fa8
ruby-1.8.6-p399.tar.bz2=f77c307cb72fb8808b0e85af5d05cefc
ruby-1.8.6-p399.tar.gz=c3d16cdd3c1ee8f3b7d1c399d4884e33
ruby-1.8.6-p420.tar.bz2=1c7a978e9ffd4f56dc2ad74bbd2c34f3
ruby-1.8.6-p420.tar.gz=ca1eee44f842e93b5098bc5a2bb9a40b
ruby-1.8.7-p160.tar.bz2=f8ddb886b8a81cf005f53e9a9541091d
ruby-1.8.7-p160.tar.gz=945398f97e2de6dd8ab6df68d10bb1a1
ruby-1.8.7-p174.tar.bz2=88c45aaf627b4404e5e4273cb03ba2ee
ruby-1.8.7-p174.tar.gz=18dcdfef761a745ac7da45b61776afa5
ruby-1.8.7-p248.tar.bz2=37e19d46b7d4b845f57d3389084b94a6
ruby-1.8.7-p248.tar.gz=60a65374689ac8b90be54ca9c61c48e3
ruby-1.8.7-p249.tar.bz2=37200cc956a16996bbfd25bb4068f242
ruby-1.8.7-p249.tar.gz=d7db7763cffad279952eb7e9bbfc221c
ruby-1.8.7-p299.tar.bz2=244439a87d75ab24170a9c2b451ce351
ruby-1.8.7-p299.tar.gz=43533980ee0ea57381040d4135cf9677
ruby-1.8.7-p302.tar.bz2=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p302.tar.gz=a6a9e37079ed8cf8726b455dad3de939
ruby-1.8.7-p330.tar.bz2=2689719fb42c8cf0aa336f8c8933f413
ruby-1.8.7-p330.tar.gz=50a49edb787211598d08e756e733e42e
ruby-1.8.7-p334.tar.bz2=2f14f604bf981bb938ab5fc8b09eb1a6
ruby-1.8.7-p334.tar.gz=aacb6ee5dfe2367682bba56af7f415b8
ruby-1.8.7-p352.tar.bz2=0c61ea41d1b1183b219b9afe97f18f52
ruby-1.8.7-p352.tar.gz=0c33f663a10a540ea65677bb755e57a7
ruby-1.8.7-p357.tar.bz2=3abd9e2a29f756a0d30c7bfca578cdeb
ruby-1.8.7-p357.tar.gz=b2b8248ff5097cfd629f5b9768d1df82
ruby-1.8.7-p358.tar.bz2=de35f00997f4ccee3e22dff0f2d01b8a
ruby-1.8.7-p370.tar.bz2=1e4c3194537dd8ff92e756993e55a29d
ruby-1.8.7-p371.tar.bz2=c27526b298659a186bdb5107fcec2341
ruby-1.8.7-p371.tar.gz=653f07bb45f03d0bf3910491288764df
ruby-1.8.7-p374.tar.bz2=83c92e2b57ea08f31187060098b2200b
ruby-1.8.7-p374.tar.gz=b72a0bc5b824398537762e5272bbb8dc
ruby-1.9.0.tar.bz2=17eb66ac3721340d21db352d8f5dec76
ruby-1.9.1-p129.tar.bz2=6fa62b20f72da471195830dec4eb2013
ruby-1.9.1-p129.tar.gz=c71f413514ee6341c627be2957023a5c
ruby-1.9.1-p243.tar.bz2=66d4f8403d13623051091347764881a0
ruby-1.9.1-p243.tar.gz=515bfd965814e718c0943abf3dde5494
ruby-1.9.1-p376.tar.bz2=e019ae9c643c5efe91be49e29781fb94
ruby-1.9.1-p376.tar.gz=ebb20550a11e7f1a2fbd6fdec2a3e0a3
ruby-1.9.1-p378.tar.bz2=5922459622a23612eb9b68a3586cb5f8
ruby-1.9.1-p378.tar.gz=9fc5941bda150ac0a33b299e1e53654c
ruby-1.9.1-p429.tar.bz2=09df32ae51b6337f7a2e3b1909b26213
ruby-1.9.1-p429.tar.gz=0f6d7630f26042e00bc59875755cf879
ruby-1.9.1-p431.tar.bz2=03179138ae95dbfae872ef49e9cc6da7
ruby-1.9.1-p431.tar.gz=23f28cffc007ed5ac72c8e9bec6837ce
ruby-1.9.2-p0.tar.bz2=d8a02cadf57d2571cd4250e248ea7e4b
ruby-1.9.2-p0.tar.gz=755aba44607c580fddc25e7c89260460
ruby-1.9.2-p136.tar.bz2=52958d35d1b437f5d9d225690de94c13
ruby-1.9.2-p136.tar.gz=6e17b200b907244478582b7d06cd512e
ruby-1.9.2-p180.tar.bz2=68510eeb7511c403b91fe5476f250538
ruby-1.9.2-p180.tar.gz=0d6953820c9918820dd916e79f4bfde8
ruby-1.9.2-p290.tar.bz2=096758c3e853b839dc980b183227b182
ruby-1.9.2-p290.tar.gz=604da71839a6ae02b5b5b5e1b792d5eb
ruby-1.9.2-p318.tar.bz2=be431c6cbfa27e3836a06c6315717747
ruby-1.9.2-p318.tar.gz=cc7bf1025128e1985882ae243f348802
ruby-1.9.2-p320.tar.bz2=b226dfe95d92750ee7163e899b33af00
ruby-1.9.2-p320.tar.gz=5ef5d9c07af207710bd9c2ad1cef4b42
ruby-1.9.2-p330.tar.bz2=8ba4aaf707023e76f80fc8f455c99858
ruby-1.9.2-p330.tar.gz=4b9330730491f96b402adc4a561e859a
ruby-1.9.3-p0.tar.bz2=65401fb3194cdccd6c1175ab29b8fdb8
ruby-1.9.3-p0.tar.gz=8e2fef56185cfbaf29d0c8329fc77c05
ruby-1.9.3-p125.tar.bz2=702529a7f8417ed79f628b77d8061aa5
ruby-1.9.3-p125.tar.gz=e3ea86b9d3fc2d3ec867f66969ae3b92
ruby-1.9.3-p194.tar.bz2=2278eff4cfed3cbc0653bc73085caa34
ruby-1.9.3-p194.tar.gz=bc0c715c69da4d1d8bd57069c19f6c0e
ruby-1.9.3-p286.tar.bz2=e76848a86606a4fd5dcf14fc4b4e755e
ruby-1.9.3-p327.tar.bz2=7d602aba93f31ceef32800999855fbca
ruby-1.9.3-p327.tar.gz=96118e856b502b5d7b3a4398e6c6e98c
ruby-1.9.3-p362.tar.bz2=13c26ea368d88a560f07cc8c5eb4fa05
ruby-1.9.3-p374.tar.bz2=944e73eba9ee9e1f2647ff32ec0b14b2
ruby-1.9.3-p385.tar.bz2=5ec9aff670f4912b0f6f0e11e855ef6c
ruby-1.9.3-p392.tar.bz2=a810d64e2255179d2f334eb61fb8519c
ruby-1.9.3-p392.tar.gz=f689a7b61379f83cbbed3c7077d83859
ruby-1.9.3-p429.tar.bz2=c2b2de5ef15ea9b1aaa3152f9112af1b
ruby-1.9.3-p429.tar.gz=993c72f7f805a9eb453f90b0b7fe0d2b
ruby-1.9.3-p448.tar.bz2=aa710d386e5903f78f0231868255e6af
ruby-1.9.3-p448.tar.gz=a893cff26bcf351b8975ebf2a63b1023
ruby-1.9.3-p484.tar.bz2=03f5b08804927ceabe5122cb90f5d0a9
ruby-1.9.3-p484.tar.gz=8ac0dee72fe12d75c8b2d0ef5d0c2968
ruby-1.9.3-p545.tar.bz2=4743c1dc48491070bae8fc8b423bc1a7
ruby-1.9.3-p545.tar.gz=8e8f6e4d7d0bb54e0edf8d9c4120f40c
ruby-1.9.3-p547.tar.bz2=5363d399be7f827c77bf8ae5d1a69b38
ruby-1.9.3-p547.tar.gz=7531f9b1b35b16f3eb3d7bea786babfd
ruby-1.9.3-p550.tar.bz2=c2169c8b14ccefd036081aba5ffa96da
ruby-1.9.3-p551.tar.bz2=0d8b272b05c3449dc848bb7570f65bfe
ruby-1.9.3-preview1.tar.bz2=7d93dc773c5824f05c6e6630d8c4bf9b
ruby-1.9.3-preview1.tar.gz=0f0220be4cc7c51a82c1bd8f6a0969f3
ruby-1.9.3-rc1.tar.bz2=26f0dc51ad981e12c58b48380112fa4d
ruby-1.9.3-rc1.tar.gz=46a2a481536ca0ca0b80ad2b091df68e
ruby-2.0.0-p0.tar.bz2=895c1c581f8d28e8b3bb02472b2ccf6a
ruby-2.0.0-p195.tar.bz2=2f54faea6ee1ca500632ec3c0cb59cb6
ruby-2.0.0-p247.tar.bz2=60913f3eec0c4071f44df42600be2604
ruby-2.0.0-p353.tar.bz2=20eb8f067d20f6b76b7e16cce2a85a55
ruby-2.0.0-p451.tar.bz2=908e4d1dbfe7362b15892f16af05adf8
ruby-2.0.0-p481.tar.bz2=ea406a8d415a1a5d8365596d4288f3da
ruby-2.0.0-p576.tar.bz2=eccd42d43620544a085c5e3834572f37
ruby-2.0.0-p594.tar.bz2=58469c0daf5f3a892a70cc674ea59c7f
ruby-2.0.0-p598.tar.bz2=a3f3908103a7d209d1d1cf4712e3953c
ruby-2.0.0-p643.tar.bz2=1390888cac6cd175e6f164eff378cdde
ruby-2.0.0-p645.tar.bz2=d576240c97cfcc3ed9bdc457eb1e8280
ruby-2.0.0-p647.tar.bz2=27a3ea1a8b8bca1a6de43a7d08e88b69
ruby-2.0.0-p648.tar.bz2=3544031334f4665aa2eb1414babc9345
ruby-2.0.0-preview1.tar.bz2=47a0f662f0e258aa1c5e429c310861b3
ruby-2.0.0-preview2.tar.bz2=a645a783c3302cc094a9963a5e700a4d
ruby-2.0.0-rc1.tar.bz2=24cebdda11e01ff4889ac983cd7dc02c
ruby-2.0.0-rc2.tar.bz2=e92420131bd7994513e0bf09a3e2a19b
ruby-2.1.0-preview1.tar.bz2=d32d1ea23988399afadbd21c5a7a37fc
ruby-2.1.0-preview2.tar.bz2=9d566a9b2d2e7e35ad6125e2a14ce672
ruby-2.1.0-rc1.tar.bz2=cae095b90349b5b0f7026060cc3dd2c5
ruby-2.1.0.tar.bz2=1546eeb763ac7754365664be763a1e8f
ruby-2.1.1.tar.bz2=53edc33b2f590ecdd9f6a344b9d92d0d
ruby-2.1.1.tar.gz=e57fdbb8ed56e70c43f39c79da1654b2
ruby-2.1.2.tar.bz2=ed9b8565bdeccb401d628ec8d54a0774
ruby-2.1.2.tar.gz=a5b5c83565f8bd954ee522bd287d2ca1
ruby-2.1.3.tar.bz2=02b7da3bb06037c777ca52e1194efccb
ruby-2.1.4.tar.bz2=f4136e781d261e3cc20748005e1740b7
ruby-2.1.5.tar.bz2=a7c3e5fec47eff23091b566e9e1dac1b
ruby-2.1.6.tar.bz2=e1a8e6c6bfbb09bb7f8d6be8f508e4a1
ruby-2.1.7.tar.bz2=3a878e98311d543e5de3533b82ef4a5a
ruby-2.1.8.tar.bz2=b17130b5f02a61640ae3b629af931610
ruby-2.1.9.tar.bz2=62bd1cbfcbc22e4d137462bce992f6d1
ruby-2.1.10.tar.bz2=5155c624807ff2418a9e9f15202954d0
ruby-2.2.0-preview1.tar.bz2=767b132eec3e70b14afe5884a7a767b1
ruby-2.2.0-preview2.tar.bz2=d7abace25a8ffe861cb2807bef1c58a6
ruby-2.2.0-rc1.tar.bz2=7144732d30dd4547c0a59862b3345d54
ruby-2.2.0.tar.bz2=d03cd4690fec1fff81d096d1c1255fde
ruby-2.2.1.tar.bz2=06973777736d8e6bdad8dcaa469a9da3
ruby-2.2.2.tar.bz2=af6eb4fa7247f1f7b2e19c8e6f3e3145
ruby-2.2.3.tar.bz2=f49a734729a71774d4a94a9a603114b2
ruby-2.2.4.tar.bz2=c3d65f6d2ebe90dda81a37885ea244f5
ruby-2.2.5.tar.bz2=0c7edd1ff3650c3b74da2efaf641bf34
ruby-2.2.6.tar.bz2=3d13cf447142b8a11cd9beb7bc63fee0
ruby-2.2.7.tar.bz2=ca7224d80c08b015bc3b8c226d0914c3
ruby-2.2.8.tar.bz2=054d2e2904d5175662293e29c3bdb927
ruby-2.2.9.tar.bz2=575adf8ede6b1ca7236a5341e73536b0
ruby-2.2.10.tar.bz2=bef1909a4c885157870ef69548cdad3a
ruby-2.3.0-preview1.tar.bz2=776000d74ec6dd34bf355ff6921c8311
ruby-2.3.0-preview2.tar.bz2=3ad442ccb337e77e4acaa4113f25b76a
ruby-2.3.0.tar.bz2=f0d9f9bbdc87372ca98988a571875819
ruby-2.3.1.tar.bz2=c194281f63d7fcd816747fe78474be5e
ruby-2.3.2.tar.bz2=9d00f3772f1c8fa5eecdfea089e3032f
ruby-2.3.3.tar.bz2=04b9c461a2bc1eec0535ad1947cad4fb
ruby-2.3.4.tar.bz2=99961e97566aee6d63635e2da4cf73ac
ruby-2.3.5.tar.bz2=e1efc3d5a948ca1f552005efe5925513
ruby-2.3.6.tar.bz2=b2443b11ee80319a119f7ec0c9b8d79a
ruby-2.3.7.tar.bz2=5eb580d5cd13ffb5aacfb96580c0043d
ruby-2.3.8.tar.bz2=78045332e298dfd859ceef9fe946950f
ruby-2.4.0-preview1.tar.bz2=64b8983b5f53d053906e394f734aa296
ruby-2.4.0-preview2.tar.bz2=1074e8dea5baa89af7f7c2d1d2b9ebaa
ruby-2.4.0-preview3.tar.bz2=9f767e6bc61830735ea7dc9cd5a63653
ruby-2.4.0-rc1.tar.bz2=0f8b665acf4e883334adc121a42a206f
ruby-2.4.0.tar.bz2=98f29161860fe1b6c65396717847a358
ruby-2.4.1.tar.bz2=07b2ae5d2f46321c95b37066c8415900
ruby-2.4.2.tar.bz2=5ff3ad6ec816bcce8806a55090936ab6
ruby-2.4.3.tar.bz2=ac8215ba561cc7c79b4f61daee11b706
ruby-2.4.4.tar.bz2=d994274eaa95b82aa5d31ec2188253c6
ruby-2.4.5.tar.bz2=45d70a8bb9397d818795ffe992163d27
ruby-2.4.6.tar.bz2=4abd13c50c1fc273a0a81a0ae74ed39f
ruby-2.4.7.tar.bz2=1ce166ced489908993d78e8bb68325e0
ruby-2.4.8.tar.bz2=396d35f1a2d1deaf303f59cb5245d4ae
ruby-2.4.9.tar.bz2=0b3447370651df55a2014a170c0cb1d5
ruby-2.4.10.tar.bz2=b10a7d2fcaf218c98edbaf57efc36e58
ruby-2.5.0-preview1.tar.bz2=889454189f41e271ae5ba15382911b6a
ruby-2.5.0-rc1.tar.bz2=f5acdeacf56aced3c00ae6a8fa816bbc
ruby-2.5.0.tar.bz2=63a6cd49546783d62de25a0ffc4aecc3
ruby-2.5.1.tar.bz2=5aaaf2fb4893214fa316516f3ac43519
ruby-2.5.2.tar.bz2=e90ab127e2ac3ee1d8840835e8ba1f13
ruby-2.5.3.tar.bz2=49aea0bf56d25351ccaf938c642400df
ruby-2.5.4.tar.bz2=0c923215470f1debe593fe21e66fd37b
ruby-2.5.5.tar.bz2=8f41b5cb683d48b5cb6cdfe03d135d6b
ruby-2.5.6.tar.bz2=f2a74416ab3016434896194120796f04
ruby-2.5.7.tar.bz2=65597b69aa54bdca8745502c10349f96
ruby-2.5.8.tar.bz2=9ec96e7a590ef801ede294b6184c9c0f
ruby-2.5.9.tar.bz2=9e905a545a729af1f1620ddfc2976fe5
ruby-2.6.0-preview1.tar.bz2=1ce507e27fa02aeb36100dabcf1da94f
ruby-2.6.0-preview2.tar.bz2=e45011116334d21857b9e1712a01e6b3
ruby-2.6.0-preview3.tar.bz2=b326ceee3d3756f892515009e148f4b2
ruby-2.6.0-rc1.tar.bz2=40457a72e36cbecd0c51d9f895347302
ruby-2.6.0-rc2.tar.bz2=9665e6d886a9da2d4076fa75836798f1
ruby-2.6.0.tar.bz2=d3372daec93f83e7a91c669821053014
ruby-2.6.1.tar.bz2=73d19ac478db1a178be5ae2f2fb8c9ec
ruby-2.6.2.tar.bz2=658fcc0da15578c2420ded807b11cce1
ruby-2.6.3.tar.bz2=52e609b756735115814b9c8463f185e2
ruby-2.6.4.tar.bz2=d9b35753c65f54c745ab6b0094511839
ruby-2.6.5.tar.bz2=d1b89c88effb71d75cd7ef77c35e1985
ruby-2.6.6.tar.bz2=abc030870bfbe18ae9c356abebd95cb6
ruby-2.6.7.tar.bz2=46f24740181f91247c72f19d52334379
ruby-2.6.8.tar.bz2=c53761123d17e929cfe248f50429bcab
ruby-2.6.9.tar.bz2=ddc24495adaf215c8ee40630b4a55041
ruby-2.6.10.tar.bz2=6ad76db639ab308e3b6c19408729a0cf
ruby-2.7.0-preview1.tar.bz2=82fab0496947acd847a6b2eb758acfc6
ruby-2.7.0-preview2.tar.bz2=966a544ab59114591898403c23d91397
ruby-2.7.0-preview3.tar.bz2=2fa6c213774744b287e7e0212b43f626
ruby-2.7.0-rc1.tar.bz2=48a8837cb352f5b95e97a1ae0d62a9d0
ruby-2.7.0-rc2.tar.bz2=cca58fdb8c5e8be8273842d54199c42d
ruby-2.7.0.tar.bz2=89347748b7414f5bc7aeb8f4a87ebef4
ruby-2.7.1.tar.bz2=4bb2b2b2f0c6953859e30af140cf249a
ruby-2.7.2.tar.bz2=a8acc9c24708fe29dfc287823ecaae65
ruby-2.7.3.tar.bz2=604acb258b1d8228f55799e846cfe6d3
ruby-2.7.4.tar.bz2=52705d799ed851dd3bfd5634265cde46
ruby-2.7.5.tar.bz2=d97d4377eee18b0e790510c3afed648c
ruby-2.7.6.tar.bz2=1b6efacb9f129d0253d8a9faa9c21f99
ruby-2.7.7.tar.bz2=63c55e75150251d3ba092b662138e4af
ruby-2.7.8.tar.bz2=f44dedf51fdb7441a7dba592d6a4a14d
ruby-3.0.0-preview1.tar.gz=991df063b86a8f8412ca07f548579f39
ruby-3.0.0-preview2.tar.gz=ce14b24e923f2e269fea6441791a7248
ruby-3.0.0-rc1.tar.gz=848a8628c8abde270b66e2474049a4a3
ruby-3.0.0.tar.gz=d6af36269a1b0bc278236d371543ad97
ruby-3.0.1.tar.gz=8d1c460a9a9d48a353de3eb0f338bbfd
ruby-3.0.2.tar.gz=b973af486291a1e17ad50d88472bfa86
ruby-3.0.3.tar.gz=9ecae293da9547c1438a970f04f64655
ruby-3.0.4.tar.gz=ec9de9a15acc4f205b08816d94267415
ruby-3.0.5.tar.gz=cdff2395625dc1d632fc5400c8fec103
ruby-3.0.6.tar.gz=6b5a7b14505697e6fc2b40b345679f40
ruby-3.1.0-preview1.tar.gz=d131b9bca700ee87ea276f8233ea4c0b
ruby-3.1.0.tar.gz=1ca89d713f2c18a20104befed51b3b9a
ruby-3.1.1.tar.gz=702778a0ef8b7a01ef7530a541002e19
ruby-3.1.2.tar.gz=9daf064899cccc32fd564117c7a7e0dd
ruby-3.1.3.tar.gz=cce38a2b2c589d59f440f67c7d8cc697
ruby-3.1.4.tar.gz=3e601ae6db76a487219a1084e5cb4c9c
ruby-3.2.0-preview1.tar.gz=a83c91d53e130fe232e4c27ecc8738da
ruby-3.2.0-preview2.tar.gz=56e7801b37612b82285c9a09cfeb28ce
ruby-3.2.0-preview3.tar.gz=0ed16faae50403b4e2ba2e85ec2314a1
ruby-3.2.0-rc1.tar.gz=4657d7013702adce21ca21dfe71ea4a0
ruby-3.2.0.tar.gz=76ca7e7d71898ab1e85155d69403754e
ruby-3.2.1.tar.gz=055101c924538467c63fcbf42abddc75
ruby-3.2.2.tar.gz=eb6f18605e1e1be5dfb5b45f31bf6a93
+ruby-3.2.3.tar.gz=e0ba90554f7ea41c587ffa7fcfd064ca
ruby-3.3.0-preview1.tar.gz=0833f555b1b8d5423953600fb4146639
ruby-3.3.0-preview2.tar.gz=4f82f4c9e512ec0a53baa1be8d35ebf7
ruby-3.3.0-preview3.tar.gz=a32ede198a9da50d4afc4421a4a993ad
ruby-3.3.0.tar.gz=f57422a0f995cd5a93c726f6c42c310a
ruby-enterprise-1.8.6-20080507.tar.gz=17e3c52e73e42809f57ad0000a6cb4ab
ruby-enterprise-1.8.6-20080621.tar.gz=626fc3811eee2dc92ac27ea63d37a8b2
ruby-enterprise-1.8.6-20080623.tar.gz=0bf8a3a93c6b37bb1260cc09b05e81fd
ruby-enterprise-1.8.6-20080624.tar.gz=de58b97128aa65209f291c66eab7c4a7
ruby-enterprise-1.8.6-20080709.tar.gz=f0ded08cec64959fa388ec6a237b9c47
ruby-enterprise-1.8.6-20080810.tar.gz=bfdcf06f437af825cd9f2d321f9d1896
ruby-enterprise-1.8.6-20081205.tar.gz=50206bec9be2e08a862e5ec2e70fa693
ruby-enterprise-1.8.6-20081215.tar.gz=aab57b7d5061c1980bec5dbe311ec9b2
ruby-enterprise-1.8.6-20090113.tar.gz=e8d796a5bae0ec1029a88ba95c5d901d
ruby-enterprise-1.8.6-20090201.tar.gz=a965e6789b553efaed72191825b13713
ruby-enterprise-1.8.6-20090421.tar.gz=c777b361aadccda7988be16ede7ab15f
ruby-enterprise-1.8.6-20090520.tar.gz=156572a8296bd0440970a6bb95018a13
ruby-enterprise-1.8.6-20090610.tar.gz=0bf66ee626918464a6eccdd83c99d63a
ruby-enterprise-1.8.7-2009.10.tar.gz=3727eef7b6b1b2f31db7d091328d966e
ruby-enterprise-1.8.7-2010.01.tar.gz=587aaea02c86ddbb87394a340a25e554
ruby-enterprise-1.8.7-2010.02.tar.gz=4df7b09c01adfd711b0ab76837611542
ruby-enterprise-1.8.7-2011.01.tar.gz=4640634347cd8e5469cb718853e2112e
ruby-enterprise-1.8.7-2011.02.tar.gz=8c5faa11c1ddaed3f44b7294711980cc
ruby-enterprise-1.8.7-2011.03.tar.gz=038604ce25349e54363c5df9cd535ec8
ruby-enterprise-1.8.7-2011.12.tar.gz=1e5f3059d52a67ab5d91d472b756de08
ruby-enterprise-1.8.7-2012.02.tar.gz=8d086d2fe68a4c57ba76228e97fb3116
ruby-enterprise-1.8.7-20090928.tar.gz=ae00018ce89d95419dfde370fcd485ac
rubygems-0.4.0.tgz=86a64616548a793e1a5f825f0dd385b9
rubygems-0.5.0.tgz=80d151edd94a06bcd2452a7e272b4d96
rubygems-0.6.0.tgz=5df803f5a04654833690dd32283de741
rubygems-0.6.1.tgz=c4a0faa9f876ad805ae80d1396a29d97
rubygems-0.7.0.tgz=ede9b55343219e8b3491793aa12c46f3
rubygems-0.8.0.tgz=9ef6e3c34dcb54e295c8e57321ddc079
rubygems-0.8.1.tgz=6276d268b420c0d61796cdbf6d28dae4
rubygems-0.8.3.tgz=6e6da80f61d6e77d0ad9e531767f6fd5
rubygems-0.8.4.tgz=a2ad2d03dae8a98002c2a7cd6c3ed352
rubygems-0.8.5.tgz=b917c084e1e6e99d8e102af8dd687ddb
rubygems-0.8.6.tgz=9de98d2f62e3f91521b0207a4dcdeb5b
rubygems-0.8.7.tgz=7fc04b9f9acc0c18cbbe6222be8d0bd3
rubygems-0.8.8.tgz=a8535e9c35a4c215d6ef9268d4bc69ed
rubygems-0.8.10.tgz=d26592e280c0fb24c51f2837c3f48e67
rubygems-0.8.11.tgz=aa363b428c4c1fc2e076a4ff77b957d7
rubygems-0.9.0.tgz=5d496e1f415b8b4033ab867f01d1161f
rubygems-0.9.1.tgz=a62314cdb174ccc88a27b8924fa79e4a
rubygems-0.9.2.tgz=cc525053dd465ab6e33af382166fa808
rubygems-0.9.3.tgz=600940a22ecd79e28e0fd37ad1f1d871
rubygems-0.9.4.tgz=b5680acaa019c80ea44fe87cc2e227da
rubygems-0.9.5.tgz=91f7036a724e34cc66dd8d09348733d9
rubygems-1.0.0.tgz=b0b74eac0cbfc5a13f895ab6f803edc1
rubygems-1.0.1.tgz=0d5851084955c327ee1dc9cbd631aa5f
rubygems-1.1.0.tgz=85f994904c5b4045f0a859b29d0be717
rubygems-1.1.1.tgz=1a77c5b6b293a3ccd5261dc120641ccc
rubygems-1.2.0.tgz=b77a4234360735174d1692e6fc598402
rubygems-1.3.0.tgz=63d3dfc038710eaf532b6a133225115a
rubygems-1.3.1.tgz=a04ee6f6897077c5b75f5fd1e134c5a9
rubygems-1.3.2.tgz=6204d0a4c526a1d8fdbce746647b179a
rubygems-1.3.3.tgz=0e9697db44d812712350baf28016b4a7
rubygems-1.3.4.tgz=b17b398503253bf36a101c58f02a226f
rubygems-1.3.5.tgz=6e317335898e73beab15623cdd5f8cff
rubygems-1.3.6.tgz=789ca8e9ad1d4d3fe5f0534fcc038a0d
rubygems-1.3.7.tgz=e85cfadd025ff6ab689375adbf344bbe
rubygems-1.4.1.tgz=e915dbf79e22249d10c0fcf503a5adda
rubygems-1.4.2.tgz=b5badb7c5adda38d9866fa21ae46bbcc
rubygems-1.5.0.tgz=49bef7186bf3c0ca6ee7adf4b585bccc
rubygems-1.5.1.tgz=47577a5e33c9c6f1e3a56aff7f51d0ff
rubygems-1.5.2.tgz=3951f94c09c16c774c8bcebc94fa5374
rubygems-1.5.3.tgz=38bbbdc17aef923fb41f054cf8421116
rubygems-1.6.0.tgz=abd27b5a9002100ff74ddb398a1c9689
rubygems-1.6.1.tgz=a77c64896aaa10d64aaf34f5c1488173
rubygems-1.6.2.tgz=0c95a9869914ba1a45bf71d3b8048420
rubygems-1.8.6.tgz=8e95d0c5b377a003f3d54a49461e81d9
rubygems-1.8.9.tgz=fc399445d693c29778779e5828ee5e90
rubygems-1.8.10.tgz=5b08ee31740c9b0bd36f6c04d537e7d4
rubygems-1.8.23.1.tgz=5259ce3eb7988950fa3aff9051a5de91
rubygems-1.8.23.2.tgz=fb377c7fd387df14a33e529153adc316
rubygems-1.8.23.tgz=178b0ebae78dbb46963c51ad29bb6bd9
rubygems-1.8.24.tgz=3a555b9d579f6a1a1e110628f5110c6b
rubygems-1.8.25.tgz=1376a258d43c53750a8df30e67853e10
rubygems-1.8.26.tgz=0ea47f1efd010f4c82b8a51a934f48dc
rubygems-1.8.27.tgz=6686ad26735c21d0d6e58b6192c7da5d
rubygems-1.8.28.tgz=2df78039f391fb1f71c02c2fc5671c94
rubygems-1.8.29.tgz=a57fec0af33e2e2e1dbb3a68f6cc7269
rubygems-2.0.0.tgz=89ce467eb2d55657e9965a46559acbcf
rubygems-2.0.1.tgz=2652ab6f001a873b8933e2ca09505974
rubygems-2.0.2.tgz=3471f140a70bcd32a7495b545cfce790
rubygems-2.0.3.tgz=854691f145cea98b4100e5b0831b73ed
rubygems-2.0.4.tgz=3ec32dbe783bab37a87f50758f8efe13
rubygems-2.0.5.tgz=641d82672937d40d664dbc18f49cdcec
rubygems-2.0.6.tgz=0633f50db16112bf6c3cf9bfb9ceb9bd
rubygems-2.0.7.tgz=9046700f1222712fedfb836fafa08c50
rubygems-2.0.8.tgz=5432214a740c0d13482e43a5328a6518
rubygems-2.0.9.tgz=bc55898247297ffa190223276b1b1bd7
rubygems-2.0.10.tgz=5457ba403cd9a5f4f5fb2ef4a2a1c03e
rubygems-2.0.11.tgz=0f28e3fde3348c0f23ceecba73a6cbef
rubygems-2.0.12.tgz=99c416517e2de1146d2c6fbb4c4c1441
rubygems-2.0.13.tgz=3970e66a670ddb6d1aade9c7b18033d4
rubygems-2.0.14.tgz=4a7aa0b144e465230ab5d7b59dfd7e8f
rubygems-2.1.0.tgz=9a9d242baef5e58fbfe79ec5206cd316
rubygems-2.1.1.tgz=b34d6f4028b69a84123a6b7cb0ac8028
rubygems-2.1.2.tgz=b5c5c4430be60f911014216d41886ef3
rubygems-2.1.3.tgz=ac7bbdfecd49f9304756aa5ebeb51400
rubygems-2.1.4.tgz=aa502b1ea90fbdd14ca9b32634795c2b
rubygems-2.1.5.tgz=60564b762d4e186815997653b1c876ab
rubygems-2.1.6.tgz=e11237a8f87dbd8c085770551d64a8f8
rubygems-2.1.7.tgz=b721ed7d5fd57ed05f77eb21a3a592ee
rubygems-2.1.8.tgz=cc4c84c0482840389a457740e8083ed9
rubygems-2.1.9.tgz=2636bf26c0a9ec889c7bd938887bd9a3
rubygems-2.1.10.tgz=6fa671d7d6605de73d16f529cf7bffb8
rubygems-2.1.11.tgz=b561b7aaa70d387e230688066e46e448
rubygems-2.2.0.rc.1.tgz=f7d80b612339169569f2675155c202f1
rubygems-2.2.0.tgz=3c16e50673adb99d1ce76d5231f764bd
rubygems-2.4.8.tgz=dc77b51449dffe5b31776bff826bf559
rubygems-2.6.10.tgz=ab5a0028d2a0653691b29d7463bd0892
rubygems-2.6.11.tgz=8d514b836fcf3ae2c20b4fe8d5cdc3c5
rubygems-2.6.12.tgz=7c454ef88b716c1a123f62b26bb9612b
rubygems-2.6.13.tgz=e6f19b51614055d826e431549a12a80b
rubygems-2.6.14.tgz=e0a6914ce03b91dfc6d448ebf292f145
rubygems-2.7.0.tgz=771c40015538c0f225c5249e4bc7d441
rubygems-2.7.1.tgz=65646f28f3c36ccaa7f991c17e15b8a9
rubygems-2.7.2.tgz=312a238ed98a61d2b3d165b790b6062b
rubygems-2.7.3.tgz=fb3a1927a1842b75677a24f48dd63ddc
rubygems-2.7.4.tgz=e9bbf5a4cc9a74293884b91f49603ea0
rubygems-2.7.5.tgz=516a4f219976003feb4b4f797cbc66b0
rubygems-2.7.6.tgz=366cea352c2b1243db726013c3d76fc4
rubygems-2.7.7.tgz=b6721f6ce4af08f68c6f513bbddfe484
rubygems-2.7.8.tgz=a3ed89a34e1ae8f9da0c620a8aa35f12
rubygems-2.7.9.tgz=173272ed55405caf7f858b6981fff526
rubygems-2.7.10.tgz=464754059d8ca01c1121a1233d866e8c
rubygems-3.0.0.tgz=3908105894e531f7ad3aceb8b41dcbcd
rubygems-3.0.1.tgz=1e8af9b87a67f15841ad2be7d5725a5f
rubygems-3.0.2.tgz=d8db1b516ae1e35b8f6f56cb526f879a
rubygems-3.0.3.tgz=b7a7dd5f85485334a6cb61b7dac20cff
rubygems-3.0.4.tgz=7d0c49077a2d19f48d88567cfa3cf17a
rubygems-3.0.5.tgz=4664467d621d719688e4778d147c306a
rubygems-3.0.6.tgz=60d84e843b131fb87c8fd67e8fac6470
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=3e9afdf72f153e2f66259fc2b6fca594
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=c30459287aec83548cfcb17340fa73d5
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=138f6814451ce634b0fae3aca5579248
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=94ed54ecb65bea2166a2159431b0362b
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=9e5428611e22b093d05afebbe0ccbc2b
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=b32a254fed71434c3431fb2effb35c5a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=7f394a8c7fe356b7bd36683c57f74ebd
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=f033329d03f1f846d25728c2af9d7524
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=184e98f2d6939f63db4b915943ff60c6
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=d19213b33011f7a55e0f32d25e19184f
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=a394167c0331c6d8c1123e1f992e5411
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=dc1bf0fcfdd5837ae0ca56d6d6e5f7b0
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=f6ec25bd532bf0551d35327d1aa4caf9
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=c80a345f9071521cf1961ab75ebc7dd1
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=3a889726efcdf33feb7ef3df13fd5f39
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=bba618b4483b79eebf9f0e7af4078502
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=a25e179ca0be96a1bc737a600729c195
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=bb8d8f5525e1ba86bb039e56291c6c7c
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=872774837057489250527bf863192115
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=bb4a64e6c4882fd0c5e412bf9c57720b
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=0f36eed2eb36846785fdd4eae24adfa0
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=1bd3087a0f2df4c006b87c9488ada6d4
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=9eddd1aa98c9649e7c01bb10bf28c471
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c93643f1d00b370411310ee7a1dd5330
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=bc7339a6218ea991f2c72ce8759cb6e3
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=1671d08dd2f5026d58b326fd55c9b7de
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=5564d17f19b8ee0edb96ab5b1bfbda98
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=61583b529b6a1337398b0966db952d24
truffleruby-19.0.0-linux-amd64.tar.gz=006220c7bde7d0b5c72481133624a83f
truffleruby-19.0.0-macos-amd64.tar.gz=9ef7f5a311465d35e54ac6e00ec3d169
truffleruby-19.0.2-linux-amd64.tar.gz=2f7fe574e0695fb6001f4f5282aa2f79
truffleruby-19.0.2-macos-amd64.tar.gz=aa20f76b3eac1f4976a507364201d1ad
truffleruby-19.1.0-linux-amd64.tar.gz=71368f8371069017d911528f052b0a55
truffleruby-19.1.0-macos-amd64.tar.gz=7f086adbc89fdfaed35273394ac3ac66
truffleruby-19.1.1-linux-amd64.tar.gz=c1ad4d17bb40e214b124222f3a7c6db6
truffleruby-19.1.1-macos-amd64.tar.gz=f4e76b0612319b4a82480cbd1fc90210
truffleruby-19.2.0-linux-amd64.tar.gz=458ed5fec1a849ef5b00e19b0e25d5e9
truffleruby-19.2.0-macos-amd64.tar.gz=dc324575ad20e3054980835c24ea7161
truffleruby-19.2.0.1-linux-amd64.tar.gz=ad7444145550d89931199159163077c1
truffleruby-19.2.0.1-macos-amd64.tar.gz=b5bcfb0aaded1e2d1763089ab6c9a14d
truffleruby-19.2.1-linux-amd64.tar.gz=fc4879d2b0cc22c152a8bf893a72c346
truffleruby-19.2.1-macos-amd64.tar.gz=71448ff3f8f1da086f222751d3f853bc
truffleruby-19.3.0-linux-amd64.tar.gz=dd44ac30b5a1ef3a7d61172cda9b30b6
truffleruby-19.3.0-macos-amd64.tar.gz=41daa52f0f308abb77a2b91c1b7e0f3d
truffleruby-19.3.0.2-linux-amd64.tar.gz=2db2cb5c29523c9bdb6f59dfa0bd74ce
truffleruby-19.3.0.2-macos-amd64.tar.gz=edf1603643938686dce57139aadf7d3c
truffleruby-19.3.1-linux-amd64.tar.gz=a14c028351f7a3965bcb56e9b22364de
truffleruby-19.3.1-macos-amd64.tar.gz=a8707d0af3eda694ec07a5387d3443fb
truffleruby-20.0.0-linux-amd64.tar.gz=b30110ecbc50c4fce402fdf44c45dad5
truffleruby-20.0.0-macos-amd64.tar.gz=0671e5909cefb9a2c12c473fc0110821
truffleruby-20.1.0-linux-amd64.tar.gz=4592b5fc3636d82fc998ab6fe0a43584
truffleruby-20.1.0-macos-amd64.tar.gz=3c0be43db86817c7037d3ff5053d322d
truffleruby-20.2.0-linux-amd64.tar.gz=e9859decb24829f9a189d88b3c2e9b79
truffleruby-20.2.0-macos-amd64.tar.gz=49e7ccf8f9e60d6c59b3b07b854466cf
truffleruby-20.3.0-linux-amd64.tar.gz=93a20845f7d9d39100761424dfc0a734
truffleruby-20.3.0-macos-amd64.tar.gz=b178b7a94fac58400450417612fe3441
truffleruby-21.0.0-linux-amd64.tar.gz=c03304a505c8699e697acecf5030d95f
truffleruby-21.0.0-macos-amd64.tar.gz=019796be37a58ef8e186a625f2ff5d07
truffleruby-21.1.0-linux-amd64.tar.gz=065bfcc48f6925410e0da21e16428b64
truffleruby-21.1.0-macos-amd64.tar.gz=325f6854c10d8a3a114c80da582c469f
truffleruby-21.2.0-linux-amd64.tar.gz=0aec44721a040845347f18c1f72ceb75
truffleruby-21.2.0-macos-amd64.tar.gz=76d27715b20902df5779f7a0c00852b1
truffleruby-21.2.0.1-linux-amd64.tar.gz=f68e9b8a9f9cae5efc5ac45a7d9e760d
truffleruby-21.2.0.1-macos-amd64.tar.gz=b021e50fc94cab590b49d27f2ea821b0
truffleruby-21.3.0-linux-amd64.tar.gz=359aca79cba4e08f9955d9c6543c2189
truffleruby-21.3.0-macos-amd64.tar.gz=d9e2e2c6fcd3ac16f0c37b0ccffb4f41
truffleruby-22.0.0.2-linux-amd64.tar.gz=324327026e9b2963a8e5fb4ee3f4e216
truffleruby-22.0.0.2-macos-amd64.tar.gz=7029d0e291d498a264d9b413729a3e17
truffleruby-22.1.0-linux-amd64.tar.gz=9329cf507ba8ac529e93156cacc1425d
truffleruby-22.1.0-macos-amd64.tar.gz=353242978b46cafc34b05e2c81206096
truffleruby-22.2.0-linux-amd64.tar.gz=5d676377056ae94fe847be721c20405b
truffleruby-22.2.0-linux-aarch64.tar.gz=b774f4b7d330842521f1e6e56cb41db5
truffleruby-22.2.0-macos-amd64.tar.gz=e45fdd9a05aec6220a76fb707b0a5ae8
truffleruby-22.2.0-macos-aarch64.tar.gz=ebcbfe056d90d06de4bd0a9d699bad8f
truffleruby-22.3.0-linux-amd64.tar.gz=ada8bc5dc52aca8317eaeab04d91e877
truffleruby-22.3.0-linux-aarch64.tar.gz=11493301d5519aa73e8f0e140cefb581
truffleruby-22.3.0-macos-amd64.tar.gz=9e27c677637b69b0460fb0a4569a5cca
truffleruby-22.3.0-macos-aarch64.tar.gz=eaa1c9020b521226f8bb48b8c7e5c596
truffleruby-22.3.1-linux-amd64.tar.gz=243d926f038fd2220c03dfbe40ef58c3
truffleruby-22.3.1-linux-aarch64.tar.gz=01487fe680863381489bf2a0a2ac162b
truffleruby-22.3.1-macos-amd64.tar.gz=b3d5a777d94856e51034d81076e8ef72
truffleruby-22.3.1-macos-aarch64.tar.gz=320ce75730a5b9f16f111eb7ef5e4e09
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=76c1cb23ee63ba4de93a0c23784bfca9
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=eec3fc74565f08e9468982692f7f9010
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=50e38f3cd548dfe78f397f76ed577bf1
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=b769bcf9b843d9b2980def1e2139284f
truffleruby-23.0.0-linux-amd64.tar.gz=6e1a491406c5dbf42de10fcb3ed7dc1c
truffleruby-23.0.0-linux-aarch64.tar.gz=5c3663f64bee707173b2684355a9a42e
truffleruby-23.0.0-macos-amd64.tar.gz=515a9a8a0f39ba9399e869cd418ebff5
truffleruby-23.0.0-macos-aarch64.tar.gz=57e5fa52270e692b82c445107fe6b6a6
truffleruby-23.1.0-linux-amd64.tar.gz=f7511c19045e57e72f9b5415bc17c8e8
truffleruby-23.1.0-linux-aarch64.tar.gz=e8a20dd919a2ff77b7cc5457e853d15d
truffleruby-23.1.0-macos-amd64.tar.gz=d3b6a3cbc0a230ebae6f3a462a32ddd3
truffleruby-23.1.0-macos-aarch64.tar.gz=ee74fc5d192c2fb8afd0458d2d429c02
truffleruby-23.1.1-linux-amd64.tar.gz=d7e1c040da170aaa36b5f5a1d106d237
truffleruby-23.1.1-linux-aarch64.tar.gz=cf508ba3787be20c03bac690f3bdbac5
truffleruby-23.1.1-macos-amd64.tar.gz=a662a8672871524808500dddef3808c1
truffleruby-23.1.1-macos-aarch64.tar.gz=de543312024993a533e3caa63b396127
truffleruby-23.1.2-linux-amd64.tar.gz=e3e5b01b291d7fea61be2be842c7e8dc
truffleruby-23.1.2-linux-aarch64.tar.gz=8fe26f643fa81eec6de3bde7024c858a
truffleruby-23.1.2-macos-amd64.tar.gz=83bc41bf699fa847df7e60412bee2823
truffleruby-23.1.2-macos-aarch64.tar.gz=7dbd2e182cfec0cf2d2e37784721903f
yaml-0.1.4.tar.gz=36c852831d02cf90508c29852361d01b
zlib-1.2.3.tar.gz=debc62758716a169df9f62e6ab2bc634
zlib-1.2.5.tar.gz=c735eab2d659a96e5a594c9e8541ad63
diff --git a/config/sha512 b/config/sha512
index a3b3c81..d0cd45d 100644
--- a/config/sha512
+++ b/config/sha512
@@ -1072,640 +1072,641 @@ https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-1.9.3-p55
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.0.0-p648.tar.bz2=f8f78e9d6f2f4fe4be2484600bf95012cac675dcad9f6928419b06ca4223c923c60a0cb7de9cd2381ef77f6a196f3f0aaf04fad81230c33d6865eee7361b26ff
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.5.tar.bz2=21f30cb5caf51e257572ac6a974d67f8b7a0459c1edbb6367753e1badafe75dd37f8674e8864cf8c47811a66bc59f0ca43e7b96ed48fdd1392e61bb453681cf3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.6.tar.bz2=afe189f0cf56fbd4dd44c207e9bf9d5cf304cb265476ead067d62505637fbeba4a06d47aaa084eb140bdddfba933902c897c218fc616e5690b816fdbf386d440
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.8.tar.bz2=f9f7720e08f6b86d5b1f9bacdc4e710525b05cd7358dc0bf333fe615ee6206a8460237c90e7fdbeb8b8b03ebcdcbf712674537d4afdf0a3df52ce8113b5278ed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.1.9.tar.bz2=7c07672903671a2a4015f0a33b8e237ded2bf6f56fcf4421ebd226e9bd39c4a516f609acdc070dad225ce3e52d468332fd37fbeb06e687796520c7d6e83dcccd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.2.4.tar.bz2=2e617f392865371b8f19be3f9b65945bc70898dbb3960f0c790200e0f34ee299717bd6fc7361a8404a12caa2bb248c346221341303218675bb0d02fd68a9bef8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.2.5.tar.bz2=5a68c41afe6f2d7bdbf381b5bf36104944530e7b09246152764469e28a0c842f8e3edb0ad60e2a8fcc5db85b9496a9465b312cab645b61550ab1cb9a9d11f0e4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.2.6.tar.bz2=3ced80471546c33775873c64b98cd924fc9386af0a7f8cdf462c133ea546e894190a0b040c64c33950c90b0f2e6a2acb54db9277716e8f885d14daba7a669fe7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.0.tar.bz2=9e1e827b35dd75250b4c71c03f437b674d364d9b1b52990a897c742a07e86ec615878d87384871f15147fe05eb67cdc03c5df5f40ad189517b28c5889ca843c4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.1.tar.bz2=399961f149c48fe687139ae247175ebcd58b6659a3b050cea523ac4d5351f2cb44670b2a7fa1c97efe852414f27a50213a8ecfecd36baf889bf9163c82babb71
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.2.tar.bz2=4976f36f8c5291facc9553fdb2dd0c6a23d655461a8f8a7965e871edbb8cf9042df3e2292bf03ddeec455570835b834278f0beb32baef26fc159e4b4a86d6614
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/16.10/x86_64/ruby-2.3.3.tar.bz2=d77a51c0b1d0cfcf0b0385d32fd87adc57896f64729ca822f7c1bd7ecce79264b8b5e1799ebe0f7b079f4590e7740db97d027ef4fe5387556dce2c689630f118
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.6.tar.bz2=e80ebc162e44f407f5c830fb55f995ce29e28ed871d365631764db395860239bd570aff3092b18b169ef0b9b70495bf86600677c616cbd63c80f1ab50eddaadf
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.7.tar.bz2=af76486c65259084dcc3afbff212b7cd5d9e17d5ac6b496db37c6c28285b41f0a72523b92505df2c7efbf5e64ff7dd6d86610f84c5efa7452d2bd01908ca0390
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.8.tar.bz2=8f8829fda202863105c0453ad40e1f8806833446d44fa01f97e742e83cb086da7eeaf3349899c9120879395ede20a192ef4546a00062585e47b6b2fe2253c89d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.9.tar.bz2=3c249490017b902b43e58a199dc420b9dc038ec139949d9bc620f58a70c7f8dd093d12313f695899ad53ee314c4bdcfeaa50cb72c196b889f38faa22936137c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.1.10.tar.bz2=6bcfe2a2983f6b476adfb7863c9b483aa0c7cd84abd70c59f4de427ee6274bed71200cd91269bc0b3cd418645aee6371cfd3cd77e93b98a2c6c64efac6e817d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.0.tar.bz2=e610c0029dd68d15b582f09086ac39a6e5d039ffa9c18e5fefaffe4b0279445258050327bf7c02c8ef672a7ec58a32f5850c044d9083694d0b55424f2b75e945
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.1.tar.bz2=d841aff173f5a0af71384b56e1430395b287a771f80131279e22647e368acb20b5c22e5c0d4858510525b9783da499b6f6fade081e1d37fac3fe7a50cb34cee0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.2.tar.bz2=17be6eea903f162178edae84c67f263b9532405c0cb5bb320fa51b019869d114e0dc4ad7fafd6cb2597e45b73d4777d3c4e0d4f22141de30bd2ad02ccdd41ee3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.3.tar.bz2=8dd4bb1cafb2d82586b199bf032edaf23fd9bcf8a05b7e2087de172b8a8c6c4fb96584fb15372033b97bbe11a7f8aab25057c03d71e5ee21ec4a647f95687413
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.4.tar.bz2=54f9fceb0496f647b3c59dd7411a583c74e7886d8f127aba10379de739c85e45d62c2688280ba5d21a45c5054f42a2645ac2a9d990ec1a16cbb2c533edd9eff4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.5.tar.bz2=1aee7aa974a08c6bb5a29b0782efa2950c1e530bc2100e018d66450e8e89701673a034a45adcf70bdc37f52d4027ae263d7e4410d64fc637b594ad624f10a25c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.6.tar.bz2=693173e4e235300cf30ce1592bada6aba5bb29a123157aa419ba8403757682cff31c9b2b0a4e97daed557953f52c26ebe0e49605e1d12f5e4247e0096d736630
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.7.tar.bz2=8af3b57425f7cac45e7bc61029f872facc87e9ffeb3243f8fb43407cbc0a581491f38091b0fa45c8c148b730fd8cd493aa5286177b68092d7944dd73ba585299
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.2.8.tar.bz2=f1a7801bd0116914a055ff4013840faeac0e432b55aaae4c0bb61eda3d812eb5b3093c2c536fd9e2e28eca81137300f84418d8bc8dd9e48ffe245ad90dd3eab7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.0.tar.bz2=e1fea7c85410615f76b02df366ee49f929cd3bf3e52c3fef8b848a8a6d2b982de03c325aac664c6550b216a11cde64ae571bd5a5467ddd4a8b61039d874b2955
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.1.tar.bz2=e8b6b5dafc4b46e97fd905a5396d09ee1cfd1c0b4b74b9c3bd9e1056684f05345ac1599817cd9cb1dcd410e4e3ea23d5f2fc86da12e01fd076434c1b2917f117
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.3.tar.bz2=8172c35a381adfdbf0f90fddf526e3a5c5d4590e133e041aeb339137c1c31f16a47b904c61048c29906dfd2245572dd69caec507432628bbc98bb3eb94891575
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.4.tar.bz2=fe9370f2f45c557fd24574219e9597826f4614a8c59f092bce54338a2e927d16bfd4abbcaf0203a60a35a11169310d45e79c4a33fa4d45916bd6e4eefcc7b888
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.3.5.tar.bz2=e42fe5b628b6a6cfc87abaadbd9140cbc5c0000993c3272740ee6e20d07d2bacffe5148213f9628d6bc6f97211c0905e55d7bd304763ae095d86df8c2b2d15fa
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.0.tar.bz2=baadb5c405fab06da091e75af6497370757cb694d50c9f76fb06bc0a281df13f4ae893df49657c7dd7e86dfbd052d2cb7297961f9739cda4089ed71e52ae7bed
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.1.tar.bz2=71ad68ef1317ce5ba51353cc226fc7b11923d9022770b355cb1180be7c2ba4bdd87b079a8dec15c09ef3ad42056018a41a603bd0a10b8124433f36b0930153d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/17.04/x86_64/ruby-2.4.2.tar.bz2=440f27f682a7f9d2a99ff8c0687c1fecebd8bce494b9db48ab9d303250b8ea12dee51eed0f68d940f141d8e2699653fca7d2a6811eddc5c512a9fe39430fde3f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p392.tar.bz2=3582744ce4a4ca8b497c918e129823167e80909367d65484c2a09a8e6fa185a38bfda8c1b6676742acb492472d0687fc5b6eb18965201e0f54268d835f618df4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-1.9.3-p551.tar.bz2=fc04b976fa02fc5c1cd4ccdd49948b5e289b3a5bba16ef99266b65fbb35f0c20a0ed02d5b147f2fc4469db6a7b6665d34e0373dba242ff04c95fa27642cfde1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.0.0-p648.tar.bz2=7dd451549e9c1a43ef86be51eaa746344c424d1accbc9cfd360067c3aec20db8ffee277e1108d40c280f1b8ec0851c6e51bc448f25505508d9af153878d9b091
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.0.tar.bz2=cfe087a9daa6de2ef00a6501d568a25a3386da730304697e1bdb9fbb098617a143f073e58629876de4f09a1e8a60a48ec05864fcbccbd6733d9e1b3d309a1100
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.1.tar.bz2=b74cc64103a31b9b9545474fe202ab9f9b15569681262438056865e4dcad08419c44bb696c7dc8a18f72b3bd8e5e98201d0c3608ea652c907372c3c95cb7e16f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.2.tar.bz2=fafffbcd24eb3c55c89704e6e8ea48ad6be286bbb4e38f56c3b3d61f9bf4f6bec28882da2ff60f17f79516476ae50cc4cb8c6a8cf4a0f31b910d6153727caed2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.3.tar.bz2=4daaf8bba3a04d46e04720ff2af1469e1caa68168f5c27d1d3e0cab922055b1f9c0b26ee64c3cb46c17b6a9651ee7a11bad19e9414102455e96454f1a7929408
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.4.tar.bz2=988c13e900168b901a3a3deb4bb96e19b15205cf4c2793b56854b58924fff652946a083be6615b2053fb5285df0fd218d1f9f91562798f0386f0758973765dcd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.5.tar.bz2=c7396627e45d8df68b18c2491fa756085aeb4ec28c1cc707617cd903fcd47d4fdd3cd6ed225dccc14497afb14200b9bea5ba38f1e8dc621c4aea8b8f0f1ccc7d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.6.tar.bz2=389aa514d93d165fe299856a5348b1667f295aaeb49094bb5ff49e9c6861bac603e698c36bf81777797d05a1d3c405e37c1a00a4dbb85f262bf02c1b0e16ff04
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.7.tar.bz2=5a38bc1dd227658347114b935ad66e27fab67b8da9529a7f9083d6aac5743c40aea8c33ca95d4f10ed1d56f29bcc2c0747a3e88b87425a5786245792d8851301
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.8.tar.bz2=44e36e4918ab4c354cacdd20be30acf12f060aab808172184251186758f750ce688eef72f39ea110ab6429fbaaa5a792b1915a5c2d845b6e22a3cc4bc851c6b9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.9.tar.bz2=358f12ae2d4e177a080bbcde8b275691418884eae9a42c98161170c7b0f6029ffebf7ffad27961bfc8a50a393796934a2dd2c7f0ad2a35992c35dbd6c8c6349f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.1.10.tar.bz2=e7e98be6cf658eaab81486360f4d5d22f86805582feee4aa11a8e2fe6b461db69b850c7ea98840af0811910be7f534317ab5887bc48f47a9591b65fa7262feea
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.0.tar.bz2=307ee69b3051fcec2942fce075232a62f6adf6486239a89fab7bd63a9bf068e36371e67a5e42f86ed60e31b8219ff431c2d4bcf519b2c10393504942d2d90a9d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.1.tar.bz2=a0a30a805be9c43cfe52793d103e9f0dc6076d02b0c5af36d650564aa43958164a278958f7a7e1132ee5d3357cdcfaa8d59a4cc0bab027e288d935a44958b743
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.2.tar.bz2=d3218d01a18f5dbcdb65f216469a463215784170d32110f06372fda6325bc17e2c2aec1601a5bf3319ad753b123de056e6bee8aacdd7c64c4859570d40571ec6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.3.tar.bz2=4fb3bc10aa46a85cc37fb041d351b2a8f74d70c3de32fbceefebcd6e757cd8dffdfc86cd14fa6ae7d5273f875e1d4e13e6446b6dd1882c8fb015d1d34ab5ed2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.4.tar.bz2=a008439e903b1e97eb5a66a88cf72c2e7438b12b78750411ba0ffa496c68beb8cacc2037763be1c8c8841fe9a248d4be0d0976420db0520b4b8456aed5480f3d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.5.tar.bz2=14573495aadfabb81b985aa485c0090a816f459a0db8e790a7d1bd948897cf650fef4e8aad7d2ab8232d2ebf56bf08363730dbbfbc2318625dcab04d3904b3dc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.6.tar.bz2=e915bc10ecd1129d7ed55a12fdefdd6b6fccc281cb3cc0790e5970978f17652068ccd7fdc160608cadc8556abb73a2c187d041899adfcfcb4a311285415145ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.7.tar.bz2=d80b934273b84d7ccc4e17fa07c9e0a0f95cb4a38224bd60ff73772ef7ecb3d1974e686bb10aa319642709e49789c0886f98f4fc1ccc5312a19ca19f03674e7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.8.tar.bz2=9bf0cc35deab5f53900bc8e8264dc1b57f91a3477f241848df48109f4b5c97f3140470f523fa768a7543c61cdb7a93427866d871d09ebf8060a5cb75ac6d3790
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.9.tar.bz2=0cdefbcc88c5b9d34c08c8871c548772bd473dbaf54738f9855afddae8da5eecda607b36c546077efd0165114da385cd1f296433afe411f57a524fbff0a69291
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.2.10.tar.bz2=3aed1b12ca46e34fce66ac23bdd97ef815918275d91ca4723f9a6f2a2b93cb2b66f845747951593eaaf078bd0d982e06efa7641fc3e11d141b7605b086f93393
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.0.tar.bz2=ac6a699d5d08b33e7580a24c9357c0c8e8378208fc7385f5582f088a879f61e48a4654d72f03263a1dcf33fb0838b01c8c21fd39c5e2549d683466e0441381d5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.1.tar.bz2=77cb7698c66ccede33f558f6ab9ebe4be3b775a567d1d4dc12fd85d7b0f28d7bd446b18ef48ba1c879dadd76b50540b57f283e9f226e904e620afc3ba6585bae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.2.tar.bz2=9592c8e2fd9266f5d1cc780706f558e15d775cece995f5b6e933c54be7b7f2be2839b28ef1898b2072c5cdce36b830e72f967062ece4393765f8dbc88c6dff88
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.3.tar.bz2=8243575f30eb38409003b0450ddece621a589e29a4ffe219410820bc2afb97b7daec4c81d59d95dcfc83138414a2df707c925f0eb56907d565dac4bbd5a929d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.4.tar.bz2=ae16edab6e55d1b2506c4cb30d836639035a7fc153511125b578d6da8a8b40cd87650855fc6b4cf777c1fa0428c593325af88d9ad25d53acfbde0051a730eaa5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.5.tar.bz2=10f4aff595d12bdb425eb3268c868e0efb92059e6aed8683fefa5abedc1ef21d23a45e17802edd8e5e0924ba1c3277b653c0559ef4ad4c9dd2be2fee17226f8d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.6.tar.bz2=bc352df203155008da7a1099f7f7d26eb9f80e0d2e41c8adec5eb47f976529c6126bccc207563de87ccc2867d1e4c43797efbf295c9a7a4afce002ee19116074
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.7.tar.bz2=d71dc217011d154ef7b33780366bff07e4232ae77321ad6d16f19090f924ed3867c31f2af4aca4ffbc6a536b0320b676716ffb43e34b0323e81eafab13f17fa1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.3.8.tar.bz2=aae74010426e2a1288280f3611ba6aac842ff573f9b122fda9a4f1c514e09cb3d22281e6957b4acfcc753c94113852e083a9a80d0cae6b33682b83669c475eab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.0.tar.bz2=4a083c168d9facf3346b67dde02d9705109feef6fcd4e3c7c59c2bcb35c83597305e09ee143915fd993799a888d6d9ffffadb386bd57e9477312566dd6164deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.1.tar.bz2=58b30b00156691de2acc5d21d3255029fc3f9f2536e668298ab160d300fa0bf3eb0705aa524c9123ff09d770807cda0154bae012632b7e87120d7538f844560f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.2.tar.bz2=4c3c586765fd5afb55383d16eb9d0e7ffa5b1ff988a2b1d847e3f972a211b2401f035ff6c02d71de558cc161655438727079aafcc8ab80c97e07e16cd7fb1304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.3.tar.bz2=e66a4ca4b95496964ff4d77e36caf0894d913c1116f901c9b589da5a0e388302b64a79ad6acfe7eb1ca5917825bc0f866b482f074f1d5fed96d91e238f7ef454
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.4.tar.bz2=f95eee611be949327224b89942f4344e7d8e075b958ce3418b5874e9b23981113e4fd58254629fa9f6c2fdaf5840d44785ecf5f04433987f8fc4415df5c3e367
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.5.tar.bz2=447b28420be5b19f6b1381d232920e3c20bc894c2e0d1d2e394cc44e7859d02d177ec3ee09ce96e922f55b7fe2651918805f00fb783af3780e5f25c21f330195
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.6.tar.bz2=5f60bde5843fdc0b05bb852a2f1b30ce085dbcf7acaf105d5af951398b845c766113ff3740d44585ce3814b4953c004230eb4dc2ce8746b6236ea4b7a1d1cb10
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.7.tar.bz2=929a03725dba7de8d7eee3fe8987b858b9b9d6d377beee710af5c3e84b02501996444aa7b2c1db458aefc3e765da17cd17ac30fb0b4d77ab1e54239e72fa2a63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.8.tar.bz2=227849b5809072b3aee211125c2aad3e2e4984e9d9b4415dd8c01dbff70eb9c3758c3cf54f2b97fe282f7a42f205a2becf7b86e1e6ebb4a4d048ca32659603e1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.9.tar.bz2=c15a46ba1e89cc41523a21eec90d4e3af5b9739d27c2f2b51047f2c1db832e2773cbc04871a176f71e7124eb3f7b53262e40a1baab87262f8811a8d69d8e5358
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.4.10.tar.bz2=b83334e272e78995b699de28bff67accfc151cc7fb193d5c5746fcf06087643564b3a0b538cb64f50706642a620dba2cc54191357321852db42cc8c5648270df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.0.tar.bz2=82038a66827fbdaf60f404103b3956ead4e03c999893f0095109e7d853919992cab615f85cd96ba9158402b2de5a68fcbdb8b32e9d07c6f754e0591f72851b40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.1.tar.bz2=31e9f176ba61480b33b7761d2a19119a200ad61c8f85145f736eb196de50babaf278d023b274274c6a31f2173c5d022bb93e0f8d46a88223659d8ebcf6f5e278
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.2.tar.bz2=75d25fa6dc81ce8a62d02adc2e163e7c222c5946116c4880cec19460e2309457ee1a11a8eac94243ee8437514bfbba9ebee939218b6ccc7e5c1f15b673d432e7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.3.tar.bz2=84c93c85aa3733f2ac82e695c19e714ad4afd096edd6abda8a4915311d1f604453fc3fdc290c6ae1f9055d305ef400f8f8f152c5e15eb230baf7cfd5e192b7fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.4.tar.bz2=131b874ac376f42f3427dcbeb0adb0edd18ece834514ff5cc15f3b3e29b8f14697050051224d7ba2b509d428f780c653a4d7101149b8ded41ae373aab871e90a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.5.tar.bz2=f55d2ff7f2eae4d30fbc14226c928d1caff21db1f2cd559d3caeb0c07a7a3f034fa369d95f783e6f38cecb493d99aa1928def9d8574698e3edea3d33515749f4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.6.tar.bz2=06b12b2a1e85248311cf55620499806078b3b67110fb45dad9cb11cbaf1e230ce8a0da23c7de0a5abfccdeada8eb799f038b1a09980ee9572ec415e24fcf8c76
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.7.tar.bz2=49128b7845954f1f04502a484f17d5c0c6ecf8990047f5a383b2752ea9e09839e5994b210c2f60307d44ffa8b440472116fa1231ea899caf639e1b8a72f7f97c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.8.tar.bz2=24290aab4e0d48719659f8c1153d2b08020f17ae845e9ac6d6b6d3203e4a5b19061e907a214e8d4390277584ff4b46dd4a0113c6b201fa37e8a95c42fab5aea5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.5.9.tar.bz2=c2771d6b12f4240200926b2c40ec1bd3058c9ef213e2c6032e44799fa34b75b00f2564a0f7c0d9f972870d34c7742174310bfe3b15e2742a17ba2fa05e5a27cd
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.0.tar.bz2=1be48c38da41f462c23d516f465ed34e2fe90c6fd53ee06f1efc9107077d9937413bee589d5d3384aee5c09da7087fa84864a50089bd1cf3c385ba3399e9b0a2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.1.tar.bz2=b7e1204e0e501312828ca0e30b77434b2d8d94581627196f0195ba93fb10a11046d44942393bd8a261585c564bc721313152a9087aa56b57b433ed14cc7922be
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.2.tar.bz2=e91a187a9e726ed26ddfaf09cc49473c8379545e2265934fcd1a1fa78ba99f9a119fe2c3c8247eab583389c3af7ec40a0e71da19f6ecc17ffc086759cebaaa15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.3.tar.bz2=77d9be5bbcd115131ec7c842a4449729d1515bf2106a6a235472dc96b58a56873c2d0fe6a3b824dd15ad00194b30e72a75813d8b4e10ee11cc793973130e2401
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.4.tar.bz2=a2e5409a1a88557bef747ca9b1ea65ac90e430500a8f9370023b4314cb5d1e0679a1b03761980ab2e933ac3521188e2151e521408e33cb4dde5f0bf802d81a41
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.5.tar.bz2=ed6288a4d81a740d722b43925db8f22f794cc704bf834a1f9c844e2072baceb8938547abb8f4fb1a50f92c34a8616904fc2679a44bf4adec4e78ce00e8456b45
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.6.tar.bz2=08cda5ff00b9297b46d1fb620301066b21240951924337b8b87d27526e55024e61121e51d9b35feea2ac5eed4027658b39ff487195140e7abe9158181c3349af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.7.tar.bz2=3cc5695814c4ca49b6a0d7790093e85f5a359c5411618a12e60f4bda75c3635b94736762983e287cd04ce3ee3155d824bd9bb202aa929f85387a741d1685dd06
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.8.tar.bz2=91e371298a6dc1083c8b6265cc8d3d388d17a21d59e0103bba7e68640f80bdd12b98547584b1cd0feb7f8dad6ad530ef5660a154075960e1a76061d534609296
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.9.tar.bz2=7e3d0f7f42d644cf4eecfd88801afe088260d5fc8f490895378d5e4ede76b2bd67959b9803db59f7b19287801df43eba920885aa1bcd29f60d225745d67093c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.6.10.tar.bz2=64683129da9a476d268ffde06bd7aa1c67b3c7c97b539d856833ffb127f458a55176d8b4a101e60b18ee923485097f3bd98e8216c3092c3d0527f6111cf7a051
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.0.tar.bz2=cada908be34428bc2f302bad6ebd778a2c7a8e979476e00e45c9444b65d7f48f397b838549d56ceb91f0e5593ffd663e9facc4ea5f5c6a4aecda85a5a1136496
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.1.tar.bz2=06cb5f2f0c0941802119dbdf34995446d6d69ee59eed9a5e9d7f9e7f0e14de440a9e77eee330357fa305e81ee39a6868651c740ebc91bb9a2085a74b33685f4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.2.tar.bz2=23654c65e6e62354857f86098852af0ba50a15643df5e7f6fc8b710e35a3872f6eb7dc1bf9266375361f696d8ded0bcdb9ee9acdc8d0c975955d299292da7e21
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.3.tar.bz2=ac02a93a62c55a2a10dc260cd52749bd8f4bcf1a2d43dad3cfd2e5c0bf7800c51a5b00779526d84f759f6d50ce673c7f3e526392c4ab68322649f4fe980f2ac3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.4.tar.bz2=88651ffa2f1623ca3b93b60a591e828ea0dcfc73daf1eead2629531beef291331f8ed1a4a33d682828ca60bacfdd7fea77bcd67f1a0bdbfa9d1e4f173da53208
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.5.tar.bz2=001486271268cd1d2252f46b32001b25d493bbbc8ce981ecb608eaf8d2c2e6d6361f6d9bf052b9b2d7694e228bc302a1082689f2038564439705fbecc00de1ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.6.tar.bz2=a48c974f341cd10143eacf46a9d0eef45cfca3ed91ebc9f7fcbba73d408408eebc60c55e15dab391bc4a9ada6777e2be3ec4b9e849927c5782f4443a813a6ea9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-2.7.7.tar.bz2=b9e99d1df4a772441edf7fa4e05dd5aaa62efcc5a8c89fee68aa80c4bf1d17ad0e5ecae5682a10d2eb0ff78ee79c583f0cec46f5ac11ae874126082b9f8d76e4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0-preview1.tar.bz2=8fe71fdb37955b031769359dadc5062b6c15e0618fd8961c932212a6a2610829aba8b1dbdcf4bdcc2e133665e043b29088f714874e3ef3a41d688b7beba78928
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.0.tar.bz2=c51f55af33e09ed425715dae0dd59dfa253e909bbd44b4bf3dc34452656438c23a754f6b2ccf0a3e878463519043361dc7ad8a757c87a3ae0e747599547dc7cc
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.1.tar.bz2=fd09a4d721388c2b9f2fd09b68175dbd620e11df02ff7cea4e438d3205494a9883c25def06d6c1ae4207e7f82bc48fdd122fe12630bb9af9da451ce6be19d86a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.2.tar.bz2=2ade19f26f6e2eaf65a8ac3e9ca21cc8fe04252df58f9b14c6d0f92aba3c0eff27b1c68b1b05041496c367051e020dca7b0c64bf44fb07b4fbdee9e68b78fdf7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.3.tar.bz2=11d81f71ec3d293916bd6a00d28dfbcc93e721d12c6137fd58febb79e7399f8fd1ab5a66915863311db9539009dac06612a4b2daf0408fc1f1e84db8f8f4fdb8
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.4.tar.bz2=bff3db8c69e85d503bb0686644f2d60b97c599e0cacbdb7cd4b18d630c50d04ed0dd90ea97be01c3b3220589abefc1e4dbef39246860e3c70993f0f2de738053
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.0.5.tar.bz2=32f69f0e33f7f7d41f4c0e5c5a1cd859a4c6032b0978c317ec3d333da42047b7f8f8dee9c4d72afe890b47b9f17901139142cfbbf228018d8ab5d02f7a01f0a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.0.tar.bz2=f7fb515855de32badd6e5ebbb03980312144b69dd8b696fb56320981e4f0964065cd13853a34dd321fca1ab160510dee8fc3b6c99f2a5e007e6974d70a564db5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.1.tar.bz2=de183d962dd4a8c95bea54f8740cc34931c2d856783fe7506f0252c5c71bb7125db00c9c7eaf8e80f8fa1c97208ba4b2a4d6c1a76e38d2b6251a92166749fb37
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.2.tar.bz2=7589f0292f72a2217e5024b51791f9a719ff0862bf39480f1460b5106f1c11172c72ccc1fe2a00b166d80610d76fcbefe64b7c9df0ed3a72c58964c2402982c0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.1.3.tar.bz2=d79cbc4812ebe9b308a145e96f6e7f64c2692b04370ecba0bcbaae5427afcc7e57ee83b4537914b6b90494fd45a11bbf2b27999a7a74c7fd569687a93c43961f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.0.tar.bz2=2d11ad1c89c1ce9873dcdc87c41cf38105b00e265277a173d721fce4bd350af73caf01fa4a5797e926f1a0cb180f1c6e969149d1d524c4df797939cdbbe9657f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/18.04/x86_64/ruby-3.2.1.tar.bz2=cbfe8a92e732675ca1f7d51c04775dfdedec1b9f21b3b7f0760ef61b7c375cc4b0758a17302242087b55faac7c3f1217fab0f6a2e713a05dac082cd6a5d5df3c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.0.tar.bz2=172189c66b3c721e7413f0088f50e4eb8dd80d87779c3a4e74231f7036eeaacb8e373b7f5ff017f8aa274c1e1c872066f2f93485a2a369a7e9b442d157840bf2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.1.tar.bz2=829fcc1a3d878ee28e89a58a2f6d4221cec115d241a007b048953672d57548002c3a105ea4e65e344137091baaf5d5c54232a54c116afe03d0f3d61c07547c2c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.2.tar.bz2=ec2e7bd32e2d574773486e1c1d733611465765cf14895fa6b017b6ed6301ef40cd062496a3926788851e7ff3bdd62b488d03385aeacc66bed53aed18a6dec225
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.3.tar.bz2=79f822725d4e3bb7daf416e736d87f3b01c21d011423a2b3c65d9019a47ad4df256fd4a1f171961267ab8f20387019fec8f3f4ebfb6664f682bdf36914f6a329
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.4.tar.bz2=aba571bed773554b18863e6b942f2bca743729834657689a016938a34b7e4352e68d9fffc440b2fd4fcdd1bed4d1ba5dde689da535088d7ff8ae7dc364ac3b2a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.5.tar.bz2=0e46655028859f5abb64d71a5585db638d00edb9d20a487739d307bc1dfa2fca4ad196e04044dceab0e279286379e73110590c772a06786214c4eb23557324f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.6.tar.bz2=177e9f0a193f9dc45f8653306cf6a87bffba16780220fedbd8be67a3608a8f8d370011f3993590d58805a8ea4833d95196385fede4b513d908fd4263a82f113b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.7.tar.bz2=88bfad0d6258372d4e9739613a07352e954db3deb43c0e2d2a176f9cf55bc5e2df73e4cb04bda75e2dbb210799649f020a7284cd2acb5fb92d2b115a933a4f03
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.8.tar.bz2=3710f83ed7f3f30c9b5d3dd515c168534d01811cd33f20d3a54e654dfb5140afc8198f46dd823ac45072a83d844ad866af1e2b8265f54f9997356be88fa254a6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.9.tar.bz2=078ce0d7433e63d947fe4cb0cd5a14e6f5fca00b7309d7288359ed90989dbf618bd8c1f5f31b607f3ad6b0cf540d715dec2c38cfbf71cd170e572321598bde7e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.4.10.tar.bz2=f97f877f7afa604dfa7e8f1b399a4c034e79b616c95bd4e48927d88d1e8adf8e203901fa178f93c6af4511d26a38e2d8cced7225c2e75457bb02dc27b8feedad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.0.tar.bz2=ad619ccf77132166151e4982996e93135fb91d97701ef9aea12b6bd05e18e585dc4d5fc34883b3369ebba15474741db238fb90192eb273dd5428864429525d9b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.1.tar.bz2=9094c9bbda4c3d830382e89e4e1c24fe43cebd9d733b6878a43a34d679092bdb6c7b23cb3cc08d4efc6e15449c68862799713006703f95e2862bad1c0b0bb94a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.2.tar.bz2=54c8fc2f2a99f834292b83ef8e68e2b120f20fc4ff74856c13137065b95262f62188ed5c6ffea8fc4b0c1034d9f8a1b497878d6a581391d422994911f5fcb35d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.3.tar.bz2=b26daf1825cbc9cbe51e1abea84f3aae542beec7c26628201325026b4d4bdeeb46f8053a1c105973242ef532e66bd4eda5199dc1aa4faba1a6393f9cc126d856
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.4.tar.bz2=e5718fb13f2fe7f6b34fbc2b1a6db95576fcf9cbed481fea59fd4dd28d064104a912a1000533810221141ec09e9fd8d1e59850ae5a26ae441bb6d8878f42c418
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.5.tar.bz2=71ae2c5bac04a97694310daf76e896a1a02c245274e9c96ca96740f78a0e245302564bce757f1688d3e83b7c0c88989f702814c434101f8df786c1276a4f5a2d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.6.tar.bz2=1693ebd7cd3a452f51ce2ef32144aa36f6fa8121ec68cd0fff715db8981214ea9fc729099e4495e1e8bc346409551d4b93c6c3803fe187fc0c25360b80caab72
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.7.tar.bz2=53b05c51b970a239fab953dcf3bb433f59465fa0b4dfe58066132a1bf6247cbe4adcafe41b219ba453ea392f88a521349df14d58a91a855c53c9b9ba4cc16c4c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.5.8.tar.bz2=b9b0d99e590a48ceedbd1d6318c29b8fecc12b02ce5a6f1555593eb1b3e284c766f2f8800ee3070fb7a041593e4a3806d53590be760381268ef0f9588e127b08
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.0.tar.bz2=90491968190f4809fefb4068fcc37fb7e2ef179454f57c90bf2af308541f1ec175a72ded53202c1e86dbb63cb6b47678656f753574bf6ba525e982f3278a7602
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.1.tar.bz2=7f9ce1b6872352a6feb539948d26dbdfefb3d4225ba582ef8730be8fd85d5c350bd6f21346d43cfe26a8501c4ad145d733d94da5dbf25b15e7610ca037ad4227
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.2.tar.bz2=8544797f46d54cc4098227809561023bb7bd01eb2330724a94921c5a79ac64b44bd56069d7a77a3e6d2d3dbc504ec25157daf7fdf921c3acb3b4289ce1bbfb5c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.3.tar.bz2=fe086aad84ac7fe8009ea2bc16f0ccb7c60a5fc9034690af38fce1a05582a6226dc3d7b80d08d1952d03a9abcebd7b361f5fa2d506d71e1f5aae9b5f31ac22af
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.4.tar.bz2=ce06ce97ea1554972b00781332f126e767a3ab98f5023d3dc83195bb36b954b1b497961c74bf31340827d9a5de2e0bb34240accbadad550b2e692d26cb097d4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.5.tar.bz2=6fa248065a48cebd1e9950ae07f3e653b3e29e369fdd914908be0b215257fa2766b0182e392fb869af51cd498e258435f6d9b45a03452356dc08da0e96877ae4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.6.6.tar.bz2=ce912342033f395ba6298051b081c89832f656d61ecf2064e9568692552a938599c816d2cd1fd1f9bee721611f890b8329985c69f4d5b2bdbfa6635b48afe3b1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.0.tar.bz2=cbfc7a1cddff0385187a7bf2eb9dc71a8d14912cbbe4e9529b79414e49e681302ac9009b7c8e6fcf92a9f19a0ca5053a6ed25edfdb510e3e4e247474d471c58c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.1.tar.bz2=29b99b3e04325ceca89b64c7846aeadb412215270f6f7c390fb1e275ebe19b2faef811778c0615b2d4720ddd942a2cc209c72e623f559e6c04e78849cc1c1b1e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-2.7.2.tar.bz2=f67ab3ac13ae90622fb3664a869b0c584b97df0500384a28bda9c5c36cf2a27ac1f66afafea08bb29bbfbfc1e0ddc444427993ff4163987f5510c4158a90a96d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/19.10/x86_64/ruby-3.0.0-preview1.tar.bz2=aaeeafee545dd1ba1c4df5b7e46e82f7e89e0dcf4fb10677b7e177e66f86e6825e85fa5ae3e74062363883768b3485495a3378f97693d45f675a6e547e989cba
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.0.tar.bz2=3e78b2a73167c3680aebb1ed015c583d4f6c58804d3b272253bee2cef37fd2d1cb3852fd2b408f4af1abca17725d923a1f28d40d2a33896e5cc21c4c6711d7ca
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.1.tar.bz2=14e7962e180b9ae16607347ba5360b9ec086eb8055b88d2f60b1c9284fafd93fea905aceb441f07d594a34b53647520f9dec38e4e9f6ad3e5a6850750d981a27
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.2.tar.bz2=5b7d88d4405cd45a6a720295cb0b7d3152dd757aac996c8d1a576c6ab2a45cf9ed0b0ac006423791cb038a14153048e96308ecc8ba1e761d4b7671dd6f880d15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.3.tar.bz2=320734a124e26de068457237b5f973278286d7e529e92405c1b856b6e57441b5e76c59d0f519fe43fbdd2c8c48c9dd37dc5094831c0e6a81d804e88888ab6237
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.4.tar.bz2=ca34ccbfc24adc4b2c6c5c0e3b27bd2754c2c5be61e9dfa7b919b4902174e351f45128d887c179c37ccd5163a7f51c213fae96be4d0c356e2d7f96acdd4f164b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.5.tar.bz2=fabb151c29ad7ef7432efd4d51ea1e20180006601617ba896f8b1379555f4088d398e96f7bddd7c9815b266acf5ea94527ef4acfad2446950da6fabc3770f788
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.6.tar.bz2=2728c38987d41169b7110fce2b507b5d3e971d5b043b60c9a3b8d6d385ec2a40d24e464f6cf081844282d6b9fadd4abce670e79f02e4606bdd5aeacd1b57f773
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.7.tar.bz2=f98f4dacd9d8c6c9515ddc2597da8b868c66897577cc5a76819db742f3649881ef5a7f85a880f1e359772b1ab08750dda6fa74ee826938e06b93a9848699b929
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.8.tar.bz2=47fb4b41e60b1e536b3a54e18e9ee92aefee7eef92d49716b46884b2a3d73a02e88e4815df64baedebff80e9e17ac7b0af6e65b406a2c53a4f90421dbc948415
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.9.tar.bz2=c81ad5e16aa18beb7c34eeee68ffa96da243f99ff69cf00932ad5ebe427c1f80e3f7fee31b15ec0d96c1be5c2007dfa6e96c38114f61e958c6b7ecc40270db4e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.1.10.tar.bz2=856210b3eb2bf338c5da2668e830b95d48feb82c1c4407371b18c772df12878703a9eec948a2778acd098bcc8eb402ba6d57b2b935766847f3e652c3dadaf6f9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.0.tar.bz2=6ea5e6338319e5d6861d420b10f93b5e6634a9925380c61acfbb258b6609ada76bf2a6b474b53a30b0a81f0dd81cfdd1e610b68698df73f69091f479ad39bc63
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.1.tar.bz2=8e8e4ef137b9394ee34b760dbeaf4d23953bec083e5775a423ef6c16b75faf8bdfe99df975ab6b6d762509536b017f3510a9a5e9ab63060208edd4d2d96371eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.2.tar.bz2=756c9ecbe3c9801a0a364143478903318c524f7aba026239a1fb42d7390f74110805543a9ac2a9f8bbbeaee48bc867fd15d400d8bd46576bf4fd417d6136a3b2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.3.tar.bz2=594ff95e33d0f7af7be448a781ac68f895f8344ebb1c9a03898813baa5963024aa84b11baa405fa584070e4195fbfda9b908f1fe171f75f19e5e1d7879bdaaf9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.4.tar.bz2=a9703c6edcfa2ddb87bb73c070d963fc4d59599919865be9b1d93989906698c6f3b9c4fd7f2d597e5d710276555de0b5865676b92aa3aba1f1f41be4052bedc1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.5.tar.bz2=dbd91cccc0a00a1ca7e901d56f9840e62e4f139ff4dbae530169f41897d06523c7e8977138ffc6212e1b60589f3091a4e2f6b6714c0fad22fa65e442b248f61e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.6.tar.bz2=ec967415b5bec95154cd9ff8338a602a6d005fa647afb1e1cff54a0fd4e9c0697b9e952c2dfd8e4b30068a697f5391b9cd165d5d33f3b146fe35f2a8fdf9823c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.7.tar.bz2=b8786ef31db7d950b1309646f81e6a99d56b76223bb8d2d20ae045f09917332a869b14cee1bf235675c7d8eebc6942b5ebd6cf0cbd290ea75d9f9be1475352f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.8.tar.bz2=4d949a715a04cd45f6817b1b26093f7bbf03ca630aaa015972e7d0ca72bae094add18664e1489ebf8ade27c160d2fbcebdb105701d719461af13c4d5fcf2cd22
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.9.tar.bz2=ec6cd8bd90ee99aa6470d9d524d89531f96f992efab8a9d6a709a3959ef4c314828276e67b84ed97d415cb3e0c837458d13732dc940c93d4d069d9b881d7f92c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.2.10.tar.bz2=1f60cae30581e3467c7ec07391de5045f238b61a49661ef0cf76d72ef78d220b7ae70b86b1e72625cf37085b6507fb1dfccfbe5554195f0c6eefaa996e199c16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.0.tar.bz2=343f5dd6703b6b58d61fabefc8a50ce5d02d98c32c8b4e52b8deacc9824369a9f0dc8faff69e90ca7585a194a4d742791765b16c3f5e2417b0f54e0e6f6220b4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.1.tar.bz2=aaf7f9e30b3998b8586764f61d09e434c32aba7479aa79fb6afa71ab11c067384ef3a4b9215a1a3639da807f4f642b9efc62b37b55e989b7ed7d75cedc7cab40
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.2.tar.bz2=b834ef95d52abc1f0c224193391bded9b4d2089c694378dd5aa45f8b2b1ea41b1c300445f766841cbb8cdb1114491ffe0095f518e1600746f5f583dd0cff9c1f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.3.tar.bz2=9df5ba9423e0a8af9d825e59f8c69889c70af0f6d67f96708a02d7d61260c83474e2f7b2f240af399911bdfc56850255b4f34554f7013d0417a13bb782403aa4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.4.tar.bz2=1d4b55a6a34249e82880fbacfc1d97a093600005deb982c6b42ccb14bbd7bf1db14e0f6d73bc25f1addd72378850f7edcd63738f2b3cbab569e34e89d563188d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.5.tar.bz2=29a76dbb28d5b63ee0ce64cc2e7d022118350a550d3693b8e38d559bbc4f42fdb6b63af4bcc4ebfffc5c0fbabbf2e18db7228e655de3bb416e344a61737870c7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.6.tar.bz2=122322fb462f8fdcb065e6f9d9968027c320ba9be9ad6fba9011760a7296cec1892a0780d7436903cb7763f5d18cce11860c5c7fce82890eaa139a94d5e89428
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.7.tar.bz2=0c17f52a74b73041c588ed76f73862d179d7b9abf9de61279dc74ba7b7f170179e0db5672a403dcc209b6dec9a865a88a382f5df01f5e6ba4cfe0f66232b4a15
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.3.8.tar.bz2=1a30bbda34fee311762a2f05ac7fbcfb4f373f8840f86b9762b0c07f1cd397e3eb3be83210221384333b625a243c7161ef4f368602a613760391265309e4f304
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.0.tar.bz2=edf31b2dd02208c96be25c2f4f7d35e2b122e5d327133545e16038836b848b90f81079be4df47c5493bf4ead1d464fa72a8d0d405bb2509ab0db6335c58ff793
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.1.tar.bz2=91cc7a9cf493c7361f3d507cdbb8e258b7dd710100cca8053b77569c07c04fbc2f72fdceb9fd9a3a5d01f4c423a206da97730c356d017157bc2454041e1f1fd4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.2.tar.bz2=8ea603a27560ddde5fc639b86381a303f886ce80384d8edd0e7bc806f10649760d75a76dd5f2ee445371254e727544ec12df49d7fc8876890b73237f4eecea1c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.3.tar.bz2=c42f24668695be5c291836ae6f39b4366e0357c9bb63cf8be2ad36cefe0c6d19cb921a43159d49d4d062dccc15902ec1698a1a6842d13ccaec45c6cb628da4b7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.4.tar.bz2=3ac89131407faefde80bf2e1bed4baa51c371ab4bffc18c8dcf2624f4d1068c9f933eb66486a2bc7c6c67f674c5bd06747bddfe1f1f9dcd939458a08e1bc6108
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.5.tar.bz2=8ca9a9387b8cb434828fa36e5886bc8a28d70fa46d3e20df60389880477fa2ee54fe63c0c14611a2cb0168ef1149d205640c6003e6a507400ad5fc34fa641bd2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.6.tar.bz2=52795cd7d112ff437adf603f58130ce539209628d2224a685d060d67a07325717981fc6f91736d4abfe014ccc8057bb40a097fcf85f5046aabde0019d08bef16
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.7.tar.bz2=bc179a31c746ac6e632ce08f57a8f403d4e463ad72285c0ce008d7fa39b88a22be3a43014c9eb019f6a39d022f9448ef151a8d03e89a4d2e767c4f77684e3750
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.8.tar.bz2=d693e3a800c2200c74b24c207425f41cef206a0b3f20625d18b1590e9891f409d6643ee0e7ab8fdb6e1e85de6fea52c6a307bf8f65324ee0f9ac33306ed1e876
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.9.tar.bz2=4b6cab99f6b7be7705efa5eb6f321b5eeb1d1c6e96d4113bf96b57378aaa4950b39f40ad555f630f17d216d235972f028617ea43c28b1970772ffd16be3d9a67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.4.10.tar.bz2=40bd90d231fcedbe34ec9963eb59645fdd1036b03056b9b8fa3b56900deb86d94e2a256f90e6aed297288d6797857a3ef9fc27bc6ed05c017b5c8e8ddc465df1
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.0.tar.bz2=c1df39ae526da7ebf87510017d7694e6f78c59871baac4e9c5f2d13c22cbecc30925e2783ad93f741110b7c3802e9f25a6c3ff85160b33a4080b0f1fb02f7740
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.1.tar.bz2=930f6f7f654fa14076c84365fbc771d5b09679588c4c478d8f6944770c53fdd37213bdad159fd231efbc079b85ab7ab648b0a97fafd666c38d0e280046c6e2ef
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.2.tar.bz2=cb62ca82d57dfc0e21e532d4b523f49c559c4ed5f3d73adbd9d650bbf23c694d382f3cc25eed6a8630f23e4780db127b4b8b6ecf6fc24b0f6febc820dbc6af3e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.3.tar.bz2=708209a89a18cd99c02392307d2bc63e46bd38c72c8ab0e982b28285f8e006d4ed77e04da3900c880eff01c3350033cd00ffc3be1d3a12c4ee5b263282f0dd05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.4.tar.bz2=c94f5b3129ff41da1b07da1cf742592e9822febf6bcfd0e9eb7145c00b732fc66625056bddc72fe9b631742c70d0e731cc6a9a16a089c7b559ae963b072578eb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.5.tar.bz2=b4d20f79eebc5496768fc6adb0735c6a23cffbb39ceaf9c2da42851ff7842dd2318c07877d89564176d206e22b8824d2a3c637b5ef02c5caed0b2b5276581032
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.6.tar.bz2=a09ab93c3d6936d30065236ff2abbd0295988a9359f5a76425cecab47af0ca5b6829530d1708e9ddc9e78d1fbb7c0359b9c7e90227870537d099ccc89c73844b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.7.tar.bz2=f6086c879f8737eaf6eef4461d23270e9e43811186a22f35ed69a8303eb933136e7a690bce2d9e18bcff730725292075e09db0f2384d0e26018b7f2a0df70b32
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.8.tar.bz2=62c631026560ee310a849483f1b48690075477942ce86e0564e92f5ca7834553c435a35a1d6d8dd957c3a7be24c63c32104518995eb3a96e61066a04887bb0d6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.5.9.tar.bz2=0f10741772d2498167c1eb2aa263292f99748518a4ec03dc19440eb5befa075fa69e68b08a09af6eb2e02e462ff20ab10e4121cfeea7bdc938c04762d81fbc4a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.0.tar.bz2=908132a47bd996f8c76bed54078e71abb154294f97dcba779b4cf0d3b82e31c4635dff89e97d5f6b4f1d797d854c6d020afdf9dc77b10c0e522755fa194a17c3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.1.tar.bz2=39c867ac0af48410c0bc6b01f1ecac00616a59cc07f3f5a3e7cfe8f786b70c7cacab65550dfee777d11b8b7a3ac173bb22c602df370eef6a04b40f8e539025ae
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.2.tar.bz2=2f04566f6d778121281bc6ba23ec57ad408049e649b351585bc9a3184848c71873910e159f7fd3909c7372378152f5ed264070aefd45933b97980e80f6df4deb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.3.tar.bz2=940375b11c525e3f0bf00e19013eeb886bf85b8d8b66d86d53740170b0ae16b14faa491dbcbec29238f875f84204cb0d52ade17c180d71e129cef5254f338f0c
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.4.tar.bz2=1c9d41d7ab7bd69d7e3baa3c4149b1938cc147beb2a63923dadf2fd959732c8cc824e2add0946bcd62f44b0e1d509b80b4796a5929841cda8d28f3a8207b17df
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.5.tar.bz2=f47443a53e3008cb7b7b7afcbbf1adf44887769e42b3defafceacc1e50e349c9000b98010f853c6b7cafdb54b85b640732a56a8e11ad8e58fedb5fa4724f68d0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.6.tar.bz2=fc1c9a08c48ad91edb4afcac5244f386d63940fa906dadaabe02a1eb025375443c8174a6ad1acd50f4583d6c57a88feae86e697ec15c8a25bb49f280b1357783
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.7.tar.bz2=aa611f7c350374d2c5c8652a694022e038cb5a65fde795c43e927067f155d0ccb368b281b1575e679b84cd7ba6042216dc28149e138256faf62dd3060ec0a6a7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.8.tar.bz2=ab04071b90ddb81b68f064fbc9f2bf726729220e4359113556d9b71f3549483f122b796b3b1e4dc8404e6f44a4bdd02e9db2c8066974acf190448c4d5a97dc6b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.9.tar.bz2=c769fd3814bf31728b83f2bcdaf0928e6423150609f3db903631f9db68ce0a0f9c87bfce5f93983cd962662148a66cc55f5f42bffc1a1b5a237e6938726629ac
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.6.10.tar.bz2=c231f8ecd46760db49796519645bcb5cc9fa1c0582abbc419a2ca81805c81fe8912dc32dcc2c5192ca9ef0d502da8f61ce1ce7ecc87b29edad3a144a8a0c200e
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.0.tar.bz2=b41557c83084c8e5bb263aa944499932ce7d84457e4e307f1cffecf62aa44f8543a06299e38fee17ba64f8952048612f9289e24c35acfe2ba02b913c15dc1405
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.1.tar.bz2=001d10af5833a03b42d9a254bde844731d3a796d98ce2efea90fc68e4638c7cc3be31a34fa163d4c5ac18c60e685e5cf2ccf88fac46ae6bc587a48ea35cfb09b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.2.tar.bz2=0a8681afc19372ccd9409bb017967f86c2e6642e083ca47ec904cccc34242040f710392d916a69a327ae6a0bb287d97bc05bbe116a1d93478ae282b32e5fcfab
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.3.tar.bz2=e505ff2f00334870d07f4ec9348648b7f3b91dbbad1fddb2f60f7a38572a66a7bf081fc7b386f800d86113aac1ce3cb739c86cf0d6da2bab916a4432ad557c54
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.5.tar.bz2=aee6000ac886cdd4e4044a7b43ab20d54d1e99f6b893af69d0d7e7a202f4ae861f939898580c60996b0bb7c6481eecad69a20acc83c75cc594dfbfde3a22c476
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.6.tar.bz2=86f4e6948eaf2586e018570f09232b94f907766590eb75f00992531ef74676070ac5a2308e121ecc1c23388ece4dbe1ee8a4b2a7ab99ca00a28d6583d6df3d0a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-2.7.7.tar.bz2=1bf867b0af84eae4e7996047727fbc7ef459afd3b2ca5885f658a74d62910d00eecddbf0c11b23265c625c26b420421ca5add40079438edca8eacd8b5c0149a4
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.0.tar.bz2=92a3b217079f9d960cc4fbb5908f7fc7ef71cc3ec8e5e404341e2b8875534c0542167d03b61577776e0b0f049f9ba2e3235842be381b4d484845768adaa6e3f7
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.1.tar.bz2=608f0f9eafd72226fd1b39f6c92d0f1c6d3aa7ede096cc390fc4f8bee4326b0937767bc6de84fff536dea48cbf9bdb8ef5598670235e013ccd630b06c5b8fb05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.2.tar.bz2=40cccacc66cc4b7891b01c35375ca913efe008157ae540308b649e14f5753f34f1827861c6e16b500c49ac95e1aa22e1c01444faca5dce71f981452a9e0f1b67
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.3.tar.bz2=5a33d600e55f7b8755725d7e2f2102cd76720d524d7b378d85fc21ea8d853166dd97e2e615ab18f9e44122e3404b439dd123f8e23d6ade5328982fe72db2af0b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.4.tar.bz2=37e3a4011b3603807c6e0fd48818b256caf272b3720ee654f38c0ae202cffa21600f9cc751b5335b57905ce67db185b37f548ac9c84d6acfc567f0ef4866635f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.0.5.tar.bz2=6648c1b6bd962e30e89eacdb6130b1788ccdf6ed05ea13eac32eefc222438a298de8121937262851cf5c4cdcc1a804d5d8bf19667819db6599bfcf79e57b0e17
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.0.tar.bz2=ac690170a6801fd741efb88e67961c0c3d717029b3bd9c6e243074799641c940416fc9cde7b4ba2c56e79551d6cb7fe5f7977649404da0d20d1819d7d3ce0bd3
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.1.tar.bz2=e6edfed2dd9d6649c47b1dc1b102f933f76a148e6dd8441add2316073dd255cac851e972366e4821fcd665e55b375fac757d189b7552baaa0b49e82349c71b77
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.2.tar.bz2=69c4895076690037199f2a9b98e622f6b5e3c23ea02de79bcade6193da2b1b88ed0c28006059f4ecc502298442275e7e7324232de04a2f0ce430665057410a05
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.1.3.tar.bz2=175777563303c6d6a04393938ffa7e36e0bc6db33f7d2cf1d42ec852b41ea26dd7d50569eee4cb00497e6bceae95592365ea6718a35451e5c929d8a085aa9649
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.0.tar.bz2=b668f0cd853615fec38253b264115ef0fedd21a7879a663ba844f4c3fa8b87e5ccd8adffbaa12ffa3aa16b108a2a439cecf827e7d8e19ec8041d46e758abc391
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/20.04/x86_64/ruby-3.2.1.tar.bz2=2039b1fcf55cca35ed3c8446eea45819368016ec1a05a5fd4c6a761b54f5cd56cb3301d5d2674af1ff75bda41eba41b7156e71ac48b88ca7a6474f0e944efd89
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.6.tar.bz2=b4bb324a53c316da488c5f60803933eade9ad5c59a6d58e76787d2dd89dc2d2f18016d2ac4ab0853a40976b4beab70864a9c2d23de194bcd63ad089b2159fa7a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-2.7.7.tar.bz2=3a9b5868d707d6a4580a44ab7504cb46a2713f78918142b185f0d62c5b7e0dfebc1ff551b2a52e9726befb70abbde867d2802345a01fd3e4568b9f58ac83c168
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.4.tar.bz2=39007e736b28ca599ea244bf4e54b52e86597c950c0ebd8f1696a02c8eef575a734d089b52c7013d00c02aeb261dd7e2facb45f24b34c75c4bbf14cb8bdc3ae2
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.5.tar.bz2=0fc4e39f7382c29fa2119119a78040c611fc8298bd4765025599d3018775cb2bb28f51d38efd4306e9f04eeea20e7c2365f2fbba1233e0494a8258c3c184278a
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.0.6.tar.bz2=5dfbcefa70f5b81887d34e776713bb9c6f7bcecbda8f1c9561daa3e235c725417ab0a930f594303723f226d36306e6a73f228abfa3533280659ab387708182da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.2.tar.bz2=00936db899bca33dfa8d0e6ffd4bd6b0453ad5823a450e50e3a055ea696dcf94b317357732e26208a6f34224c33a8b4a6130e5613262d62381179a52cc8f3a1d
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.3.tar.bz2=15b816d190fd58382a2f6f6e087f358b54003f186462abf59dbef545af9044a2b9c65576119185adc6bfd9ebcdb49f03a2a268eed4fb0f0d37aa35fa18adc1fb
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.1.4.tar.bz2=3a481c35668be459688a66e4e480e11b4e58c13aecc3751da9de8a3e3282bb4a152128528a804742aa0b4380eb537b666a2b29fd79be0d6968c4ff1fa428eb7b
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.0.tar.bz2=c604871b39f396c539c52dd4849d1d42f37530003601f60162860efc777c85e7e1a1ee88a77cfc9ca8ca20f0448a5dde4f39cbdae67470d8d2d283d6fbbf0239
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.1.tar.bz2=12042b5c30179da275fcb6155142ff2787e86cf577caef44b7c4d8175ac671cd461814e9a19f4c9b1e78bbdf041fdd06bd463aa972e194caa91e80778a56bce0
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/x86_64/ruby-3.2.2.tar.bz2=5a62a57dff1d4604e91d718de3d2308a2cca124c302182f68f9afaab91d502b75b69986d398af5bdda2e18e227595ed6ff100beb8668782b894c1e298b2260b9
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.6.tar.bz2=06de4f6f2761bc58d94659f826c7c86be50192b7dfdb5c8b6710b384a50299ad161309e2a8c333fa5249d0e7112f74dd0c0b0faa2950a6e74bdba68833f68702
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-2.7.7.tar.bz2=597374487d196abdfb389c79d7d09b81026fe3e8043f8811497646eaf47bfa432cfb96e2af9be1a35ad2d05f2f5c800afa3f9e5adb0ea2b2d31812d219232a00
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.4.tar.bz2=ba56050ce3fdbb9117c6c9e767f818ce3d467030713b7693ebb039f6888bd5d7e5f7b1986ed117414037e56e550707c3625a88bfd5d00d7319d0c7ad642fc811
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.0.5.tar.bz2=395facf2f7a15eecc94e554a60d87c269ba70c5063b24b7bc504f579c0d12a7d858eb0b98c502016ff8bf02aaf11ef765e2291b542759fc96affa186206ffe4f
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.2.tar.bz2=d1d527b2e95e3a16f521214c5352bcb379b946e8be1a943da872aff0ab4b8edd93a507d693abd7a8ef1cd5ea1ee6e6bf1f838683f5a447a6cb7992de61f744ad
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.1.3.tar.bz2=e47a50392c4f3ee13a565103e0c5f9474ba0a8f5ff60fc9fe7d290b7f5f9a9ddec962fcbb103a8d3b9c7765a28ba59237975f90aa3637a06a128802ede28b3da
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.0.tar.bz2=77fdbe62d1694732a7307c29b4f45d0dcab7e8a729f04f45b216345336c5820715bf3f8f7cab52175c4ca1a431d867c7feef7d802dec61c2cffa4abfa8746e90
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.04/aarch64/ruby-3.2.1.tar.bz2=24da0cfc93ac536c505dfaf2dbddc7b312a3cc5c72a9f47e28b3bba760a53b584422b73da8546ca01cc44d3906a31eed7f27a3dfc0bb574f01f9c08f7c589d20
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.0.5.tar.bz2=aee8267c4855e95a55b7ab858ca6359d635049743b8e38d34ad1430522a0cd746cd572e77884f7e10af14a731ccd8ebb9cad6ea035b0fca4ae534913a38f43f5
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.1.3.tar.bz2=ba3e66bd3dde28e7193b90c44194cf7732d294e592321c482deb3b31ddd9655630f5b04aa89a43eb9d1bc222da10884e9da332bc9da78e9e1b655300db52a444
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.0.tar.bz2=a1df8a2ad9256985b4ffb3da5b545af4160ccebdd8265711d1b642cd2285a004a42cc2ea51ce3ee78854e599f5196c66448b8e0b043846ef6e6bf992828aefb6
https://rvm-io.global.ssl.fastly.net/binaries/ubuntu/22.10/x86_64/ruby-3.2.1.tar.bz2=cc460b3d17d460abec27d77f734e1c1e7a649769c3374f02d32a4ad00f989ff3150dab926a203b209c92475100667dd524774fc37633d71f98737ea2d8868968
jruby-bin-1.7.0.tar.gz=1e466a3f8d52b553c9def09827fda4b8433576b0262c40ee505602754521a00defd821d5ead5052be52baf281c6cb080fd03a8b15c628a0ee67b4e417633e5e2
jruby-bin-1.7.1.tar.gz=ef28381ca30664cf450f9d3df9927530db771d30e86ebcf535af38e1a7e26724ae2bcfe8487cd2eb349bf609a733a25528aae14beab4d13d298b5604ac7353cc
jruby-bin-1.7.2.tar.gz=8155c81eea6743951db7383bd9f6b1750614927c9c0b25a6574f6d64898bb3ada2f626c6e0df6c5486561a03cc7d472fc12fe804ce66a3972d2fe02e3f407100
jruby-bin-1.7.3.tar.gz=1d19be25bf4a7dbb0edad71008704377893d3967aa4204a0d59d6883aa04462ef6798c64d0c0fdd3f5129c16ccb42e8507f3fef38ed56054bf6e689de745935a
jruby-bin-1.7.4.tar.gz=d7c0ee0316c50ae5413757e956c18ca68e9d99a25cf85be978da0787c13b8978d4ff2712a3effa564cfdf07144be4a56a0cb8acc794a01f43264fe8baeb125e5
jruby-bin-1.7.5.tar.gz=a4984591a3809330b93f4ce79fd1b9c24360f89d88a03bbc76351be623893c4bfc6441375bbea452ba4f24ca8b9357e03ac938fd6c065b3e2348c0f896b22a1b
jruby-bin-1.7.6.tar.gz=98600a2d46bfce14111c7eebc62716352a4b685043afdd696b8fe51c6b205eb9569fc2860423a653b842b173198c76c59767156aa48e0d23482dff3358d884f3
jruby-bin-1.7.7.tar.gz=71da2e72c65899216fa15ec568b51aa7004e2ed7dff99ca376b332d3692c83a674c688dc21ee04d177a3961a2bb3973714509d88cc14d0ba9f79c864c6258a06
jruby-bin-1.7.8.tar.gz=42d54243653ec260abdafecce1143161be63fcc38a80f71ab70fcece4bf91545a2b12ed2319f9fd6f6b41916c398a9a8e89e7f0389f59da56f2739665e74522d
jruby-bin-1.7.9.tar.gz=f519f53b1d9f57cfe28982ad70b892dc6fc20fe6601d98d65a1dca9f617a0eb8fff74d0fd82ddb858fe105d05ca7c7bbf3a987677ae0363caa2981bea358c096
jruby-bin-1.7.10.tar.gz=160b701f2f500dfab64beb635e5c4dc57760dd422d0fffe8d3cf8d84ee6ea17a877ef77a0087b4888ea9db64ce7750de01a73a51530aa6666a2efdcdccdb89e0
jruby-bin-1.7.11.tar.gz=a53b0fa327b98344cb4a8aad1ba537ddacb709a0e173b1e32656de8a610cb9896e9a4554d54d0d01d2361f8ff1539a0e2ee01308f670df2004225231b704065c
jruby-bin-1.7.12.tar.gz=bf2be8a37b53d38c75712a6331f96b999fa6b0e87f453fac7b9d11eeb1b66098ea0778172f1a6a84345e1881f05d63012e28d4068a0bd31122bf2473bbdae5bf
jruby-bin-1.7.14.tar.gz=f14e658da7f2abd469edcfd657dbc2505d6a2c04ba1e5f65f2164256f54625da154b338bd3d286ea6a18da61d04d90a61ad6b012bd9461182753483efcd0f603
jruby-bin-1.7.16.tar.gz=47ca714c3211c95c84e9c80ae4fbc894bfd7ee03e1bcc494cb48d839f8538db4aaca7029a4913b8d323e7227450e4e41bb943dc670f43df8a654eb127012033f
jruby-bin-1.7.16.1.tar.gz=9bacdf6e212d08e46ac2c49183c8611873f6ecebfcb0e928b5110bdebfeb8751ac087cf8aba09afb9a8ccb58e59f3c3e06a241c1db445835d7a875b0c3deb4b5
jruby-bin-1.7.16.2.tar.gz=349283bb5344a62f282021ce39648a0c8d0b41ecf8f800ab5099b5ce161ff771e688f205a918324cef6ba0ded6b3694b8dd83f46f56be584202b8fee496b37e7
jruby-bin-1.7.17.tar.gz=a3b171df08e789f91c260c5a57ec842a5d62cc8d6b462b772905ec5284e394ed7b78f5b327ca1ff20f5deba8371a86cb03fade75b5f34f233df47bc3f08d469e
jruby-bin-1.7.18.tar.gz=b259da2967e246a387687117eb13e8986b57de6ca8e570d6f8f8f07b8097db6e01cea8b0ec3a860b091fde14de535260dc6dbfc638f9e9b49d348f726e969642
jruby-bin-1.7.19.tar.gz=da91efcd51cfc833666f8b7cf949d3b5c41cd8da99ae1559c88a7358fb48df1245c66702c7cf23e7ca012cbefae98787c200352976d4e8aa3e9120057a89dc8c
jruby-bin-1.7.20.tar.gz=77131afe46e72c406ab4250e43cd1f98e59a8351c494044ac89f97a7c9a81492f8a8194541055fcf1fc59569e99a577fd6a36a9f6a3952a99f399d4970e80e69
jruby-bin-1.7.21.tar.gz=111883df12a60d06e9924d33057ba72094fcffd44f7e3954d6c6d2190f8e6442804e739cc525a9e75159251a8dc1cc487570792b1b4f5773f4d0082f0eb360d0
jruby-bin-1.7.22.tar.gz=6ed6cbe7b81a8aee60906fdf965bc217b3db794698e2cb37559f36ac119a0cd2a1ae1a7a766535ab491d647e8b4e6b2f63e62011714b757f8691455831ef365c
jruby-bin-1.7.23.tar.gz=6f4b97c4e08274f96195deb176e3126e8d047c981cb655cded9665624033fb905d60d5586704a3f91b2ca06d7e78918d9d31131c93e4c90c75a38182e309ac9c
jruby-bin-1.7.25.tar.gz=a89ab8d539bff346ad56d345b6a205f74890b9aafe82a2c82e7c19cfc30b77fefde1003e8bd7ed15f141151bc0fd21946203219691383a64f2234fa586e1905b
jruby-bin-1.7.26.tar.gz=feee03a50900e459d9ed7d2096056bef126c4551c02c335c4132e2307411f3fc4fd435e8fe44411184773c80f0630a7812b3d798b7e9be2818e1b5a712bc6995
jruby-bin-1.7.27.tar.gz=656f4313fbfe5db8d2d4fc2087a012c91efef848394c48aeaa0041e9a19b87ab74686702955413d2c51d6b4b11c758ba0555b30fdc42e86d66094411324139b6
jruby-bin-9.0.0.0.pre1.tar.gz=988c6a058336ab9ac8b27c7501ceccf3940837f9b9d3ed32a466b891bda1bc13f76199f5bc3baaa1240dd0dfdaee40775f721294d667f3b8b5bb9ac8206e2e83
jruby-bin-9.0.0.0.pre2.tar.gz=f207f9477a12d7ffacd92b1bb5154ba8101dda8f7b2eeadd4fa83eadec9a75727bc1831733d27fde63ba63322ec491201dd23cc6e2c2b5a4b8381a8fbe49e8f2
jruby-bin-9.0.0.0.tar.gz=33308a983533c129cffbf521bdb8c1996a10a6159a4a436248e645bda682c5a5395ac1aa767e971ae679c935f3b61573cb22d5b8c64af026752db3411a6356e1
jruby-bin-9.0.1.0.tar.gz=277dca63f3faad01c98a793f06bb4d558a970a10a66a38482e8372b25f4cf4fea85f1d5624fce7fb5b4310c42ea8aa360f24f6b9b6ef4bb0ebcb036736009ccd
jruby-bin-9.0.3.0.tar.gz=d82f83e20ef17a0675843e306ec5e90993e5952cf5a53957a91e369d2c90d92306aa515b1e135c04b45844a81a0f4ae34289b966821ae5f46ea51fe012627352
jruby-bin-9.0.4.0.tar.gz=b9cd4f4a00da8152740b468914046633d5341b10aa26b0ac56835d5896531030c8afbc4c965b30c36923555ed5b145de8ada69e05ca38b01d43621914a331335
jruby-bin-9.0.5.0.tar.gz=7c61cf010fbae571cd6ba334aefcfd917f6de8224d014026297b840d0b890523e94b2fea20f154c82c25c4f9d5992b9481fb569646a7023e5ddb42db1baf5f34
jruby-bin-9.1.0.0.tar.gz=1ffdd352823436086ebfd37c03401a1f3a9cb8a8c5f75476af1f704c4764396a20f49ddb7fb7f0911e1608f7c88a332944330b8849d13e6badb170efb736dbe2
jruby-bin-9.1.1.0.tar.gz=475acda79ab8c54467ae70094aa86842959200127c1e92709f0a731014c469d3e52e4c48770b64ab1bf31e1b710ac4570b421077c85c08071c1356bee55a2900
jruby-bin-9.1.2.0.tar.gz=cc6b1e1a2907c128dd04edf9da11933a54bbed5e861ab6f0208505bca5aa2aa9d9acdd04bfde65824346fbb435584081fc8ec2e2e9a3aeea1bef8047915e0c61
jruby-bin-9.1.3.0.tar.gz=88339f4cc05f7f0ded21f100755156ade33f19873f49c0c64110916da8c0b059df541a77bb36e54fda9cebf042591450d2d6312ffaa879df926870806985e774
jruby-bin-9.1.4.0.tar.gz=ebe0e9d67cb91721d589461e93e26338e3e3a1f0f98de53f25906684140b49d989ca6d3704cd3f6cbf650f30aed9a3989f117bb4732c83ed870364ce4c31fa36
jruby-bin-9.1.5.0.tar.gz=f2a11e6fc88d37fc1b640ea8c9feda4607bea6da5e6520f61ff85e8d6a51543612ae267b45c033214f8fd0e2283153da02001cbc9fd90be4761b7544e1413b9f
jruby-bin-9.1.6.0.tar.gz=ca59d199a0fe791efc57f05801ae26c6cf6402bdc0f1a795250b1a2dda39b233ed24c8cb005016e79727f4bcdceb1bad726a60c16935e76fc87e5d1a078fb5bd
jruby-bin-9.1.7.0.tar.gz=f2569d4858a33280e90d984aac53662c25ef057ef9903bace6a2214aa2e6a537c9bc8fc76b08f846b3093cc4a12c70c98d725576a4ac771e640b95cfe3697c7d
jruby-bin-9.1.8.0.tar.gz=dba3b41b65ff27dbaa203a5cfc78ac7cb9d952c52b452bc774f593383e4ef9389c0bc37549b798f48b63497ce7007b1ac2d2fa252d9a7c3e52146b4ae192ee49
jruby-bin-9.1.9.0.tar.gz=f8f6419be34aeb7b7577e946a62a094f5921d7319b51876c5e07322d99249b3a9f29fea4ee5c2b8184dfccbd5da8f8262fa97f5e93874887f3355dabfccfa0df
jruby-bin-9.1.10.0.tar.gz=857783bb45fc5d62148bd687b43af9ce776099dfea75ec4b5d947a46ed270568bceba2a630a3277746a3a9c1fd3111caa9a4cd13493ea8824c1ee190e6d2abf1
jruby-bin-9.1.11.0.tar.gz=718ed3f5a39cd9f9b45c4e11ba44cd32e035f8d9f26fe59230dbaecb71adfb2513ee1bb86ff72e075b02f20151f3f30e53bfa30b6c4b011a93a138d4f479fbf7
jruby-bin-9.1.12.0.tar.gz=8a9f88d517d8002be570aa95aebb0063eb62a47efee191155f9fa4f045854910f78431514f857c438167ec42f4241faf74d4a8d236ae36feae58732312e4bbed
jruby-bin-9.1.13.0.tar.gz=ef88f613ada2665d4f63b2e2f15594739de8ba501406e76de417821f44847b0e258524687b0ae0cf5b737520aa4dd9bb59d80a4b89a81408cda638f28bebbead
jruby-bin-9.1.14.0.tar.gz=d15ae0c60421951b830524acd21a0f2a56f480e983b148a2722cd36afed8e99a41f518eb8a679bfa2cf87f08637e81c24ea88be40c0a5390e081322f1fc6f8da
jruby-bin-9.1.15.0.tar.gz=74a411f42149510180706b2c70610caeea357f6fc3d2a12ff0227586862e6a9dedf09e752596d6c486af7a310a07241f311a1dfc73ead229d7225c09d4508605
jruby-bin-9.1.16.0.tar.gz=94e88dbeb2545250ba5bef50bbe0baa6f3851e9817f67f879ffaab50048bb0d41cd7a0e87ac9ef547e37c2b82cf1d7aae6b8caa43d03c6a9931b8ce0ad4b2afe
jruby-bin-9.1.17.0.tar.gz=4c06b9674e20f48d3815b4084bb38e6994670eac804fbc56d717cde7abdb74d57e0ac17b7fa0b500318de405c187c3eaa01441c22621139dfdbeef62a5467a63
jruby-bin-9.2.0.0.tar.gz=79f5e8674089d2f6b260e033e3ceb4571f54cb5cedbca74ba76b52dd7cb30085a8c6c2676e9be57a8ecd9e962fbcb3682a8de38e1cdde2dc6e05bd179556edc3
jruby-bin-9.2.1.0.tar.gz=185e67da4964c9cf1d9142446efa77605e77894444bdc96bbd10fee22637f197aea9fbb0f60d3a42540e5f383d5b06fcf095d572f432544a40c2145deec81926
jruby-bin-9.2.2.0.tar.gz=85e16e38748b6ec5f237eabc8a17eb225c484c20f7ab6728f2a0f650061bc50c8a9601c04b0128e73c410ffe84dacd2b8bb37167aae5595728aa25e88c4c9b92
jruby-bin-9.2.3.0.tar.gz=97ee210157c451567946b38d33380051f82e7e8cb5f7649fffe050542ff6cd627e2c42f4c46739d1f0995c87e7338865b18844741285bf3f72364aa3c841c54c
jruby-bin-9.2.4.0.tar.gz=9fe1506e862a17e261cf726e1bb70a9f612a6d7beda919a01405899660d1f4b79ee690ddf9aeed1d2b2f3cbd698be8df4f98d3815352772cc680e9646d721761
jruby-bin-9.2.4.1.tar.gz=2c41e7884cc54819da17ea9b2b773d05d3240d53a2ecb57ba430ab61308066eeb1bfbe6627e6c261f5f27ab5df7f5972656366a04a191a81b0379f620b74512d
jruby-bin-9.2.5.0.tar.gz=d548eba8de420c80062021f5b6e6b203f8b7b36e3f11409919eeab87a028a18f9346f27d2cd8b1f33419adcc83fc804a36dbc3cee169ef1d93383b8f5835ba2c
jruby-bin-9.2.6.0.tar.gz=20c7897da0d2b585616ea5848998fe8770517e24e16955797db2e5bff4622c348082628d304240a71a97e9551ef7aa63271cfb728eb5fb7e7d19bb48aff20d4c
jruby-bin-9.2.7.0.tar.gz=8e71e27fdb149cb7470fb736e7ce858719d13ce6ff8a1e9ab1c1dc71fcc068fb601946bb28ed2feee3670b5e6ebfa8a655a6618d1badfc3763897912c41b1c82
jruby-bin-9.2.8.0.tar.gz=7f71fb5bc8c6c31b31b4c0430ae091871b21aa345777662f264c728c60212365dadb63a7a4b2fff31adbbf8a2e7cfa678d47486e28840f57b86cd45fe9354013
jruby-bin-9.2.9.0.tar.gz=7df33150858ddff586b3bd86120d4bdd80546c7f8e62245f61facbaa5527400a1aebbb33e4a1a8af52066487e3d29760eb96c7ecb9875eb9bc954ccbcb37a4d2
jruby-bin-9.2.10.0.tar.gz=f4ca024602ddab37154f5547132accb26e7c0ac2e913ebe1b5c7806727eb148249e76031ed4623ab53814beb8fb3f472e386f44d57adb5d2b3b00fb2773c8a63
jruby-bin-9.2.11.0.tar.gz=f736a9e139694c84d0a5ea42f36b972adc82c9be13e0b80bd61045c026e4fe31ccdd4be3dd3e94781c846f356e026465e41716fd2744ded2ab0ca39cd33bb46b
jruby-bin-9.2.11.1.tar.gz=2f758fabf5910ea01e9c04c7600d9c666f2df3db8622f3eeb3534578075ce65013c42fe9ea6f95d4499945f795e6d566eed2b1545e149af823eb1d29167a1223
jruby-bin-9.2.12.0.tar.gz=1dbc5bb3814a6590f5e8ecf4889152684b5625fe81794a2c4064d598614a85129256002dcd239e294f209b98e3abaf9bfe70467fff48ef66b1531162dc6c3be6
jruby-bin-9.2.13.0.tar.gz=2cba016ad6a376252083122d51335610209d860c41de1902f5cd49ffc2f6b49c350b68df8fc4113c221255af4db7ec07980267b9888369811faf66db369e757c
jruby-bin-9.2.14.0.tar.gz=ee3d17e875dd197f92744c7cba62320bfd3f166bbb2ca117f2910780a7c571779c0940e024351e9d4685ee9781dd207e773ace57a4a8a7011869c8b6209513c5
jruby-bin-9.2.15.0.tar.gz=678abfa7654b53b049e4103ae3647775d970c5a7192539378957c1731a3037c852e03f00a496c022c1c438d159a93be6e6f04d7563c811aeb7d261ced643d9e5
jruby-bin-9.2.16.0.tar.gz=f77e314d578a980071bddc25c65659d62e0644927ebc4e7d7d4523935b6c893e611d47ae7478a26ce7acff38b1525eac11b4a329188cdf76aeb07fab667d99d4
jruby-bin-9.2.17.0.tar.gz=e90ac1890a54a892b13adbbeab3cc5242889ff2a4b6cae535c0a3172072bda6ab01b960705ba608d6d7ebe9de5984d8384dbbb6399ab3b2e53a9e347e7849e1b
jruby-bin-9.2.18.0.tar.gz=c5816ee0f7b0f559dac70ffc5277f85ae9c41ad176e43d277f820c2727387baba93998b915cadf9708fa78b5cdf3911a9c39c2ebb61a77a38dcff359f7d88a73
jruby-bin-9.2.19.0.tar.gz=3740674035e27cf7961b3570ad65536c30faab1c9a71a42a696b173379e79647411d57e0d1d06b5f9c9a970eb02a595a559191af08a083773dc4601dcfd07491
jruby-bin-9.2.20.0.tar.gz=1961f52f41e7eb9f50b0f382c8166ad988a6b3c0311c342658edb34486b073ed45c1ca5731aa319196db02cec208a4dfc86aa6b436959b80243bfa4f62629735
jruby-bin-9.2.20.1.tar.gz=598e28cbad682fbb30a9a9a9f708e6e1f4b7903300de2477e88a646c42ae594df5b768ff5379ed447f1a7168e93dbe35cc2d5db7087cb2228233a05bc4687908
jruby-bin-9.2.21.0.tar.gz=8f6cfc43ce3ebbd69781da71c5a70746ada090162bf6cb709dca41a6d968e6072ae62f657cb0bd471c648ff294044bfec3079828bdc410bd64758f76a93c3214
jruby-bin-9.3.0.0.tar.gz=06331ce32ee88aaad5e5bc0668d164ec3263f8ef3ed34bb32981b76ca33f8c817e3632550775706481094159f4feb43916ad1f9ec0f0775ad756b16cb7bd9417
jruby-bin-9.3.1.0.tar.gz=bfcbe6dc5ba736fc944af15eb387b545f6c5b987a7db88045913a02a1d30726c5d1255c4dd609aa7c2d2823ddf9d8360223b0575c93302aeef4c54eb37af9abe
jruby-bin-9.3.2.0.tar.gz=b1777bfdf1964d7e527bb3dfc47b4b9e8c589cdb301c38ee8ee988bd0c392ca978ee3c1c24e4b5a65bdecff67d1bd96e2d8645e58ff7e891e3622097ea29e925
jruby-bin-9.3.3.0.tar.gz=648e70de0bda710e2dc70fd03c3dc6b798dd4c7b92584c54306c426f59ebe1168a595c4cf94328f6b44674f5507bee354efdb1cd73060b73b0171a3605051c9c
jruby-bin-9.3.4.0.tar.gz=6b09decf412a76578179cefaabf01cc8740f70ab5324954e6aa43b1d8b81c37db7a99b1f94d6ced2b459f1c44c3086892b9a2c06b3ea838baf75a8fd5e0447c8
jruby-bin-9.3.6.0.tar.gz=f730522eff27462192808773cbd071cdaefae11f20bc808a8f22515a33960a730f3c87ec727ddfd9dc9b6b35acffeb50c31d75a4794a3f8daa75e1963ebd246b
jruby-bin-9.3.7.0.tar.gz=265051c68d3b9dcce708b75f8267303ae84008859c88d7fe4f282395366c3f52fcf1bb161210555c0fd0a2427ff5a728ea9e337feea3d9b69559cadb2f300aed
jruby-bin-9.3.8.0.tar.gz=12e795b7e1f14141bde68f52a29b0aa9f1db20515240dce83cffec351cefd25959579e01059d42dc8c8e4280493a70819d9beb1e0523e9bc10a72af16d9abd60
jruby-bin-9.3.9.0.tar.gz=f0b31d98f39a2bd4436764db0b0139433d6868bce7c30c5d6e3552616ba879c93478c499f3e4c884fd3728502916aed5c9ca1be150ae3e80ff47b36710c3f6df
jruby-bin-9.3.10.0.tar.gz=aa36fd4c5de7b17f5fdcca1d1314d309e7b4470d46822c45baefbc0ad5180e5530a7054502b97b414352af485e7936659390690dc6198512ba6733d8f8d503ed
jruby-bin-9.3.11.0.tar.gz=d9fd90bc64028dcc45687d2be51414b1561add20d20d1392525f4434cc684d505427f5e56827afffbbb0ce2c9cd7c1ef846b0bffa737679afb95d4c160232da5
jruby-bin-9.3.13.0.tar.gz=eb24641fb7a6b9d2039ec953388053e7333b306056f9a5bf745331b04cfc05dc4211a9b7780ce88bcee9184b8cbb219b574574d308bc2720547c116f4d4721dc
jruby-bin-9.4.0.0.tar.gz=fb72f8e087ea08653fa4e4225fa26694c3ff97c41f3deb8731cdb6571c6c9b21e0d8f69e2096f82ee81e2b5c283f912e2a5228c15873dbbd56de96a2ba35d59b
jruby-bin-9.4.1.0.tar.gz=46003ef6192718a6372b79ebc89bee37957686224a08fe2f9a6be3c9e479784409d0269f0885c4d1f1351585c5d2cd31fd2ad45014e425bcaf2d44d66b98d299
jruby-bin-9.4.2.0.tar.gz=77e484ab73ece93e7d7283f876f0d541607c6080eee696b702b485be9794cf7e6d464f250a6d75387ee69aef3ba40ccf4f6d9fcfe324c5bc7a14376177ea2bb8
jruby-bin-9.4.3.0.tar.gz=2361f4bb2989f5951b0d3e9d49bf31e6805ce39bdc987ad3c6934daa98ab7c8e69763d40d7412ccef8adbbc198e52f4b83d00998ee12ac43fbfc6b5d88930c15
jruby-bin-9.4.4.0.tar.gz=e89dff0cc5b4a948daa95196d4bd4fee0c6901bb4aa023ae35b3679d9739967c2a74e8a4388b1835465dd39f1332a1f321b450b40c54ad2b81802645b4a31ca4
jruby-bin-9.4.5.0.tar.gz=06db948e5fa6f8559abd3b6891c7b4867b9f54b7bddf0e36d6f20cc1bfb394cdba8ea920213e545c927d1cb865e083cb1089c8e925bc608e0f8784a79b5d330f
MagLev-1.0.0.tar.gz=8da29f16e08f657b0d2f147b64f2202ac027db26f85da8dec29f926898f178ac8d11260fd6c0a539a9b9b15eb92d8c7ced86a8cab1861ae7f8a33b6fa468e5cb
MagLev-1.1beta.tar.gz=7122af70530e76b9a4cee93244d6872b49616e78086bc8a5db0f32d2b846560b352c4831addbbecc72e0e3158bd52f26c2da14f5d83a515ead30efe7c538b62e
MagLev-1.1beta2.tar.gz=43b4b831791074f6e8c12f6fbe6ccec2bd0446dae029d3e6717cde1e7adca8462a2d7dc49c14112cb568b5b3adc8cd051767044b41d57ae51f38aca035ff8597
MagLev-1.1RC1.tar.gz=942c1cf43f1a911230aa43bbac1cea2e2e61b5e19af755e29a6a71139d66d304efcc519072dcc3487a2da7462847530564aff4a2159d675e3270cc938a297dd9
MagLev-1.2Alpha.tar.gz=2672e3e5425df2d2ecc49f85df5845fdb083f74a7b242cac75e33d0c1837079ced8ec8b273807326d08e7bf6f95cb4f1d8351f37af8bb38c4150e6292fc553dc
MagLev-1.2Alpha2.tar.gz=4492ed58b6c2b852502a2195836f1db5a80f0619467e4d7b44981a993a5e9a9ea5c9fecf1198de1891583e334bbc3c3a86648ce8afea1137ae9c73a4d76b0f4a
MagLev-1.2Alpha3.tar.gz=6290895b22efb986ffd7305b7d651f20a051ab6869d51310bf891fa3eed48526a8617b69f72793e8ac0b57f99bc5de75f34235ef94de967bbdcd51857efc2af6
MagLev-1.2Alpha4.tar.gz=a621e9c615ffec503910540db770754f29bab1646d8e67650d5b82413bd551adfb0bbbb8155407ccb6f80933bfe8ae1bf9b688eb0defbc88710308bde1325683
mruby-1.0.0.tar.gz=4a0f2927da3401df23d5c19ba566995f76775def3badbb14f16510a271e7b40a833fc61841f89d8adc6d57b5b12cb453708961c16a22133c092fab8ecfcd1e3c
mruby-1.1.0.tar.gz=afa99a973e9c1b72a5a418d709c4aca08dc7449c427cedef5f12db4ccefb15e11a4fd1c23ceb7e31e49d4d2e602c0b1f9dcf2e0f6cf8ea3466f0b9bee23b53df
mruby-1.2.0.tar.gz=bd5de32ba52b6642358752755329fa45a954082122a8983012930056c286ac328fb52fbdd11f34ff7c80af2c0e9a6348abcd5214602aca1150f2e7ae25cad1f2
mruby-1.3.0.tar.gz=13a57306706d2d60693151919ae15bb3621e6e7ed3b5e9c6d3b1c8d44e52b898c1ad394b39946d730ff82a19f5e3b7c2a374f9dcc3b6c6f990581e504f1cb9cb
mruby-1.4.0.tar.gz=d2dd6e17c7f8e890ef5b6887538cccdea08a2376ba8f9a478d7d5c4377fd4c31a4af6323b1fc73952ef80e5a4778ca22eac3d724ce7d50b76770f7e614df7da0
mruby-1.4.1.tar.gz=2cbf155ba7819211b6410ea606c4d0db3adf4f47a4018ac45285ab3e32b94f280aa0af0936ead7233411957cfca62979d14bbaaf0d8f40521cba5c12272f2af4
mruby-2.0.0.tar.gz=8379f76b7a06d280e2a2552eec2975ffa3fe85b99028f6f7c009cd908f95faf3cd36a9975f502a5779559baf3c45a4297da0b6bcc038d213a0fdee851f9d01ea
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.0.1.tar.gz=74403f928c5af52c615ee2490b0aa685b4d62238f3da3778b3e44748e523e1916f110b42f2e73729be24d561b89a9ae498ff32f549ebe241e97a70d83cf39ded
mruby-2.1.0-rc.tar.gz=f310b385cbf80c6b6ab67e2a41b931411149639c0bf778799e3358d6a9a59f508f42e3faf72fef9e8ef91088d6184c445af7933a47e4e2b2fe114362d579bac0
mruby-2.1.0.tar.gz=da28b5a078e121c75edf62fc68fad6d5810212bd53a3424d4f585ffe5bbd09f652393ffea0f4b3ddd802e5fe178554dc67040c39c9d5069bdfad4ef22ead7e8d
mruby-2.1.1-rc.tar.gz=97c9cc2c79a5dbf2f634ea08532f0f512f8af6ffb99ab4eefd83fc336ca9d97b943e76643971047b4508aaddb5e40176d6cc8fa39a17022455aa15d774eb5b98
mruby-2.1.1-rc2.tar.gz=13aa32a35bd5d8f02a9bfd08d17818dbae78ce46c8b0224a029f9f191cb64ac330eddf3871f4396b9221b987a91e4cd6f8933f59814ac0018155ec8454abff18
mruby-2.1.1.tar.gz=66f9b4bebb5a7b19f5cb1be2bd8b9bc65e4dbb5d4350d238ad5f947c9195fd431f2069f7334036ea63a750e9257e59ae1aef16ac99c7e1f4e17724cd1cbe2e50
rubinius-1.3.3.tar.bz2=8b91baf429dac60663d0e4da3152a60ec6e007f5d6c17ffa430876ec88eb87ade44efae90f2e32e238fd74f1b3d54e27492315f08e7bb073220b402e1e2d3163
rubinius-1.4.1.tar.bz2=928d12aa01a1d0f6c80175d67d3b1f8b9840f69f045c8148786612316421223f4cea71e3c373ee18a3f686b1457557ae547645afe758a99d21c4818dff47b9d1
rubinius-2.0.0.tar.bz2=5c81a6b8cf7b59e08c3b9353b0eb37ce985aaf391f5064df65ffb10f6d12b668287e4d4e61e2c6b560d9234c10f0b64bba74259f2c06f1dac488928544d4131d
rubinius-2.1.1.tar.bz2=154cfa93ed59835814b8b974f6d738b049942fcc2b75095d21c87647d002c879fd55aa3d1ec95414b5b66eb9926c25a5c6e3e19a7c0da7dec6edbf434acb9c68
rubinius-2.2.10.tar.bz2=c2168e676059c197123916dd948b83e39bb96e99786bdcaef2e690936b761fedb13740b9f19883f991f1b475f3249ea1696213e8448c41ae15dfc14b3d4e1fda
rubinius-2.3.0.tar.bz2=d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559
rubinius-2.4.1.tar.bz2=7bcea320006b8cd3d122c407d89c325973a74c32456ba0b649657ac848f4682f2eb7455c13e3007709c22932bc2e1b65e2dd43fda0d3c9f993ddf8a74d1e2cb1
rubinius-2.5.0.tar.bz2=ac94d5bc11524e715fc24c1de33f4d358c2cd65e92fbb64c850dc8151d2a712d268227733c99fcffe298c3bdd6ce080c5e9553e4e8f3238868323498a9d10cae
rubinius-2.5.1.tar.bz2=9315f76126d0aa754ee63b190385c24cb084f36293a99aa30fc482fd880d5393aabce361e09ff5514bc2540dfede8e179b7e9212b2dd59bd14ca2aa69d209a83
rubinius-2.5.2.tar.bz2=b48bd8d54a450441a50904b07c75c8d31b59822830a74c952720d6f8d2d86e6a27a84775e975ff2bf55bf3346f34e69d742f308933a9d8476e5e78109cb525f6
rubinius-2.5.3.tar.bz2=b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20
rubinius-2.5.4.tar.bz2=75b7ddbe218e4c92210dbf5a06eb8b3c3aa028d16146982a4e813e3af10a90d33f3e239f4508469c6aba17f02cb8bd10e96a204839975e06519869cacd456c92
rubinius-2.5.5.tar.bz2=a862146ddbbdcd4439eb64e78bfe6d09ae4cca540d19869618426d3f451544658713fe8eb7d46493785eb0cc721077e624293cc44d68eea3ef584967b43a18d7
rubinius-2.5.6.tar.bz2=9a0bdb5d77f80f163925ce409d00be3cee34871baae8bcfdb34c3c7545b92fd14102fecb970e42b3012588d299e504b724025f397a5a00e181ab75f1448e426a
rubinius-2.5.7.tar.bz2=8048110b3ba4e5ff8c3f35282896067e1b1b46dccaf9ef4f6c9b6098782f27591ff59ccae0234fd7e881e3aaf17a0b420286b1b52ecd2cb672249655795a6982
rubinius-2.5.8.tar.bz2=23fca2f9747d2b0e544af890c3baacfb7b3a009cc59cbe653762ccdd827a6c915dcc57902d317fa1f7a81f8c12682f6c3a93195331b6de0f705b118e2e8c13f1
ruby-1.9.3-p550.tar.bz2=38767e98df25484f7292437f3cb0f798b3a43e9a7414a5401677e96ad1cc367cb3fa23ac3abe568d5bf2b2ca553713469a8770d41b79bc63daf3fa59cb4e15c6
ruby-1.9.3-p551.tar.bz2=5ea40f8c40cf116030ffdedbe436c1fdbf9a50b7bb44bc890845c9c2a885c34da711bc1a9e9694788c2f4710f7e6e0adc4410aec1ab18a25a27168f25ac3d68c
ruby-2.0.0-p576.tar.bz2=e089cca4867cd9c715f4f37e40a1db9af6ba0c74b47e79568121bb980476f8877a87ccb848b973381edb4667c0c73165f5e1761f60db839e67f6326302dbd864
ruby-2.0.0-p594.tar.bz2=8301a51c73fb63a8cfeb14af47d0c18b5bc3c45e3d62fc2ed56a673a1cd6b0015c41f275e70eb14a9e40036b1530977199321e05285e107a6adf58514bef1b3d
ruby-2.0.0-p598.tar.bz2=10026a04e01a8ad14ea9c99bbdf4f7d04029b73ee0c01bbf6c2eb2817332d49adacf127b646693b67b5dd7010eaf3b696b23b6335cc0f7ee5a6b56dbba0f6f82
ruby-2.0.0-p643.tar.bz2=453117152e6facdcd5bedaa9c3b1e349382bc5bc1dd3d650ec58b398cb9d2519a2822d05da10bcc5dbbb4f513fc5fef310caa3529d176fa2d453befb28e4d83a
ruby-2.0.0-p645.tar.bz2=e9ca186b1cf0877cdbecd43dcab2c5161a53103e926609d5e1b769a4980eab4571bfd0951788b4fc92dfd9d10175b0f5f36ea2c7289e575a9db9b62c02f93185
ruby-2.0.0-p647.tar.bz2=3416af771ebb0b27ceacf23d309bd2a1ede832c2edf48a5ca46f0b0b84b2ab94fb6362a0c7fe4f77b21253539db8161ae26d23a78d1ba729bf03812454d93d04
ruby-2.0.0-p648.tar.bz2=609acf6d6352c9746e21cd7f0e7d29f5eb522e6fff2d5fad0431d63c568cc084ed5b7141f84cd33512d8213200d2d1a22e8d7df71469a980a3a92886133fea38
ruby-2.1.3.tar.bz2=9b48adb161e5e4550a71f61252c8edf59944affb82250babcb64240749af4b672e4a54ccd0feac5b36ea447a358b350b5080125ef2d4acf6e9e8b1ab82612f48
ruby-2.1.4.tar.bz2=68db1567751166c5e7d24b6e5015124b8a15568c50556e1f429486395352fa56c4a195a74820ab135697924149d014b445b345a1b9755678aaf824fba79c606b
ruby-2.1.5.tar.bz2=d4b1e3c2b6a0dc79846cce056043c48a2a2a97599c76e9a07af21a77fd10e04c8a34f3a60b6975181bff17b2c452af874fa073ad029549f3203e59095ab70196
ruby-2.1.6.tar.bz2=75d58120b5f387bcadbf6d19e85624f78c74f81b9018baef39207214673f7ebc0700ab31145acd88b4071c896ba8e1302a29c90955bcf5f8c863634125022aa6
ruby-2.1.7.tar.bz2=f610d2dd6a93f0a5e84e04ddedf847bbcea5dd3289b3164cdf60be64f67a80dfd5f9836ea5d169970cd0ce24a7e05ea6190699706567cb0d5cf450de6a70e445
ruby-2.1.8.tar.bz2=7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
ruby-2.1.9.tar.bz2=a86422132e4c64007a84a91696f4557bdcbc8716fbfe1962f1eef3754ee7f994f4de0b5b7e7231c25057515767040d5c4af33339750b6db15744662e9bd24f38
ruby-2.1.10.tar.bz2=4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
ruby-2.2.0-preview1.tar.bz2=2f1190f5d8cd1fa9962d1ff416dae97759d032a96801d77bc6b10136eba59dde1a554ff8c0c2d9ce0d3c1361d4dd12ad573b1266fd53b90ab238d8ce39e6b862
ruby-2.2.0-preview2.tar.bz2=c654d4c047f9463a5fb81eaea0fa5ab7bf316962bc7fb0fb356861e6336ce8ce2162c7779d8b27f72d7bc0e9604b5e5af2910abcb0b0a1f197b3138eaddfd4a5
ruby-2.2.0-rc1.tar.bz2=181201168360bee37dceeef3481a69e8a333a5d329680031fd9d371d30ac64460bbdf4db07546133024f541774e51301f1630cfd988c5e5bf2464834f3abe6bf
ruby-2.2.0.tar.bz2=04edc53e8cd1732c3ca61ebeb1d6133614beb10f77f9abb80d8d36352fe8aa205112068e460bf600b2c7e81e0ddcc3b311e7e027c320366f1bd992b3e378a6ad
ruby-2.2.1.tar.bz2=af6a8e75a66b953ff33ecbca5111bcf1c6560b6b48b370b700820fcbe91363146c5ac8abd670a14e693b44343ae598bab472ed2902834304c03ffcd9550886d1
ruby-2.2.2.tar.bz2=d6693251296e9c6e8452786ce6b0447c8730aff7f92d0a92733444dbf298a1e7504b7bd29bb6ee4f2155ef94ccb63148311c3ed7ac3403b60120a3ab5c70a162
ruby-2.2.3.tar.bz2=795f1b66a6d4f0baef897068899c3a1a4370ce1268618e6a7d6d4720234444259f371d1ba2e174b2f7580265e9f18eda3f295fbb087447aa6e8fb7a0f07526ce
ruby-2.2.4.tar.bz2=d27ca2f19c214ce87f906b57edd41f2f8af35b2871c191470facded9cfda15ba46e5c3bc7d5540225a38da6bd65050fcc8aaa4ffbadbb6bf7dc891c1821da0df
ruby-2.2.5.tar.bz2=d3224814361c297bc36646c2e40f63c461ccf5a77fea5a3acdcb2c7ad1705bb229ac6abbd7ad1ae61cbe0fefd7a008c6102568d11366ad3107179302cd3e734e
ruby-2.2.6.tar.bz2=7a93f72d236521ac28c8a0bc0c73cf805797a8813d22e02f42c5fc05dd39f6e422817272e0db6a24c245f6f97ad4b2b412a9a47ac50156ab186df596918a5f34
ruby-2.2.7.tar.bz2=83756cd1c91516962b83961e0de59d858618f7ed3e9795f930aab4f199d47a95ed8f867d8aa9b51d508be26d9babf2140117c88241168bac41e6ef702cfadf20
ruby-2.2.8.tar.bz2=aa1c65f76a51a57d9059a38a13a823112b53850a9e7d6f72c3f3e38d381412014521049f7065c1b00877501b3b554235135d0f308045c2a9da133c766f5b9e46
ruby-2.2.9.tar.bz2=2a8c8770fda20a22b79c9115b6f468f8e7ea1092c84a5089af7a3122163e5ad298b493e6637e4d93ba02d899d8a619c94064dda8ac98cf3b93f64f45d5401085
ruby-2.2.10.tar.bz2=f8ec96c2a5f4ecf22052ee0b1029989ded52d7bf5d41be24fef67e732e76f72119302240bca08f0547510a9cd29e941a32e263cad9c8a2bf80023d6bc97b2373
ruby-2.3.0-preview1.tar.bz2=ae6d46c87f59e1fd3703b76dfc45bfcf208625f95ab9f4559f0b9f7050e8681f1a6e419f5fa06b704c83e56879c3a9ff1337dba443bcfca76fadb49c97d97a93
ruby-2.3.0-preview2.tar.bz2=e397f321d4338edba8d005d871408775f03d975da90c8abcfdb457a1bc7e6c87efe58c53b2c3bc122e9f58f619767b271bcc8d5d9663ed4b4288c60556e8d288
ruby-2.3.0.tar.bz2=77b707359e754c3616699d21697752741497c719dc3d6fdfb55ed639e76d52560d293ae54cbe5c63be78dc73fbe60f1b8615d704d017bdfe1994aa9747d26a6c
ruby-2.3.1.tar.bz2=a8659b96a3a481a3dbdbb6997eb18ff1f8cd926a9707a90d071e937315c21d372c89252f0d44732ae5007d2678fda8c8fbceafa4e4b4ff500d236fb796284d8d
ruby-2.3.2.tar.bz2=78699bae5b0a2382a58f9d51f7d891341f00ad3a90d9ca06b68b1b245cf5acebc3a82133e39bf6a412ac999a5c0f778a0dab177c2569ffbee085ffff6f6ec38e
ruby-2.3.3.tar.bz2=88f7782effd35bfe0b4c33140b5eb147d09b63fbb35b9c42d2200c010f387e2b70984ead1eca86569e8ec31f08b35289d440c0ca76b662dadb760f848e863d91
ruby-2.3.4.tar.bz2=ad1f16142615498232d0de85149585be1d2c5de2bc40ec160d272a09e098ef6f317d8b25026001735261fd1c5bc0d1f8513a8474e89f0d86eed5b2fe7338d64e
ruby-2.3.5.tar.bz2=3ecc7c0ac10672166e1a58cfcd5ae45dfc637c22cec549a30975575cbe59ec39945d806e47661f45071962ef9404566007a982aedccb7d4241b4459cb88507df
ruby-2.3.6.tar.bz2=bc3c7a115745a38e44bd91eb5637b1e412011c471d9749db7960185ef75737b944dd0e524f22432809649952ca7d93f46d458990e9cd2b0db5ca8abf4bc8ea99
ruby-2.3.7.tar.bz2=e72754f7703f0706c4b0bccd053035536053451fe069a55427984cc0bc5692b86bd51c243c5f62f78527c66b08300d2e4aa19b73e6ded13d6020aa2450e66a7d
rubu-2.3.8.tar.bz2=6d79e0d25757fd37188a8db3e630a52539bce7927fcb779a2ce9a97b9e5f330753035c16843552f1a1fb6c9a1e5c0f916b3cc8b5c0bfe81e20f35f8442e40ae8
ruby-2.4.0-preview1.tar.bz2=c9873e8686eb54dbde61d6e23cd5197beebccd6cb31fd12c82763ebe1fde17095d7514d9d93c2c82b238032c98691df5479dc2d666a8a590e0fc54450ec29cb5
ruby-2.4.0-preview2.tar.bz2=0c9a59a2f57a99c4ee8539a30f41da1de7547566203f89d856e1be9dbb44365754e6c470145dc9336eb324e0feb2f53d9fef18a1564968ac21f9ee528905949f
ruby-2.4.0-preview3.tar.bz2=6602c65a7b1e3bc680acc48217108f4335e84fdd74a9cf06f2e2f9ad00a2fccacf9fa035a912bc9d5cc3f0c7a5e21475971dfac37b0364311ef3645f25c7ddf9
ruby-2.4.0-rc1.tar.bz2=b43902ac7794487197df55a45256819d2e7540b77f1ed4eb68def3e0473ee98860a400862075bafadbde74f242e1dfe36a18cd6fe05ac42aae1ea6dddc9978ce
ruby-2.4.0.tar.bz2=bef7bb53f63fb74073d071cc125fb67b273ed0779ef43c2d2969089b9ca21fff1bd012281c5b748f7a3c24dd26e71730d7248c05a01cb23ab2089eb4d02115fe
ruby-2.4.1.tar.bz2=1c80d4c30ecb51758a193b26b76802a06d214de7f15570f1e85b5fae4cec81bda7237f086b81f6f2b5767f2e93d347ad1fa3f49d7b5c2e084d5f57c419503f74
ruby-2.4.2.tar.bz2=1a5302d2558089a6b91b815fff9b75a29e690f10861de5fdd48211f3f45025a70dad7495f216e6af9c62d72e69ed316f1a52fada704bdc7e6d8c094d141ea77c
ruby-2.4.3.tar.bz2=fb4339e30c04d03b1422b6c32ede45902e072cd26325b36f3fc05c341d42eea6431d88718242dcc9ce24d9cad26f3d26772f2e806bd7d93f40be50268c318409
ruby-2.4.4.tar.bz2=ae632852a5f413561d8134e9ef3bb82adb37317696dd293ef92cb76709ecd45718f14116ecce35b12f1c2dd53ccae8dabc7a924a270072b697512d11f4922347
ruby-2.4.5.tar.bz2=7034fcaeaee41f14bc0ecce0d3d93bd1abe95310e1a0b95fac66eaba867adfb2bf7ba4d0d70d67a15ce8df16052dee405c38cdb18987602e64a2f701d37d3df0
ruby-2.4.6.tar.bz2=292802984e5cff6d526d817bde08216fe801d255c4cede0646e450f22d4a3a81ae612ec5d193dcc2a888e3e98b2531af845b6b863a2952bcf3fb863f95368bcf
ruby-2.4.7.tar.bz2=2665bca5f55d4b37f100eec0e2e632d41158139b85fcb8d5806c6dc1699e64194f17b9fe757b5afd6aa2c6e7ccabba8710a9aa8182a2d697add11f2b76cf6958
ruby-2.4.8.tar.bz2=2d7e0f5ad766e2a12a1b53ff838e6bfe86244ffb7202196769c25e9df6f71f3ccdd8605e7ef35c53e54310bc82caf6b368ad5111dd0a3ad70a3aae1a7be93f08
ruby-2.4.9.tar.bz2=d485444dcd025a261a16bd740dae63c0aa23e4138a095584e7a83aec47af34415c7d9cbc1313e92da2ec416b11bfddf20bb1a7b60c80f12906d11ef27409b3e8
ruby-2.4.10.tar.bz2=4d730d2d7cb96b002167ee358258f2620862a5a6d8627cfa5b49bd43c6e59c50c0f437b959d4689b231d57706ec7d5910d9b144f4ca1c1ed56bc879ed92e8a59
ruby-2.5.0-preview1.tar.bz2=2d39ef64aaf7a52014905f4ad59b53e83b71433e50a9227f9f50cbb7a2c9a5db9cd69fa7dbe01234819f7edd2216b3d915f21676f07d12bb5f0f3276358bce7f
ruby-2.5.0-rc1.tar.bz2=bf0eb114097f9e505ff846f25e7556a2fb393573b4e8b773f94cf5b47998e221f3962a291db15a3cdbdf4ced5a523812937f80d95f4ee3f7b13c4e37f178d7a7
ruby-2.5.0.tar.bz2=8f6fdf6708e7470f55bc009db2567cd8d4e633ad0678d83a015441ecf5b5d88bd7da8fb8533a42157ff83b74d00b6dc617d39bbb17fc2c6c12287a1d8eaa0f2c
ruby-2.5.1.tar.bz2=82e799ecf7257a9f5fe8691c50a478b0f91bd4bdca50341c839634b0da5cd76c5556965cb9437264b66438434c94210c949fe9dab88cbc5b3b7fa34b5382659b
ruby-2.5.2.tar.bz2=9f9388a162a3ae9c14ec8999fa3b12ff5397de14f55996cc8761d21c757113db37ace4d326b9606de7ad3a5875aa94fec900dd9b81b2fb0dff558c39422f4aa1
ruby-2.5.3.tar.bz2=6fe89fe9d406bb454457442f908774577369ab2501da4fd15725ccbab77675b88faad739a6c8ad1c7b6690b439a27de5e08035b7546406cdeca65c7b295e2c77
ruby-2.5.4.tar.bz2=3c4f54f38ee50914a44d07e4fd299e53dddd045f2d38da2140586b8a9c45d1172fec2ad5b0411c228a9b31f5e161214820903a65b98caf3b0dfeeaabf2cab6ad
ruby-2.5.5.tar.bz2=1b56aa79569b818446440b9f2d13122bf7c2976ab9b2865f5fb62d247d7768dd4ac5b5e463709ffec0f757bff7088afd293c2a8c5349c3780763b6444bb354a8
ruby-2.5.6.tar.bz2=e4511d42d19a7bb39ea79f66bb4eca54b63c2a9d27addc035d6d670c1e59ee48a0c6e9c6bc7d082d1f1114b0668831dce3b7422034517f3c4a06ced0e47a7914
ruby-2.5.7.tar.bz2=7d6a7d41b4f3789f46be5f996099f3eb8321aa4778b2a8ff44142654e769ba4ba2df127dd0f267547e4c8cd6ff46364f18e79838df54fcd7e3fb714294ee0099
ruby-2.5.8.tar.bz2=037a5a0510d50b4da85f081d934b07bd6e1c9b5a1ab9b069b3d6eb131ee811351cf02b61988dda7d7aa248aec91612a58d00929d342f0b19ddd7302712caec58
ruby-2.5.9.tar.bz2=12f58e14cfa6337065b0e82941e39b167813920eb54cbdb4ac4a680dd0cb75d2684d341059e7b4d0da1292bfc4e53041443bd14891a66f50991858b440a835c8
ruby-2.6.0-preview1.tar.bz2=d9cb270529a97670d54f43a0236fab072714e715c39277dab70b7a1843ec818e6700e47e1384c7256f9e0ae41ab2c0b768a0de38a5ecf4f4fff5da6ef5ad4944
ruby-2.6.0-preview2.tar.bz2=3872227e9b1c97c206d19bf1e6ce15a38ee15a26c431b4436605dea67affcf16372358984df76b35e7abaa902c15c16f533ac7af47e3031dea9451bbe459b693
ruby-2.6.0-preview3.tar.bz2=d1693625723796e8902f3e4c4fae444f2912af9173489f7cf18c99db2a217afc971b082fce7089e39f8edd54d762d2b4e72843c8306ed29b05ccb15ac03dbb5b
ruby-2.6.0-rc1.tar.bz2=cbd6281b2aab6fbce3f699c1ab57e5423304dca7a547a0b3cd4e8e980326dc7b85b2ca2bfaf3f3a648d40f4222fdf1740d81d422790ee7ae1ba1ed33eb11e3e8
ruby-2.6.0-rc2.tar.bz2=9bfbe83fd3699b71bae2350801d8c967eb128e79b62a9d36fc0f011b83c53cab28a280939f4cc9f0a28f9bf02dce8eea30866ca4d06480dc44289400abf580ba
ruby-2.6.0.tar.bz2=ca3daf9acf11d3db2900af21b66231bd1f025427a9d2212b35f6137ca03f77f57171ddfdb99022c8c8bcd730ff92a7a4af54e8a2a770a67d8e16c5807aa391f1
ruby-2.6.1.tar.bz2=fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
ruby-2.6.2.tar.bz2=cad678d2ced4085e99009e4fef83c067dd0e6ead27a8695bc212c0e5112a7fa09ceb27f82638faf91932ef8bdd090f844e0a878ffdf6845a891da4b858588aa0
ruby-2.6.3.tar.bz2=c63c3f527bef88922345f4abb4b9ad467117b63f2132e41722ea6b4234cec3446626c3338e673065a06d2894feee92472807c284cbe613a442c8fda234ea7f88
ruby-2.6.4.tar.bz2=a9fa2f51fb5f86cd8dcaa0925fe6f13d4f19f110b5d4c5fd251f199d16aaf920db39ad3bb50460eb94ab8d471ab2ac8bb54daea4a3bb080eaf45250aac3437fe
ruby-2.6.5.tar.bz2=28e0b04ac8ca85203eb8939137b5e5de4850c933faf7f62fc69648fe1886faaabf6cdf48382f9d9585c1720876d10b41dafd33efaeb23341c309917fbd8a6e21
ruby-2.6.6.tar.bz2=001851cf55c4529287ca7cc132afc8c7af4293cdef71feb1922da4901ece255ec453d7697b102a9a90aef2a048fe3d09017ea9378ab4a4df998c21ec3890cdbb
ruby-2.6.7.tar.bz2=311ec56d23d0de7a163f66c1ef4e5369b822f8409f8e1f3a25785c803f01c68dd13aa8ddcfb3a0fe6a97bf321950f8d6cd75b2babcb04158e791601914666f7a
ruby-2.6.8.tar.bz2=51806d48187dfcce269ff904943dd008df800216ad4797f95481bdeecc2fbac40016bc02eabfff32414839ebb2087511d25eebfd6acead1a1d3813be6c10edf7
ruby-2.6.9.tar.bz2=ff067ebc059094c0a9a0debf54a37aad2c85f7ed47be59299041c9c03a7701529f5063ff32a1b8c56d48ee8585015acba63602ed0176b2797d263d43d67aa241
ruby-2.6.10.tar.bz2=275a0f329641e6c3d3d3c33ffabf585195187eb3baa4fb1dfd35999fa0a80bd5925943fa2711827ac00dffb6c9a1deeadabaf2e9ee401d56926fc167db5ae4a4
ruby-2.7.0-preview1.tar.bz2=a36b241fc1eccba121bb7c2cc5675b11609e0153e25a3a8961b67270c05414b1aa669ce5d4a5ebe4c6b2328ea2b8f8635fbba046b70de103320b3fdcb3d51248
ruby-2.7.0-preview2.tar.bz2=7066ececebbbba4b2933ba1a4f70cdef373169910802259a3e52b4fc144ba298f3cffda4be5fe8a7be8ef769ed43076fa046a9ac2c13bb733475b9852112c6f0
ruby-2.7.0-preview3.tar.bz2=5d8e99e3fd984c7d05c0bc483e1504e81ccdb920cbb2d78cad3c314e197b30316b692fd0199f836acac41246e3a713cb81dc6dd64c27cba56f807df4c193db1a
ruby-2.7.0-rc1.tar.bz2=b5f96227775f8bdf19f944a555d0a83d7e84b37bd31fe4b8ac008a3272b1a28a4d94abbb1b5570ee32ec0690ba9d476b837a020a5194bee14bebf6f0e768bc79
ruby-2.7.0-rc2.tar.bz2=9010f72bb3f33b6cd3f515531e6e05198f295bb2a8a788e3a46cdfd776a9f6176b6ba8612f07f0236a11359302d2b77fdecca1dc6be33581edbb028069397a0a
ruby-2.7.0.tar.bz2=8b8dd0ceba65bdde53b7c59e6a84bc6bf634c676bfeb2ff0b3604c362c663b465397f31ff6c936441b3daabb78fb7a619be5569480c95f113dd0453488761ce7
ruby-2.7.1.tar.bz2=4af568f5210379239531dbc54d35739f6ff7ab1d7ffcafc54fed2afeb2b30450d2df386504edf96a494465b3f5fd90cb030974668aa7a1fde5a6b042ea9ca858
ruby-2.7.2.tar.bz2=f07592cce4de3532c0fa1c84d53a134527d28ba95e310cd3487ac321c49ee680faeace285de544ee6db432a90aa7538a1d49ff10c72b235968ca362ef9be621d
ruby-2.7.3.tar.bz2=e9236138be3e61380140f2e0d42f8fb82ad8f5219d454de2f6c2ec546bb208acc8b0f2020f23e6446660d2b3b9ae873cdd8298471f166a5f1efba8e80b05e746
ruby-2.7.4.tar.bz2=f144c32c9cb0006dfcfa7d297f83f88b881f68c94f0130346c74dfd8758583a68d22accfd0fc9f31db304ab5ff0bc135bfb2868145c0dec1ee6cec5ac6c3725d
ruby-2.7.5.tar.bz2=0aa2ac44bc22859a39c43d08b7c7f457df05c2dc36b2574fd70ca399143ef1000dc5e496212db9eb055bc4258523d47d26db3c57a1a5a5d63cf1b3de9f81645a
ruby-2.7.6.tar.bz2=4f7f3624afc43da25ebf0f01d5a2f92f72f94bab7423587cfd3920e089b479bf559b159adf2891b996f7e6a98c008a4f73a4a2170e2f8619417660ac1ab24bdc
ruby-2.7.7.tar.bz2=24cc772ac1b56d3bb423f1b33716f221bf534f3717a506bf8235a698f8a454db7d79d94ae9a84067153c2f737b3f8f6085f34e36cc04be0d75ae2fdd57718870
ruby-2.7.8.tar.bz2=3a9db8d9e79318f869417f2ebf3365907febc0d1428116eabf3253c51d8420f255782b32fa30a54802b9f5f4187fad80dab0611cc80436feec84db87b0456ec6
ruby-3.0.0-preview1.tar.gz=b94892951f842a1538f4b99022606ac2c0b5031f1ede7eef3833a8caa9ed63e9b22868509173bfefb406f263c65211db75597b152b61f49e5ba2a875fce63a27
ruby-3.0.0-preview2.tar.gz=6fa4191425ae71e41894b60bd9c31d483a562ee8216886360ce18238ab48115b95be0367708612c45f634e7584fba8940a524ba0113ce0f36ce4df78a112d0b7
ruby-3.0.0-rc1.tar.gz=798926db82d27366b39be97556ac5cb322986b96df913c398449bd3ece533e484a3047fe35e7a6241dfbd0f7da803438f5b04b805b33f95c73e3e41d0bb51183
ruby-3.0.0.tar.gz=e62f4f63dc12cff424e8a09adc06477e1fa1ee2a9b2b6e28ca22fd52a211e8b8891c0045d47935014a83f2df2d6fc7c8a4fd87f01e63c585afc5ef753e1dd1c1
ruby-3.0.1.tar.gz=cb81db2c9b698cf8159b2ca6507f4c7f171e4eb387f5730c4b658ed632b7900a169808e6fbec0ee80598d937030ad5d9c56b63a2a339373ec5d9e1c06b7661d0
ruby-3.0.2.tar.gz=e1fba6f5429b5fca9c3f52a32535615fcf95fafa415efc71c46db4cce159f249112c01574c305026be5c50140335696042e47a74194caea045acbfaa4da738cd
ruby-3.0.3.tar.gz=39dab51a0d784a38302372b99f96205817d466245202586d22123745761e9cb39db128ec2b984ebc3919b9faf2adf828d19c97d3fb1e56d44be0a81dc5d11b87
ruby-3.0.4.tar.gz=0dfded6826063c1b39bf625a6e13b46c109cb160c8648b78f0965f70e7c7a1a65f1c117fc8f2cf8bdb34d7cbf79fecf1f45d169d2323406d66ab27b18bde1d22
ruby-3.0.5.tar.gz=ea45fcd2ca53b87f18fd8696d00a1e340d2495443216aaf87d3f643cb5bd8bb614a1faacd82d07e7f2b72172397c728316a82d7c34a7b4566191268ea517ccf7
ruby-3.0.6.tar.gz=d596bfd374ae777717379b409afe8ee1655ade0c0539ada7a10af4780b818efe25a28aa50a2a7226741d1776d744e10ad916641f9d12fb31c7444b0a01d0e0cc
ruby-3.1.0-preview1.tar.gz=63f528f20905827d03649ed9804e4a4e5c15078f9c6c8efcfb306baa7baafa17a406eb09a2c08b42e151e14af33b1aadbd9fb1cc84f9353d070b54bbf1ff950d
ruby-3.1.0.tar.gz=76009d325e961e601d9a287e36490cbc1f3b5dbf4878fa6eab2c4daa5ff2fed78cbc7525cd87b09828f97cbe2beb30f528928bcc5647af745d03dffe7c5baaa9
ruby-3.1.1.tar.gz=a60d69d35d6d4ad8926b324a6092f962510183d9759b096ba4ce9db2e254e0f436030c2a62741352efe72aec5ca2329b45edd85cca8ad3254a9c57e3d8f66319
ruby-3.1.2.tar.gz=9155d1150398eaea7c9954af61ecf8dfdb885cfcf63a67bbcf6c92e282cd3ccac0ff9234d039286a9623297b65197441438c37f707e31d270ce2fe11e8f38a44
ruby-3.1.3.tar.gz=550cfda2ae492312009a58316e18fd77ea92852718b37443bcd76aac84ba6694fb841fe19bf23bee099f96f5aeed9d03e77c8c02fb194e414eca5f707adbbf90
ruby-3.1.4.tar.gz=41cf1561dd7eb249bb2c2f5ea958884880648cc1d11da9315f14158a2d0ff94b2c5c7d75291a67e57e1813d2ec7b618e5372a9f18ee93be6ed306f47b0d3199a
ruby-3.2.0-preview1.tar.gz=d24e77161996c2085f613a86d1ed5ef5c5bf0e18eb459f6a93a0014a5d2ce41079283b4283d24cb96448a0986c8c6c52a04584abd4e73911ea59cefeb786836e
ruby-3.2.0-preview2.tar.gz=5e9ddcb1a43cff449b0062cc716bfb80a9ebbb14a1b063f34005e2998c2c5033badb44e882232db9b2fceda9376f6615986e983511fda2575d60894752b605cc
ruby-3.2.0-preview3.tar.gz=860634d95e4b9c48f18d38146dfbdc3c389666d45454248a4ccdfc3a5d3cd0c71c73533aabf359558117de9add1472af228d8eaec989c9336b1a3a6f03f1ae88
ruby-3.2.0-rc1.tar.gz=798157d785ebae94cb128d3c134fa35e0e90c654972e531cb6562823042f3fb68a270226f7b1cf0c42572ef2b1488a1a3e44f88389ad2a6f9ca4b280a2a8e759
ruby-3.2.0.tar.gz=94203051d20475b95a66660016721a0457d7ea57656a9f16cdd4264d8aa6c4cd8ea2fab659082611bfbd7b00ebbcf0391e883e2ebf384e4fab91869e0a877d35
ruby-3.2.1.tar.gz=f8bbff5e237b501f4042ddc70a19ac1ce74f72f147c90daf7f3007a940136abde37c12a0f7444f713ede09ba847c2cc2897a1742823832e3dc8cce80073164e1
ruby-3.2.2.tar.gz=bcc68f3f24c1c8987d9c80b57332e5791f25b935ba38daf5addf60dbfe3a05f9dcaf21909681b88e862c67c6ed103150f73259c6e35c564f13a00f432e3c1e46
+ruby-3.2.3.tar.gz=75aecd9cf87f1fa66b24ecda8837a53162071b4f8801dcfd79119a24c6e81df3e3e2ba478e1cc48c60103dfaab12a00cfa2039a621f8651298eba8bd8d576360
ruby-3.3.0-preview1.tar.gz=0f891f140ddc6372aa7c4459f8784126e0c341db7b80e72c51e441c5153c43c2d7b965f7807c076862ac84b9b8b0c6a66bbf66fc341746016151397bb21c782a
ruby-3.3.0-preview2.tar.gz=1c5a13e519e8487fd40d932b96d14fa729521925c288e7841ab5eada628e506ceca2605bae36eea1aa505d9253383d53cd933b7a4bff96e6de5b1130c7c558e6
ruby-3.3.0-preview3.tar.gz=94db07a6958c09809b2e5b597fa55a121074e8bacb3bf588c83cf0d35b07a8b070172035a49d1abf0d8ee364a9ace824f34e677f7327ffe1acdbab0938ac49c4
ruby-3.3.0.tar.gz=26074009b501fc793d71a74e419f34a6033c9353433919ca74ba2d24a3de432dbb11fd92c2bc285f0e4d951a6d6c74bf5b69a2ab36200c8c26e871746d6e0fc6
rubygems-2.6.11.tgz=3b0dd38c0aaf313c59e299dcf54f7bfb6e6d84b8b739573ddaf599e584da45ed7b1465f6521131b32f237e31a4796d9ef455b8be685064b3fd77a0355dfff13e
rubygems-2.6.12.tgz=ebb672488b50f5fc988eab66ab14ce8e887dcc635f71239a85e32fbf1e919ca70196eb4d3f2fee3486cace7064bab0b8b08339c754b723198e1b0b0a0984ab54
rubygems-2.6.13.tgz=c952b6061a9a0778db304c3aa5bea693e71ae2564abfb19f8b123eef66eb1e3877fc7c36f4f1527da97bb320870cbfd4574ac57ad88e850a44fadd67ebdac152
rubygems-2.6.14.tgz=7743845bc5265df3782f85a23896cbb250d8a2bbc9934a27f274b001afa7aa62f7f00f616296f74747ea612d2cb37dd7f533c931aa72550d84c64d2a73d60daf
rubygems-2.7.0.tgz=0bd08fbabcc33687c98365ffe6794ca2a5e82160b0297479d4f19bd899d176b7f4efb95248898b26d873f9fc7d86c10cada6e40cdc48738b0bac261c3aad261f
rubygems-2.7.1.tgz=fa4ea123760b03b8b8e8ececc55c9dc34249073fb267d310bd903aa7a613267e5d27990bbf28e32c9a746bf884af8a84a0dc202297272f9d477f7710c21bfb60
rubygems-2.7.2.tgz=0f48c6e46663780a571c7ee0e6e772f2e18a755031e7dd8ede7870f238c214b9e3e38153b1ae8f1f78a9aad63c1a079b86573b3a25c57a600d842bdf92b9c4d1
rubygems-2.7.3.tgz=2782331b31947a23f85b285a3d5e7b66e34fe5847bc84dca4f1e6bfe33ce187ab0cbc814229de8111aa19490b656ca78b7c821e4ea6b425449991c01371b7565
rubygems-2.7.4.tgz=90f72a46709ef847666a6a23eecf24521abd5c294b2da8a246bb4c7f85daf4af39a0634fc8093c7bb7ded2ac137ea27fac5ed94af3b70c49e78594285c7a40ce
rubygems-2.7.5.tgz=86957f1c438070135df527a15102e40487fcee93a55251463095e4c8794a8616d16ed9bdead0e0ef83c44806bd5016ecd9e178bef608b66af2e68e2c9c49e941
rubygems-2.7.6.tgz=bc168afc40c974dbc7c37eb5678432ba2ed7469c3f007a159699467ff2cff5205c508237193ee8becaa6eb555b043969cc5f92b2aaa6bf7c958dd7c187e258a7
rubygems-2.7.7.tgz=f93b7eacf5ef8725c40d618daf9deabc7e9eed74b3b7f13ecd16f89205fe24958e782314c52f8a8fe3205b93e20b830b4fbf7ff8944ff1cf56feb7de2d773252
rubygems-2.7.8.tgz=3d1cf68377dfcf102028342258aaff5a7257d2d2b34a80508c85aa258d810add46e65a157f902c271b0b7b568c437372d17246e89cd88f8500e47c008d17f1a6
rubygems-2.7.9.tgz=5f699f47bc24d8ffd4f8f44a509a9df71fcd945ca2574dc9d5050bfe06a44830a368f45d204112d7a4f1877e1600a6fe4d1b6b68f9a55288664667b4220a7d72
rubygems-2.7.10.tgz=48a18c0f202f463c38cf5dafecfbc7cc39245e63c7a059ef2cefadda478483794a929ea6b7e0ef062dd4423230746f1f09d7bec06a97fe3ceccc3325397a3e71
rubygems-3.0.0.tgz=047f4d446aae414e4803517088ef47d5cc66319ff08a3795c6d69e83eee9f3e7c3b05419858f7e5b6a8ec224990ca01178a9259961ef2d7ab737bac352a0f18d
rubygems-3.0.1.tgz=dc29ad51ec67b1dca82a23973ea92153482788964d0755bdcd3c650116915c461c6e5fb1c826be3ee04a497fec4ac2826904bd406f24611e77cd8c9eaf4d8729
rubygems-3.0.2.tgz=90b46c2cd4f8baee74eb488a40691cc00e754cefc42029d485163d6ad7782df78ba5cbeab08eec6a4f71febe0f6e635e12a9381393008c58eb5e16396df93fbe
rubygems-3.0.3.tgz=1dd585243341901c7b4cc60a4902000c10ce57fe2cc9c28e27e274a2e6029f936cde1c99d7097c93c2c5b2c8bcee5d692c8fe5cc00c996a040e4954b674e330e
rubygems-3.0.4.tgz=887c64226ec0b32d33f2ea331936683406d54dc74d19e658a23521e25ab50aa23534fe9eecaf696154247ad1df1d24c233d8900b9aabc79096eebd6afef3f775
rubygems-3.0.5.tgz=f5a97cf67d7d043afba7c1aed014f1b64ff6376ea74d3d6533496bc5ca9742e0ccce1a157e6f67d8fcbe59d8e34bbfbcf4ed8be97acf2970603de6381043cb78
rubygems-3.0.6.tgz=1ef1822a2b19790a36a6d242b7d4584222617baa27787ec58961a9cfeb2733f19f9085490ffc72ee375d3153c7114e050c42e68fc8039e727fe5961b09365ee5
truffleruby-1.0.0-rc2-linux-amd64.tar.gz=5dfb040b746e462c297ebcdf84e0f07cd74b86852055dcf0a7cf1814112099bc674bcccd94b03726aee76b253c9345a45d046cbfea230647644f0fd6b1c1ec96
truffleruby-1.0.0-rc2-macos-amd64.tar.gz=17983c442c54d19196be3626e25c64f5474139c0b973624832ba8730efb047bc747c02e59c82f38397bf012c63ab83f79a9c1b64311cab796f08fe96d7d12a1a
truffleruby-1.0.0-rc3-linux-amd64.tar.gz=b0b57082d61317911f101da617333d81ee6bede6b6e18f9bed86544dc413339c830198d90cad7ac94c0c8fb690adcfc559dd9f530abb70507ff6a76eee552b61
truffleruby-1.0.0-rc3-macos-amd64.tar.gz=18f9782de56269389320ddad779ec69c168909198d4572e2ea4c18bc8082a539569a76760a6a6da58722fe08d77d83904aaba14baf4075a2833cbd2efc45dff3
truffleruby-1.0.0-rc5-linux-amd64.tar.gz=134d9ba5db7b8a1960d3a88390cd6f7503a0e8565094fb127333d122cd773bfbf9dc976c659029007e6fb68e93486293bac2ee29ab21dae9cb0c06ba57dd2c72
truffleruby-1.0.0-rc5-macos-amd64.tar.gz=5804f1f27916176f5a270de8aac85bc48c38ba37c4e719b09f5777e5c42429271819378cfe096c3cc33d406cd0726f2e37658020f97a438fd53751019831569a
truffleruby-1.0.0-rc6-linux-amd64.tar.gz=2597b375f590755b851d3b8cbad3eeab4c965eb02d0c944044f57e39f6c3db1e2f513e2aa55db789e4a885c697f81ce5c8bdbe9a7e44ee30fc09d234e44fb512
truffleruby-1.0.0-rc6-macos-amd64.tar.gz=2eb177190de0408dfdaf30264132955d1db7783ddfb63880d97d5933f66c5662794c3bb6198edf230fbff348674203e61f7f5481e74ac875974467f2f128e939
truffleruby-1.0.0-rc7-linux-amd64.tar.gz=ab3a3dc19f903e68e36b135729693fa025a7c1950139277255e48c972387ef8399beceb3252ac37cc70c0df92838f8a0ba8c45f53665ac4286ef23f9b240806a
truffleruby-1.0.0-rc7-macos-amd64.tar.gz=b8423f50a5292e211db7ebd7e2b987fd5c9eaaf34eba86b0644d2716a7f068f2e56deb4357c516b87b437e64fd5ce8515bc181165cc1042c6763f27d71baa59d
truffleruby-1.0.0-rc8-linux-amd64.tar.gz=bcd05d304ee9b4da97193575fb1ad78041a0c7710bb444af6aef12ab4261b1873f472175ec51a187a5e99da481d66b81a132fb691643b793e87d655f31d54657
truffleruby-1.0.0-rc8-macos-amd64.tar.gz=2c758221793c38ca8af1831a5d9f3abd555c406569508ac3a86d3c1ea5baeeacf65abb6e904ed3b1e58f555f51bc85ab171135ff4c3d0e08cdae994a861cbda4
truffleruby-1.0.0-rc9-linux-amd64.tar.gz=42e60b69957f77a8623e0dccb7d215e800c27c622364fa76b9c574e8b1d3a4056a058b61ed91eac2375ecf4e51e482a6e17550aa2894a44d1db70687958033da
truffleruby-1.0.0-rc9-macos-amd64.tar.gz=18556ee8d2fdec6907fbc8fc33d8b32ea0c58d40ee3df084ffb233e2fcd3a514a553f97c31dcc25dda3f86b1b805ca5fe3c9bf8cb078b92325515f09db6b88ba
truffleruby-1.0.0-rc10-linux-amd64.tar.gz=10a7cb1be6214347469d5797091f73c3d7824bfb32a47c13566573a383380b1df9b79b7901ce0fa3af1c97285c90afac21e2de7a66ed88d9495846743b3b25e2
truffleruby-1.0.0-rc10-macos-amd64.tar.gz=53f0939d9d8c3470cb79316d865b765816032528d77a3cf497134f3aa667a6253ae037410801261a8e7d0628198ac5f6aea5ecf9b7313f06ccc1d5e9f94e74ea
truffleruby-1.0.0-rc11-linux-amd64.tar.gz=f89bc9a3310634d39f68006307da0b0ddafae036089bdd663e8372777a9562d201a4e69b2e1a602cff5fba6c78a8d4861b6d1020679bd0c72c71b938a4f36a27
truffleruby-1.0.0-rc11-macos-amd64.tar.gz=3f461c12fa9fa57a55cc390eb9887df88f404661a77bffb44f82b4c7e9021513a6df9f6d5f332a36ce0c28ae7e3d5afbbe15cc4b814bc7f86dac2e5ec280f947
truffleruby-1.0.0-rc12-linux-amd64.tar.gz=85f042c308ccdfbeb318cec37056d8d970cab51cb0779425b85b8f76b0a1dd9cdec3191ae2b6b9b6be6e95767db814496450ed20076addd9bd495742f9de3c8c
truffleruby-1.0.0-rc12-macos-amd64.tar.gz=067a0f63bbaaed4c8d4120f758c8ecf8c52afd1d30ea9d41489e26289d57a574d2d4ae29e29655378510adfb3f4a07b04b403d6ee98ee6b3d3aa8bff9c8d718f
truffleruby-1.0.0-rc13-linux-amd64.tar.gz=1eb6b80cb05133d253f20629a11ed9ec3f37da002d5668cdc6577b2a20524e0cdd4d739d3f1aa2e8c518e2f7ebfd519ec1c647293714a1133ad4d569375c0e69
truffleruby-1.0.0-rc13-macos-amd64.tar.gz=e3cddb0d0ae48f7d5ee4dd094ddb5a13f6a7aff1521b1adf25710971664b235cf67144e3b81525fd710dc49b6f6f6ba06e10eee1df5dc08119e9494c6be86934
truffleruby-1.0.0-rc14-linux-amd64.tar.gz=c982194675b66a0433bd5517fc6f1564db669f595f8c7ba4819bf37e0599474d49a0c606577a898c27fa5ba40ab793c62d8211e7ea398d6b3e2bcc31eb5d55f4
truffleruby-1.0.0-rc14-macos-amd64.tar.gz=c14e396396385644333fb4c4aa1fb4b934a3f4e46312146821e5dcdaa097cb5b1efbf397c1dd6117d909803fd27ba8d835904672e98d43dc565e907fed752e1b
truffleruby-1.0.0-rc15-linux-amd64.tar.gz=f27a75f929a6e945e49ceaad12f484fdaa918469a2f639b572fc4737b78e1cde0881697057e13a58b2fab7ac64c3a71bc9951561c3a8728e3dec814ef5e95fee
truffleruby-1.0.0-rc15-macos-amd64.tar.gz=7aa029c4999d4608c9bcc491771b0434267032dbe9dbf504728079f87ce93e6a90e0fa839295b88c00e5a025186ed0fcc42361428b7874c05e222edb108d6c02
truffleruby-1.0.0-rc16-linux-amd64.tar.gz=e8c508dede11d4f54cf0b15cf92b50caad93076a6065bd2d6784c5ca739f5923ea2b894c6b2b52131f62187c8b305cd11a960fb5a670789802d59b6b2999f0af
truffleruby-1.0.0-rc16-macos-amd64.tar.gz=841eff077c38bf594b101edb15942f601ba0dada2122b21b016f53251aa2a635b8d0b63b49bdfb50259b2545d1f498bca95d5f771a15a28edb0dd07216c9b709
truffleruby-19.0.0-linux-amd64.tar.gz=8ec6c7829351e0dc2cce57305947cd540734fe5a0b95b9501d4179993727ab2c331e9fb639b9865c0fed596df3906adf3dcf2efb22c4cfdd23a3dc2137025fd4
truffleruby-19.0.0-macos-amd64.tar.gz=912e0c15d32e40c884b2caaaf9a86a71450d441c960ef98a63dfce80353619073b146dcfe03d9af4273b2811d0899eebe922cc84a51d6f5e6826cc436d793f78
truffleruby-19.0.2-linux-amd64.tar.gz=eec92bfbd776acd61709a428b90b1029c5ea83e5ea839304d23cae3a541dd4fab3b387691fa76643f55d5939c9cac0cbe70dc0b5786e5e0e5d20f3fcd9a21356
truffleruby-19.0.2-macos-amd64.tar.gz=ce647b76c9931feac55baa5acd2c87d8335c606bc5cd7e462bd92ba1b09f4bab5db927f021e3119abfd85c33377003d060f36cf64eb121954fce8878112f01b5
truffleruby-19.1.0-linux-amd64.tar.gz=db01e6dc09fc5f39ca466aa94f725023d49a8f52343f129bf8c32b7f5f76ccf2d573ee3344fce3d5aff9983bc9af618cc5ca6e1dbba93b3f604e4f33f8a69b3f
truffleruby-19.1.0-macos-amd64.tar.gz=f002bc0b6efca11eb97c4aa6df33d2e0fcc1de3443efd39d912b028df9dd8954cb76ef3ca7fbe140f4e922d6ae4c1a6a20853490ef1ea0749293e2fcd4ffe8fc
truffleruby-19.1.1-linux-amd64.tar.gz=ec031e8c216e31f034d97aaccd6441869221d6946e18f375b44a866550b8e8eb4b2fb923f9ce1a62853bdcd5b9201e0f5d2732ca6525d80171d5732ef522bd25
truffleruby-19.1.1-macos-amd64.tar.gz=1c15918af939a8fe1779b71d9e53d2ce09ca7353173a3b357905d9fe1981ff013cf0f90c6b47e1ca66dd168c2f2d742f28a5fb134cc0231d36146da99f91c3cc
truffleruby-19.2.0-linux-amd64.tar.gz=1248bdde9cd3651d7042fe4cecff4ad35534868d543fe2e6f3a5bfc3bc9d10d57b4139fc070f0a03861436a1aabc9a8ebdf3356f39b77a4b8f6a1dcf492f70a4
truffleruby-19.2.0-macos-amd64.tar.gz=92c3154ed229a115cf392826494745aae06dd9228dd0996c2c44c550552f13f9c254367d068452fa4a84eef79c19601c79b87e10f3121fd7b83b803514a41cfd
truffleruby-19.2.0.1-linux-amd64.tar.gz=53c78cd1f255f2b7031a70a42b65c0bf80c510b9254f5d7ba82b4787f55f5b09cfa9544c424a90f4619a74179fed07c168bd501e34772ef836a773e89c467cc5
truffleruby-19.2.0.1-macos-amd64.tar.gz=ac11523cd49fac50de1e441039e429fb8cd6c7051d537e5083b64fa68eaa19c9f0a966b269da906c367985f229af82a4811282dbfd0a76ef6565162e1081a659
truffleruby-19.2.1-linux-amd64.tar.gz=c5ffc1b592a74e836a4f6ec75b0e103150a4a40d3183ae853ead38c951a85378163111cf0bd2b81e44548c0a7aeaded3ae8a7ae558d5a02dc9e2cce992b79b58
truffleruby-19.2.1-macos-amd64.tar.gz=bb467b91f66eb7d1e6f1a54a7bc0a3d9503bcbd935e8a02da9ea0b749a51e354b1140d4a4dad6fc05312b560bb9ccdcce4f6583bccd19bb5afee19bf494102fe
truffleruby-19.3.0-linux-amd64.tar.gz=0e94777a3feabbf0107ed40847e20dd4e3696ff2b7c3f6ceddf3a53ccd812bd003c84c62a750e8fac9d2490374bf792d69174b48c3ed36b593485d86729136c1
truffleruby-19.3.0-macos-amd64.tar.gz=95470c389e24c865ecdc3d299005cd98f8221a128f3cd75f899b6b7ae5d6dc07962443ce0ff38dfd014589d5aaf08b718dc870a72eb7ea6ced18ec2b2db63095
truffleruby-19.3.0.2-linux-amd64.tar.gz=dc5309b71980657f750b4dd4f8b3bc4e191bc305b638b1e562ff5b0ad7fbba40079ba674caf46226a46b5ca58c10f812354786696264742f351b129fb088a672
truffleruby-19.3.0.2-macos-amd64.tar.gz=ff1c37485ebeff3edcc7081ce09bebe5541012dedff6997662c7f8a064e0ab10bef9a5cdf834263a06ae04ca0391743948bcdea6e6c9d7e1cfef9f21523c2bdb
truffleruby-19.3.1-linux-amd64.tar.gz=c724547a9eacfdd135ce05eac9dcfe74e58a5e77c97f88103f83b8513c15c975a0ecf623f623a425ec81fad1b64d3b5e135660d6943608ad08048cda00eace79
truffleruby-19.3.1-macos-amd64.tar.gz=d746b2ad410c15d145d36c676a070ae454ba8e5ec6c594d5ebcf54b1fc719f98e8b8f71b6fd504c3d38df286bd11c5114f73b5ba39be312b11d42d4ca1a17d02
truffleruby-20.0.0-linux-amd64.tar.gz=4efea5ded5fcc6886befba3a3720fe1e5b2e376d46738565e8871a1ce0201a33ed52e78b8af2fb389618bdea99466d126d8537dd0919b0c13f8ff1940cb3e52e
truffleruby-20.0.0-macos-amd64.tar.gz=b36488330514b77c7115689042cf2482a0beb9f72a0b05fb4c7a6ecb0835a3da47c3b15c41abd6ffced023e65ecf7eabcfbcc6e41901dcddd0fb3dfed46564c6
truffleruby-20.1.0-linux-amd64.tar.gz=116d57404540b85c15b321793a6f985624a2044af544e659b3607e50159703af5d445e22bff28ae2182dfa752f7500d420e250f6deccc98a2f01e89adba8ac3a
truffleruby-20.1.0-macos-amd64.tar.gz=9b1267101dfe78b85c79f7528eb4de96b16933e66d5771efa6272372dac0fb35b199bb9d42773d61f4fa7a15d6cbd18b5753c148f7c3e477c7c4b21633f12b88
truffleruby-20.2.0-linux-amd64.tar.gz=a37eaf8475364b74d948979ac13dc6e6423bf11949ad1d0f2925f78a4495e80de9767001ccdb777c8cfd7f545839fad4d842522620c3acad179404bc4ce6752c
truffleruby-20.2.0-macos-amd64.tar.gz=964c1e02cc53e1646060334a9911771e679a8344d811a0f77d5cae3529dfefff259c45505ac84b7debb958514cd5d2276ffd435802085494e0229dd140ce8f00
truffleruby-20.3.0-linux-amd64.tar.gz=ec2d8ff6a5d45fd7091e26430c67cbbdc0f8ffa41e9ac574d48802766fcd144e1f446db807700247ad6d8046b7ed070b5da70ef667e576d6fea60cc64ea5484f
truffleruby-20.3.0-macos-amd64.tar.gz=1878f94e05a3c40484bf944a72412b179aa5415a16a7ebc1610cb512a1e1c4a2ce0e98685257ad6e5c14745245c35bb5b28205fb687292c4f17193cbfb3bb606
truffleruby-21.0.0-linux-amd64.tar.gz=b7d1b76cc015d136dbd74515431f4447730850475f81b00885b71b95819134db2656d941736048db42d519f03e1f2df066226513b77208adbdbbeda1f49cab11
truffleruby-21.0.0-macos-amd64.tar.gz=7677b827a9c1758d5f941c512cb0fe8daaa19c3db77b485d7dfa43940151d6b9094c4d9271e18ef5014630142dffb93d168c7ac631a3b5eef6fc61b2f9eecf88
truffleruby-21.1.0-linux-amd64.tar.gz=010e9fb78cab12486641780392be0f284da08dfd955f3a0d1ef72adb52e1c9024b54dc880173645aea2af680b3670a6bb01409198b757239edda4cd9bf2b1e90
truffleruby-21.1.0-macos-amd64.tar.gz=96ef8481faef1bfa7f01bb4d396818ef6f0943d19c6a23dedb68f8346740b72bf06efc707bdd29158cf991cc7073c97f429a07b02c2a48050512b46369850058
truffleruby-21.2.0-linux-amd64.tar.gz=c20af04909a852cb676c90403d852fb367d56eac0f9cf8ba42caa4cad1013ba393cc4611e434614ad132b7b0ed61160aadd887001b08de0767cf58f5e149efe7
truffleruby-21.2.0-macos-amd64.tar.gz=0b8d9633fde53aad78f0baf52858cd5a5716f53ff21698baab17da4a625b4369b88dbd664193e3f0d1b40e64c88699ab4f04bbe40f54189a588c93678962a7be
truffleruby-21.2.0.1-linux-amd64.tar.gz=15ceeee383114f974aed5f16c99131d56947e13cfe248b97e55d61263ccd51aa56fc3e0df215196ef7f80ccba9e7f19e7f261d7a91d54bde2d9992caba682d82
truffleruby-21.2.0.1-macos-amd64.tar.gz=8a8762d90c19db4f48433ce0e3f3339e290685d79c6ee9bb7d4359c741edfa6a7360ff65124433d964730ac25b2cc6d8b581191b0a51479f11c2a80031a6c1c8
truffleruby-21.3.0-linux-amd64.tar.gz=b0c07b1ea797de92447a81b350d460c125a2efaff3c290637c4bcf1c216b5abd11148cfb143ad397062a96f36beade8234d0785c42f58fceac0011f629a5220b
truffleruby-21.3.0-macos-amd64.tar.gz=42e607fa52a534123989ad232691ede65aa1c615f39320d93aa8ab9c21924eea7bc0aa49aef1a540ec972e2b3dc775d22a99eca3e0c9bc450c525f9020fbb975
truffleruby-22.0.0.2-linux-amd64.tar.gz=2231a0cfd27238c34ea0bbad27ba387453e48f39032607cbb829b347ea6ac804df15eb3f84d50b09248782d6202284498e7bc9aaa2060f0ce81bb83a84d700ad
truffleruby-22.0.0.2-macos-amd64.tar.gz=1d7ac44f0862ad23cf17a7bba73d23dfd4727aadd9a3aa9633361e9bcd19655d163e160eae9c8db8ec9892f8fbf82d7a38b1cd689475bf41609a828208098623
truffleruby-22.1.0-linux-amd64.tar.gz=c4c2f9bf4236118c8ea62c08bad89e1034ecdfa0c4815693961c4d2b1b30ca043fe958abfec9cf36a8638aa2e005e71fcc244ebffd9ce11eb68cf48bd98c29d3
truffleruby-22.1.0-macos-amd64.tar.gz=507004ade838e614955e23331845839be656aaeae7869ed3d989c10e6491775a12313ac9ef03e14945f20f5e76d46ce6f7bb860af68a627c48065399cea3c567
truffleruby-22.2.0-linux-amd64.tar.gz=37c09249ef387df3e0614f646abb444cb5b7b2751538ab0432e703abe92a81b82e0d15f89d5ad7cd58afe5f30d9a92dc8471d19f1c1ce10b50478ac74f247739
truffleruby-22.2.0-linux-aarch64.tar.gz=49a7cfb4c81980d9c7a1588ef9f76a9bfb759d4b1925ab11f230d99c15a62e162a08249d23cf5646e2d38ecc2005e27103f2e5d92b83b0a182a4e64319b70c0d
truffleruby-22.2.0-macos-amd64.tar.gz=d4c206fb0a5e63c5b7f61f2e62de854e4d0817075ef9ded237d98cd821c286e88d7b150d140d9907a957209f39be96c7025560e3908c89aa337925d2fba690af
truffleruby-22.2.0-macos-aarch64.tar.gz=a01c18803777a74717ad699b6ee51eb759d881fb436d24338b557c52d4a693079d7b55f108394ccad0dd69c974cb895f4a36854355e84fecb67e41bf9eb18514
truffleruby-22.3.0-linux-amd64.tar.gz=d53472ae892dadc81c6fe63a597ccfb67e133958431b11716db4d920c78fc86f7496e4b10322d041c900bed77d27e02850da20aa95b297d63a9de2e72cdf3c76
truffleruby-22.3.0-linux-aarch64.tar.gz=dab63d49db4722f0c174ce8b882413102520ff649182946ba332ef5ba0fc6b58913595539a20b59e460faab2fba36f762dc8eb66aa729d4a6bb90feb2a95f053
truffleruby-22.3.0-macos-amd64.tar.gz=15c91d25fd6fb1d9f3f2a0b36676da5c8a76d62be86cff463ebe6c7e6aed2d9b6de9062021ab1b9b29cfb7a92b5682c860939acd71d12dba7e4a6bf3964fef3d
truffleruby-22.3.0-macos-aarch64.tar.gz=7c44d0dd07e4ecd84a92f6dd574dc185906121b8eb75f6fe097b9d4738aa30751664d70e9027e072eeaa1dffa05fe7bcfc06be0c2dc950142f60664baf5eac69
truffleruby-22.3.1-linux-amd64.tar.gz=f41d3bd22500b7291121368169f8558df4563c840a01b70ff7feea3593f0152d8d77d4437af362bad62f25b79bce1ce8ddaa1bd8172a2a7ef8b61cdb6e478c9e
truffleruby-22.3.1-linux-aarch64.tar.gz=1ca5221f0dc5ae3e0bd9545be474e115b2e62737701df95c6ee6cdaae5d82815acbe6af961ff23afee64dc26e655c7786d4347e3694c140773f065534322ee59
truffleruby-22.3.1-macos-amd64.tar.gz=bae16cc04c6018703833121f4258c3f18fa5062309d0600458be3c51c838bc63976a026db0f28d23005df9b640ccad0a9cafc56610a5ca9c24951c66b62097d9
truffleruby-22.3.1-macos-aarch64.tar.gz=b56e230d8fbc95d19364e695aaf1e552238b02ace7056f636808a7d7510777cddfde572ace5238ea1e314351bdd1a053ab3912d0889f51f55c722797c83eaaee
truffleruby-23.0.0-preview1-linux-amd64.tar.gz=d538412f12d5ce743c351acbaa483b8b85dd2cf84fe06b3e90ca21f3c2fc0465df9c1773b3515fe4296d599f45e9cbb935dc5a69fe45668321e5639d58608ef4
truffleruby-23.0.0-preview1-linux-aarch64.tar.gz=f10b5ac749b11f93c2469f2c8a713ad090cb653761ae0a3e1ba4c19b0c96bd61c5e8da74d8944f9487c2d327d268a188f2cb56028d2beaca2a7816e63123600b
truffleruby-23.0.0-preview1-macos-amd64.tar.gz=cd9db49c4253bd66cad6f9ae111c83d3befd0102a7ccb72a2407d22dc576ba7f3a26a90cd479f26dee3565d2f893a2b7c8b549e2351336f35d2632e57966657c
truffleruby-23.0.0-preview1-macos-aarch64.tar.gz=28b77d9943cd1617e0445633a9fea8911cfa975f5c581192439cd0944d2a17c2b0558e3e4112588b5fc77b57c48d857ad68ac51fcb867250625ad85406d87acc
truffleruby-23.0.0-linux-amd64.tar.gz=da702de2e8c994f2646a3de5b44824210dbd37129cd2f91c3bdd990a1b0d0b05dee4443ad0f6cf98fdb4e489c9f4cde64f3561baf486dc642d4981a1a1812925
truffleruby-23.0.0-linux-aarch64.tar.gz=808254a154adcfd1bbd6e22bcdafebb6169c6f8cfd1c55382d446bb66002384ee844dcd8b5f642703ef440f7566645d190081f45e04a7d8d59bf87571cb4430a
truffleruby-23.0.0-macos-amd64.tar.gz=f775d57e63c606eef424a1115408ed8539ef47d6bea0125ad1de7ee4fd5971e96747cb7f5d22d91d2f004edbd6ed6b9b5bd014127dc1abe7821a3a987a72d9dc
truffleruby-23.0.0-macos-aarch64.tar.gz=000069854458f81d97eefe14123fbb69937942825e77d35602d55fa279123808177a34f252aec9dcfa48b93feacbee81ae0f0e7043c2d8a9ace2a4bb61ab253f
truffleruby-23.1.0-linux-amd64.tar.gz=1868799d989c51798cf07b5243457af7ae2436dd19805fd634c98b2f1885266b5c3ec81dde668c2e5a290e9028f6f9fd223d153489df6ffcc74d45240aa020ad
truffleruby-23.1.0-linux-aarch64.tar.gz=2766621877996ad35fddb94f978feed531307e8abf601dcf863754c96782b8149c3ac512dfe6dd2bdef0fe0e8a968bdd77608c41020434aaef4e7250c09edd74
truffleruby-23.1.0-macos-amd64.tar.gz=06c5a1d6ad644fd81737f0a1fd24c1529f712abe2a4485ad597aca7c35ca2af898121bb5883552cf518e2afdcb4221c8ad013759b46a69e34249e7c5ebe2b170
truffleruby-23.1.0-macos-aarch64.tar.gz=496cacc5cf413a48b60184e097a962ab5d2236c539f07cc0a9a2d9ef57dfc911a26b125cc3ad9408f6170c6f93c7562f35729c8313be0301972be21c10097942
truffleruby-23.1.1-linux-amd64.tar.gz=dbca85e281bf2484371a0bbcc202ca700acc704304d966b9202cf3835e82f6eb502e43522355f4c9e5a743877d93f5609006fbba2c5e6343a89de130e5209f6a
truffleruby-23.1.1-linux-aarch64.tar.gz=6a58842d79247d8a64c513d68db9d53ea5640c02f71a1bc45f103baaaca67bb224939ae5f21ef55daa9d9b9697404052d39a3c382768ca366ab7892b8bf1abbe
truffleruby-23.1.1-macos-amd64.tar.gz=7cc6bc957b7ffa42e9fbfe2f6e3014bf1e7996f2754e9e74377078c2c7bc7ac8e10598f1e1452839fc5b9583c823a2a735731ca193a6af2814a02566cc4cd9e4
truffleruby-23.1.1-macos-aarch64.tar.gz=a85b8189ef8a280f6a27d4c1c93893f844266dbdc15b8c4988cdf581613a353508fae4872ac9380efcc47f36357e137861521712c00ce8548041762a8987a9b2
truffleruby-23.1.2-linux-amd64.tar.gz=6307fd71fb1431fb12346d1f13dee4b3afe53947e8a9c1f3e3aa0baae5f9fc9e1496ede0a7d86b169d912ffef9625af998b4e698dc57a2a649140150e3fae28a
truffleruby-23.1.2-linux-aarch64.tar.gz=0f0c5e4aa4e9fbc9b9f91d2b3d3fbfe26e78c5bc5b369fc78dd54775a7582b8c084a64f02848058bec79387fd80b09a5a5594ecfb268635fe76e1f9d957c2e92
truffleruby-23.1.2-macos-amd64.tar.gz=648401a73b29c28862a1fa077c2e1bf8fff65015c8bc690ff883a00a3dfd99389ffdb71f39ad85a4f16c531470f4cc891ae51ec927a426b0fa05fa85c9c6a2f9
truffleruby-23.1.2-macos-aarch64.tar.gz=4ec88684c09aacfa1d8bfed9a17243579ededacecd869e98e12841710bae29ed6e5f080611e53fc217a853f730bb2a9cb3d47ef15443eb8a1ad76a120118c8a5
|
rvm/rvm
|
2a353c5a9bf5f71f4d42a90932c759b7a6153fbe
|
Fix incorrect example for rvm_make_flags (string changed to array) (#5425)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31fe35b..c8ceb37 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,652 +1,652 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
-
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
+* Fix incorrect example for rvm_make_flags (string changed to array) [\#5425](https://github.com/rvm/rvm/pull/5425)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
* Ensure `rvm_hooks_path` is set [\#3902](https://github.com/rvm/rvm/issues/3902)
* Allow building static ruby with `--disbale-shared` [\#4091](https://github.com/rvm/rvm/issues/4091)
* Restore detection of `gpg` command for veryfication of signatures [\#4059](https://github.com/rvm/rvm/issues/4059)
* Update `gem-wrappers` to 1.3.2: Avoid nested chdir warnings [gem-wrappers \#11](https://github.com/rvm/gem-wrappers/pull/11)
* Fix RVM folder cleanup during installation [\#4333](https://github.com/rvm/rvm/issues/4333)
* Fix found project file reject reasons for bash -e [\#4314](https://github.com/rvm/rvm/pull/4314)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.82, 3.83, 3.84
* Add support for mruby 1.3.0
* Upgrade RubyGems to 2.6.13 [\#4142](https://github.com/rvm/rvm/pull/4142)
* Add support for JRuby 9.1.13.0 [\#4147](https://github.com/rvm/rvm/pull/4147)
#### Documentation
* Remove `wayneeseguin` reference from RVM repo names [\#4086](https://github.com/rvm/rvm/pull/4086)
## [1.29.2](https://github.com/rvm/rvm/releases/tag/1.29.2)
#### New features:
* Add support for elementary OS [\#3935](https://github.com/rvm/rvm/issues/3935)
* Add support for Deepin (based on Debian) [\#3999](https://github.com/rvm/rvm/issues/3999)
* Simplified OS detection mechanism [\#3938](https://github.com/rvm/rvm/pull/3938)
* Use fuzzy version match for `rvm remove` [\#4028](https://github.com/rvm/rvm/pull/4028)
* Simplify and cleanup of `rvm help` output [\#4029](https://github.com/rvm/rvm/pull/4029)
* Add support for Kali Linux (based on Debian) [\#3958](https://github.com/rvm/rvm/issues/3958)
* Railsexpress patches for 2.4.0, 2.4.1 and 2.4-head [\#4050](https://github.com/rvm/rvm/pull/4050)
#### Bug fixes:
* Use actual executable test instead of mount|grep noexec for robust noexec detection [\#3933](https://github.com/rvm/rvm/pull/3933)
* "Unknown ruby string (do not know how to handle)" when specifying Ruby version w/a gemset [\#3292](https://github.com/rvm/rvm/issue/3292)
* Fix the required openssl version for ruby 1.8 on OSX [\#3955](https://github.com/rvm/rvm/issue/3955)
* Detect `.` as an alternative to `source` in bash profile warning [\#3960](https://github.com/rvm/rvm/issues/3960)
* Allow users to specify irb history file using IRB.conf[:HISTORY_FILE] [\#3969](https://github.com/rvm/rvm/pull/3969)
* Prefer github issues over IRC support [\#3939](https://github.com/rvm/rvm/issues/3939)
* Architecture detection using uname instead of dpkg [\#3948](https://github.com/rvm/rvm/issues/3948)
* Help section of the rvm.io page points to irc.freenode.net instead of github [\#3939](https://github.com/rvm/rvm/issues/3939)
* Make sure stderr output is printed on console and not captured into log files [\#3990](https://github.com/rvm/rvm/issues/3990)
* Clean up errors output, show only log file name [\#3990](https://github.com/rvm/rvm/issues/3990)
* RVM install fail on macOS Yosemite due expired curl's SSL certificate [\#3886](https://github.com/rvm/rvm/issues/3886)
* Fix failing openssl.patch for Ruby 2.2.4 and 2.2.5 [\#3988](https://github.com/rvm/rvm/issues/3988)
* Do not unset rvm_pretty_print_flag [\#3946](https://github.com/rvm/rvm/issues/3946)
* Patch Ruby 2.3.4 with missing rb_thread_fd_close [\#4008](https://github.com/rvm/rvm/issues/4008)
* Unknown subcommand `rvm gemset clear` [\#4004](https://github.com/rvm/rvm/issues/4004)
* Skip rubygems install for ruby-head [\#4022](https://github.com/rvm/rvm/pull/4022)
* Fix match MacPorts in non standard location [\#4051](https://github.com/rvm/rvm/pull/4051)
* Ruby 2.3.3 doesn't compile on Debian 8.3 [\#4000](https://github.com/rvm/rvm/issues/4000)
* Ruby < 2.4 fail to build on Fedora 26 [\#4057](https://github.com/rvm/rvm/issues/4057)
#### Upgraded Ruby interpreters:
* Add support for Rubinius 3.72 [\#3934](https://github.com/rvm/rvm/pull/3934), 3.73 [\#3979](https://github.com/rvm/rvm/pull/3979), 3.74 [\#3994](https://github.com/rvm/rvm/pull/3994), 3.75 [\#4002](https://github.com/rvm/rvm/pull/4002), 3.76 and 3.77 [\#4016](https://github.com/rvm/rvm/pull/4016), 3.78, 3.79, 3.80, 3.81
* Add support for Ruby 2.2.7 [\#3970](https://github.com/rvm/rvm/pull/3970), 2.3.4 [\#3973](https://github.com/rvm/rvm/pull/3973) and 2.4.1 [\#3963](https://github.com/rvm/rvm/pull/3963)
* Upgrade RubyGems to 2.6.12 [\#4018](https://github.com/rvm/rvm/pull/4018)
* Add support for JRuby 1.7.27 [\#4026](https://github.com/rvm/rvm/pull/4026), 9.1.8.0 [\#3952](https://github.com/rvm/rvm/pull/3952), 9.1.9.0 [\#4036](https://github.com/rvm/rvm/pull/4036), 9.1.10.0 [\#4049](https://github.com/rvm/rvm/pull/4049), 9.1.11 [\#4064](https://github.com/rvm/rvm/issues/4064) and 9.1.12.0 [\#4066](https://github.com/rvm/rvm/issues/4066)
#### Binaries:
* Ubuntu x64 binary for Ruby 2.4.1 [\#3965](https://github.com/rvm/rvm/issues/3965)
* Ubuntu x64 binary for Ruby 2.2.7 [\#3971](https://github.com/rvm/rvm/issues/3971)
* Ubuntu x64 binary for Ruby 2.3.4 [\#3985](https://github.com/rvm/rvm/issues/3985)
* Ubuntu 16.10 x64 binaries for Ruby 1.9.3-p551, 2.0.0-p648, 2.1.5, 2.1.6, 2.1.8, 2.1.9, 2.2.4, 2.2.5, 2.2.6, 2.3.0, 2.3.1, 2.3.2 and 2.3.3 [\#3823](https://github.com/rvm/rvm/issues/3823)
#### Documentation:
* Integrating RVM with Bash on Ubuntu on Windows 10 [\#304](https://github.com/rvm/rvm-site/pull/304)
* Troubleshooting SSL certificate problem: unable to get local issuer certificate [\#3984](https://github.com/rvm/rvm/issue/3984)
* Automatically generated Integration section on Index page [\#305](https://github.com/rvm/rvm-site/pull/305)
* Add info about Ubuntu installation package [\#306](https://github.com/rvm/rvm-site/pull/306)
* Remove subversion as a prerequisite for installing rubies [\#277](https://github.com/rvm/rvm-site/issue/277)
* Added missing information that user should have sudo rights to install rubies [\#307](https://github.com/rvm/rvm-site/pull/307)
* Better explanation for `apt-get update` failing with 404 Not Found errors [\#3411](https://github.com/rvm/rvm/issue/3411)
* Ruby 2.1 is no more maintained [\#3997](https://github.com/rvm/rvm/pull/3997)
* Display deprecation notice for `rvm usage` [\#4047](https://github.com/rvm/rvm/pull/4047)
## [1.29.1](https://github.com/rvm/rvm/releases/tag/1.29.1)
19 February 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.0...1.29.1)
#### Bug fixes:
* Fix using ruby from current dir when no params [\#3880](https://github.com/rvm/rvm/issues/3880)
* Fix Ruby/Openssl installation on OSX [\#3923](https://github.com/rvm/rvm/issues/3923)
* Fix rvm info to be yaml compatible [\#3924](https://github.com/rvm/rvm/issues/3924)
* Add explicit architecture check for debian/ubuntu [\#3927](https://github.com/rvm/rvm/issues/3927)
* Fix detecting openssl path for ruby24 [\#3928](https://github.com/rvm/rvm/issues/3928)
## [1.29.0](https://github.com/rvm/rvm/releases/tag/1.29.0)
12 February 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.28.0...1.29.0)
#### Security fixes:
* add trusting working directory hooks
* add trusting project files with environment variables
* prevent executing code when loading variables from project files
* remove posibility to install gems from .versions.conf
* do not 'bundle install' if no rvm_autoinstall_bundler_flag=1
* install bundler only from remote server
* handle spaces in working directory hook names
* avoid double escaping of envirtonment variables
* avoid extra quotation if it was used in the project file
#### New features:
* Added railsexpress patches for Ruby 2.3.3 [\#3852](https://github.com/rvm/rvm/pull/3852)
* Add support for KDE neon [\#3828](https://github.com/rvm/rvm/pull/3828)
* Allow to remove undesired libraries breaking the ruby build [\#3851](https://github.com/rvm/rvm/issues/3851)
* Mention in PATH warnings about ability to silence them [\#3336](https://github.com/rvm/rvm/issues/3336)
* Expose `autolibs` setting in `rvm info` output [\#3892](https://github.com/rvm/rvm/pull/3892)
* Detect `noexec` mount mode for partition hosting RVM home [\#3832](https://github.com/rvm/rvm/pull/3832)
diff --git a/examples/rvmrc b/examples/rvmrc
index 9fa6401..3569f8e 100644
--- a/examples/rvmrc
+++ b/examples/rvmrc
@@ -1,92 +1,99 @@
# Example ~/.rvmrc file.
#
# This file shows some examples of setting defaults to your own tastes.
#
# If you wish to adjust the default ruby interpreter/version/patchlevel
# settings they can be found in the $rvm_path/config/db file.
# Beware that currently that file is overwritten on install so
# back it up if you change anything.
# RVM path
# This is where rvm installs and manages everything in by default.
#
# export rvm_path="$HOME/.rvm"
# Source path
# This is where rvm extracts to for compiling & installing.
#
# export rvm_source_path="${rvm_path}/src"
# Log path
# This is where rvm logs all of it's actions to
# (not including the 'do' actions)
#
# export rvm_log_path="${rvm_path}/log"
# Bin path
# This is where rvm places all of it's executable/wrapper scripts.
#
# export rvm_bin_path="${rvm_path}/bin"
# Gem path
# This is where rvm installs all gems to for each ruby
# interpreter/version%gemset
#
# export rvm_gems_path="$rvm_path/gems"
# Gem options
# These options are passed to the 'gem' command in a RVM environment.
#
# export rvm_gem_options="--no-rdoc --no-ri"
# Temp path
# This is where rvm stores all of its temporary files.
#
# export rvm_tmp_path="${rvm_tmp_path:-"$rvm_path/tmp"}"
# Install on use
# Install rubies when used if are not installed.
#
# export rvm_install_on_use_flag=1
# Gemset create on use
# This will create a gemset when the gemset is used if it does not exist
#
# export rvm_gemset_create_on_use_flag=1
# Make flags
+# Please note that the argument is an array.
+#
# I have 8 cpu's so I might use 7 make threads:
#
-# export rvm_make_flags="-j7"
+# export rvm_make_flags=(-j 7)
+#
+# To use all cores:
+#
+# export rvm_make_flags=(-j $(nproc))
+
# Source a .rvmrc file in a directory after changing to it, if it exists.
# To disable this feature, set in root/home .rvmrc file:
#
# export rvm_project_rvmrc=0
#
# Or don't even bother sourcing rvm, it *is* optional. Always has been, you can
# instead add $rvm_path/bin to your PATH and use --default to switch...
# Automatically trust project .rvmrc files
#
# export rvm_trust_rvmrcs_flag=1
# Always trust an rvmrc, even if it's contents change.
# CAUTION: Can be dangerous / security risk. Only use this feature if you know
# what you are doing / accept the implications :)
#
# export rvm_always_trust_rvmrc_flag
# Specify RBXOPT enviroment settings that should always be set when calling
# Rubinius scripts. For example, to always run the agent when running from
# an Rubinius environment, set the value to '-Xagent'
#
# export rvm_rbx_opt
# Disable automatic system configuration of RVM via /etc/profile.d/rvm.sh:
#
# export rvm_etc_profile_flag=0
# Add configure flags for builds
#
# export rvm_configure_flags="--with-openssl-dir=$rvm_path/usr --with-readline-dir=$rvm_path/usr"
|
rvm/rvm
|
92d239d3bb0ace6e7f5b7eaf226ab0a1777da0df
|
Fix gentoo dependencies moved from sys-devel to dev-build (#5432)
|
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f42f1e4..31fe35b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,545 +1,546 @@
# Change Log
## [Next](https://github.com/rvm/rvm/tree/HEAD)
[Full Changelog](https://github.com/rvm/rvm/compare/1.29.12...HEAD)
#### New features
* Add Support for OpenSSL 1.1/3.0 to older ruby versions [\#5248](https://github.com/rvm/rvm/pull/5248)
* Update truffleruby-dev to use builds based on Ubuntu 20.04 [\#5322](https://github.com/rvm/rvm/issues/5322)
* Install openssl gem for Ruby 3.0.6 [\#5340](https://github.com/rvm/rvm/pull/5340)
#### Bug fixes
* Remove unsupported libclang, libclang-dev, openssl-dev and zlib-dev from Termux requirements, and fix installation by not calling getent [\#5101](https://github.com/rvm/rvm/pull/5101)
* Allow ruby-head to be installed using ruby 3, not truffleruby [\#5115](https://github.com/rvm/rvm/pull/5115)
* Fix attempts to install/uninstall ruby picking jruby, mruby or truffleruby instead [\#5116](https://github.com/rvm/rvm/pull/5116)
* Fix Termux requirements checking and installation, and the requirements specified [\#5110](https://github.com/rvm/rvm/pull/5110)
* Fix invalid brew syntax on requirements check [\#5111](https://github.com/rvm/rvm/pull/5111)
* Skip non-functional prepare/mount tests on macOS [\#5119](https://github.com/rvm/rvm/pull/5119)
* Fix detection for SUSE 15 [\#5132](https://github.com/rvm/rvm/pull/5132)
* Avoid duplicate package instances when querying pkg-config [\#5172](https://github.com/rvm/rvm/pull/5172)
* Fix building Ruby on Devuan 2 and newer by using libreadline-dev instead of libreadline6-dev [\#5214](https://github.com/rvm/rvm/pull/5214)
* Fix building Ruby on Void Linux by using openssl instead of libressl [\#5234](https://github.com/rvm/rvm/pull/5234)
* Fix building ruby-head by running autogen when available [\#5238](https://github.com/rvm/rvm/pull/5238)
* Fix building Ruby 2.7 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/rvm/pull/5247)
* Don't warn about empty GEM_PATH [\#5292](https://github.com/rvm/rvm/pull/5292)
* Detect existing Homebrew installs for MacOS arm64e in /opt/homebrew [\#5310](https://github.com/rvm/rvm/pull/5310)
* Fix installing rubies when home directory includes the gemset separator [\#3790](https://github.com/rvm/rvm/issues/3790)
* Replace keys.gnupg.net in favour of keyserver.ubuntu.com [\#5316](https://github.com/rvm/rvm/issues/5316)
* Fix non-silent failure on dash versions of /bin/sh [\#5167](https://github.com/rvm/rvm/pull/5167)
* Fix building Ruby 2.6, 2.5, 2.4 on Fedora 36+ by using openssl1.1 instead of openssl3 [\#5247](https://github.com/rvm/pull/5325)
* Fix truffleruby-23.0.0 installation on macos [\#5385](https://github.com/rvm/rvm/pull/5385)
* Update location of OpenSSL binary [\#5433](https://github.com/rvm/rvm/pull/5433)
+* Fix gentoo dependencies moved from sys-devel to dev-build [\#5432](https://github.com/rvm/rvm/pull/5432)
#### New interpreters
##### MRI
* 2.5.9, 2.6.7, 2.7.3, 3.0.1 [\#5063](https://github.com/rvm/rvm/pull/5063)
* 2.6.8, 2.7.4, 3.0.2 [\#5098](https://github.com/rvm/rvm/pull/5098)
* 3.1.0-preview1 [\#5155](https://github.com/rvm/rvm/pull/5155)
* 2.6.9, 2.7.5, 3.0.3 [\#5157](https://github.com/rvm/rvm/pull/5157)
* 3.1.0 [\#5169](https://github.com/rvm/rvm/pull/5169)
* 3.1.1 [\#5185](https://github.com/rvm/rvm/pull/5185)
* 2.6.10, 2.7.6, 3.0.4, 3.1.2, 3.2.0 Preview 1 [\#5200](https://github.com/rvm/rvm/pull/5200)
* 2.7.7, 3.0.5, 3.1.3, 3.2.0 Preview 2 and 3.2.0 Preview 3 [\#5271](https://github.com/rvm/rvm/pull/5271)
* 3.2.0-rc1 [\#5280](https://github.com/rvm/rvm/pull/5280)
* 3.2.0 [\#5283](https://github.com/rvm/rvm/pull/5283)
* 3.2.1 [\#5306](https://github.com/rvm/rvm/pull/5306)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5336](https://github.com/rvm/rvm/pull/5336), [\#5346](https://github.com/rvm/rvm/pull/5346)
* 3.3.0-preview1 [\#5348](https://github.com/rvm/rvm/pull/5348)
* 3.3.0-preview2 [\#5391](https://github.com/rvm/rvm/pull/5391)
* 3.3.0-preview3 [\#5407](https://github.com/rvm/rvm/pull/5407)
* 3.3.0 [\#5421](https://github.com/rvm/rvm/pull/5421)
##### TruffleRuby
* 21.0.0 [\#5037](https://github.com/rvm/rvm/pull/5037)
* 21.1.0 [\#5071](https://github.com/rvm/rvm/pull/5071)
* 21.2.0, 21.2.0.1, 21.3.0 [\#5137](https://github.com/rvm/rvm/pull/5137)
* 22.0.0.2 [\#5177](https://github.com/rvm/rvm/pull/5177)
* 22.1.0 [\#5206](https://github.com/rvm/rvm/pull/5206)
* 22.2.0, 22.3.0, 22.3.1, 23.0.0-preview1, 23.0.0, 23.1.0, 23.1.1, 23.1.2
##### JRuby
* 9.2.15.0 and 9.2.16.0 [\#5056](https://github.com/rvm/rvm/pull/5056)
* 9.2.17.0 [\#5062](https://github.com/rvm/rvm/pull/5062)
* 9.2.18.0 [\#5091](https://github.com/rvm/rvm/pull/5091)
* 9.2.19.0 [\#5094](https://github.com/rvm/rvm/pull/5094)
* 9.2.20.0 [\#5145](https://github.com/rvm/rvm/pull/5145)
* 9.2.20.1 [\#5160](https://github.com/rvm/rvm/pull/5160)
* 9.2.21.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.0.0 [\#5130](https://github.com/rvm/rvm/pull/5130)
* 9.3.1.0 [\#5135](https://github.com/rvm/rvm/pull/5135)
* 9.3.2.0 [\#5163](https://github.com/rvm/rvm/pull/5163)
* 9.3.3.0 [\#5175](https://github.com/rvm/rvm/pull/5175)
* 9.3.4.0 [\#5195](https://github.com/rvm/rvm/pull/5163)
* 9.3.6.0 [\#5230](https://github.com/rvm/rvm/pull/5230)
* 9.3.7.0 [\#5245](https://github.com/rvm/rvm/pull/5245)
* 9.3.8.0 [\#5250](https://github.com/rvm/rvm/pull/5250)
* 9.3.9.0 [\#5258](https://github.com/rvm/rvm/pull/5258)
* 9.3.10.0 [\#5300](https://github.com/rvm/rvm/pull/5300)
* 9.3.11.0 [\#5390](https://github.com/rvm/rvm/pull/5390)
* 9.3.13.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
* 9.4.0.0 [\#5270](https://github.com/rvm/rvm/pull/5270)
* 9.4.1.0 [\#5304](https://github.com/rvm/rvm/pull/5304)
* 9.4.2.0 [\#5333](https://github.com/rvm/rvm/pull/5333)
* 9.4.3.0 [\#5357](https://github.com/rvm/rvm/pull/5357)
* 9.4.4.0 [\#5399](https://github.com/rvm/rvm/pull/5399)
* 9.4.5.0 [\#5405](https://github.com/rvm/rvm/pull/5405)
##### Railsexpress patches
* 2.6.7, 2.7.3, 3.0.1 [\#5066](https://github.com/rvm/rvm/pull/5066)
* 2.6.8, 2.7.4, 3.0.2 [\#5117](https://github.com/rvm/rvm/pull/5117)
* 2.6.9, 2.7.5, 3.0.3 [\#5167](https://github.com/rvm/rvm/pull/5167)
* 3.1.0 [\#5170](https://github.com/rvm/rvm/pull/5170)
* 3.1.1 [\#5190](https://github.com/rvm/rvm/pull/5190)
* 2.7.6, 3.0.4 and 3.1.2 [\#5207](https://github.com/rvm/rvm/pull/5207)
* 2.7.7, 3.0.5 and 3.1.3 [\#5273](https://github.com/rvm/rvm/pull/5273)
* 3.2.0 [\#5284](https://github.com/rvm/rvm/pull/5284) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.1 [\#5311](https://github.com/rvm/rvm/pull/5311) and [\#5312](https://github.com/rvm/rvm/pull/5312)
* 3.2.2, 3.1.4, 3.0.6 and 2.7.8 [\#5338](https://github.com/rvm/rvm/pull/5338)
* 3.3.0 [\#5423](https://github.com/rvm/rvm/pull/5423)
* 3.2.3 [\#5430](https://github.com/rvm/rvm/pull/5430)
#### Binaries
* Redhat decendants
* CentOS 7 x86_64 binaries
* 2.5.9 2.6.10 2.7.4 2.7.5 2.7.6 2.7.7 3.0.4 3.1.2 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 8 x86_64 binaries
* 2.5.9 2.6.7 2.6.8 2.6.10 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* CentOS 9 x86_64 binaries
* 2.7.5 2.7.6 2.7.7 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Amazon 2 x86_64 binaries
* 2.5.8 2.5.9 2.6.10 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.3 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Debian Family
* Debian 10 x86_64 binaries
* 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.6 2.7.7 3.0.0 3.0.2 3.0.4 3.0.5 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 18.04 (Bionic) x86_64 binaries
* 1.9.3-p392 1.9.3-p551 2.0.0-p648 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 20.04 (Focal) x64 binaries
* Ruby 2.5.9 2.6.10 2.6.7 2.6.8 2.6.9 2.7.3 2.7.5 2.7.6 2.7.7 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 [\#5314](https://github.com/rvm/rvm/pull/5314)
* Ubuntu 22.04 (Jammy) x64 binaries
* Ruby 3.1.3 and 3.2.0 [\#5298](https://github.com/rvm/rvm/issues/5298)
* Ruby 3.2.1 [\#5307](https://github.com/rvm/rvm/issues/5307)
* Ruby 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2 [\#5308](https://github.com/rvm/rvm/pull/5308)
* Ubuntu 22.04 (Jammy) arm64 binaries
* 2.7.6, 2.7.7, 3.0.4, 3.0.5, 3.1.2, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
* 3.0.6, 3.1.4 and 3.2.2 [\#5339](https://github.com/rvm/rvm/pull/5339)
* Ubuntu 22.10 (Kinetic) x64 binaries
* 3.0.5, 3.1.3, 3.2.0 and 3.2.1 [\#5308](https://github.com/rvm/rvm/pull/5308)
#### Docs
* Replace unkind language that trivializes mental health [\#5134](https://github.com/rvm/rvm/pull/5134)
* Remove reference to Freenode [\#5317](https://github.com/rvm/rvm/pull/5317)
* Remove reference to subtrees, as we don't use them anymore [\#5318](https://github.com/rvm/rvm/pull/5318)
## [1.29.12](https://github.com/rvm/rvm/releases/tag/1.29.12)
15 January 2021 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.11...1.29.12)
#### New features
* Added railsexpress patches for Ruby 3.0.0 [\#5026](https://github.com/rvm/rvm/pull/5026)
#### Bug fixes
* Requirement `glibc-headers` obsolete on Fedora 33 [\#5023](https://github.com/rvm/rvm/pull/5023)
* Fix unknown command wrappers with Rubygems >= 3.2 [\#5027](https://github.com/rvm/rvm/pull/5027)
* Fix errors in compilation+installation of Ruby 3 with Rubygems >= 3.2 [\#5030](https://github.com/rvm/rvm/pull/5030)
* Updated colours in the `ps1_functions` helper to support the `main` branch [\#5045](https://github.com/rvm/rvm/pull/5045)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 3.0.0 [\#5031](https://github.com/rvm/rvm/issues/5031)
* Recompiled 2.4.10, 2.5.8, 2.6.6, 2.7.1, 2.7.2 binaries for Ubuntu 20.04.1 [\#5032](https://github.com/rvm/rvm/pull/5032)
## [1.29.11](https://github.com/rvm/rvm/releases/tag/1.29.11)
29 December 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.10...1.29.11)
#### New features
* Added railsexpress patches for Ruby 2.7.2 [\#4990](https://github.com/rvm/rvm/pull/4990)
* Added railsexpress patches for Ruby 2.5.8, 2.6.6 and 2.7.1 [\#4900](https://github.com/rvm/rvm/pull/4900)
* Add ruby-3 to the list of available binary builds [\#4984](https://github.com/rvm/rvm/pull/4984)
* Recognize `3*` as CRuby version number [\#4987](https://github.com/rvm/rvm/pull/4987)
* Alias `rvm gemset remove` as `rvm gemset delete` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm gemset move` as `rvm gemset rename` [\#4976](https://github.com/rvm/rvm/pull/4976)
* Alias `rvm delete` as `rvm remove` [\#4976](https://github.com/rvm/rvm/pull/4976)
#### Bug fixes
* Use libssl-1.0 to install Ruby 1.8 on Debian 9 [\#4920](https://github.com/rvm/rvm/pull/4920)
* Use libssl-1.0 to install Ree 1.8 on Ubuntu [\#4996](https://github.com/rvm/rvm/pull/4920)
* Fix broken mergeable config [\#5001](https://github.com/rvm/rvm/pull/5001)
* Update brew list command to remove deprecation warning [\#4995](https://github.com/rvm/rvm/pull/4995) [\#5022](https://github.com/rvm/rvm/pull/5022)
#### New interpreters
* Add support for TruffleRuby 20.1.0, 20.2.0, 20.3.0
* Add support for Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4899](https://github.com/rvm/rvm/pull/4899), 2.7.2 [\#4988](https://github.com/rvm/rvm/pull/4988), 3.0.0-preview1 [\#4983](https://github.com/rvm/rvm/pull/4983), 3.0.0-preview2[\#5009](https://github.com/rvm/rvm/pull/5009), 3.0.0-rc1[\#5015](https://github.com/rvm/rvm/pull/5015), and 3.0.0[\#5016](https://github.com/rvm/rvm/pull/5016)
* Add support for mruby 2.1.1-rc [\#4909](https://github.com/rvm/rvm/pull/4909), 2.1.1-rc2 and 2.1.1 [\#4948](https://github.com/rvm/rvm/pull/4948)
* Add support for TruffleRuby 19.0.2, 19.1.1, 19.2.1, 19.3.0.2 [\#4910](https://github.com/rvm/rvm/pull/4910)
* Add support for Rubinius 4.13-4.20 and 5.0 [\#4947](https://github.com/rvm/rvm/pull/4947)
* Add support for JRuby 9.2.12.0 [\#4960](https://github.com/rvm/rvm/pull/4960), 9.2.13.0 [\#4971](https://github.com/rvm/rvm/pull/4971) and 9.2.14.0 [\#5013](https://github.com/rvm/rvm/pull/5013)
#### Binaries
* Ubuntu
* Ubuntu 20.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.9, 2.5.0-2.5.8, 2.6.0-2.6.5, 2.7.0 [\#4921](https://github.com/rvm/rvm/issues/4921)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 19.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 [\#4904](https://github.com/rvm/rvm/issues/4904)
* Ruby 2.4.8 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.1.0-2.1.10, 2.2.0-2.2.9, 2.3.0-2.3.6, 2.4.0-2.4.3 [\#4916](https://github.com/rvm/rvm/issues/4916)
* Ruby 2.5.0 [\#4931](https://github.com/rvm/rvm/issues/4931)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 16.04 x64 binaries
* Ruby 2.1.0-2.1.4, 2.1.6-2.1.8, 2.1.10, 2.2.0-2.2.4, 2.3.8, 2.4.5-2.4.10, 2.5.2-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4932](https://github.com/rvm/rvm/issues/4932)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 14.04 x64 binaries
* Ruby 2.1.0-2.1.1, 2.1.4, 2.1.6-2.1.10, 2.2.2-2.2.10, 2.3.0-2.3.8, 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0-2.7.1 [\#4933](https://github.com/rvm/rvm/issues/4933)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Ubuntu 12.04 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Debian
* Debian 10 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 9 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Debian 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS
* CentOS 6 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* CentOS 8 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4936](https://github.com/rvm/rvm/issues/4936)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux
* Amazon Linux 2018.03 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Amazon Linux 2 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
* Oracle Linux 7 x64 binaries
* Ruby 2.4.0-2.4.10, 2.5.0-2.5.8, 2.6.0-2.6.6, 2.7.0, 2.7.1 [\#4935](https://github.com/rvm/rvm/issues/4935)
* Ruby 3.0.0-preview1 [\#4985](https://github.com/rvm/rvm/pull/4985)
* Ruby 2.7.2 [\#4989](https://github.com/rvm/rvm/pull/4989)
## [1.29.10](https://github.com/rvm/rvm/releases/tag/1.29.10)
25 March 2020 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.9...1.29.10)
#### New features
* Improve JRuby install time [\#4807](https://github.com/rvm/rvm/pull/4807)
* Add Termux support [\#4749](https://github.com/rvm/rvm/pull/4749)
* Add support for `truffleruby-head` [\#4871](https://github.com/rvm/rvm/pull/4871)
#### New interpreters
* Add support for TruffleRuby 20.0.0
* Add support for TruffleRuby 19.3.1
* Add support for TruffleRuby 19.3.0
* Add support for Rubinius 4.4 and 4.5 [\#4735](https://github.com/rvm/rvm/pull/4735), 4.6 [\#4779](https://github.com/rvm/rvm/pull/4779), 4.7 [\#4821](https://github.com/rvm/rvm/pull/4821), 4.8, 4.9 [\#4842](https://github.com/rvm/rvm/pull/4842), 4.10 [\#4843](https://github.com/rvm/rvm/pull/4843), 4.11 and 4.12 [\#4846](https://github.com/rvm/rvm/pull/4846)
* Add support for JRuby 9.2.8.0 [\#4756](https://github.com/rvm/rvm/pull/4756), 9.2.9.0 [\#4812](https://github.com/rvm/rvm/pull/4812), 9.2.10.0 [\#4877](https://github.com/rvm/rvm/pull/4877), 9.2.11.0 [\#4881](https://github.com/rvm/rvm/pull/4881), 9.2.11.1 [\#4891](https://github.com/rvm/rvm/pull/4891)
* Add support for TruffleRuby 19.2.0 [\#4761](https://github.com/rvm/rvm/pull/4761), 19.2.0.1 [\#4784](https://github.com/rvm/rvm/pull/4784)
* Add support for Ruby 2.4.7, 2.5.6 [\#4767](https://github.com/rvm/rvm/pull/4767), 2.6.4 [\#4768](https://github.com/rvm/rvm/pull/4768), 2.4.8, 2.5.7, 2.6.5 [\#4793](https://github.com/rvm/rvm/pull/4793), 2.4.9 [\#4796](https://github.com/rvm/rvm/pull/4796), 2.7.0-preview2 [\#4805](https://github.com/rvm/rvm/pull/4805), 2.7.0-preview3 [\#4817](https://github.com/rvm/rvm/pull/4817), 2.7.0-rc1 [\#4831](https://github.com/rvm/rvm/pull/4831), 2.7.0-rc2 [\#4834](https://github.com/rvm/rvm/pull/4834), and 2.7.0 [\#4837](https://github.com/rvm/rvm/pull/4837)
* Add support for mruby 2.1.0 [\#4816](https://github.com/rvm/rvm/pull/4816)
* Add support for rubygems 3.0.5, 3.0.6 [\#4828](https://github.com/rvm/rvm/pull/4828)
#### Bug fixes
* Fix installer fetching RVM tags from Bitbucket [\#4730](https://github.com/rvm/rvm/pull/4730)
* Prevent downloading of null RVM versions in installer [\#4731](https://github.com/rvm/rvm/pull/4731)
* RVM package fails to configure on fresh Ubuntu 18.04 server install [\#4742](https://github.com/rvm/rvm/pull/4742)
* Ignore aliases when using `ls` command [\#4743](https://github.com/rvm/rvm/pull/4743) [\#4744](https://github.com/rvm/rvm/pull/4744)
* Export more shell functions which cause the subshell to choke [\#4745](https://github.com/rvm/rvm/pull/4745)
* Adds a check and returns if \_\_rvm\_remove\_from\_path is called with "/\*" [\#4759](https://github.com/rvm/rvm/issues/4759)
* Do not install `rubygems-bundler` by default on TruffleRuby to make `ruby -S bundle` work [\#4766](https://github.com/rvm/rvm/pull/4766)
* Fixes checksums for Ruby 2.6.4 [\#4769](https://github.com/rvm/rvm/pull/4769), 2.4.7 and 2.5.6 [\#4771](https://github.com/rvm/rvm/pull/4771)
* Update TruffleRuby dependencies [\#4815](https://github.com/rvm/rvm/pull/4815)
* Use ruby.git master instead of trunk [\#4840](https://github.com/rvm/rvm/pull/4840)
* Fix RVM version check when using a version newer than the latest release [#4872](https://github.com/rvm/rvm/pull/4872)
#### Changes
* Installer now reports which URL(s) have failed to fetch version information and when version fetching has completely failed [\#4731](https://github.com/rvm/rvm/pull/4731)
* Added railsexpress patches for Ruby 2.6.3 [\#4747](https://github.com/rvm/rvm/pull/4747), 2.6.6, 2.5.6 and 2.4.6 [\#4772](https://github.com/rvm/rvm/pull/4772)
* Fix string corruption bug on railsexpress ruby 2.6.4 [\#4778](https://github.com/rvm/rvm/pull/4778)
* Fix string corruption bug by default for ruby 2.6.4 [\#4780](https://github.com/rvm/rvm/pull/4780)
* Added railsexpress patches for Ruby 2.6.5, 2.5.7, 2.4.9 [\#4799](https://github.com/rvm/rvm/pull/4799) and 2.7.0, 2.7-head [\#4839](https://github.com/rvm/rvm/pull/4839)
* Install Opal globally [\#4844](https://github.com/rvm/rvm/pull/4844)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.4.7, 2.5.6, 2.6.4 [\#4788](https://github.com/rvm/rvm/issues/4788)
* Ruby 2.4.9, 2.5.7, 2.6.5 [\#4795](https://github.com/rvm/rvm/issues/4795)
* Ruby 2.7.0 [\#4856](https://github.com/rvm/rvm/issues/4856)
## [1.29.9](https://github.com/rvm/rvm/releases/tag/1.29.9)
10 July 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.8...1.29.9)
#### New features
* Use remote .sha512 and .md5 if available (Rubinius) [\#4650](https://github.com/rvm/rvm/pull/4650)
#### New interpreters
* Add support for TruffleRuby 19.1.0
* Add support for TruffleRuby 19.0.0 [\#4689](https://github.com/rvm/rvm/pull/4689)
* Add support for Rubinius 4.1 [\#4706](https://github.com/rvm/rvm/pull/4706), 4.2 [\#4714](https://github.com/rvm/rvm/pull/4714), 4.3 [\#4727](https://github.com/rvm/rvm/pull/4727)
* Add support for Ruby 2.7.0 Preview 1 [\#4709](https://github.com/rvm/rvm/pull/4709)
* Add support for Rubygems 2.7.9, 2.7.10, 3.0.3, 3.0.4 [\#4718](https://github.com/rvm/rvm/pull/4718)
#### Bug fixes
* Fix rvm version validation per project [\#4692](https://github.com/rvm/rvm/pull/4692)
* Fix endless loop on macOS when listing remotes [\#4703](https://github.com/rvm/rvm/pull/4703)
* Filter redundant/incompatible rvm\_gem\_options [\#4705](https://github.com/rvm/rvm/pull/4705)
* Remove rvm_gems_path as part of __rvm_remove_rvm_from_path [\#4712](https://github.com/rvm/rvm/pull/4712)
* Fix checksum check condition to not try url if already found in config files [\#4707](https://github.com/rvm/rvm/pull/4707)
* Fix checksum check to only try url checksums for Rubinius [\#4717](https://github.com/rvm/rvm/pull/4717)
* Fix `sed: illegal option -- r` error on macOS when changing to any ruby directory [\#4711](https://github.com/rvm/rvm/pull/4711)
* Don't ignore `curl` error on repo tags fetch [\#4722](https://github.com/rvm/rvm/pull/4722)
* Use newer llvm on Mint 19.1+ [\#4642](https://github.com/rvm/rvm/pull/4642)
* Preserve the environment setting in rvmrc and .rvmrc in multi or mixed mode [\#4612](https://github.com/rvm/rvm/pull/4612)
#### Changes
* TruffleRuby is now always considered a "source Ruby" instead of both a source
and binary Ruby to improve reliability and avoiding code duplication [\#4708](https://github.com/rvm/rvm/pull/4708)
## [1.29.8](https://github.com/rvm/rvm/releases/tag/1.29.8)
8 May 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.7...1.29.8)
#### New features
* Upgrade RubyGems to version 3.0.2
* RailsExpress patches for 2.6.1 [\#4603](https://github.com/rvm/rvm/pull/4603), 2.5.4 and 2.6.2 [\#4637](https://github.com/rvm/rvm/pull/4637), 2.5.5 [\#4646](https://github.com/rvm/rvm/pull/4646)
* Add script to automatically register a new TruffleRuby release in RVM [\#4576](https://github.com/rvm/rvm/pull/4576)
* Add .rvmrc equivalents to install help [\#4652](https://github.com/rvm/rvm/pull/4652)
* Copy config.log for debugging if configure fails [\#4651](https://github.com/rvm/rvm/pull/4651)
#### New interpreters
* Add support for TruffleRuby
* 1.0.0-rc(11,12,13,14,15,16) [\#4575](https://github.com/rvm/rvm/pull/4575)
* Add support for Ruby
* 2.6.1 [\#4597](https://github.com/rvm/rvm/pull/4597)
* 2.6.2 and 2.5.4 [\#4636](https://github.com/rvm/rvm/pull/4636)
* 2.6.3 [\#4668](https://github.com/rvm/rvm/pull/4668)
* 2.5.5 [\#4640](https://github.com/rvm/rvm/pull/4640)
* 2.4.6 [\#4657](https://github.com/rvm/rvm/pull/4657)
* Add support for JRuby
* 9.2.6.0 [\#4614](https://github.com/rvm/rvm/pull/4614)
* 9.2.7.0 [\#4664](https://github.com/rvm/rvm/pull/4664)
* Add support for Rubinius
* 3.107 [\#4649](https://github.com/rvm/rvm/pull/4649)
* 4.0 [\#4688](https://github.com/rvm/rvm/pull/4688)
* Add support for mruby 2.0.1 [\#4667](https://github.com/rvm/rvm/pull/4667)
#### Bug fixes
* Add system ruby as dependency for CentOS [\#4567](https://github.com/rvm/rvm/pull/4567)
* Improve detection of Amazon Linux 2 [\#4568](https://github.com/rvm/rvm/pull/4568)
* Fix macOS openssl requirement gathering with Homebrew [\#4583](https://github.com/rvm/rvm/pull/4583)
* Don't spoil environment with '_system_*' variables [\#4584](https://github.com/rvm/rvm/pull/4584)
* Add missing zlib dependency for macOS [\#4587](https://github.com/rvm/rvm/pull/4587)
* Install libssl1.0-dev for version 1.8 of Ruby on Ubuntu linux [\#4586](https://github.com/rvm/rvm/pull/4586)
* Require os-specific functions during install only when they exist [\#4589](https://github.com/rvm/rvm/pull/4589)
* Fix loading rvm script with set -e [\#4606](https://github.com/rvm/rvm/pull/4606)
* Fix installing Homebrew in a custom location [\#4620](https://github.com/rvm/rvm/pull/4620)
* Update rbx dependencies for macOS [\#4643](https://github.com/rvm/rvm/pull/4643)
* Fix version selected for TruffleRuby binary install [\#4662](https://github.com/rvm/rvm/pull/4662)
* Remove hardcoded number of jobs in installer [\#4674](https://github.com/rvm/rvm/pull/4674)
* Updated obsoleted package openssl-devel to libssl-devel cygwin requirements [\#4685](https://github.com/rvm/rvm/pull/4685)
#### Binaries:
* Ubuntu 18.04 x64 binaries
* Ruby 2.2.10, 2.3.8, 2.4.5, 2.5.2, 2.5.3, 2.6.0 [\#4595](https://github.com/rvm/rvm/issues/4595)
* Ruby 2.6.1 [\#4601](https://github.com/rvm/rvm/issues/4601)
* Ruby 2.5.4, 2.5.5, 2.6.2 [\#4647](https://github.com/rvm/rvm/issues/4647)
* Ruby 2.4.6 and 2.6.3 [\#4686](https://github.com/rvm/rvm/issues/4686)
## [1.29.7](https://github.com/rvm/rvm/releases/tag/1.29.7)
3 January 2019 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.6...1.29.7)
#### New features
* Set Ruby 2.6.0 as the default Ruby version [\#4544](https://github.com/rvm/rvm/pull/4544)
* RailsExpress patches for 2.6.0 [\#4547](https://github.com/rvm/rvm/pull/4547)
* Add support for gcc@8 with Homebrew and drop gcc < 4.9 [\#4556](https://github.com/rvm/rvm/issues/4556)
#### New interpreters
* Add support for Ruby 2.6.0-rc2 [\#4526](https://github.com/rvm/rvm/pull/4526) and 2.6.0 [\#4542](https://github.com/rvm/rvm/pull/4542)
#### Bug fixes
* Install libssl1.0.2 for old versions of Ruby on Kali linux [\#4522](https://github.com/rvm/rvm/pull/4522)
* Fix Linux Mint 19 dependencies [\#4524](https://github.com/rvm/rvm/pull/4524)
* Fix Mojave Command Line Tools version detection [\#4404](https://github.com/rvm/rvm/pull/4404)
* Fix return code in signature check function [\#4530](https://github.com/rvm/rvm/issues/4530)
* Check `stable` branch only for latest version [\#4534](https://github.com/rvm/rvm/issues/4534)
* Fix comparison of local and online stable versions [\#4539](https://github.com/rvm/rvm/issues/4539)
* Remove reference to keys.gnupg.net in favour of pool.sks-keyservers.net [\#4550](https://github.com/rvm/rvm/issues/4550)
* Fix Homebrew docs links [\#4551](https://github.com/rvm/rvm/issues/4551)
* Drop invalid link for osx-gcc-installer [\#4552](https://github.com/rvm/rvm/issues/4552)
* Use gcc from XCode for macOS Mojave (10.14) [\#4557](https://github.com/rvm/rvm/issues/4557)
* Stop uninstalling gcc from Homebrew [\#4558](https://github.com/rvm/rvm/issues/4558)
#### Changes
* Drop usage of bit.ly for link shortening [\#4555](https://github.com/rvm/rvm/issues/4555)
## [1.29.6](https://github.com/rvm/rvm/releases/tag/1.29.6)
13 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.5...1.29.6)
#### Bug fixes
* Correct version listed in VERSION file
* Mention pkuczynski gpg key in docs and cli [\#4519](https://github.com/rvm/rvm/pull/4519)
* Remove gcc installed via Homebrew in favour of Command Line Tools on macOS Mojave [\#4501](https://github.com/rvm/rvm/pull/4501)
* Fix Rubinius build on macOS with Homebrew [\#4328](https://github.com/rvm/rvm/pull/4328)
#### Documentation
* Improve gpg signature verification docs [\#4458](https://github.com/rvm/rvm/pull/4458)
## [1.29.5](https://github.com/rvm/rvm/releases/tag/1.29.5)
12 December 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.4...1.29.5)
#### New features:
* Switch to new maven-based JRuby download URLs
* RailsExpress patches for 2.3.8, 2.4.5 and 2.5.3 [\#4476](https://github.com/rvm/rvm/pull/4476)
* Add support for Void linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add support for MINGW in main rvm script [\#4493](https://github.com/rvm/rvm/pull/4493)
* Add support for gcc@7 on macOS with Homebrew [\#4500](https://github.com/rvm/rvm/pull/4500)
* Add support for Trisquel linux [\#4478](https://github.com/rvm/rvm/pull/4478)
* Add fail warning when Avira antivirus running [\#4498](https://github.com/rvm/rvm/pull/4498)
#### Bug fixes:
* Allow HTTP 2.0 servers to be used for downloads
* Remove too restrictive check for LLVM with TruffleRuby [\#4427](https://github.com/rvm/rvm/pull/4427)
* Fix trap restoration on Amazon Linux [\#4428](https://github.com/rvm/rvm/pull/4428)
* Fix Amazon Linux 2 detection [\#4435](https://github.com/rvm/rvm/pull/4435)
* Fix libssl dependency for Elementary 5.0 Juno [\#4448](https://github.com/rvm/rvm/pull/4448)
* Fix Ruby 2.5.0 and 2.5.1 build with LibreSSL 2.7.0 [\#4483](https://github.com/rvm/rvm/pull/4483)
* Fix libssl dependency for Mint 19 [\#4482](https://github.com/rvm/rvm/pull/4482)
* Use --no-ri or --no-document depending on ruby version [\#4492](https://github.com/rvm/rvm/pull/4492)
#### Upgraded Ruby interpreters:
* Add support for TruffleRuby 1.0.0-rc3 [\#4419](https://github.com/rvm/rvm/pull/4419), 1.0.0-rc5 [\#4440](https://github.com/rvm/rvm/pull/4440), 1.0.0-rc6 [\#4452](https://github.com/rvm/rvm/pull/4452), 1.0.0-rc7 [\#4466](https://github.com/rvm/rvm/pull/4466), 1.0.0-rc8 [\#4489](https://github.com/rvm/rvm/pull/4489), 1.0.0-rc9 [\#4489](https://github.com/rvm/rvm/pull/4489), and 1.0.0-rc10 [\#4512](https://github.com/rvm/rvm/pull/4512)
* Add support for Ruby 2.3.8, 2.4.5, 2.5.2, 2.5.3 [\#4474](https://github.com/rvm/rvm/pull/4474), 2.6.0-preview3 [\#4490](https://github.com/rvm/rvm/pull/4490), and 2.6.0-rc1 [\#4513](https://github.com/rvm/rvm/pull/4513)
* Add support for JRuby 9.2.1.0 [\#4491](https://github.com/rvm/rvm/pull/4491), 9.2.2.0 [\#4495](https://github.com/rvm/rvm/pull/4495), 9.2.3.0 [\#4496](https://github.com/rvm/rvm/pull/4496), 9.2.4.0 [\#4504](https://github.com/rvm/rvm/pull/4504), 9.2.4.1 [\#4509](https://github.com/rvm/rvm/pull/4509), and 9.2.5.0 [\#4514](https://github.com/rvm/rvm/pull/4514)
* Add support for mruby 1.4.1 [\4517](https://github.com/rvm/rvm/pull/4517) and 2.0.0 [\4516](https://github.com/rvm/rvm/pull/4516)
#### Binaries:
* Ubuntu 18.04 x64 binaries for Ruby 2.3.7, 2.4.4 and 2.5.1 [\#4438](https://github.com/rvm/rvm/issues/4438)
## [1.29.4](https://github.com/rvm/rvm/releases/tag/1.29.4)
1 July 2018 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.3...1.29.4)
#### New features:
* Multi-colored log, warning and error messages [\#4044](https://github.com/rvm/rvm/pull/4044)
* RailsExpress patches for 2.2.8, 2.3.5 and 2.4.2 [\#4167](https://github.com/rvm/rvm/pull/4167)
* Improved CPU count detection [\#4171](https://github.com/rvm/rvm/pull/4171)
* Simplified wrapper subcommand [\#4180](https://github.com/rvm/rvm/issues/4180)
* Extend aliases to gems directories [\#4189](https://github.com/rvm/rvm/pull/4189)
* Debian Buster (10) support [\#4199](https://github.com/rvm/rvm/pull/4199)
* Implement DNF package manager for Fedora 22+ [\#4198](https://github.com/rvm/rvm/pull/4198)
* `float_warnings` patches for Ruby 2.0.0p64[5 7 8], 2.1.[8 9 10], 2.2.[4 5 6 7 8], 2.3.[0 1 2 3 4 5] and 2.4.[0 1 2] [\#4201](https://github.com/rvm/rvm/pull/4201)
* RailsExpress patches for ruby-head, 2.2.9, 2.3.6 and 2.4.3 [\#4264](https://github.com/rvm/rvm/pull/4264)
* RailsExpress patches for 2.5.0 [\#4268](https://github.com/rvm/rvm/pull/4268)
* Update README including Table of Contents to help improve documentation readability [\#4277](https://github.com/rvm/rvm/pull/4277)
* Set default RubyGems to 2.7 [\#4276](https://github.com/rvm/rvm/issues/4276)
* Add support for installing Ruby <2.4 on Ubuntu 17.10+ [\#4326](https://github.com/rvm/rvm/pull/4326)
* Add support for installing Rubinius on Redhat/Fedora [\#4329](https://github.com/rvm/rvm/pull/4329)
* Installing Rubinius on Ubuntu 17.x [\#4213](https://github.com/rvm/rvm/pull/4213)
* RailsExpress patches for 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4344](https://github.com/rvm/rvm/pull/4344)
* Add documentation in `rvm help install` for multiple undocumented flags [\#4350](https://github.com/rvm/rvm/pull/4350)
* Add support for TruffleRuby [\#4406](https://github.com/rvm/rvm/pull/4406)
* Add support for `--tag` in `rvm install` [\#4360](https://github.com/rvm/rvm/pull/4360)
* Add bundler to list of default gems [\#4413](https://github.com/rvm/rvm/pull/4413)
#### Bug fixes:
* ZSH Bad pattern for Gemfile ruby declaration [\#4154](https://github.com/rvm/rvm/issues/4154) [\#4156](https://github.com/rvm/rvm/issues/4156)
* Add missing `random.c` patch for Ruby 2.3.2 [\#4165](https://github.com/rvm/rvm/issues/4165)
* Set back IRB history default to HOME [\#4158](https://github.com/rvm/rvm/issues/4158)
* Do not require `libyaml-devel` on Redhat/Centos when it's not needed [\#2998](https://github.com/rvm/rvm/issues/2998)
* Restore mvn installation for JRuby 1.7 [\#4166](https://github.com/rvm/rvm/issues/4166)
* ree-1.8.7 requires old version of OpenSSL 1.0.2 [\#4110](https://github.com/rvm/rvm/issues/4110)
* `libreadline6-dev` is not a valid Ubuntu 16.10 package [\#4172](https://github.com/rvm/rvm/issues/4172)
* Require libdb-4.8 for OpenSuSE Tumbleweed [\#4178](https://github.com/rvm/rvm/issues/4178)
* Require make for JRuby 9 [\#4058](https://github.com/rvm/rvm/issues/4058)
* Fix support for zsh 5.4.1 [bash_zsh_support \#6](https://github.com/mpapis/bash_zsh_support/pull/6)
* Installing rbx-3.70 fails on PCLinuxOS 64-bit [\#3895](https://github.com/rvm/rvm/issues/3895)
* Can't install Ruby with MacPorts and LibreSSL [\#4208](https://github.com/rvm/rvm/issues/4208)
* Fix invalid `libgmp3-dev` requirement for Debian [\#4238](https://github.com/rvm/rvm/pull/4238)
* Ensure compat-openssl10-devel is not installed for Fedora 26+ and Ruby 2.4+ [\#4249](https://github.com/rvm/rvm/pull/4249)
* Fix fd_mask detection on OS X for Ruby 2.5.0 [\#4270](https://github.com/rvm/rvm/pull/4270)
* Suppress `ls` alias substitution in `gem_install_force` in `scripts/functions/gemset` [\#4282](https://github.com/rvm/rvm/issues/4282)
* Fix installing rubygems 2.7 [\#4287](https://github.com/rvm/rvm/pull/4287)
* Add prelude_gcc_diagnostic patch for Ruby 2.5.0 to correct compilation failures with GCC < 5
* Fix installing rubygems master [\#3734](https://github.com/rvm/rvm/issues/3734)
* Correctly look for rvm group in /etc/group [\#4300](https://github.com/rvm/rvm/issues/4300)
* Drop homebrew/versions and upgrade gcc to 6.0 [\#4304](https://github.com/rvm/rvm/pull/4304)
* Avoid unnecessary install warning [\#4346](https://github.com/rvm/rvm/pull/4346)
* Unified putput of installation notes [\#4330](https://github.com/rvm/rvm/pull/4330)
* Skip gemset pristine on mruby reinstall [\#4348](https://github.com/rvm/rvm/pull/4348)
* Ruby 2.2.5 to 2.2.10 patches for installing bundled gems [\#4358](https://github.com/rvm/rvm/issues/4358)
* Update RBX dependencies for OpenSUSE [\#4382](https://github.com/rvm/rvm/pull/4382)
* Fix nailgun detection on JRuby 9+ [\#4089](https://github.com/rvm/rvm/issues/4089)
* RVM removes traps in bash [\#4416](https://github.com/rvm/rvm/issues/4416)
#### Upgraded Ruby interpreters:
* Add support for Ruby 2.2.8, 2.3.5 and 2.4.2 [\#4159](https://github.com/rvm/rvm/pull/4159), 2.5.0-preview1 [\#4204](https://github.com/rvm/rvm/pull/4204), 2.2.9, 2.3.6, 2.4.3 and 2.5.0-rc1 [\#4261](https://github.com/rvm/rvm/pull/4261), 2.5.0 [\#4265](https://github.com/rvm/rvm/pull/4265), 2.6.0-preview1 [\#4317](https://github.com/rvm/rvm/pull/4317), 2.2.10, 2.3.7, 2.4.4, 2.5.1 [\#4340](https://github.com/rvm/rvm/pull/4340) and 2.6.0-preview2[\#4395](https://github.com/rvm/rvm/pull/4395)
* Add support for Rubinius 3.85-3.100
* Add support for JRuby 9.1.14.0 [\#4224](https://github.com/rvm/rvm/pull/4224), 9.1.15.0 [\#4258](https://github.com/rvm/rvm/pull/4258), 9.1.16.0 [\#4316](https://github.com/rvm/rvm/pull/4316), 9.1.17.0 [\#4366](https://github.com/rvm/rvm/pull/4366), 9.2.0.0 [\#4390](https://github.com/rvm/rvm/pull/4390)
* Add support for mruby 1.4.0 [\#4286](https://github.com/rvm/rvm/pull/4286)
* Add support for MagLev 1.1* and 1.2Alpha-1.2Alpha4 [\#4289](https://github.com/rvm/rvm/pull/4289)
* Add support for RubyGems 2.6.14 [\#4205](https://github.com/rvm/rvm/pull/4205), 2.7.0-2.7.4 [\#4276](https://github.com/rvm/rvm/issues/4276) and 2.7.5-6
#### Binaries:
* Ubuntu 16.04 x64 binaries for Ruby 2.2.10, 2.3.7, 2.4.4 and 2.5.1 [\#4362](https://github.com/rvm/rvm/issues/4362), 2.2.9, 2.3.6 and 2.4.3 [\#4259](https://github.com/rvm/rvm/issues/4259), 2.2.8, 2.3.5 and 2.4.2 [\#4161](https://github.com/rvm/rvm/issues/4161), 2.5.0 [\#4272](https://github.com/rvm/rvm/pull/4272)
* Ubuntu 17.04 for Ruby 2.1.\*, 2.2.\* [\#4233](https://github.com/rvm/rvm/pull/4233)
## [1.29.3](https://github.com/rvm/rvm/releases/tag/1.29.3)
10 September 2017 - [Full Changelog](https://github.com/rvm/rvm/compare/1.29.2...1.29.3)
#### New features:
* Add RVM commands missing in bash shell completion [\#4078](https://github.com/rvm/rvm/pull/4078)
* Railsexpress patches for 2.3.4, 2.3-head [\#4084](https://github.com/rvm/rvm/pull/4084), 2.2.5 and 2.2.6 [\#4153](https://github.com/rvm/rvm/pull/4153)
* Update `gem-wrappers` to 1.3.0: Show warnings when the target binary is missing or is not executable [gem-wrappers \#9](https://github.com/rvm/gem-wrappers/issues/9)
* Detect Zorin OS as Ubuntu [\#4140](https://github.com/rvm/rvm/issues/4140)
#### Bug fixes:
* Infinite loop in `gemset_create` [\#4102](https://github.com/rvm/rvm/issues/4102)
* Command not found `__rvm_remote_version` error [\#4085](https://github.com/rvm/rvm/pull/4085)
* Fix path of version script in `environment` [\#4117](https://github.com/rvm/rvm/pull/4117)
* Define `cd()`, `pushd()` and `popd()` properly when using zsh [\#4132](https://github.com/rvm/rvm/pull/4132)
* Update gem-wrappers to 1.3.1: Avoid warnings for missing ruby binaries [\#4104](https://github.com/rvm/rvm/issues/4104)
* Handles :engine=> and :engine_version=> in Gemfile
* Makes $rvm_ruby_string is not installed searchable by adding a fixed keyword
* Correctly quotes suggested install command
* Fix path to version script in rvm-installer [\#4134](https://github.com/rvm/rvm/pull/4134)
* Fix rvm autolibs status, fix [\#4123](https://github.com/rvm/rvm/issues/4123)
* Ruby 2.3.x and older are not compatible with OpenSSL 1.1.x on Arch [\#4006](https://github.com/rvm/rvm/issues/4006)
* Allow comments after ruby directive in Gemfile [\#4056](https://github.com/rvm/rvm/issues/4056)
* Ruby 2.3/4 compilation fix for GCC 7 [\#4080](https://github.com/rvm/rvm/issues/4080) [\#4115](https://github.com/rvm/rvm/issues/4115)
* Add warning for sudo users [\#4009](https://github.com/rvm/rvm/issues/4009)
* Allows running RVM shell function in Bash with `set -o nounset` [\#4013](https://github.com/rvm/rvm/issues/4013)
diff --git a/scripts/functions/requirements/gentoo b/scripts/functions/requirements/gentoo
index f60057d..5f82a51 100644
--- a/scripts/functions/requirements/gentoo
+++ b/scripts/functions/requirements/gentoo
@@ -1,68 +1,68 @@
#!/usr/bin/env bash
source "$rvm_scripts_path/functions/requirements/gentoo_paludis"
source "$rvm_scripts_path/functions/requirements/gentoo_pkgcore"
source "$rvm_scripts_path/functions/requirements/gentoo_portage"
requirements_gentoo_before()
{
\typeset __iterator
for __iterator in gentoo_portage gentoo_paludis gentoo_pkgcore
do
if
requirements_find_${__iterator}
then
__lib_type=${__iterator}
return 0
fi
done
# fallback
__lib_type=gentoo_portage
}
requirements_gentoo_define()
{
case "$1" in
(rvm)
requirements_check net-misc/curl sys-devel/patch app-shells/bash
;;
(jruby*)
requirements_check make
if
is_head_or_disable_binary "$1"
then
requirements_check virtual/jdk dev-vcs/git
case $( jruby_installation_method "$1" ) in
ant) requirements_check dev-java/ant-core ;;
mvn) requirements_check dev-java/maven-bin ;;
esac
else
requirements_check virtual/jre
fi
;;
(truffleruby*)
- requirements_check sys-libs/zlib dev-libs/openssl net-misc/curl sys-devel/make sys-devel/gcc dev-libs/libxml2 dev-libs/libyaml
+ requirements_check sys-libs/zlib dev-libs/openssl net-misc/curl dev-build/make sys-devel/gcc dev-libs/libxml2 dev-libs/libyaml
;;
(ir*)
requirements_check dev-lang/mono
;;
(opal)
requirements_check net-libs/nodejs
;;
(*-head)
requirements_gentoo_define "${1%-head}"
requirements_check dev-vcs/git
;;
(*)
- requirements_check virtual/libiconv sys-libs/readline sys-libs/zlib dev-libs/openssl net-misc/curl dev-libs/libyaml dev-db/sqlite sys-devel/libtool sys-devel/gcc sys-devel/autoconf sys-devel/automake sys-devel/bison sys-devel/m4
+ requirements_check virtual/libiconv sys-libs/readline sys-libs/zlib dev-libs/openssl net-misc/curl dev-libs/libyaml dev-db/sqlite dev-build/libtool sys-devel/gcc dev-build/autoconf dev-build/automake sys-devel/bison sys-devel/m4
;;
esac
}
|
emacsmirror/hl-spotlight
|
3876e1b895d448ecc9c9eb41879e7ab6943f07fe
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index d846e9d..b8c6973 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,308 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
-;; Copyright (C) 2009-2017, Drew Adams, all rights reserved.
+;; Copyright (C) 2009-2018, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 0
;; Package-Requires: ()
-;; Last-Updated: Thu Feb 23 07:46:19 2017 (-0800)
+;; Last-Updated: Mon Jan 1 13:48:00 2018 (-0800)
;; By: dradams
-;; Update #: 477
+;; Update #: 480
;; URL: https://www.emacswiki.org/emacs/download/hl-spotlight.el
-;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
+;; Doc URL: https://www.emacswiki.org/emacs/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
-;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x
+;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x, 26.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
-;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
+;; https://www.emacswiki.org/emacs/download/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
05b8579b6c6b664003713537309e006a6ed6c791
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 51f5626..d846e9d 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,308 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
;; Copyright (C) 2009-2017, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 0
;; Package-Requires: ()
-;; Last-Updated: Sun Jan 1 10:16:02 2017 (-0800)
+;; Last-Updated: Thu Feb 23 07:46:19 2017 (-0800)
;; By: dradams
-;; Update #: 476
-;; URL: http://www.emacswiki.org/hl-spotlight.el
+;; Update #: 477
+;; URL: https://www.emacswiki.org/emacs/download/hl-spotlight.el
;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
115684dd15ec0ee7b9537e665b72bfb0e7ad493a
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 885e26f..51f5626 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,308 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
-;; Copyright (C) 2009-2016, Drew Adams, all rights reserved.
+;; Copyright (C) 2009-2017, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 0
;; Package-Requires: ()
-;; Last-Updated: Thu Dec 31 13:46:01 2015 (-0800)
+;; Last-Updated: Sun Jan 1 10:16:02 2017 (-0800)
;; By: dradams
-;; Update #: 475
+;; Update #: 476
;; URL: http://www.emacswiki.org/hl-spotlight.el
;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
d33e992394659fce5b885aeed83937099bd7a644
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 540ac16..885e26f 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,308 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
-;; Copyright (C) 2009-2015, Drew Adams, all rights reserved.
+;; Copyright (C) 2009-2016, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 0
;; Package-Requires: ()
-;; Last-Updated: Thu Jan 1 10:53:32 2015 (-0800)
+;; Last-Updated: Thu Dec 31 13:46:01 2015 (-0800)
;; By: dradams
-;; Update #: 474
+;; Update #: 475
;; URL: http://www.emacswiki.org/hl-spotlight.el
;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
8d53ed7c0a2f9b53be8cc87d3214e846548c2f10
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index a39b830..540ac16 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,308 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
-;; Copyright (C) 2009-2014, Drew Adams, all rights reserved.
+;; Copyright (C) 2009-2015, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 0
;; Package-Requires: ()
-;; Last-Updated: Thu Dec 26 09:26:40 2013 (-0800)
+;; Last-Updated: Thu Jan 1 10:53:32 2015 (-0800)
;; By: dradams
-;; Update #: 472
+;; Update #: 474
;; URL: http://www.emacswiki.org/hl-spotlight.el
;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
-;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x
+;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
0c5f03bffb73c5b4bf1a9cdbf7b726b7bcb6301c
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 3d1b4b6..a39b830 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,308 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
-;; Maintainer: Drew Adams
-;; Copyright (C) 2009-2013, Drew Adams, all rights reserved.
+;; Maintainer: Drew Adams (concat "drew.adams" "@" "oracle" ".com")
+;; Copyright (C) 2009-2014, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 0
;; Package-Requires: ()
-;; Last-Updated: Tue Jul 23 14:30:27 2013 (-0700)
+;; Last-Updated: Thu Dec 26 09:26:40 2013 (-0800)
;; By: dradams
-;; Update #: 471
+;; Update #: 472
;; URL: http://www.emacswiki.org/hl-spotlight.el
;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
e73de9a057fb49c1076528c327d2cc257b73fc6f
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 48b0b87..3d1b4b6 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,307 +1,308 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
-;;
+;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams
;; Copyright (C) 2009-2013, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
-;; Version: 22.0
-;; Last-Updated: Fri Dec 28 09:57:12 2012 (-0800)
+;; Version: 0
+;; Package-Requires: ()
+;; Last-Updated: Tue Jul 23 14:30:27 2013 (-0700)
;; By: dradams
-;; Update #: 467
+;; Update #: 471
;; URL: http://www.emacswiki.org/hl-spotlight.el
;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x
-;;
+;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
-;;; Commentary:
+;;
+;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
-;;
+;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
-;;
+;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
-;;
+;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
+;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
738f13786e74d7400df7a3fbd036e3bce78bfde6
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 7189ffe..48b0b87 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,307 +1,307 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams
-;; Copyright (C) 2009-2012, Drew Adams, all rights reserved.
+;; Copyright (C) 2009-2013, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 22.0
-;; Last-Updated: Thu Aug 23 13:57:36 2012 (-0700)
+;; Last-Updated: Fri Dec 28 09:57:12 2012 (-0800)
;; By: dradams
-;; Update #: 466
-;; URL: http://www.emacswiki.org/cgi-bin/wiki/hl-spotlight.el
-;; Doc URL: http://www.emacswiki.org/emacs/HighlightCurrentLine
+;; Update #: 467
+;; URL: http://www.emacswiki.org/hl-spotlight.el
+;; Doc URL: http://www.emacswiki.org/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
-;; Compatibility: GNU Emacs: 22.x, 23.x
+;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
c54132f1316224927a675f1a92e836b1e27f6f53
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index c910552..7189ffe 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,306 +1,307 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams
;; Copyright (C) 2009-2012, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 22.0
-;; Last-Updated: Sun Jan 1 14:37:16 2012 (-0800)
+;; Last-Updated: Thu Aug 23 13:57:36 2012 (-0700)
;; By: dradams
-;; Update #: 458
+;; Update #: 466
;; URL: http://www.emacswiki.org/cgi-bin/wiki/hl-spotlight.el
+;; Doc URL: http://www.emacswiki.org/emacs/HighlightCurrentLine
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
513222ad342587c9ad59a3bac6ca81137fa16c3e
|
no summary available
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
index 8e8c5b5..c910552 100644
--- a/hl-spotlight.el
+++ b/hl-spotlight.el
@@ -1,306 +1,306 @@
;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
;;
;; Filename: hl-spotlight.el
;; Description: Extension of hl-line.el to spotlight current few lines.
;; Author: Drew Adams
;; Maintainer: Drew Adams
-;; Copyright (C) 2009-2011, Drew Adams, all rights reserved.
+;; Copyright (C) 2009-2012, Drew Adams, all rights reserved.
;; Created: Sat Aug 26 18:17:18 2006
;; Version: 22.0
-;; Last-Updated: Thu Feb 24 15:24:12 2011 (-0800)
+;; Last-Updated: Sun Jan 1 14:37:16 2012 (-0800)
;; By: dradams
-;; Update #: 455
+;; Update #: 458
;; URL: http://www.emacswiki.org/cgi-bin/wiki/hl-spotlight.el
;; Keywords: highlight, cursor, accessibility
;; Compatibility: GNU Emacs: 22.x, 23.x
;;
;; Features that might be required by this library:
;;
;; `hl-line'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Commentary:
;;
;; This library extends standard library `hl-line.el'. It provides
;; local and global modes to highlight several lines surrounding
;; point using a different face, `hl-spotlight'. You can enlarge or
;; shrink this spotlight highlighting, using command
;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
;; spotlight incrementally, by using `C-x z z z z...'.
;;
;; Spotlight highlighting can be used together with library
;; `centered-cursor-mode.el', which keeps point (hence also the
;; spotlight) centered in the window. This can be helpful when
;; reading text (as opposed to code). This is controlled by user
;; option `hl-spotlight-keep-centered-flag'. You can obtain library
;; `centered-cursor-mode.el' here:
;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
;;
;; If you want the spotlight to automatically move down the page
;; progressively, use command `hl-spotlight-scan'. You might find
;; this useful for some kinds of reading. Or not. ;-)
;;
;; To use this library, put this in your Emacs init file (~/.emacs):
;;
;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
;;
;;
;; See also library `hl-line+.el', which extends `hl-line.el' in
;; other ways.
;;
;;
;; Faces defined here:
;;
;; `hl-spotlight'.
;;
;; User options defined here:
;;
;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
;; `hl-spotlight-scan-period'.
;;
;; Commands defined here:
;;
;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
;; `hl-spotlight-mode', `hl-spotlight-scan'.
;;
;; Non-interactive functions defined here:
;;
;; `hl-spotlight-down', `hl-spotlight-limits'.
;;
;; Internal variables defined here:
;;
;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
-;;; Change log:
+;;; Change Log:
;;
;; 2011/01/04 dadams
;; Added autoload cookies for defcustom, defface, and commands.
;; 2009/02/16 dadams
;; Added: hl-spotlight-scan*, hl-spotlight-down.
;; Created: Moved code from hl-line+.el.
;;
;; Log from hl-line+.el:
;;
;; 2009/02/15 dadams
;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
;; global-hl-spotlight-mode.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; see the file COPYING. If not, write to
;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
;; Floor, Boston, MA 02110-1301, USA.
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;; Code:
(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
;; global-hl-line-overlay, global-hl-line-unhighlight,
;; hl-line-face, hl-line-highlight, hl-line-mode,
;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
;; hl-line-unhighlight.
(eval-when-compile
(require 'centered-cursor-mode nil t)) ;; (no error if not found):
;; centered-cursor-mode,
;; global-centered-cursor-mode.
(defvar hl-line-face) ; Quiet the byte-compiler.
(defvar global-hl-line-mode) ; Quiet the byte-compiler.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;###autoload
(defface hl-spotlight
'((t :inherit highlight))
"*Face for the spotlight in Hl-Line-Window mode."
:group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-height 2
"*Number of lines to highlight, before and after the current line."
:type 'integer :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-keep-centered-flag t
"*Non-nil means keep the cursor and spotlight centered in the window.
This has no effect unless library `centered-cursor-mode' is available."
:type 'boolean :group 'hl-line)
;;;###autoload
(defcustom hl-spotlight-scan-period 1.5
"*Number of seconds to wait before moving cursor to next line.
Set this to nil if you do not want the cursor to automatically scan."
:type '(choice
(const :tag "No cursor scanning" nil)
(number :tag "Seconds before cursor moves to next line"))
:group 'hl-line)
(defvar hl-spotlight-old-state nil
"Saved Hl-Line mode values, before `hl-spotlight-mode'.")
(defvar hl-spotlight-scan-timer (timer-create)
"Timer used to move point downward.")
;;;###autoload
(defun hl-spotlight-enlarge (n)
"Enlarge the hl-line spotlight by N lines.
N is the numeric prefix arg (one, by default).
A negative prefix arg shrinks the spotlight.
The spotlight is used by `hl-spotlight-mode' and
`global-hl-spotlight-mode'."
(interactive "p")
(set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
(when global-hl-spotlight-mode (global-hl-line-highlight))
(when hl-spotlight-mode (hl-line-highlight)))
(defun hl-spotlight-limits ()
"Return a cons of the limits to use for `hl-line-range-function'."
(let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
(end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
(cons start end)))
;;;###autoload
(define-minor-mode hl-spotlight-mode
"Buffer-local minor mode to highlight lines surrounding point.
With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
in the current buffer, its overlay is used by Hl-Line mode, which
means that face `hl-spotlight' and option `hl-spotlight-height' are
used; face `hl-line' is not used.
Turn the spotlight on and off by using toggle command
`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
`hl-line-mode' also toggles the spotlight on and off, but without
turning off Hl-Spotlight mode. To return to the normal behavior of
`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
Hl-Spotlight mode also turns off Hl-Line mode."
:group 'hl-line
(cond (hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(hl-line-unhighlight)
(setq hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(centered-cursor-mode 1))
;; In case `kill-all-local-variables' is called.
(add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
(if hl-line-sticky-flag
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)
(add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
(add-hook 'post-command-hook #'hl-line-highlight nil t))
(t
(cancel-timer hl-spotlight-scan-timer)
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
(remove-hook 'post-command-hook #'hl-line-highlight t)
(hl-line-unhighlight)
(remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
(remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
(hl-line-mode (if hl-spotlight-mode 1 -1)))
;;;###autoload
(define-minor-mode global-hl-spotlight-mode
"Global minor mode to highlight lines around point in current window.
With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
otherwise.
See `hl-spotlight-mode'. The interaction between
`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
that between `hl-spotlight-mode' and `hl-line-mode'."
:global t :group 'hl-line
(cond (global-hl-spotlight-mode
(unless hl-spotlight-old-state
(setq hl-spotlight-old-state (list hl-line-face
hl-line-overlay
global-hl-line-overlay
hl-line-range-function
hl-line-sticky-flag)))
(global-hl-line-unhighlight)
(setq global-hl-line-overlay nil
hl-line-face 'hl-spotlight
hl-line-range-function 'hl-spotlight-limits
hl-line-sticky-flag nil)
(when (and (require 'centered-cursor-mode nil t)
hl-spotlight-keep-centered-flag)
(global-centered-cursor-mode 1))
(add-hook 'pre-command-hook #'global-hl-line-unhighlight)
(add-hook 'post-command-hook #'global-hl-line-highlight))
(t
(setq hl-line-face (nth 0 hl-spotlight-old-state)
hl-line-overlay (nth 1 hl-spotlight-old-state)
global-hl-line-overlay (nth 2 hl-spotlight-old-state)
hl-line-range-function (nth 3 hl-spotlight-old-state)
hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
(when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
(when (require 'centered-cursor-mode nil t)
(global-centered-cursor-mode -1))
(global-hl-line-unhighlight)
(remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
(remove-hook 'post-command-hook #'global-hl-line-highlight)))
(global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
;;;###autoload
(defun hl-spotlight-scan (arg)
"Scan the buffer, moving the cursor down automatically.
Every `hl-spotlight-scan-period' seconds, move the cursor down one
line or the number of lines specified by a prefix arg. Scanning
starts at point.
With a plain prefix arg (`C-u'), stop a scan already in progess.
With a numeric prefix arg, scan down that many lines.
A negative prefix arg means scan up, not down.
With `C-u C-u', scan down the height of a full spotlight."
(interactive "P")
(if (and (consp arg) (= (car arg) 4))
(cancel-timer hl-spotlight-scan-timer)
(when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
(setq arg (prefix-numeric-value arg))
(setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
#'hl-spotlight-down arg))))
(defun hl-spotlight-down (&optional n)
"Move the spotlight down N lines (default 1)."
(unless n (setq n 1))
(if (eobp)
(cancel-timer hl-spotlight-scan-timer)
(forward-line n)
(ccm-position-cursor)
(hl-line-highlight)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'hl-spotlight)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; hl-spotlight.el ends here
|
emacsmirror/hl-spotlight
|
f72ca9597550469571be5e075da3713c008e8206
|
initial import
|
diff --git a/hl-spotlight.el b/hl-spotlight.el
new file mode 100644
index 0000000..f2d6fe8
--- /dev/null
+++ b/hl-spotlight.el
@@ -0,0 +1,296 @@
+;;; hl-spotlight.el --- Extension of hl-line.el to spotlight current few lines.
+;;
+;; Filename: hl-spotlight.el
+;; Description: Extension of hl-line.el to spotlight current few lines.
+;; Author: Drew Adams
+;; Maintainer: Drew Adams
+;; Copyright (C) 2009, Drew Adams, all rights reserved.
+;; Created: Sat Aug 26 18:17:18 2006
+;; Version: 22.0
+;; Last-Updated: Sat Aug 1 15:31:33 2009 (-0700)
+;; By: dradams
+;; Update #: 444
+;; URL: http://www.emacswiki.org/cgi-bin/wiki/hl-spotlight.el
+;; Keywords: highlight, cursor, accessibility
+;; Compatibility: GNU Emacs: 22.x, 23.x
+;;
+;; Features that might be required by this library:
+;;
+;; `hl-line'.
+;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;;; Commentary:
+;;
+;; This library extends standard library `hl-line.el'. It provides
+;; local and global modes to highlight several lines surrounding
+;; point using a different face, `hl-spotlight'. You can enlarge or
+;; shrink this spotlight highlighting, using command
+;; `hl-spotlight-enlarge'. You can repeat, to enlarge or shrink the
+;; spotlight incrementally, by using `C-x z z z z...'.
+;;
+;; Spotlight highlighting can be used together with library
+;; `centered-cursor-mode.el', which keeps point (hence also the
+;; spotlight) centered in the window. This can be helpful when
+;; reading text (as opposed to code). This is controlled by user
+;; option `hl-spotlight-keep-centered-flag'. You can obtain library
+;; `centered-cursor-mode.el' here:
+;; http://www.emacswiki.org/emacs/centered-cursor-mode.el.
+;;
+;; If you want the spotlight to automatically move down the page
+;; progressively, use command `hl-spotlight-scan'. You might find
+;; this useful for some kinds of reading. Or not. ;-)
+;;
+;; To use this library, put this in your Emacs init file (~/.emacs):
+;;
+;; (require 'hl-spotlight) ; Load this file (it will load `hl-line.el')
+;;
+;;
+;; See also library `hl-line+.el', which extends `hl-line.el' in
+;; other ways.
+;;
+;;
+;; Faces defined here:
+;;
+;; `hl-spotlight'.
+;;
+;; User options defined here:
+;;
+;; `hl-spotlight-height', `hl-spotlight-keep-centered-flag',
+;; `hl-spotlight-scan-period'.
+;;
+;; Commands defined here:
+;;
+;; `global-hl-spotlight-mode', `hl-spotlight-enlarge',
+;; `hl-spotlight-mode', `hl-spotlight-scan'.
+;;
+;; Non-interactive functions defined here:
+;;
+;; `hl-spotlight-down', `hl-spotlight-limits'.
+;;
+;; Internal variables defined here:
+;;
+;; `hl-spotlight-old-state', `hl-spotlight-scan-timer'.
+;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;;; Change log:
+;;
+;; 2009/02/16 dadams
+;; Added: hl-spotlight-scan*, hl-spotlight-down.
+;; Created: Moved code from hl-line+.el.
+;;
+;; Log from hl-line+.el:
+;;
+;; 2009/02/15 dadams
+;; Added: hl-spotlight(-height|-old-state|widen|limits|mode),
+;; global-hl-spotlight-mode.
+;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;; This program is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU General Public License as
+;; published by the Free Software Foundation; either version 3, or
+;; (at your option) any later version.
+;;
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with this program; see the file COPYING. If not, write to
+;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+;; Floor, Boston, MA 02110-1301, USA.
+;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;
+;;; Code:
+
+(require 'hl-line) ;; global-hl-line-highlight, global-hl-line-mode,
+ ;; global-hl-line-overlay, global-hl-line-unhighlight,
+ ;; hl-line-face, hl-line-highlight, hl-line-mode,
+ ;; hl-line-overlay, hl-line-range-function, hl-line-sticky-flag,
+ ;; hl-line-unhighlight.
+
+(eval-when-compile
+ (require 'centered-cursor-mode nil t)) ;; (no error if not found):
+ ;; centered-cursor-mode,
+ ;; global-centered-cursor-mode.
+
+(defvar hl-line-face) ; Quiet the byte-compiler.
+(defvar global-hl-line-mode) ; Quiet the byte-compiler.
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+(defface hl-spotlight
+ '((t :inherit highlight))
+ "Face for the spotlight in Hl-Line-Window mode."
+ :group 'hl-line)
+
+(defcustom hl-spotlight-height 2
+ "*Number of lines to highlight, before and after the current line."
+ :type 'integer :group 'hl-line)
+
+(defcustom hl-spotlight-keep-centered-flag t
+ "*Non-nil means keep the cursor and spotlight centered in the window.
+This has no effect unless library `centered-cursor-mode' is available."
+ :type 'boolean :group 'hl-line)
+
+(defcustom hl-spotlight-scan-period 1.5
+ "*Number of seconds to wait before moving cursor to next line.
+Set this to nil if you do not want the cursor to automatically scan."
+ :type '(choice
+ (const :tag "No cursor scanning" nil)
+ (number :tag "Seconds before cursor moves to next line"))
+ :group 'hl-line)
+
+(defvar hl-spotlight-old-state nil
+ "Saved Hl-Line mode values, before `hl-spotlight-mode'.")
+
+(defvar hl-spotlight-scan-timer (timer-create)
+ "Timer used to move point downward.")
+
+(defun hl-spotlight-enlarge (n)
+ "Enlarge the hl-line spotlight by N lines.
+N is the numeric prefix arg (one, by default).
+A negative prefix arg shrinks the spotlight.
+The spotlight is used by `hl-spotlight-mode' and
+`global-hl-spotlight-mode'."
+ (interactive "p")
+ (set-variable 'hl-spotlight-height (+ n hl-spotlight-height))
+ (when global-hl-spotlight-mode (global-hl-line-highlight))
+ (when hl-spotlight-mode (hl-line-highlight)))
+
+(defun hl-spotlight-limits ()
+ "Return a cons of the limits to use for `hl-line-range-function'."
+ (let ((start (save-excursion (forward-line (- hl-spotlight-height)) (point)))
+ (end (save-excursion (forward-line (1+ hl-spotlight-height)) (point))))
+ (cons start end)))
+
+(define-minor-mode hl-spotlight-mode
+ "Buffer-local minor mode to highlight lines surrounding point.
+With ARG, turn Hl-Spotlight mode on if ARG is positive, off otherwise.
+
+Hl-Spotlight mode uses Hl-Line mode. Whenever Hl-Spotlight mode is on
+in the current buffer, its overlay is used by Hl-Line mode, which
+means that face `hl-spotlight' and option `hl-spotlight-height' are
+used; face `hl-line' is not used.
+
+Turn the spotlight on and off by using toggle command
+`hl-spotlight-mode'. After turning Hl-Spotlight mode on, command
+`hl-line-mode' also toggles the spotlight on and off, but without
+turning off Hl-Spotlight mode. To return to the normal behavior of
+`hl-line-mode', you must turn off Hl-Spotlight mode. Turning off
+Hl-Spotlight mode also turns off Hl-Line mode."
+ :group 'hl-line
+ (cond (hl-spotlight-mode
+ (unless hl-spotlight-old-state
+ (setq hl-spotlight-old-state (list hl-line-face
+ hl-line-overlay
+ global-hl-line-overlay
+ hl-line-range-function
+ hl-line-sticky-flag)))
+ (hl-line-unhighlight)
+ (setq hl-line-overlay nil
+ hl-line-face 'hl-spotlight
+ hl-line-range-function 'hl-spotlight-limits
+ hl-line-sticky-flag nil)
+ (when (and (require 'centered-cursor-mode nil t)
+ hl-spotlight-keep-centered-flag)
+ (centered-cursor-mode 1))
+ ;; In case `kill-all-local-variables' is called.
+ (add-hook 'change-major-mode-hook #'hl-line-unhighlight nil t)
+ (if hl-line-sticky-flag
+ (remove-hook 'pre-command-hook #'hl-line-unhighlight t)
+ (add-hook 'pre-command-hook #'hl-line-unhighlight nil t))
+ (add-hook 'post-command-hook #'hl-line-highlight nil t))
+ (t
+ (cancel-timer hl-spotlight-scan-timer)
+ (setq hl-line-face (nth 0 hl-spotlight-old-state)
+ hl-line-overlay (nth 1 hl-spotlight-old-state)
+ global-hl-line-overlay (nth 2 hl-spotlight-old-state)
+ hl-line-range-function (nth 3 hl-spotlight-old-state)
+ hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
+ (when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
+ (when (require 'centered-cursor-mode nil t) (centered-cursor-mode -1))
+ (remove-hook 'post-command-hook #'hl-line-highlight t)
+ (hl-line-unhighlight)
+ (remove-hook 'change-major-mode-hook #'hl-line-unhighlight t)
+ (remove-hook 'pre-command-hook #'hl-line-unhighlight t)))
+ (hl-line-mode (if hl-spotlight-mode 1 -1)))
+
+(define-minor-mode global-hl-spotlight-mode
+ "Global minor mode to highlight lines around point in current window.
+With ARG, turn Global-Hl-Spotlight mode on if ARG is positive, off
+otherwise.
+
+See `hl-spotlight-mode'. The interaction between
+`global-hl-spotlight-mode' and `global-hl-line-mode' is similar to
+that between `hl-spotlight-mode' and `hl-line-mode'."
+ :global t :group 'hl-line
+ (cond (global-hl-spotlight-mode
+ (unless hl-spotlight-old-state
+ (setq hl-spotlight-old-state (list hl-line-face
+ hl-line-overlay
+ global-hl-line-overlay
+ hl-line-range-function
+ hl-line-sticky-flag)))
+ (global-hl-line-unhighlight)
+ (setq global-hl-line-overlay nil
+ hl-line-face 'hl-spotlight
+ hl-line-range-function 'hl-spotlight-limits
+ hl-line-sticky-flag nil)
+ (when (and (require 'centered-cursor-mode nil t)
+ hl-spotlight-keep-centered-flag)
+ (global-centered-cursor-mode 1))
+ (add-hook 'pre-command-hook #'global-hl-line-unhighlight)
+ (add-hook 'post-command-hook #'global-hl-line-highlight))
+ (t
+ (setq hl-line-face (nth 0 hl-spotlight-old-state)
+ hl-line-overlay (nth 1 hl-spotlight-old-state)
+ global-hl-line-overlay (nth 2 hl-spotlight-old-state)
+ hl-line-range-function (nth 3 hl-spotlight-old-state)
+ hl-line-sticky-flag (nth 4 hl-spotlight-old-state))
+ (when hl-spotlight-old-state (setq hl-spotlight-old-state nil))
+ (when (require 'centered-cursor-mode nil t)
+ (global-centered-cursor-mode -1))
+ (global-hl-line-unhighlight)
+ (remove-hook 'pre-command-hook #'global-hl-line-unhighlight)
+ (remove-hook 'post-command-hook #'global-hl-line-highlight)))
+ (global-hl-line-mode (if global-hl-spotlight-mode 1 -1)))
+
+(defun hl-spotlight-scan (arg)
+ "Scan the buffer, moving the cursor down automatically.
+Every `hl-spotlight-scan-period' seconds, move the cursor down one
+line or the number of lines specified by a prefix arg. Scanning
+starts at point.
+
+With a plain prefix arg (`C-u'), stop a scan already in progess.
+
+With a numeric prefix arg, scan down that many lines.
+A negative prefix arg means scan up, not down.
+With `C-u C-u', scan down the height of a full spotlight."
+ (interactive "P")
+ (if (and (consp arg) (= (car arg) 4))
+ (cancel-timer hl-spotlight-scan-timer)
+ (when (consp arg) (setq arg (1+ (* 2 hl-spotlight-height))))
+ (setq arg (prefix-numeric-value arg))
+ (setq hl-spotlight-scan-timer (run-at-time 0 hl-spotlight-scan-period
+ #'hl-spotlight-down arg))))
+
+(defun hl-spotlight-down (&optional n)
+ "Move the spotlight down N lines (default 1)."
+ (unless n (setq n 1))
+ (if (eobp)
+ (cancel-timer hl-spotlight-scan-timer)
+ (forward-line n)
+ (ccm-position-cursor)
+ (hl-line-highlight)))
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+(provide 'hl-spotlight)
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;; hl-spotlight.el ends here
|
wookay/knol
|
9f122709977a91e6cdf6e75038f6b4bd38bbc6c6
|
iterm2.preset.itermcolors
|
diff --git a/vimrc.txt b/.vimrc
similarity index 97%
rename from vimrc.txt
rename to .vimrc
index adceeea..66a6643 100644
--- a/vimrc.txt
+++ b/.vimrc
@@ -1,29 +1,28 @@
-$ cat .vimrc
set enc=UTF-8
set fileencodings=UTF-8
set nocompatible
set backspace=indent,eol,start
set tabstop=4
set shiftwidth=4
set cindent
set autoindent
set smartindent
set history=15
set ruler
set showcmd
set background=dark
set paste
set noai
syntax on
map <Space> <C-d>
map \ <C-u>
map .# :s/^\(\s*\)/\1# <CR>
map .3 :s/^\(\s*\)# \1/<CR>
map .- :s/^\(\s*\)/\1-- <CR>
map ._ :s/^\(\s*\)-- \1/<CR>
map ./ :s/^\(\s*\)/\1\/\/ <CR>
map .? :s/^\(\s*\)\/\/ \1/<CR>
diff --git a/iterm2.preset.itermcolors b/iterm2.preset.itermcolors
index 367398c..059ff18 100644
--- a/iterm2.preset.itermcolors
+++ b/iterm2.preset.itermcolors
@@ -1,213 +1,344 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
<real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
<real>0.0</real>
<key>Red Component</key>
<real>0.0</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
<real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.0</real>
+ <real>0.10676553100347519</real>
<key>Red Component</key>
- <real>0.73333334922790527</real>
+ <real>0.789775550365448</real>
</dict>
<key>Ansi 10 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.29177492381083769</real>
+ <real>0.40609359741210938</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.074043603455368021</real>
+ <real>0.98006147146224976</real>
<key>Red Component</key>
- <real>0.65158371040723984</real>
+ <real>0.37424531579017639</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.10313785715172162</real>
+ <real>0.40395939350128174</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.47058823529411764</real>
+ <real>0.98757272958755493</real>
<key>Red Component</key>
- <real>0.077549201604000834</real>
+ <real>0.99950331449508667</real>
</dict>
<key>Ansi 12 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.55203616619110107</real>
+ <real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.049832365957298459</real>
+ <real>0.44485551118850708</real>
<key>Red Component</key>
- <real>0.12957998983648261</real>
+ <real>0.40937519073486328</real>
</dict>
<key>Ansi 13 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.090961135923862457</real>
+ <real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.20501582324504852</real>
+ <real>0.46518981456756592</real>
<key>Red Component</key>
- <real>0.74660634994506836</real>
+ <real>1</real>
</dict>
<key>Ansi 14 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.41176470588235292</real>
+ <real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.33950694784710406</real>
+ <real>0.99263292551040649</real>
<key>Red Component</key>
- <real>0.1121532776602277</real>
+ <real>0.37597531080245972</real>
</dict>
<key>Ansi 15 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
<real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
<real>1</real>
<key>Red Component</key>
- <real>1</real>
+ <real>0.99999600648880005</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.23703526789092999</real>
+ <real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.69683257918552033</real>
+ <real>0.76266151666641235</real>
<key>Red Component</key>
- <real>0.11942948724461998</real>
+ <real>0.0</real>
</dict>
<key>Ansi 3 Color</key>
<dict>
- <key>Blue Component</key>
+ <key>Alpha Component</key>
<real>1</real>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.79513955116271973</real>
+ <real>0.76959484815597534</real>
<key>Red Component</key>
- <real>0.90842676162719727</real>
+ <real>0.78058648109436035</real>
</dict>
<key>Ansi 4 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.64253393665158365</real>
+ <real>0.78216177225112915</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.16353475234499226</real>
+ <real>0.14576995372772217</real>
<key>Red Component</key>
- <real>0.10947282203228199</real>
+ <real>0.0096152340993285179</real>
</dict>
<key>Ansi 5 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.0</real>
+ <real>0.78154844045639038</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.59792691469192505</real>
+ <real>0.18891248106956482</real>
<key>Red Component</key>
- <real>0.13978751003742218</real>
+ <real>0.79022186994552612</real>
</dict>
<key>Ansi 6 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.093304559588432312</real>
+ <real>0.78166204690933228</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.29411762952804565</real>
+ <real>0.77425903081893921</real>
<key>Red Component</key>
- <real>0.13201144337654114</real>
+ <real>0.0</real>
</dict>
<key>Ansi 7 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.73333334922790527</real>
+ <real>0.78104829788208008</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.73333334922790527</real>
+ <real>0.78105825185775757</real>
<key>Red Component</key>
- <real>0.73333334922790527</real>
+ <real>0.7810397744178772</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.33333333333333331</real>
+ <real>0.4078223705291748</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.33333333333333331</real>
+ <real>0.40782788395881653</real>
<key>Red Component</key>
- <real>0.33333333333333331</real>
+ <real>0.40781760215759277</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.48910821507686247</real>
+ <real>0.40569943189620972</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.039105099352564628</real>
+ <real>0.43035173416137695</real>
<key>Red Component</key>
- <real>0.87330316742081449</real>
+ <real>1</real>
</dict>
<key>Background Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.20271295309066772</real>
+ <real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.81211906671524048</real>
+ <real>0.0</real>
<key>Red Component</key>
- <real>0.82967120409011841</real>
+ <real>0.0</real>
</dict>
- <key>Bold Color</key>
+ <key>Badge Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>0.5</real>
<key>Blue Component</key>
<real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.0</real>
+ <real>0.1491314172744751</real>
<key>Red Component</key>
<real>1</real>
</dict>
+ <key>Bold Color</key>
+ <dict>
+ <key>Alpha Component</key>
+ <real>1</real>
+ <key>Blue Component</key>
+ <real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
+ <key>Green Component</key>
+ <real>1</real>
+ <key>Red Component</key>
+ <real>0.99999600648880005</real>
+ </dict>
<key>Cursor Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.0</real>
+ <real>0.78104829788208008</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.0</real>
+ <real>0.78105825185775757</real>
<key>Red Component</key>
- <real>0.0</real>
+ <real>0.7810397744178772</real>
+ </dict>
+ <key>Cursor Guide Color</key>
+ <dict>
+ <key>Alpha Component</key>
+ <real>0.25</real>
+ <key>Blue Component</key>
+ <real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
+ <key>Green Component</key>
+ <real>0.9268307089805603</real>
+ <key>Red Component</key>
+ <real>0.70213186740875244</real>
</dict>
<key>Cursor Text Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
<real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
<real>1</real>
<key>Red Component</key>
- <real>1</real>
+ <real>0.99999600648880005</real>
</dict>
<key>Foreground Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
- <real>0.0</real>
+ <real>0.78104829788208008</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.0</real>
+ <real>0.78105825185775757</real>
+ <key>Red Component</key>
+ <real>0.7810397744178772</real>
+ </dict>
+ <key>Link Color</key>
+ <dict>
+ <key>Alpha Component</key>
+ <real>1</real>
+ <key>Blue Component</key>
+ <real>0.73423302173614502</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
+ <key>Green Component</key>
+ <real>0.35916060209274292</real>
<key>Red Component</key>
<real>0.0</real>
</dict>
<key>Selected Text Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
<real>0.0</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
<real>0.0</real>
<key>Red Component</key>
<real>0.0</real>
</dict>
<key>Selection Color</key>
<dict>
+ <key>Alpha Component</key>
+ <real>1</real>
<key>Blue Component</key>
<real>1</real>
+ <key>Color Space</key>
+ <string>sRGB</string>
<key>Green Component</key>
- <real>0.70028650760650635</real>
+ <real>0.86970102787017822</real>
<key>Red Component</key>
- <real>0.14742428064346313</real>
+ <real>0.75813239812850952</real>
</dict>
</dict>
</plist>
|
wookay/knol
|
d4c56b6a94c2ced77ae9bf455b8f2025d6c17485
|
custom_mikeh zsh-theme
|
diff --git a/oh-my-zsh/themes/custom_mikeh.zsh-theme b/oh-my-zsh/themes/custom_mikeh.zsh-theme
new file mode 100644
index 0000000..062df8a
--- /dev/null
+++ b/oh-my-zsh/themes/custom_mikeh.zsh-theme
@@ -0,0 +1,32 @@
+setopt prompt_subst
+
+autoload -U add-zsh-hook
+autoload -Uz vcs_info
+
+# check-for-changes can be really slow.
+# you should disable it, if you work with large repositories
+zstyle ':vcs_info:*:prompt:*' check-for-changes true
+
+add-zsh-hook precmd mikeh_precmd
+
+mikeh_precmd() {
+ vcs_info
+}
+
+# user, host, full path, and time/date
+# on two lines for easier vgrepping
+# entry in a nice long thread on the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?pid=521888#p521888
+
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%}"
+ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
+ZSH_THEME_GIT_PROMPT_DIRTY=""
+ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[green]%}â%{$reset_color%}"
+
+# Colors vary depending on time lapsed.
+ZSH_THEME_GIT_TIME_SINCE_COMMIT_SHORT="%{$fg[green]%}"
+ZSH_THEME_GIT_TIME_SHORT_COMMIT_MEDIUM="%{$fg[yellow]%}"
+ZSH_THEME_GIT_TIME_SINCE_COMMIT_LONG="%{$fg[red]%}"
+ZSH_THEME_GIT_TIME_SINCE_COMMIT_NEUTRAL="%{$fg[cyan]%}"
+
+PROMPT=$'%{\e[1;37m%}%~%{\e[0;34m%} $(git_prompt_info)'
+PS2=$' \e[0;34m%}%B>%{\e[0m%}%b '
|
wookay/knol
|
960a61c663777005aaebd2985d0f41bcd0006529
|
conv_to_mp3
|
diff --git a/conv_flv_to_mp3.rb b/conv_flv_to_mp3.rb
deleted file mode 100644
index a113e25..0000000
--- a/conv_flv_to_mp3.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-SPACE=' '
-filename = ARGV.join(SPACE)
-mp3 = filename.gsub('flv','mp3')
-`ffmpeg -i "#{filename}" "#{mp3}"`
diff --git a/conv_flv_to_mp4.rb b/conv_flv_to_mp4.rb
deleted file mode 100644
index 7c833d4..0000000
--- a/conv_flv_to_mp4.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-SPACE=' '
-filename = ARGV.join(SPACE)
-mp4 = filename.gsub('flv','mp4')
-`ffmpeg -i "#{filename}" "#{mp4}"`
diff --git a/conv_to_mp3.rb b/conv_to_mp3.rb
new file mode 100644
index 0000000..ff01a60
--- /dev/null
+++ b/conv_to_mp3.rb
@@ -0,0 +1,6 @@
+SPACE=' '
+filename = ARGV.join(SPACE)
+dotIdx = filename.rindex('.')
+name = filename[0,dotIdx]
+mp3 = name + ".mp3"
+`ffmpeg -i "#{filename}" "#{mp3}"`
diff --git a/conv_to_mp4.rb b/conv_to_mp4.rb
new file mode 100644
index 0000000..82d3642
--- /dev/null
+++ b/conv_to_mp4.rb
@@ -0,0 +1,6 @@
+SPACE=' '
+filename = ARGV.join(SPACE)
+dotIdx = filename.rindex('.')
+name = filename[0,dotIdx]
+mp3 = name + ".mp4"
+`ffmpeg -i "#{filename}" "#{mp4}"`
|
wookay/knol
|
b116b26309d50f687345dde8286f72aecdc7e0aa
|
iterm2 preset
|
diff --git a/iterm2.preset.itermcolors b/iterm2.preset.itermcolors
new file mode 100644
index 0000000..367398c
--- /dev/null
+++ b/iterm2.preset.itermcolors
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>Ansi 0 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.0</real>
+ <key>Red Component</key>
+ <real>0.0</real>
+ </dict>
+ <key>Ansi 1 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.0</real>
+ <key>Red Component</key>
+ <real>0.73333334922790527</real>
+ </dict>
+ <key>Ansi 10 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.29177492381083769</real>
+ <key>Green Component</key>
+ <real>0.074043603455368021</real>
+ <key>Red Component</key>
+ <real>0.65158371040723984</real>
+ </dict>
+ <key>Ansi 11 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.10313785715172162</real>
+ <key>Green Component</key>
+ <real>0.47058823529411764</real>
+ <key>Red Component</key>
+ <real>0.077549201604000834</real>
+ </dict>
+ <key>Ansi 12 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.55203616619110107</real>
+ <key>Green Component</key>
+ <real>0.049832365957298459</real>
+ <key>Red Component</key>
+ <real>0.12957998983648261</real>
+ </dict>
+ <key>Ansi 13 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.090961135923862457</real>
+ <key>Green Component</key>
+ <real>0.20501582324504852</real>
+ <key>Red Component</key>
+ <real>0.74660634994506836</real>
+ </dict>
+ <key>Ansi 14 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.41176470588235292</real>
+ <key>Green Component</key>
+ <real>0.33950694784710406</real>
+ <key>Red Component</key>
+ <real>0.1121532776602277</real>
+ </dict>
+ <key>Ansi 15 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>1</real>
+ <key>Green Component</key>
+ <real>1</real>
+ <key>Red Component</key>
+ <real>1</real>
+ </dict>
+ <key>Ansi 2 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.23703526789092999</real>
+ <key>Green Component</key>
+ <real>0.69683257918552033</real>
+ <key>Red Component</key>
+ <real>0.11942948724461998</real>
+ </dict>
+ <key>Ansi 3 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>1</real>
+ <key>Green Component</key>
+ <real>0.79513955116271973</real>
+ <key>Red Component</key>
+ <real>0.90842676162719727</real>
+ </dict>
+ <key>Ansi 4 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.64253393665158365</real>
+ <key>Green Component</key>
+ <real>0.16353475234499226</real>
+ <key>Red Component</key>
+ <real>0.10947282203228199</real>
+ </dict>
+ <key>Ansi 5 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.59792691469192505</real>
+ <key>Red Component</key>
+ <real>0.13978751003742218</real>
+ </dict>
+ <key>Ansi 6 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.093304559588432312</real>
+ <key>Green Component</key>
+ <real>0.29411762952804565</real>
+ <key>Red Component</key>
+ <real>0.13201144337654114</real>
+ </dict>
+ <key>Ansi 7 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.73333334922790527</real>
+ <key>Green Component</key>
+ <real>0.73333334922790527</real>
+ <key>Red Component</key>
+ <real>0.73333334922790527</real>
+ </dict>
+ <key>Ansi 8 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.33333333333333331</real>
+ <key>Green Component</key>
+ <real>0.33333333333333331</real>
+ <key>Red Component</key>
+ <real>0.33333333333333331</real>
+ </dict>
+ <key>Ansi 9 Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.48910821507686247</real>
+ <key>Green Component</key>
+ <real>0.039105099352564628</real>
+ <key>Red Component</key>
+ <real>0.87330316742081449</real>
+ </dict>
+ <key>Background Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.20271295309066772</real>
+ <key>Green Component</key>
+ <real>0.81211906671524048</real>
+ <key>Red Component</key>
+ <real>0.82967120409011841</real>
+ </dict>
+ <key>Bold Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.0</real>
+ <key>Red Component</key>
+ <real>1</real>
+ </dict>
+ <key>Cursor Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.0</real>
+ <key>Red Component</key>
+ <real>0.0</real>
+ </dict>
+ <key>Cursor Text Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>1</real>
+ <key>Green Component</key>
+ <real>1</real>
+ <key>Red Component</key>
+ <real>1</real>
+ </dict>
+ <key>Foreground Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.0</real>
+ <key>Red Component</key>
+ <real>0.0</real>
+ </dict>
+ <key>Selected Text Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>0.0</real>
+ <key>Green Component</key>
+ <real>0.0</real>
+ <key>Red Component</key>
+ <real>0.0</real>
+ </dict>
+ <key>Selection Color</key>
+ <dict>
+ <key>Blue Component</key>
+ <real>1</real>
+ <key>Green Component</key>
+ <real>0.70028650760650635</real>
+ <key>Red Component</key>
+ <real>0.14742428064346313</real>
+ </dict>
+</dict>
+</plist>
|
wookay/knol
|
49179f1b009cc3e1f13a32fc9a9d9d02c48bd7f5
|
profile
|
diff --git a/brew.txt b/brew.txt
new file mode 100644
index 0000000..40905b5
--- /dev/null
+++ b/brew.txt
@@ -0,0 +1 @@
+/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
diff --git a/conv_flv_to_mp3.rb b/conv_flv_to_mp3.rb
new file mode 100644
index 0000000..a113e25
--- /dev/null
+++ b/conv_flv_to_mp3.rb
@@ -0,0 +1,4 @@
+SPACE=' '
+filename = ARGV.join(SPACE)
+mp3 = filename.gsub('flv','mp3')
+`ffmpeg -i "#{filename}" "#{mp3}"`
diff --git a/conv_flv_to_mp4.rb b/conv_flv_to_mp4.rb
new file mode 100644
index 0000000..7c833d4
--- /dev/null
+++ b/conv_flv_to_mp4.rb
@@ -0,0 +1,4 @@
+SPACE=' '
+filename = ARGV.join(SPACE)
+mp4 = filename.gsub('flv','mp4')
+`ffmpeg -i "#{filename}" "#{mp4}"`
diff --git a/factor.txt b/factor.txt
new file mode 100644
index 0000000..d09bd71
--- /dev/null
+++ b/factor.txt
@@ -0,0 +1,3 @@
+~/github/factor$ ./build-support/factor.sh update
+
+$ ls .vim/syntax/factor.vim
diff --git a/ffmpeg.txt b/ffmpeg.txt
index 651b0d8..ff5ae5e 100644
--- a/ffmpeg.txt
+++ b/ffmpeg.txt
@@ -1,2 +1,2 @@
-ffmpeg -i song.flv song.mp3
+ffmpeg -i song.flv -ab 160k song.mp3
ffmpeg -i song.flv -ar 22050 song.mp4
diff --git a/finder_icon.txt b/finder_icon.txt
new file mode 100644
index 0000000..c48f020
--- /dev/null
+++ b/finder_icon.txt
@@ -0,0 +1,30 @@
+/System/Library/CoreServices/Dock.app/Contents/Resources/finder.png
+/System/Library/CoreServices/Finder.app/Contents/Resources/Finder.icns
+
+
+Change the contents of Dock.app by going to system/library/coreservices/dock
+
+control click on Dock and then choose show package contents. Copy the following files:
+
+finder.png
+trashempty.png
+trashfull.png
+
+Then replace them with new ones.
+
+Then do the following:
+
+1) type command and shift and g
+then type
+/private/var/folders/dS/
+Delete the file called com.apple.dock.iconcache
+
+2) Delete "com.apple.dock.db" in your home folder's preferences folder.
+
+3) Restart into safe mode by holding down the shift key during restart.
+
+4) Empty trash after restart
+
+5) Restart the computer as you normally would
+
+
diff --git a/hushlogin b/hushlogin
new file mode 100644
index 0000000..6110cc4
--- /dev/null
+++ b/hushlogin
@@ -0,0 +1 @@
+$ touch .hushlogin
diff --git a/mencoder.txt b/mencoder.txt
new file mode 100644
index 0000000..bdcb309
--- /dev/null
+++ b/mencoder.txt
@@ -0,0 +1 @@
+mencoder -vf rotate=0 -oac pcm -ovc copy movie.mov -o rotated_movie.mp4
diff --git a/profile.txt b/profile.txt
index 5f9e0fd..663ee14 100644
--- a/profile.txt
+++ b/profile.txt
@@ -1,6 +1,45 @@
$ cat .profile
-PS1='\w\$ '
export TERM=xterm-color
-alias gitm="git push origin master"
-alias gita="git commit -a"
+export PROMPT_COMMAND='echo -ne "\033]0; ${PWD/#$HOME/~}\007"'
+export SVN_EDITOR=vi
+export LANG="ko_KR.UTF-8"
+
+alias gita='git commit -a'
+alias gitc='git clone '
+alias gitd='git diff --color'
+alias gitm='git push origin master'
+alias gitp='git pull '
+alias gitreset='git reset --hard HEAD'
alias ls="ls -vGF
+
+
+c_cyan=`tput setaf 6`
+c_red=`tput setaf 1`
+c_green=`tput setaf 5`
+c_sgr0=`tput sgr0`
+parse_git_branch () {
+ if git rev-parse --git-dir >/dev/null 2>&1
+ then
+ gitver=$(git branch 2>/dev/null| sed -n '/^\*/s/^\* //p')
+ else
+ return 0
+ fi
+ echo -e "" $gitver
+}
+branch_color () {
+ if git rev-parse --git-dir >/dev/null 2>&1
+ then
+ color=""
+ if git diff --quiet 2>/dev/null >&2
+ then
+ color="${c_green}"
+ else
+ color=${c_red}
+ fi
+ else
+ return 0
+ fi
+ echo -ne $color
+}
+export PS1='\w\[$(branch_color)\]$(parse_git_branch)\[${c_sgr0}\]\$ '
+# export PS1='\w\$ '
diff --git a/vimrc.txt b/vimrc.txt
index 81a863f..adceeea 100644
--- a/vimrc.txt
+++ b/vimrc.txt
@@ -1,23 +1,29 @@
$ cat .vimrc
set enc=UTF-8
set fileencodings=UTF-8
set nocompatible
set backspace=indent,eol,start
set tabstop=4
set shiftwidth=4
set cindent
set autoindent
set smartindent
set history=15
set ruler
set showcmd
set background=dark
set paste
set noai
syntax on
map <Space> <C-d>
map \ <C-u>
+map .# :s/^\(\s*\)/\1# <CR>
+map .3 :s/^\(\s*\)# \1/<CR>
+map .- :s/^\(\s*\)/\1-- <CR>
+map ._ :s/^\(\s*\)-- \1/<CR>
+map ./ :s/^\(\s*\)/\1\/\/ <CR>
+map .? :s/^\(\s*\)\/\/ \1/<CR>
|
wookay/knol
|
6ef6598d53bd0e4fbee7edaa19ecaac3a58a48ae
|
ffmpeg mp4
|
diff --git a/ffmpeg.txt b/ffmpeg.txt
index a6c69fd..651b0d8 100644
--- a/ffmpeg.txt
+++ b/ffmpeg.txt
@@ -1 +1,2 @@
ffmpeg -i song.flv song.mp3
+ffmpeg -i song.flv -ar 22050 song.mp4
|
wookay/knol
|
1cf0d7f695e50b5e0d6b452ee8091a1b52b9f1b4
|
afconvert
|
diff --git a/afconvert.txt b/afconvert.txt
index 078796f..78720c3 100644
--- a/afconvert.txt
+++ b/afconvert.txt
@@ -1,2 +1,3 @@
afconvert -f caff -d LEI16@12800 sound.mp3 sound.caf
afconvert -f WAVE -d LEI16@12800 sound.mp3 sound.wav
+afconvert -f mp4f -d aac -b 128000 sound.wav sound.mp3
diff --git a/easy_install.txt b/easy_install.txt
new file mode 100644
index 0000000..573e743
--- /dev/null
+++ b/easy_install.txt
@@ -0,0 +1 @@
+sudo easy_install -U setuptools
diff --git a/ffmpeg.txt b/ffmpeg.txt
index 6b9d466..a6c69fd 100644
--- a/ffmpeg.txt
+++ b/ffmpeg.txt
@@ -1 +1 @@
-ffmpeg -i idontcare.flv -acodec libmp3lame idontcare.mp3
+ffmpeg -i song.flv song.mp3
diff --git a/gem.txt b/gem.txt
new file mode 100644
index 0000000..c785b16
--- /dev/null
+++ b/gem.txt
@@ -0,0 +1 @@
+gem update --system
diff --git a/port.txt b/port.txt
index d72a7b3..091208d 100644
--- a/port.txt
+++ b/port.txt
@@ -1,3 +1,10 @@
sudo port selfupdate
+sudo port upgrade outdated
sudo mv /usr/local/include/mach-o/arch.h /usr/local/include/mach-o/arch.h.RENAMED
+
+
+sudo ln -s /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers
+
+
+sudo port install haskell-platform
|
wookay/knol
|
341dedef818e46b8de289eb90c0f3809dca65353
|
ffmpeg
|
diff --git a/README b/README
index f7453fb..012fecf 100644
--- a/README
+++ b/README
@@ -1,5 +1 @@
knol
-ê¹ìì§ì ëìê³µê°
-
-
-Powered by Google
diff --git a/ffmpeg.txt b/ffmpeg.txt
new file mode 100644
index 0000000..6b9d466
--- /dev/null
+++ b/ffmpeg.txt
@@ -0,0 +1 @@
+ffmpeg -i idontcare.flv -acodec libmp3lame idontcare.mp3
diff --git a/install_name_tool.txt b/install_name_tool.txt
new file mode 100644
index 0000000..57a3e2f
--- /dev/null
+++ b/install_name_tool.txt
@@ -0,0 +1 @@
+install_name_tool -change a.old a.new a.bundle
|
wookay/knol
|
442c13d0adc53adb3b8c57df73c002662c94513d
|
init-git
|
diff --git a/git.txt b/git.txt
index d3168e7..7c1cfc2 100644
--- a/git.txt
+++ b/git.txt
@@ -1,38 +1,38 @@
-$ cat create.sh
+$ cat init-git.sh
#!/bin/sh -x
#./init-git.sh
PROJECT=$1.git
URL=/home/repo/$PROJECT
echo Creando $PROJECT
mkdir $PROJECT
cd $PROJECT
git init
touch .gitignore
git add .gitignore
git commit -m "just gitignore"
git remote add origin $URL
git config branch.master.remote origin
git config branch.master.merge refs/heads/master
git push --all
git pull
-$ sh create.sh prj
+$ sh init-git.sh prj
$ git clone /home/repo/prj.git
$ cd prj
$ echo "ok" > test
$ git add *
$ git commit -a
$ git push origin master
$ cd /home/repo/prj.git
$ git config receive.denyCurrentBranch ignore
|
wookay/knol
|
ebab52e7f9d3b8d4a21594944917a3b05db08442
|
commands
|
diff --git a/afconvert.txt b/afconvert.txt
new file mode 100644
index 0000000..078796f
--- /dev/null
+++ b/afconvert.txt
@@ -0,0 +1,2 @@
+afconvert -f caff -d LEI16@12800 sound.mp3 sound.caf
+afconvert -f WAVE -d LEI16@12800 sound.mp3 sound.wav
diff --git a/convert.txt b/convert.txt
new file mode 100644
index 0000000..e4b350b
--- /dev/null
+++ b/convert.txt
@@ -0,0 +1 @@
+convert -quality 100 image.png image.jpg
diff --git a/git.txt b/git.txt
new file mode 100644
index 0000000..d3168e7
--- /dev/null
+++ b/git.txt
@@ -0,0 +1,38 @@
+$ cat create.sh
+#!/bin/sh -x
+#./init-git.sh
+PROJECT=$1.git
+URL=/home/repo/$PROJECT
+
+echo Creando $PROJECT
+
+mkdir $PROJECT
+cd $PROJECT
+
+git init
+touch .gitignore
+git add .gitignore
+git commit -m "just gitignore"
+git remote add origin $URL
+git config branch.master.remote origin
+git config branch.master.merge refs/heads/master
+git push --all
+git pull
+
+
+
+
+
+$ sh create.sh prj
+$ git clone /home/repo/prj.git
+$ cd prj
+$ echo "ok" > test
+$ git add *
+$ git commit -a
+$ git push origin master
+
+
+
+
+$ cd /home/repo/prj.git
+$ git config receive.denyCurrentBranch ignore
diff --git a/mp3splt.txt b/mp3splt.txt
new file mode 100644
index 0000000..b281f68
--- /dev/null
+++ b/mp3splt.txt
@@ -0,0 +1,7 @@
+mp3splt
+=======
+http://mp3splt.sourceforge.net/
+
+
+
+mp3splt -s -p th=-60.00 -d split audio.mp3
diff --git a/port.txt b/port.txt
new file mode 100644
index 0000000..d72a7b3
--- /dev/null
+++ b/port.txt
@@ -0,0 +1,3 @@
+sudo port selfupdate
+
+sudo mv /usr/local/include/mach-o/arch.h /usr/local/include/mach-o/arch.h.RENAMED
diff --git a/profile.txt b/profile.txt
new file mode 100644
index 0000000..5f9e0fd
--- /dev/null
+++ b/profile.txt
@@ -0,0 +1,6 @@
+$ cat .profile
+PS1='\w\$ '
+export TERM=xterm-color
+alias gitm="git push origin master"
+alias gita="git commit -a"
+alias ls="ls -vGF
diff --git a/vimrc.txt b/vimrc.txt
new file mode 100644
index 0000000..81a863f
--- /dev/null
+++ b/vimrc.txt
@@ -0,0 +1,23 @@
+$ cat .vimrc
+set enc=UTF-8
+set fileencodings=UTF-8
+
+set nocompatible
+set backspace=indent,eol,start
+
+set tabstop=4
+set shiftwidth=4
+set cindent
+set autoindent
+set smartindent
+set history=15
+set ruler
+set showcmd
+
+set background=dark
+set paste
+set noai
+syntax on
+
+map <Space> <C-d>
+map \ <C-u>
|
nouse/ruby-off-rails
|
08c91523fbaeb13f9bd59950243b8773e80d52da
|
added sinatra base
|
diff --git a/sinatra/lib/base.rb b/sinatra/lib/base.rb
new file mode 100644
index 0000000..5def15e
--- /dev/null
+++ b/sinatra/lib/base.rb
@@ -0,0 +1,2050 @@
+# external dependencies
+require 'rack'
+require 'tilt'
+require 'rack/protection'
+
+# stdlib dependencies
+require 'thread'
+require 'time'
+require 'uri'
+
+# other files we need
+require 'sinatra/show_exceptions'
+require 'sinatra/version'
+
+module Sinatra
+ # The request object. See Rack::Request for more info:
+ # http://rubydoc.info/github/rack/rack/master/Rack/Request
+ class Request < Rack::Request
+ HEADER_PARAM = /\s*[\w.]+=(?:[\w.]+|"(?:[^"\\]|\\.)*")?\s*/
+ HEADER_VALUE_WITH_PARAMS = /(?:(?:\w+|\*)\/(?:\w+(?:\.|\-|\+)?|\*)*)\s*(?:;#{HEADER_PARAM})*/
+
+ # Returns an array of acceptable media types for the response
+ def accept
+ @env['sinatra.accept'] ||= begin
+ if @env.include? 'HTTP_ACCEPT' and @env['HTTP_ACCEPT'].to_s != ''
+ @env['HTTP_ACCEPT'].to_s.scan(HEADER_VALUE_WITH_PARAMS).
+ map! { |e| AcceptEntry.new(e) }.sort
+ else
+ [AcceptEntry.new('*/*')]
+ end
+ end
+ end
+
+ def accept?(type)
+ preferred_type(type).to_s.include?(type)
+ end
+
+ def preferred_type(*types)
+ accepts = accept # just evaluate once
+ return accepts.first if types.empty?
+ types.flatten!
+ return types.first if accepts.empty?
+ accepts.detect do |pattern|
+ type = types.detect { |t| File.fnmatch(pattern, t) }
+ return type if type
+ end
+ end
+
+ alias secure? ssl?
+
+ def forwarded?
+ @env.include? "HTTP_X_FORWARDED_HOST"
+ end
+
+ def safe?
+ get? or head? or options? or trace?
+ end
+
+ def idempotent?
+ safe? or put? or delete? or link? or unlink?
+ end
+
+ def link?
+ request_method == "LINK"
+ end
+
+ def unlink?
+ request_method == "UNLINK"
+ end
+
+ private
+
+ class AcceptEntry
+ attr_accessor :params
+ attr_reader :entry
+
+ def initialize(entry)
+ params = entry.scan(HEADER_PARAM).map! do |s|
+ key, value = s.strip.split('=', 2)
+ value = value[1..-2].gsub(/\\(.)/, '\1') if value.start_with?('"')
+ [key, value]
+ end
+
+ @entry = entry
+ @type = entry[/[^;]+/].delete(' ')
+ @params = Hash[params]
+ @q = @params.delete('q') { 1.0 }.to_f
+ end
+
+ def <=>(other)
+ other.priority <=> self.priority
+ end
+
+ def priority
+ # We sort in descending order; better matches should be higher.
+ [ @q, [email protected]('*'), @params.size ]
+ end
+
+ def to_str
+ @type
+ end
+
+ def to_s(full = false)
+ full ? entry : to_str
+ end
+
+ def respond_to?(*args)
+ super or to_str.respond_to?(*args)
+ end
+
+ def method_missing(*args, &block)
+ to_str.send(*args, &block)
+ end
+ end
+ end
+
+ # The response object. See Rack::Response and Rack::Response::Helpers for
+ # more info:
+ # http://rubydoc.info/github/rack/rack/master/Rack/Response
+ # http://rubydoc.info/github/rack/rack/master/Rack/Response/Helpers
+ class Response < Rack::Response
+ DROP_BODY_RESPONSES = [204, 205, 304]
+ def initialize(*)
+ super
+ headers['Content-Type'] ||= 'text/html'
+ end
+
+ def body=(value)
+ value = value.body while Rack::Response === value
+ @body = String === value ? [value.to_str] : value
+ end
+
+ def each
+ block_given? ? super : enum_for(:each)
+ end
+
+ def finish
+ result = body
+
+ if drop_content_info?
+ headers.delete "Content-Length"
+ headers.delete "Content-Type"
+ end
+
+ if drop_body?
+ close
+ result = []
+ end
+
+ if calculate_content_length?
+ # if some other code has already set Content-Length, don't muck with it
+ # currently, this would be the static file-handler
+ headers["Content-Length"] = body.inject(0) { |l, p| l + Rack::Utils.bytesize(p) }.to_s
+ end
+
+ [status.to_i, headers, result]
+ end
+
+ private
+
+ def calculate_content_length?
+ headers["Content-Type"] and not headers["Content-Length"] and Array === body
+ end
+
+ def drop_content_info?
+ status.to_i / 100 == 1 or drop_body?
+ end
+
+ def drop_body?
+ DROP_BODY_RESPONSES.include?(status.to_i)
+ end
+ end
+
+ # Some Rack handlers (Thin, Rainbows!) implement an extended body object protocol, however,
+ # some middleware (namely Rack::Lint) will break it by not mirroring the methods in question.
+ # This middleware will detect an extended body object and will make sure it reaches the
+ # handler directly. We do this here, so our middleware and middleware set up by the app will
+ # still be able to run.
+ class ExtendedRack < Struct.new(:app)
+ def call(env)
+ result, callback = app.call(env), env['async.callback']
+ return result unless callback and async?(*result)
+ after_response { callback.call result }
+ setup_close(env, *result)
+ throw :async
+ end
+
+ private
+
+ def setup_close(env, status, headers, body)
+ return unless body.respond_to? :close and env.include? 'async.close'
+ env['async.close'].callback { body.close }
+ env['async.close'].errback { body.close }
+ end
+
+ def after_response(&block)
+ raise NotImplementedError, "only supports EventMachine at the moment" unless defined? EventMachine
+ EventMachine.next_tick(&block)
+ end
+
+ def async?(status, headers, body)
+ return true if status == -1
+ body.respond_to? :callback and body.respond_to? :errback
+ end
+ end
+
+ # Behaves exactly like Rack::CommonLogger with the notable exception that it does nothing,
+ # if another CommonLogger is already in the middleware chain.
+ class CommonLogger < Rack::CommonLogger
+ def call(env)
+ env['sinatra.commonlogger'] ? @app.call(env) : super
+ end
+
+ superclass.class_eval do
+ alias call_without_check call unless method_defined? :call_without_check
+ def call(env)
+ env['sinatra.commonlogger'] = true
+ call_without_check(env)
+ end
+ end
+ end
+
+ class NotFound < NameError #:nodoc:
+ def http_status; 404 end
+ end
+
+ # Methods available to routes, before/after filters, and views.
+ module Helpers
+ # Set or retrieve the response status code.
+ def status(value = nil)
+ response.status = value if value
+ response.status
+ end
+
+ # Set or retrieve the response body. When a block is given,
+ # evaluation is deferred until the body is read with #each.
+ def body(value = nil, &block)
+ if block_given?
+ def block.each; yield(call) end
+ response.body = block
+ elsif value
+ headers.delete 'Content-Length' unless request.head? || value.is_a?(Rack::File) || value.is_a?(Stream)
+ response.body = value
+ else
+ response.body
+ end
+ end
+
+ # Halt processing and redirect to the URI provided.
+ def redirect(uri, *args)
+ if env['HTTP_VERSION'] == 'HTTP/1.1' and env["REQUEST_METHOD"] != 'GET'
+ status 303
+ else
+ status 302
+ end
+
+ # According to RFC 2616 section 14.30, "the field value consists of a
+ # single absolute URI"
+ response['Location'] = uri(uri.to_s, settings.absolute_redirects?, settings.prefixed_redirects?)
+ halt(*args)
+ end
+
+ # Generates the absolute URI for a given path in the app.
+ # Takes Rack routers and reverse proxies into account.
+ def uri(addr = nil, absolute = true, add_script_name = true)
+ return addr if addr =~ /\A[A-z][A-z0-9\+\.\-]*:/
+ uri = [host = ""]
+ if absolute
+ host << "http#{'s' if request.secure?}://"
+ if request.forwarded? or request.port != (request.secure? ? 443 : 80)
+ host << request.host_with_port
+ else
+ host << request.host
+ end
+ end
+ uri << request.script_name.to_s if add_script_name
+ uri << (addr ? addr : request.path_info).to_s
+ File.join uri
+ end
+
+ alias url uri
+ alias to uri
+
+ # Halt processing and return the error status provided.
+ def error(code, body = nil)
+ code, body = 500, code.to_str if code.respond_to? :to_str
+ response.body = body unless body.nil?
+ halt code
+ end
+
+ # Halt processing and return a 404 Not Found.
+ def not_found(body = nil)
+ error 404, body
+ end
+
+ # Set multiple response headers with Hash.
+ def headers(hash = nil)
+ response.headers.merge! hash if hash
+ response.headers
+ end
+
+ # Access the underlying Rack session.
+ def session
+ request.session
+ end
+
+ # Access shared logger object.
+ def logger
+ request.logger
+ end
+
+ # Look up a media type by file extension in Rack's mime registry.
+ def mime_type(type)
+ Base.mime_type(type)
+ end
+
+ # Set the Content-Type of the response body given a media type or file
+ # extension.
+ def content_type(type = nil, params = {})
+ return response['Content-Type'] unless type
+ default = params.delete :default
+ mime_type = mime_type(type) || default
+ fail "Unknown media type: %p" % type if mime_type.nil?
+ mime_type = mime_type.dup
+ unless params.include? :charset or settings.add_charset.all? { |p| not p === mime_type }
+ params[:charset] = params.delete('charset') || settings.default_encoding
+ end
+ params.delete :charset if mime_type.include? 'charset'
+ unless params.empty?
+ mime_type << (mime_type.include?(';') ? ', ' : ';')
+ mime_type << params.map do |key, val|
+ val = val.inspect if val =~ /[";,]/
+ "#{key}=#{val}"
+ end.join(', ')
+ end
+ response['Content-Type'] = mime_type
+ end
+
+ # Set the Content-Disposition to "attachment" with the specified filename,
+ # instructing the user agents to prompt to save.
+ def attachment(filename = nil, disposition = 'attachment')
+ response['Content-Disposition'] = disposition.to_s
+ if filename
+ params = '; filename="%s"' % File.basename(filename)
+ response['Content-Disposition'] << params
+ ext = File.extname(filename)
+ content_type(ext) unless response['Content-Type'] or ext.empty?
+ end
+ end
+
+ # Use the contents of the file at +path+ as the response body.
+ def send_file(path, opts = {})
+ if opts[:type] or not response['Content-Type']
+ content_type opts[:type] || File.extname(path), :default => 'application/octet-stream'
+ end
+
+ disposition = opts[:disposition]
+ filename = opts[:filename]
+ disposition = 'attachment' if disposition.nil? and filename
+ filename = path if filename.nil?
+ attachment(filename, disposition) if disposition
+
+ last_modified opts[:last_modified] if opts[:last_modified]
+
+ file = Rack::File.new nil
+ file.path = path
+ result = file.serving env
+ result[1].each { |k,v| headers[k] ||= v }
+ headers['Content-Length'] = result[1]['Content-Length']
+ opts[:status] &&= Integer(opts[:status])
+ halt opts[:status] || result[0], result[2]
+ rescue Errno::ENOENT
+ not_found
+ end
+
+ # Class of the response body in case you use #stream.
+ #
+ # Three things really matter: The front and back block (back being the
+ # block generating content, front the one sending it to the client) and
+ # the scheduler, integrating with whatever concurrency feature the Rack
+ # handler is using.
+ #
+ # Scheduler has to respond to defer and schedule.
+ class Stream
+ def self.schedule(*) yield end
+ def self.defer(*) yield end
+
+ def initialize(scheduler = self.class, keep_open = false, &back)
+ @back, @scheduler, @keep_open = back.to_proc, scheduler, keep_open
+ @callbacks, @closed = [], false
+ end
+
+ def close
+ return if closed?
+ @closed = true
+ @scheduler.schedule { @callbacks.each { |c| c.call }}
+ end
+
+ def each(&front)
+ @front = front
+ @scheduler.defer do
+ begin
+ @back.call(self)
+ rescue Exception => e
+ @scheduler.schedule { raise e }
+ end
+ close unless @keep_open
+ end
+ end
+
+ def <<(data)
+ @scheduler.schedule { @front.call(data.to_s) }
+ self
+ end
+
+ def callback(&block)
+ return yield if closed?
+ @callbacks << block
+ end
+
+ alias errback callback
+
+ def closed?
+ @closed
+ end
+ end
+
+ # Allows to start sending data to the client even though later parts of
+ # the response body have not yet been generated.
+ #
+ # The close parameter specifies whether Stream#close should be called
+ # after the block has been executed. This is only relevant for evented
+ # servers like Thin or Rainbows.
+ def stream(keep_open = false)
+ scheduler = env['async.callback'] ? EventMachine : Stream
+ current = @params.dup
+ body Stream.new(scheduler, keep_open) { |out| with_params(current) { yield(out) } }
+ end
+
+ # Specify response freshness policy for HTTP caches (Cache-Control header).
+ # Any number of non-value directives (:public, :private, :no_cache,
+ # :no_store, :must_revalidate, :proxy_revalidate) may be passed along with
+ # a Hash of value directives (:max_age, :min_stale, :s_max_age).
+ #
+ # cache_control :public, :must_revalidate, :max_age => 60
+ # => Cache-Control: public, must-revalidate, max-age=60
+ #
+ # See RFC 2616 / 14.9 for more on standard cache control directives:
+ # http://tools.ietf.org/html/rfc2616#section-14.9.1
+ def cache_control(*values)
+ if values.last.kind_of?(Hash)
+ hash = values.pop
+ hash.reject! { |k,v| v == false }
+ hash.reject! { |k,v| values << k if v == true }
+ else
+ hash = {}
+ end
+
+ values.map! { |value| value.to_s.tr('_','-') }
+ hash.each do |key, value|
+ key = key.to_s.tr('_', '-')
+ value = value.to_i if key == "max-age"
+ values << "#{key}=#{value}"
+ end
+
+ response['Cache-Control'] = values.join(', ') if values.any?
+ end
+
+ # Set the Expires header and Cache-Control/max-age directive. Amount
+ # can be an integer number of seconds in the future or a Time object
+ # indicating when the response should be considered "stale". The remaining
+ # "values" arguments are passed to the #cache_control helper:
+ #
+ # expires 500, :public, :must_revalidate
+ # => Cache-Control: public, must-revalidate, max-age=60
+ # => Expires: Mon, 08 Jun 2009 08:50:17 GMT
+ #
+ def expires(amount, *values)
+ values << {} unless values.last.kind_of?(Hash)
+
+ if amount.is_a? Integer
+ time = Time.now + amount.to_i
+ max_age = amount
+ else
+ time = time_for amount
+ max_age = time - Time.now
+ end
+
+ values.last.merge!(:max_age => max_age)
+ cache_control(*values)
+
+ response['Expires'] = time.httpdate
+ end
+
+ # Set the last modified time of the resource (HTTP 'Last-Modified' header)
+ # and halt if conditional GET matches. The +time+ argument is a Time,
+ # DateTime, or other object that responds to +to_time+.
+ #
+ # When the current request includes an 'If-Modified-Since' header that is
+ # equal or later than the time specified, execution is immediately halted
+ # with a '304 Not Modified' response.
+ def last_modified(time)
+ return unless time
+ time = time_for time
+ response['Last-Modified'] = time.httpdate
+ return if env['HTTP_IF_NONE_MATCH']
+
+ if status == 200 and env['HTTP_IF_MODIFIED_SINCE']
+ # compare based on seconds since epoch
+ since = Time.httpdate(env['HTTP_IF_MODIFIED_SINCE']).to_i
+ halt 304 if since >= time.to_i
+ end
+
+ if (success? or status == 412) and env['HTTP_IF_UNMODIFIED_SINCE']
+ # compare based on seconds since epoch
+ since = Time.httpdate(env['HTTP_IF_UNMODIFIED_SINCE']).to_i
+ halt 412 if since < time.to_i
+ end
+ rescue ArgumentError
+ end
+
+ ETAG_KINDS = [:strong, :weak]
+ # Set the response entity tag (HTTP 'ETag' header) and halt if conditional
+ # GET matches. The +value+ argument is an identifier that uniquely
+ # identifies the current version of the resource. The +kind+ argument
+ # indicates whether the etag should be used as a :strong (default) or :weak
+ # cache validator.
+ #
+ # When the current request includes an 'If-None-Match' header with a
+ # matching etag, execution is immediately halted. If the request method is
+ # GET or HEAD, a '304 Not Modified' response is sent.
+ def etag(value, options = {})
+ # Before touching this code, please double check RFC 2616 14.24 and 14.26.
+ options = {:kind => options} unless Hash === options
+ kind = options[:kind] || :strong
+ new_resource = options.fetch(:new_resource) { request.post? }
+
+ unless ETAG_KINDS.include?(kind)
+ raise ArgumentError, ":strong or :weak expected"
+ end
+
+ value = '"%s"' % value
+ value = "W/#{value}" if kind == :weak
+ response['ETag'] = value
+
+ if success? or status == 304
+ if etag_matches? env['HTTP_IF_NONE_MATCH'], new_resource
+ halt(request.safe? ? 304 : 412)
+ end
+
+ if env['HTTP_IF_MATCH']
+ halt 412 unless etag_matches? env['HTTP_IF_MATCH'], new_resource
+ end
+ end
+ end
+
+ # Sugar for redirect (example: redirect back)
+ def back
+ request.referer
+ end
+
+ # whether or not the status is set to 1xx
+ def informational?
+ status.between? 100, 199
+ end
+
+ # whether or not the status is set to 2xx
+ def success?
+ status.between? 200, 299
+ end
+
+ # whether or not the status is set to 3xx
+ def redirect?
+ status.between? 300, 399
+ end
+
+ # whether or not the status is set to 4xx
+ def client_error?
+ status.between? 400, 499
+ end
+
+ # whether or not the status is set to 5xx
+ def server_error?
+ status.between? 500, 599
+ end
+
+ # whether or not the status is set to 404
+ def not_found?
+ status == 404
+ end
+
+ # Generates a Time object from the given value.
+ # Used by #expires and #last_modified.
+ def time_for(value)
+ if value.respond_to? :to_time
+ value.to_time
+ elsif value.is_a? Time
+ value
+ elsif value.respond_to? :new_offset
+ # DateTime#to_time does the same on 1.9
+ d = value.new_offset 0
+ t = Time.utc d.year, d.mon, d.mday, d.hour, d.min, d.sec + d.sec_fraction
+ t.getlocal
+ elsif value.respond_to? :mday
+ # Date#to_time does the same on 1.9
+ Time.local(value.year, value.mon, value.mday)
+ elsif value.is_a? Numeric
+ Time.at value
+ else
+ Time.parse value.to_s
+ end
+ rescue ArgumentError => boom
+ raise boom
+ rescue Exception
+ raise ArgumentError, "unable to convert #{value.inspect} to a Time object"
+ end
+
+ private
+
+ # Helper method checking if a ETag value list includes the current ETag.
+ def etag_matches?(list, new_resource = request.post?)
+ return !new_resource if list == '*'
+ list.to_s.split(/\s*,\s*/).include? response['ETag']
+ end
+
+ def with_params(temp_params)
+ original, @params = @params, temp_params
+ yield
+ ensure
+ @params = original if original
+ end
+ end
+
+ private
+
+ # Template rendering methods. Each method takes the name of a template
+ # to render as a Symbol and returns a String with the rendered output,
+ # as well as an optional hash with additional options.
+ #
+ # `template` is either the name or path of the template as symbol
+ # (Use `:'subdir/myview'` for views in subdirectories), or a string
+ # that will be rendered.
+ #
+ # Possible options are:
+ # :content_type The content type to use, same arguments as content_type.
+ # :layout If set to something falsy, no layout is rendered, otherwise
+ # the specified layout is used (Ignored for `sass` and `less`)
+ # :layout_engine Engine to use for rendering the layout.
+ # :locals A hash with local variables that should be available
+ # in the template
+ # :scope If set, template is evaluate with the binding of the given
+ # object rather than the application instance.
+ # :views Views directory to use.
+ module Templates
+ module ContentTyped
+ attr_accessor :content_type
+ end
+
+ def initialize
+ super
+ @default_layout = :layout
+ @preferred_extension = nil
+ end
+
+ def erb(template, options = {}, locals = {}, &block)
+ render(:erb, template, options, locals, &block)
+ end
+
+ def erubis(template, options = {}, locals = {})
+ warn "Sinatra::Templates#erubis is deprecated and will be removed, use #erb instead.\n" \
+ "If you have Erubis installed, it will be used automatically."
+ render :erubis, template, options, locals
+ end
+
+ def haml(template, options = {}, locals = {}, &block)
+ render(:haml, template, options, locals, &block)
+ end
+
+ def sass(template, options = {}, locals = {})
+ options.merge! :layout => false, :default_content_type => :css
+ render :sass, template, options, locals
+ end
+
+ def scss(template, options = {}, locals = {})
+ options.merge! :layout => false, :default_content_type => :css
+ render :scss, template, options, locals
+ end
+
+ def less(template, options = {}, locals = {})
+ options.merge! :layout => false, :default_content_type => :css
+ render :less, template, options, locals
+ end
+
+ def stylus(template, options={}, locals={})
+ options.merge! :layout => false, :default_content_type => :css
+ render :styl, template, options, locals
+ end
+
+ def builder(template = nil, options = {}, locals = {}, &block)
+ options[:default_content_type] = :xml
+ render_ruby(:builder, template, options, locals, &block)
+ end
+
+ def liquid(template, options = {}, locals = {}, &block)
+ render(:liquid, template, options, locals, &block)
+ end
+
+ def markdown(template, options = {}, locals = {})
+ render :markdown, template, options, locals
+ end
+
+ def textile(template, options = {}, locals = {})
+ render :textile, template, options, locals
+ end
+
+ def rdoc(template, options = {}, locals = {})
+ render :rdoc, template, options, locals
+ end
+
+ def asciidoc(template, options = {}, locals = {})
+ render :asciidoc, template, options, locals
+ end
+
+ def radius(template, options = {}, locals = {})
+ render :radius, template, options, locals
+ end
+
+ def markaby(template = nil, options = {}, locals = {}, &block)
+ render_ruby(:mab, template, options, locals, &block)
+ end
+
+ def coffee(template, options = {}, locals = {})
+ options.merge! :layout => false, :default_content_type => :js
+ render :coffee, template, options, locals
+ end
+
+ def nokogiri(template = nil, options = {}, locals = {}, &block)
+ options[:default_content_type] = :xml
+ render_ruby(:nokogiri, template, options, locals, &block)
+ end
+
+ def slim(template, options = {}, locals = {}, &block)
+ render(:slim, template, options, locals, &block)
+ end
+
+ def creole(template, options = {}, locals = {})
+ render :creole, template, options, locals
+ end
+
+ def mediawiki(template, options = {}, locals = {})
+ render :mediawiki, template, options, locals
+ end
+
+ def wlang(template, options = {}, locals = {}, &block)
+ render(:wlang, template, options, locals, &block)
+ end
+
+ def yajl(template, options = {}, locals = {})
+ options[:default_content_type] = :json
+ render :yajl, template, options, locals
+ end
+
+ def rabl(template, options = {}, locals = {})
+ Rabl.register!
+ render :rabl, template, options, locals
+ end
+
+ # Calls the given block for every possible template file in views,
+ # named name.ext, where ext is registered on engine.
+ def find_template(views, name, engine)
+ yield ::File.join(views, "#{name}.#{@preferred_extension}")
+
+ if Tilt.respond_to?(:mappings)
+ Tilt.mappings.each do |ext, engines|
+ next unless ext != @preferred_extension and engines.include? engine
+ yield ::File.join(views, "#{name}.#{ext}")
+ end
+ else
+ Tilt.default_mapping.extensions_for(engine).each do |ext|
+ yield ::File.join(views, "#{name}.#{ext}") unless ext == @preferred_extension
+ end
+ end
+ end
+
+ private
+
+ # logic shared between builder and nokogiri
+ def render_ruby(engine, template, options = {}, locals = {}, &block)
+ options, template = template, nil if template.is_a?(Hash)
+ template = Proc.new { block } if template.nil?
+ render engine, template, options, locals
+ end
+
+ def render(engine, data, options = {}, locals = {}, &block)
+ # merge app-level options
+ engine_options = settings.respond_to?(engine) ? settings.send(engine) : {}
+ options.merge!(engine_options) { |key, v1, v2| v1 }
+
+ # extract generic options
+ locals = options.delete(:locals) || locals || {}
+ views = options.delete(:views) || settings.views || "./views"
+ layout = options[:layout]
+ layout = false if layout.nil? && options.include?(:layout)
+ eat_errors = layout.nil?
+ layout = engine_options[:layout] if layout.nil? or (layout == true && engine_options[:layout] != false)
+ layout = @default_layout if layout.nil? or layout == true
+ layout_options = options.delete(:layout_options) || {}
+ content_type = options.delete(:content_type) || options.delete(:default_content_type)
+ layout_engine = options.delete(:layout_engine) || engine
+ scope = options.delete(:scope) || self
+ options.delete(:layout)
+
+ # set some defaults
+ options[:outvar] ||= '@_out_buf'
+ options[:default_encoding] ||= settings.default_encoding
+
+ # compile and render template
+ begin
+ layout_was = @default_layout
+ @default_layout = false
+ template = compile_template(engine, data, options, views)
+ output = template.render(scope, locals, &block)
+ ensure
+ @default_layout = layout_was
+ end
+
+ # render layout
+ if layout
+ options = options.merge(:views => views, :layout => false, :eat_errors => eat_errors, :scope => scope).
+ merge!(layout_options)
+ catch(:layout_missing) { return render(layout_engine, layout, options, locals) { output } }
+ end
+
+ output.extend(ContentTyped).content_type = content_type if content_type
+ output
+ end
+
+ def compile_template(engine, data, options, views)
+ eat_errors = options.delete :eat_errors
+ template_cache.fetch engine, data, options, views do
+ template = Tilt[engine]
+ raise "Template engine not found: #{engine}" if template.nil?
+
+ case data
+ when Symbol
+ body, path, line = settings.templates[data]
+ if body
+ body = body.call if body.respond_to?(:call)
+ template.new(path, line.to_i, options) { body }
+ else
+ found = false
+ @preferred_extension = engine.to_s
+ find_template(views, data, template) do |file|
+ path ||= file # keep the initial path rather than the last one
+ if found = File.exist?(file)
+ path = file
+ break
+ end
+ end
+ throw :layout_missing if eat_errors and not found
+ template.new(path, 1, options)
+ end
+ when Proc, String
+ body = data.is_a?(String) ? Proc.new { data } : data
+ path, line = settings.caller_locations.first
+ template.new(path, line.to_i, options, &body)
+ else
+ raise ArgumentError, "Sorry, don't know how to render #{data.inspect}."
+ end
+ end
+ end
+ end
+
+ # Base class for all Sinatra applications and middleware.
+ class Base
+ include Rack::Utils
+ include Helpers
+ include Templates
+
+ URI_INSTANCE = URI.const_defined?(:Parser) ? URI::Parser.new : URI
+
+ attr_accessor :app, :env, :request, :response, :params
+ attr_reader :template_cache
+
+ def initialize(app = nil)
+ super()
+ @app = app
+ @template_cache = Tilt::Cache.new
+ yield self if block_given?
+ end
+
+ # Rack call interface.
+ def call(env)
+ dup.call!(env)
+ end
+
+ def call!(env) # :nodoc:
+ @env = env
+ @request = Request.new(env)
+ @response = Response.new
+ @params = indifferent_params(@request.params)
+ template_cache.clear if settings.reload_templates
+ force_encoding(@params)
+
+ @response['Content-Type'] = nil
+ invoke { dispatch! }
+ invoke { error_block!(response.status) } unless @env['sinatra.error']
+
+ unless @response['Content-Type']
+ if Array === body and body[0].respond_to? :content_type
+ content_type body[0].content_type
+ else
+ content_type :html
+ end
+ end
+
+ @response.finish
+ end
+
+ # Access settings defined with Base.set.
+ def self.settings
+ self
+ end
+
+ # Access settings defined with Base.set.
+ def settings
+ self.class.settings
+ end
+
+ def options
+ warn "Sinatra::Base#options is deprecated and will be removed, " \
+ "use #settings instead."
+ settings
+ end
+
+ # Exit the current block, halts any further processing
+ # of the request, and returns the specified response.
+ def halt(*response)
+ response = response.first if response.length == 1
+ throw :halt, response
+ end
+
+ # Pass control to the next matching route.
+ # If there are no more matching routes, Sinatra will
+ # return a 404 response.
+ def pass(&block)
+ throw :pass, block
+ end
+
+ # Forward the request to the downstream app -- middleware only.
+ def forward
+ fail "downstream app not set" unless @app.respond_to? :call
+ status, headers, body = @app.call env
+ @response.status = status
+ @response.body = body
+ @response.headers.merge! headers
+ nil
+ end
+
+ private
+
+ # Run filters defined on the class and all superclasses.
+ def filter!(type, base = settings)
+ filter! type, base.superclass if base.superclass.respond_to?(:filters)
+ base.filters[type].each { |args| process_route(*args) }
+ end
+
+ # Run routes defined on the class and all superclasses.
+ def route!(base = settings, pass_block = nil)
+ if routes = base.routes[@request.request_method]
+ routes.each do |pattern, keys, conditions, block|
+ returned_pass_block = process_route(pattern, keys, conditions) do |*args|
+ env['sinatra.route'] = block.instance_variable_get(:@route_name)
+ route_eval { block[*args] }
+ end
+
+ # don't wipe out pass_block in superclass
+ pass_block = returned_pass_block if returned_pass_block
+ end
+ end
+
+ # Run routes defined in superclass.
+ if base.superclass.respond_to?(:routes)
+ return route!(base.superclass, pass_block)
+ end
+
+ route_eval(&pass_block) if pass_block
+ route_missing
+ end
+
+ # Run a route block and throw :halt with the result.
+ def route_eval
+ throw :halt, yield
+ end
+
+ # If the current request matches pattern and conditions, fill params
+ # with keys and call the given block.
+ # Revert params afterwards.
+ #
+ # Returns pass block.
+ def process_route(pattern, keys, conditions, block = nil, values = [])
+ route = @request.path_info
+ route = '/' if route.empty? and not settings.empty_path_info?
+ return unless match = pattern.match(route)
+ values += match.captures.map! { |v| force_encoding URI_INSTANCE.unescape(v) if v }
+
+ if values.any?
+ original, @params = params, params.merge('splat' => [], 'captures' => values)
+ keys.zip(values) { |k,v| Array === @params[k] ? @params[k] << v : @params[k] = v if v }
+ end
+
+ catch(:pass) do
+ conditions.each { |c| throw :pass if c.bind(self).call == false }
+ block ? block[self, values] : yield(self, values)
+ end
+ ensure
+ @params = original if original
+ end
+
+ # No matching route was found or all routes passed. The default
+ # implementation is to forward the request downstream when running
+ # as middleware (@app is non-nil); when no downstream app is set, raise
+ # a NotFound exception. Subclasses can override this method to perform
+ # custom route miss logic.
+ def route_missing
+ if @app
+ forward
+ else
+ raise NotFound
+ end
+ end
+
+ # Attempt to serve static files from public directory. Throws :halt when
+ # a matching file is found, returns nil otherwise.
+ def static!(options = {})
+ return if (public_dir = settings.public_folder).nil?
+ path = File.expand_path("#{public_dir}#{unescape(request.path_info)}" )
+ return unless File.file?(path)
+
+ env['sinatra.static_file'] = path
+ cache_control(*settings.static_cache_control) if settings.static_cache_control?
+ send_file path, options.merge(:disposition => nil)
+ end
+
+ # Enable string or symbol key access to the nested params hash.
+ def indifferent_params(object)
+ case object
+ when Hash
+ new_hash = indifferent_hash
+ object.each { |key, value| new_hash[key] = indifferent_params(value) }
+ new_hash
+ when Array
+ object.map { |item| indifferent_params(item) }
+ else
+ object
+ end
+ end
+
+ # Creates a Hash with indifferent access.
+ def indifferent_hash
+ Hash.new {|hash,key| hash[key.to_s] if Symbol === key }
+ end
+
+ # Run the block with 'throw :halt' support and apply result to the response.
+ def invoke
+ res = catch(:halt) { yield }
+ res = [res] if Fixnum === res or String === res
+ if Array === res and Fixnum === res.first
+ res = res.dup
+ status(res.shift)
+ body(res.pop)
+ headers(*res)
+ elsif res.respond_to? :each
+ body res
+ end
+ nil # avoid double setting the same response tuple twice
+ end
+
+ # Dispatch a request with error handling.
+ def dispatch!
+ invoke do
+ static! if settings.static? && (request.get? || request.head?)
+ filter! :before
+ route!
+ end
+ rescue ::Exception => boom
+ invoke { handle_exception!(boom) }
+ ensure
+ begin
+ filter! :after unless env['sinatra.static_file']
+ rescue ::Exception => boom
+ invoke { handle_exception!(boom) } unless @env['sinatra.error']
+ end
+ end
+
+ # Error handling during requests.
+ def handle_exception!(boom)
+ @env['sinatra.error'] = boom
+
+ if boom.respond_to? :http_status
+ status(boom.http_status)
+ elsif settings.use_code? and boom.respond_to? :code and boom.code.between? 400, 599
+ status(boom.code)
+ else
+ status(500)
+ end
+
+ status(500) unless status.between? 400, 599
+
+ if server_error?
+ dump_errors! boom if settings.dump_errors?
+ raise boom if settings.show_exceptions? and settings.show_exceptions != :after_handler
+ end
+
+ if not_found?
+ headers['X-Cascade'] = 'pass' if settings.x_cascade?
+ body '<h1>Not Found</h1>'
+ end
+
+ res = error_block!(boom.class, boom) || error_block!(status, boom)
+ return res if res or not server_error?
+ raise boom if settings.raise_errors? or settings.show_exceptions?
+ error_block! Exception, boom
+ end
+
+ # Find an custom error block for the key(s) specified.
+ def error_block!(key, *block_params)
+ base = settings
+ while base.respond_to?(:errors)
+ next base = base.superclass unless args_array = base.errors[key]
+ args_array.reverse_each do |args|
+ first = args == args_array.first
+ args += [block_params]
+ resp = process_route(*args)
+ return resp unless resp.nil? && !first
+ end
+ end
+ return false unless key.respond_to? :superclass and key.superclass < Exception
+ error_block!(key.superclass, *block_params)
+ end
+
+ def dump_errors!(boom)
+ msg = ["#{Time.now.strftime("%Y-%m-%d %H:%M:%S")} - #{boom.class} - #{boom.message}:", *boom.backtrace].join("\n\t")
+ @env['rack.errors'].puts(msg)
+ end
+
+ class << self
+ CALLERS_TO_IGNORE = [ # :nodoc:
+ /\/sinatra(\/(base|main|show_exceptions))?\.rb$/, # all sinatra code
+ /lib\/tilt.*\.rb$/, # all tilt code
+ /^\(.*\)$/, # generated code
+ /rubygems\/(custom|core_ext\/kernel)_require\.rb$/, # rubygems require hacks
+ /active_support/, # active_support require hacks
+ /bundler(\/runtime)?\.rb/, # bundler require hacks
+ /<internal:/, # internal in ruby >= 1.9.2
+ /src\/kernel\/bootstrap\/[A-Z]/ # maglev kernel files
+ ]
+
+ # contrary to what the comment said previously, rubinius never supported this
+ if defined?(RUBY_IGNORE_CALLERS)
+ warn "RUBY_IGNORE_CALLERS is deprecated and will no longer be supported by Sinatra 2.0"
+ CALLERS_TO_IGNORE.concat(RUBY_IGNORE_CALLERS)
+ end
+
+ attr_reader :routes, :filters, :templates, :errors
+
+ # Removes all routes, filters, middleware and extension hooks from the
+ # current class (not routes/filters/... defined by its superclass).
+ def reset!
+ @conditions = []
+ @routes = {}
+ @filters = {:before => [], :after => []}
+ @errors = {}
+ @middleware = []
+ @prototype = nil
+ @extensions = []
+
+ if superclass.respond_to?(:templates)
+ @templates = Hash.new { |hash,key| superclass.templates[key] }
+ else
+ @templates = {}
+ end
+ end
+
+ # Extension modules registered on this class and all superclasses.
+ def extensions
+ if superclass.respond_to?(:extensions)
+ (@extensions + superclass.extensions).uniq
+ else
+ @extensions
+ end
+ end
+
+ # Middleware used in this class and all superclasses.
+ def middleware
+ if superclass.respond_to?(:middleware)
+ superclass.middleware + @middleware
+ else
+ @middleware
+ end
+ end
+
+ # Sets an option to the given value. If the value is a proc,
+ # the proc will be called every time the option is accessed.
+ def set(option, value = (not_set = true), ignore_setter = false, &block)
+ raise ArgumentError if block and !not_set
+ value, not_set = block, false if block
+
+ if not_set
+ raise ArgumentError unless option.respond_to?(:each)
+ option.each { |k,v| set(k, v) }
+ return self
+ end
+
+ if respond_to?("#{option}=") and not ignore_setter
+ return __send__("#{option}=", value)
+ end
+
+ setter = proc { |val| set option, val, true }
+ getter = proc { value }
+
+ case value
+ when Proc
+ getter = value
+ when Symbol, Fixnum, FalseClass, TrueClass, NilClass
+ getter = value.inspect
+ when Hash
+ setter = proc do |val|
+ val = value.merge val if Hash === val
+ set option, val, true
+ end
+ end
+
+ define_singleton("#{option}=", setter) if setter
+ define_singleton(option, getter) if getter
+ define_singleton("#{option}?", "!!#{option}") unless method_defined? "#{option}?"
+ self
+ end
+
+ # Same as calling `set :option, true` for each of the given options.
+ def enable(*opts)
+ opts.each { |key| set(key, true) }
+ end
+
+ # Same as calling `set :option, false` for each of the given options.
+ def disable(*opts)
+ opts.each { |key| set(key, false) }
+ end
+
+ # Define a custom error handler. Optionally takes either an Exception
+ # class, or an HTTP status code to specify which errors should be
+ # handled.
+ def error(*codes, &block)
+ args = compile! "ERROR", //, block
+ codes = codes.map { |c| Array(c) }.flatten
+ codes << Exception if codes.empty?
+ codes.each { |c| (@errors[c] ||= []) << args }
+ end
+
+ # Sugar for `error(404) { ... }`
+ def not_found(&block)
+ error(404, &block)
+ error(Sinatra::NotFound, &block)
+ end
+
+ # Define a named template. The block must return the template source.
+ def template(name, &block)
+ filename, line = caller_locations.first
+ templates[name] = [block, filename, line.to_i]
+ end
+
+ # Define the layout template. The block must return the template source.
+ def layout(name = :layout, &block)
+ template name, &block
+ end
+
+ # Load embedded templates from the file; uses the caller's __FILE__
+ # when no file is specified.
+ def inline_templates=(file = nil)
+ file = (file.nil? || file == true) ? (caller_files.first || File.expand_path($0)) : file
+
+ begin
+ io = ::IO.respond_to?(:binread) ? ::IO.binread(file) : ::IO.read(file)
+ app, data = io.gsub("\r\n", "\n").split(/^__END__$/, 2)
+ rescue Errno::ENOENT
+ app, data = nil
+ end
+
+ if data
+ if app and app =~ /([^\n]*\n)?#[^\n]*coding: *(\S+)/m
+ encoding = $2
+ else
+ encoding = settings.default_encoding
+ end
+ lines = app.count("\n") + 1
+ template = nil
+ force_encoding data, encoding
+ data.each_line do |line|
+ lines += 1
+ if line =~ /^@@\s*(.*\S)\s*$/
+ template = force_encoding('', encoding)
+ templates[$1.to_sym] = [template, file, lines]
+ elsif template
+ template << line
+ end
+ end
+ end
+ end
+
+ # Lookup or register a mime type in Rack's mime registry.
+ def mime_type(type, value = nil)
+ return type if type.nil?
+ return type.to_s if type.to_s.include?('/')
+ type = ".#{type}" unless type.to_s[0] == ?.
+ return Rack::Mime.mime_type(type, nil) unless value
+ Rack::Mime::MIME_TYPES[type] = value
+ end
+
+ # provides all mime types matching type, including deprecated types:
+ # mime_types :html # => ['text/html']
+ # mime_types :js # => ['application/javascript', 'text/javascript']
+ def mime_types(type)
+ type = mime_type type
+ type =~ /^application\/(xml|javascript)$/ ? [type, "text/#$1"] : [type]
+ end
+
+ # Define a before filter; runs before all requests within the same
+ # context as route handlers and may access/modify the request and
+ # response.
+ def before(path = nil, options = {}, &block)
+ add_filter(:before, path, options, &block)
+ end
+
+ # Define an after filter; runs after all requests within the same
+ # context as route handlers and may access/modify the request and
+ # response.
+ def after(path = nil, options = {}, &block)
+ add_filter(:after, path, options, &block)
+ end
+
+ # add a filter
+ def add_filter(type, path = nil, options = {}, &block)
+ path, options = //, path if path.respond_to?(:each_pair)
+ filters[type] << compile!(type, path || //, block, options)
+ end
+
+ # Add a route condition. The route is considered non-matching when the
+ # block returns false.
+ def condition(name = "#{caller.first[/`.*'/]} condition", &block)
+ @conditions << generate_method(name, &block)
+ end
+
+ def public=(value)
+ warn ":public is no longer used to avoid overloading Module#public, use :public_folder or :public_dir instead"
+ set(:public_folder, value)
+ end
+
+ def public_dir=(value)
+ self.public_folder = value
+ end
+
+ def public_dir
+ public_folder
+ end
+
+ # Defining a `GET` handler also automatically defines
+ # a `HEAD` handler.
+ def get(path, opts = {}, &block)
+ conditions = @conditions.dup
+ route('GET', path, opts, &block)
+
+ @conditions = conditions
+ route('HEAD', path, opts, &block)
+ end
+
+ def put(path, opts = {}, &bk) route 'PUT', path, opts, &bk end
+ def post(path, opts = {}, &bk) route 'POST', path, opts, &bk end
+ def delete(path, opts = {}, &bk) route 'DELETE', path, opts, &bk end
+ def head(path, opts = {}, &bk) route 'HEAD', path, opts, &bk end
+ def options(path, opts = {}, &bk) route 'OPTIONS', path, opts, &bk end
+ def patch(path, opts = {}, &bk) route 'PATCH', path, opts, &bk end
+ def link(path, opts = {}, &bk) route 'LINK', path, opts, &bk end
+ def unlink(path, opts = {}, &bk) route 'UNLINK', path, opts, &bk end
+
+ # Makes the methods defined in the block and in the Modules given
+ # in `extensions` available to the handlers and templates
+ def helpers(*extensions, &block)
+ class_eval(&block) if block_given?
+ include(*extensions) if extensions.any?
+ end
+
+ # Register an extension. Alternatively take a block from which an
+ # extension will be created and registered on the fly.
+ def register(*extensions, &block)
+ extensions << Module.new(&block) if block_given?
+ @extensions += extensions
+ extensions.each do |extension|
+ extend extension
+ extension.registered(self) if extension.respond_to?(:registered)
+ end
+ end
+
+ def development?; environment == :development end
+ def production?; environment == :production end
+ def test?; environment == :test end
+
+ # Set configuration options for Sinatra and/or the app.
+ # Allows scoping of settings for certain environments.
+ def configure(*envs)
+ yield self if envs.empty? || envs.include?(environment.to_sym)
+ end
+
+ # Use the specified Rack middleware
+ def use(middleware, *args, &block)
+ @prototype = nil
+ @middleware << [middleware, args, block]
+ end
+
+ # Stop the self-hosted server if running.
+ def quit!
+ return unless running?
+ # Use Thin's hard #stop! if available, otherwise just #stop.
+ running_server.respond_to?(:stop!) ? running_server.stop! : running_server.stop
+ $stderr.puts "== Sinatra has ended his set (crowd applauds)" unless handler_name =~/cgi/i
+ set :running_server, nil
+ set :handler_name, nil
+ end
+
+ alias_method :stop!, :quit!
+
+ # Run the Sinatra app as a self-hosted server using
+ # Thin, Puma, Mongrel, or WEBrick (in that order). If given a block, will call
+ # with the constructed handler once we have taken the stage.
+ def run!(options = {}, &block)
+ return if running?
+ set options
+ handler = detect_rack_handler
+ handler_name = handler.name.gsub(/.*::/, '')
+ server_settings = settings.respond_to?(:server_settings) ? settings.server_settings : {}
+ server_settings.merge!(:Port => port, :Host => bind)
+
+ begin
+ start_server(handler, server_settings, handler_name, &block)
+ rescue Errno::EADDRINUSE
+ $stderr.puts "== Someone is already performing on port #{port}!"
+ raise
+ ensure
+ quit!
+ end
+ end
+
+ alias_method :start!, :run!
+
+ # Check whether the self-hosted server is running or not.
+ def running?
+ running_server?
+ end
+
+ # The prototype instance used to process requests.
+ def prototype
+ @prototype ||= new
+ end
+
+ # Create a new instance without middleware in front of it.
+ alias new! new unless method_defined? :new!
+
+ # Create a new instance of the class fronted by its middleware
+ # pipeline. The object is guaranteed to respond to #call but may not be
+ # an instance of the class new was called on.
+ def new(*args, &bk)
+ instance = new!(*args, &bk)
+ Wrapper.new(build(instance).to_app, instance)
+ end
+
+ # Creates a Rack::Builder instance with all the middleware set up and
+ # the given +app+ as end point.
+ def build(app)
+ builder = Rack::Builder.new
+ setup_default_middleware builder
+ setup_middleware builder
+ builder.run app
+ builder
+ end
+
+ def call(env)
+ synchronize { prototype.call(env) }
+ end
+
+ # Like Kernel#caller but excluding certain magic entries and without
+ # line / method information; the resulting array contains filenames only.
+ def caller_files
+ cleaned_caller(1).flatten
+ end
+
+ # Like caller_files, but containing Arrays rather than strings with the
+ # first element being the file, and the second being the line.
+ def caller_locations
+ cleaned_caller 2
+ end
+
+ private
+
+ # Starts the server by running the Rack Handler.
+ def start_server(handler, server_settings, handler_name)
+ handler.run(self, server_settings) do |server|
+ unless handler_name =~ /cgi/i
+ $stderr.puts "== Sinatra (v#{Sinatra::VERSION}) has taken the stage on #{port} for #{environment} with backup from #{handler_name}"
+ end
+
+ setup_traps
+ set :running_server, server
+ set :handler_name, handler_name
+ server.threaded = settings.threaded if server.respond_to? :threaded=
+
+ yield server if block_given?
+ end
+ end
+
+ def setup_traps
+ if traps?
+ at_exit { quit! }
+
+ [:INT, :TERM].each do |signal|
+ old_handler = trap(signal) do
+ quit!
+ old_handler.call if old_handler.respond_to?(:call)
+ end
+ end
+
+ set :traps, false
+ end
+ end
+
+ # Dynamically defines a method on settings.
+ def define_singleton(name, content = Proc.new)
+ # replace with call to singleton_class once we're 1.9 only
+ (class << self; self; end).class_eval do
+ undef_method(name) if method_defined? name
+ String === content ? class_eval("def #{name}() #{content}; end") : define_method(name, &content)
+ end
+ end
+
+ # Condition for matching host name. Parameter might be String or Regexp.
+ def host_name(pattern)
+ condition { pattern === request.host }
+ end
+
+ # Condition for matching user agent. Parameter should be Regexp.
+ # Will set params[:agent].
+ def user_agent(pattern)
+ condition do
+ if request.user_agent.to_s =~ pattern
+ @params[:agent] = $~[1..-1]
+ true
+ else
+ false
+ end
+ end
+ end
+ alias_method :agent, :user_agent
+
+ # Condition for matching mimetypes. Accepts file extensions.
+ def provides(*types)
+ types.map! { |t| mime_types(t) }
+ types.flatten!
+ condition do
+ if type = response['Content-Type']
+ types.include? type or types.include? type[/^[^;]+/]
+ elsif type = request.preferred_type(types)
+ params = (type.respond_to?(:params) ? type.params : {})
+ content_type(type, params)
+ true
+ else
+ false
+ end
+ end
+ end
+
+ def route(verb, path, options = {}, &block)
+ # Because of self.options.host
+ host_name(options.delete(:host)) if options.key?(:host)
+ enable :empty_path_info if path == "" and empty_path_info.nil?
+ signature = compile!(verb, path, block, options)
+ (@routes[verb] ||= []) << signature
+ invoke_hook(:route_added, verb, path, block)
+ signature
+ end
+
+ def invoke_hook(name, *args)
+ extensions.each { |e| e.send(name, *args) if e.respond_to?(name) }
+ end
+
+ def generate_method(method_name, &block)
+ method_name = method_name.to_sym
+ define_method(method_name, &block)
+ method = instance_method method_name
+ remove_method method_name
+ method
+ end
+
+ def compile!(verb, path, block, options = {})
+ options.each_pair { |option, args| send(option, *args) }
+ method_name = "#{verb} #{path}"
+ unbound_method = generate_method(method_name, &block)
+ pattern, keys = compile path
+ conditions, @conditions = @conditions, []
+
+ wrapper = block.arity != 0 ?
+ proc { |a,p| unbound_method.bind(a).call(*p) } :
+ proc { |a,p| unbound_method.bind(a).call }
+ wrapper.instance_variable_set(:@route_name, method_name)
+
+ [ pattern, keys, conditions, wrapper ]
+ end
+
+ def compile(path)
+ if path.respond_to? :to_str
+ keys = []
+
+ # We append a / at the end if there was one.
+ # Reason: Splitting does not split off an empty
+ # string at the end if the split separator
+ # is at the end.
+ #
+ postfix = '/' if path =~ /\/\z/
+
+ # Split the path into pieces in between forward slashes.
+ #
+ segments = path.split('/').map! do |segment|
+ ignore = []
+
+ # Special character handling.
+ #
+ pattern = segment.to_str.gsub(/[^\?\%\\\/\:\*\w]|:(?!\w)/) do |c|
+ ignore << escaped(c).join if c.match(/[\.@]/)
+ patt = encoded(c)
+ patt.gsub(/%[\da-fA-F]{2}/) do |match|
+ match.split(//).map! {|char| char =~ /[A-Z]/ ? "[#{char}#{char.tr('A-Z', 'a-z')}]" : char}.join
+ end
+ end
+
+ ignore = ignore.uniq.join
+
+ # Key handling.
+ #
+ pattern.gsub(/((:\w+)|\*)/) do |match|
+ if match == "*"
+ keys << 'splat'
+ "(.*?)"
+ else
+ keys << $2[1..-1]
+ ignore_pattern = safe_ignore(ignore)
+
+ ignore_pattern
+ end
+ end
+ end
+
+ # Special case handling.
+ #
+ if segment = segments.pop
+ if segment.match(/\[\^\\\./)
+ parts = segment.rpartition(/\[\^\\\./)
+ parts[1] = '[^'
+ segments << parts.join
+ else
+ segments << segment
+ end
+ end
+ [/\A#{segments.join('/')}#{postfix}\z/, keys]
+ elsif path.respond_to?(:keys) && path.respond_to?(:match)
+ [path, path.keys]
+ elsif path.respond_to?(:names) && path.respond_to?(:match)
+ [path, path.names]
+ elsif path.respond_to? :match
+ [path, []]
+ else
+ raise TypeError, path
+ end
+ end
+
+ def encoded(char)
+ enc = URI_INSTANCE.escape(char)
+ enc = "(?:#{escaped(char, enc).join('|')})" if enc == char
+ enc = "(?:#{enc}|#{encoded('+')})" if char == " "
+ enc
+ end
+
+ def escaped(char, enc = URI_INSTANCE.escape(char))
+ [Regexp.escape(enc), URI_INSTANCE.escape(char, /./)]
+ end
+
+ def safe_ignore(ignore)
+ unsafe_ignore = []
+ ignore = ignore.gsub(/%[\da-fA-F]{2}/) do |hex|
+ unsafe_ignore << hex[1..2]
+ ''
+ end
+ unsafe_patterns = unsafe_ignore.map! do |unsafe|
+ chars = unsafe.split(//).map! do |char|
+ if char =~ /[A-Z]/
+ char <<= char.tr('A-Z', 'a-z')
+ end
+ char
+ end
+
+ "|(?:%[^#{chars[0]}].|%[#{chars[0]}][^#{chars[1]}])"
+ end
+ if unsafe_patterns.length > 0
+ "((?:[^#{ignore}/?#%]#{unsafe_patterns.join()})+)"
+ else
+ "([^#{ignore}/?#]+)"
+ end
+ end
+
+ def setup_default_middleware(builder)
+ builder.use ExtendedRack
+ builder.use ShowExceptions if show_exceptions?
+ builder.use Rack::MethodOverride if method_override?
+ builder.use Rack::Head
+ setup_logging builder
+ setup_sessions builder
+ setup_protection builder
+ end
+
+ def setup_middleware(builder)
+ middleware.each { |c,a,b| builder.use(c, *a, &b) }
+ end
+
+ def setup_logging(builder)
+ if logging?
+ setup_common_logger(builder)
+ setup_custom_logger(builder)
+ elsif logging == false
+ setup_null_logger(builder)
+ end
+ end
+
+ def setup_null_logger(builder)
+ builder.use Rack::NullLogger
+ end
+
+ def setup_common_logger(builder)
+ builder.use Sinatra::CommonLogger
+ end
+
+ def setup_custom_logger(builder)
+ if logging.respond_to? :to_int
+ builder.use Rack::Logger, logging
+ else
+ builder.use Rack::Logger
+ end
+ end
+
+ def setup_protection(builder)
+ return unless protection?
+ options = Hash === protection ? protection.dup : {}
+ protect_session = options.fetch(:session) { sessions? }
+ options[:except] = Array options[:except]
+ options[:except] += [:session_hijacking, :remote_token] unless protect_session
+ options[:reaction] ||= :drop_session
+ builder.use Rack::Protection, options
+ end
+
+ def setup_sessions(builder)
+ return unless sessions?
+ options = {}
+ options[:secret] = session_secret if session_secret?
+ options.merge! sessions.to_hash if sessions.respond_to? :to_hash
+ builder.use Rack::Session::Cookie, options
+ end
+
+ def detect_rack_handler
+ servers = Array(server)
+ servers.each do |server_name|
+ begin
+ return Rack::Handler.get(server_name.to_s)
+ rescue LoadError, NameError
+ end
+ end
+ fail "Server handler (#{servers.join(',')}) not found."
+ end
+
+ def inherited(subclass)
+ subclass.reset!
+ subclass.set :app_file, caller_files.first unless subclass.app_file?
+ super
+ end
+
+ @@mutex = Mutex.new
+ def synchronize(&block)
+ if lock?
+ @@mutex.synchronize(&block)
+ else
+ yield
+ end
+ end
+
+ # used for deprecation warnings
+ def warn(message)
+ super message + "\n\tfrom #{cleaned_caller.first.join(':')}"
+ end
+
+ # Like Kernel#caller but excluding certain magic entries
+ def cleaned_caller(keep = 3)
+ caller(1).
+ map! { |line| line.split(/:(?=\d|in )/, 3)[0,keep] }.
+ reject { |file, *_| CALLERS_TO_IGNORE.any? { |pattern| file =~ pattern } }
+ end
+ end
+
+ # Fixes encoding issues by
+ # * defaulting to UTF-8
+ # * casting params to Encoding.default_external
+ #
+ # The latter might not be necessary if Rack handles it one day.
+ # Keep an eye on Rack's LH #100.
+ def force_encoding(*args) settings.force_encoding(*args) end
+ if defined? Encoding
+ def self.force_encoding(data, encoding = default_encoding)
+ return if data == settings || data.is_a?(Tempfile)
+ if data.respond_to? :force_encoding
+ data.force_encoding(encoding).encode!
+ elsif data.respond_to? :each_value
+ data.each_value { |v| force_encoding(v, encoding) }
+ elsif data.respond_to? :each
+ data.each { |v| force_encoding(v, encoding) }
+ end
+ data
+ end
+ else
+ def self.force_encoding(data, *) data end
+ end
+
+ reset!
+
+ set :environment, (ENV['RACK_ENV'] || :development).to_sym
+ set :raise_errors, Proc.new { test? }
+ set :dump_errors, Proc.new { !test? }
+ set :show_exceptions, Proc.new { development? }
+ set :sessions, false
+ set :logging, false
+ set :protection, true
+ set :method_override, false
+ set :use_code, false
+ set :default_encoding, "utf-8"
+ set :x_cascade, true
+ set :add_charset, %w[javascript xml xhtml+xml].map { |t| "application/#{t}" }
+ settings.add_charset << /^text\//
+
+ # explicitly generating a session secret eagerly to play nice with preforking
+ begin
+ require 'securerandom'
+ set :session_secret, SecureRandom.hex(64)
+ rescue LoadError, NotImplementedError
+ # SecureRandom raises a NotImplementedError if no random device is available
+ set :session_secret, "%064x" % Kernel.rand(2**256-1)
+ end
+
+ class << self
+ alias_method :methodoverride?, :method_override?
+ alias_method :methodoverride=, :method_override=
+ end
+
+ set :run, false # start server via at-exit hook?
+ set :running_server, nil
+ set :handler_name, nil
+ set :traps, true
+ set :server, %w[HTTP webrick]
+ set :bind, Proc.new { development? ? 'localhost' : '0.0.0.0' }
+ set :port, Integer(ENV['PORT'] && !ENV['PORT'].empty? ? ENV['PORT'] : 4567)
+
+ ruby_engine = defined?(RUBY_ENGINE) && RUBY_ENGINE
+
+ if ruby_engine == 'macruby'
+ server.unshift 'control_tower'
+ else
+ server.unshift 'reel'
+ server.unshift 'mongrel' if ruby_engine.nil?
+ server.unshift 'puma' if ruby_engine != 'rbx'
+ server.unshift 'thin' if ruby_engine != 'jruby'
+ server.unshift 'puma' if ruby_engine == 'rbx'
+ server.unshift 'trinidad' if ruby_engine == 'jruby'
+ end
+
+ set :absolute_redirects, true
+ set :prefixed_redirects, false
+ set :empty_path_info, nil
+
+ set :app_file, nil
+ set :root, Proc.new { app_file && File.expand_path(File.dirname(app_file)) }
+ set :views, Proc.new { root && File.join(root, 'views') }
+ set :reload_templates, Proc.new { development? }
+ set :lock, false
+ set :threaded, true
+
+ set :public_folder, Proc.new { root && File.join(root, 'public') }
+ set :static, Proc.new { public_folder && File.exist?(public_folder) }
+ set :static_cache_control, false
+
+ error ::Exception do
+ response.status = 500
+ content_type 'text/html'
+ '<h1>Internal Server Error</h1>'
+ end
+
+ configure :development do
+ get '/__sinatra__/:image.png' do
+ filename = File.dirname(__FILE__) + "/images/#{params[:image].to_i}.png"
+ content_type :png
+ send_file filename
+ end
+
+ error NotFound do
+ content_type 'text/html'
+
+ if self.class == Sinatra::Application
+ code = <<-RUBY.gsub(/^ {12}/, '')
+ #{request.request_method.downcase} '#{request.path_info}' do
+ "Hello World"
+ end
+ RUBY
+ else
+ code = <<-RUBY.gsub(/^ {12}/, '')
+ class #{self.class}
+ #{request.request_method.downcase} '#{request.path_info}' do
+ "Hello World"
+ end
+ end
+ RUBY
+
+ file = settings.app_file.to_s.sub(settings.root.to_s, '').sub(/^\//, '')
+ code = "# in #{file}\n#{code}" unless file.empty?
+ end
+
+ (<<-HTML).gsub(/^ {10}/, '')
+ <!DOCTYPE html>
+ <html>
+ <head>
+ <style type="text/css">
+ body { text-align:center;font-family:helvetica,arial;font-size:22px;
+ color:#888;margin:20px}
+ #c {margin:0 auto;width:500px;text-align:left}
+ </style>
+ </head>
+ <body>
+ <h2>Sinatra doesn’t know this ditty.</h2>
+ <img src='#{uri "/__sinatra__/404.png"}'>
+ <div id="c">
+ Try this:
+ <pre>#{Rack::Utils.escape_html(code)}</pre>
+ </div>
+ </body>
+ </html>
+ HTML
+ end
+ end
+ end
+
+ # Execution context for classic style (top-level) applications. All
+ # DSL methods executed on main are delegated to this class.
+ #
+ # The Application class should not be subclassed, unless you want to
+ # inherit all settings, routes, handlers, and error pages from the
+ # top-level. Subclassing Sinatra::Base is highly recommended for
+ # modular applications.
+ class Application < Base
+ set :logging, Proc.new { ! test? }
+ set :method_override, true
+ set :run, Proc.new { ! test? }
+ set :session_secret, Proc.new { super() unless development? }
+ set :app_file, nil
+
+ def self.register(*extensions, &block) #:nodoc:
+ added_methods = extensions.map {|m| m.public_instance_methods }.flatten
+ Delegator.delegate(*added_methods)
+ super(*extensions, &block)
+ end
+ end
+
+ # Sinatra delegation mixin. Mixing this module into an object causes all
+ # methods to be delegated to the Sinatra::Application class. Used primarily
+ # at the top-level.
+ module Delegator #:nodoc:
+ def self.delegate(*methods)
+ methods.each do |method_name|
+ define_method(method_name) do |*args, &block|
+ return super(*args, &block) if respond_to? method_name
+ Delegator.target.send(method_name, *args, &block)
+ end
+ private method_name
+ end
+ end
+
+ delegate :get, :patch, :put, :post, :delete, :head, :options, :link, :unlink,
+ :template, :layout, :before, :after, :error, :not_found, :configure,
+ :set, :mime_type, :enable, :disable, :use, :development?, :test?,
+ :production?, :helpers, :settings, :register
+
+ class << self
+ attr_accessor :target
+ end
+
+ self.target = Application
+ end
+
+ class Wrapper
+ def initialize(stack, instance)
+ @stack, @instance = stack, instance
+ end
+
+ def settings
+ @instance.settings
+ end
+
+ def helpers
+ @instance
+ end
+
+ def call(env)
+ @stack.call(env)
+ end
+
+ def inspect
+ "#<#{@instance.class} app_file=#{settings.app_file.inspect}>"
+ end
+ end
+
+ # Create a new Sinatra application; the block is evaluated in the class scope.
+ def self.new(base = Base, &block)
+ base = Class.new(base)
+ base.class_eval(&block) if block_given?
+ base
+ end
+
+ # Extend the top-level DSL with the modules provided.
+ def self.register(*extensions, &block)
+ Delegator.target.register(*extensions, &block)
+ end
+
+ # Include the helper modules provided in Sinatra's request context.
+ def self.helpers(*extensions, &block)
+ Delegator.target.helpers(*extensions, &block)
+ end
+
+ # Use the middleware for classic applications.
+ def self.use(*args, &block)
+ Delegator.target.use(*args, &block)
+ end
+end
|
nouse/ruby-off-rails
|
d2b825a46ea7b16f83163c93cd9b24235a9404f1
|
added vue.min.js
|
diff --git a/cuba/public/js/vue.min.js b/cuba/public/js/vue.min.js
new file mode 100644
index 0000000..0363d89
--- /dev/null
+++ b/cuba/public/js/vue.min.js
@@ -0,0 +1,7 @@
+/**
+ * Vue.js v0.11.4
+ * (c) 2014 Evan You
+ * Released under the MIT License.
+ */
+!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):"object"==typeof exports?exports.Vue=e():t.Vue=e()}(this,function(){return function(t){function e(n){if(i[n])return i[n].exports;var r=i[n]={exports:{},id:n,loaded:!1};return t[n].call(r.exports,r,r.exports,e),r.loaded=!0,r.exports}var i={};return e.m=t,e.c=i,e.p="",e(0)}([function(t,e,i){function n(t){this._init(t)}var r=i(1),s=r.extend;s(n,i(2)),n.options={directives:i(8),filters:i(9),partials:{},transitions:{},components:{}};var o=n.prototype;Object.defineProperty(o,"$data",{get:function(){return this._data},set:function(t){this._setData(t)}}),s(o,i(10)),s(o,i(11)),s(o,i(12)),s(o,i(13)),s(o,i(3)),s(o,i(4)),s(o,i(5)),s(o,i(6)),s(o,i(7)),t.exports=r.Vue=n},function(t,e,i){var n=i(14),r=n.extend;r(e,n),r(e,i(15)),r(e,i(16)),r(e,i(17)),r(e,i(18))},function(t,e,i){function n(t){return new Function("return function "+s.camelize(t,!0)+" (options) { this._init(options) }")()}function r(t){c.forEach(function(e){t[e]=function(t,i){return i?void(this.options[e+"s"][t]=i):this.options[e+"s"][t]}}),t.component=function(t,e){return e?(s.isPlainObject(e)&&(e.name=t,e=s.Vue.extend(e)),void(this.options.components[t]=e)):this.options.components[t]}}var s=i(1),o=i(19);e.util=s,e.nextTick=s.nextTick,e.config=i(20),e.compiler={compile:i(42),transclude:i(43)},e.parsers={path:i(44),text:i(45),template:i(46),directive:i(47),expression:i(48)},e.cid=0;var a=1;e.extend=function(t){t=t||{};var e=this,i=n(t.name||"VueComponent");return i.prototype=Object.create(e.prototype),i.prototype.constructor=i,i.cid=a++,i.options=o(e.options,t),i["super"]=e,i.extend=e.extend,r(i),i},e.use=function(t){var e=s.toArray(arguments,1);return e.unshift(this),"function"==typeof t.install?t.install.apply(t,e):t.apply(null,e),this};var c=["directive","filter","partial","transition"];r(e)},function(t,e,i){var n=i(1),r=i(21),s=i(44),o=i(45),a=i(47),c=i(48),h=/[^|]\|[^|]/;e.$get=function(t){var e=c.parse(t);return e?e.get.call(this,this):void 0},e.$set=function(t,e){var i=c.parse(t,!0);i&&i.set&&i.set.call(this,this,e)},e.$add=function(t,e){this._data.$add(t,e)},e.$delete=function(t){this._data.$delete(t)},e.$watch=function(t,e,i,n){var s=this,o=i?t+"**deep**":t,a=s._userWatchers[o],c=function(t,i){e.call(s,t,i)};return a?a.addCb(c):a=s._userWatchers[o]=new r(s,t,c,{deep:i,user:!0}),n&&c(a.value),function(){a.removeCb(c),a.active||(s._userWatchers[o]=null)}},e.$eval=function(t){if(h.test(t)){var e=a.parse(t)[0];return e.filters?n.applyFilters(this.$get(e.expression),n.resolveFilters(this,e.filters).read,this):this.$get(e.expression)}return this.$get(t)},e.$interpolate=function(t){var e=o.parse(t),i=this;return e?1===e.length?i.$eval(e[0].value):e.map(function(t){return t.tag?i.$eval(t.value):t.value}).join(""):t},e.$log=function(t){var e=t?s.get(this._data,t):this._data;e&&(e=JSON.parse(JSON.stringify(e))),console.log(e)}},function(t,e,i){function n(t,e,i,n,o,a){e=s(e);var c=!h.inDoc(e),l=n===!1||c?o:a,u=!c&&!t._isAttached&&!h.inDoc(t.$el);return t._isBlock?r(t,e,l,i):l(t.$el,e,t,i),u&&t._callHook("attached"),t}function r(t,e,i,n){for(var r,s=t._blockStart,o=t._blockEnd;r!==o;)r=s.nextSibling,i(s,e,t),s=r;i(o,e,t,n)}function s(t){return"string"==typeof t?document.querySelector(t):t}function o(t,e,i,n){e.appendChild(t),n&&n()}function a(t,e,i,n){h.before(t,e),n&&n()}function c(t,e,i){h.remove(t),i&&i()}var h=i(1),l=i(49);e.$appendTo=function(t,e,i){return n(this,t,e,i,o,l.append)},e.$prependTo=function(t,e,i){return t=s(t),t.hasChildNodes()?this.$before(t.firstChild,e,i):this.$appendTo(t,e,i),this},e.$before=function(t,e,i){return n(this,t,e,i,a,l.before)},e.$after=function(t,e,i){return t=s(t),t.nextSibling?this.$before(t.nextSibling,e,i):this.$appendTo(t.parentNode,e,i),this},e.$remove=function(t,e){var i=this._isAttached&&h.inDoc(this.$el);i||(e=!1);var n,s=this,a=function(){i&&s._callHook("detached"),t&&t()};return this._isBlock&&!this._blockFragment.hasChildNodes()?(n=e===!1?o:l.removeThenAppend,r(this,this._blockFragment,n,a)):(n=e===!1?c:l.remove)(this.$el,this,a),this}},function(t,e,i){function n(t,e,i){var n=t.$parent;if(n&&i&&!s.test(e))for(;n;)n._eventsCount[e]=(n._eventsCount[e]||0)+i,n=n.$parent}var r=i(1);e.$on=function(t,e){return(this._events[t]||(this._events[t]=[])).push(e),n(this,t,1),this},e.$once=function(t,e){function i(){n.$off(t,i),e.apply(this,arguments)}var n=this;return i.fn=e,this.$on(t,i),this},e.$off=function(t,e){var i;if(!arguments.length){if(this.$parent)for(t in this._events)i=this._events[t],i&&n(this,t,-i.length);return this._events={},this}if(i=this._events[t],!i)return this;if(1===arguments.length)return n(this,t,-i.length),this._events[t]=null,this;for(var r,s=i.length;s--;)if(r=i[s],r===e||r.fn===e){n(this,t,-1),i.splice(s,1);break}return this},e.$emit=function(t){this._eventCancelled=!1;var e=this._events[t];if(e){for(var i=arguments.length-1,n=new Array(i);i--;)n[i]=arguments[i+1];i=0,e=e.length>1?r.toArray(e):e;for(var s=e.length;s>i;i++)e[i].apply(this,n)===!1&&(this._eventCancelled=!0)}return this},e.$broadcast=function(t){if(this._eventsCount[t]){var e=this._children;if(e)for(var i=0,n=e.length;n>i;i++){var r=e[i];r.$emit.apply(r,arguments),r._eventCancelled||r.$broadcast.apply(r,arguments)}return this}},e.$dispatch=function(){for(var t=this.$parent;t;)t.$emit.apply(t,arguments),t=t._eventCancelled?null:t.$parent;return this};var s=/^hook:/},function(t,e,i){var n=i(1);e.$addChild=function(t,e){e=e||n.Vue,t=t||{};var i,r=this,s=void 0!==t.inherit?t.inherit:e.options.inherit;if(s){var o=r._childCtors;if(o||(o=r._childCtors={}),i=o[e.cid],!i){var a=e.options.name,c=a?n.camelize(a,!0):"VueComponent";i=new Function("return function "+c+" (options) {this.constructor = "+c+";this._init(options) }")(),i.options=e.options,i.prototype=this,o[e.cid]=i}}else i=e;t._parent=r,t._root=r.$root;var h=new i(t);return this._children||(this._children=[]),this._children.push(h),h}},function(t,e,i){function n(){this._isAttached=!0,this._isReady=!0,this._callHook("ready")}var r=i(1),s=i(42);e.$mount=function(t){if(!this._isCompiled){if(t){if("string"==typeof t){if(t=document.querySelector(t),!t)return}}else t=document.createElement("div");return this._compile(t),this._isCompiled=!0,this._callHook("compiled"),r.inDoc(this.$el)?(this._callHook("attached"),this._initDOMHooks(),n.call(this)):(this._initDOMHooks(),this.$once("hook:attached",n)),this}},e.$destroy=function(t,e){this._destroy(t,e)},e.$compile=function(t){return s(t,this.$options,!0)(this,t)}},function(t,e,i){e.text=i(22),e.html=i(23),e.attr=i(24),e.show=i(25),e["class"]=i(26),e.el=i(27),e.ref=i(28),e.cloak=i(29),e.style=i(30),e.partial=i(31),e.transition=i(32),e.on=i(33),e.model=i(50),e.component=i(34),e.repeat=i(35),e["if"]=i(36),e["with"]=i(37),e.events=i(38)},function(t,e,i){var n=i(1);e.json={read:function(t,e){return"string"==typeof t?t:JSON.stringify(t,null,Number(e)||2)},write:function(t){try{return JSON.parse(t)}catch(e){return t}}},e.capitalize=function(t){return t||0===t?(t=t.toString(),t.charAt(0).toUpperCase()+t.slice(1)):""},e.uppercase=function(t){return t||0===t?t.toString().toUpperCase():""},e.lowercase=function(t){return t||0===t?t.toString().toLowerCase():""};var r=/(\d{3})(?=\d)/g;e.currency=function(t,e){if(t=parseFloat(t),!t&&0!==t)return"";e=e||"$";var i=Math.floor(Math.abs(t)).toString(),n=i.length%3,s=n>0?i.slice(0,n)+(i.length>3?",":""):"",o="."+t.toFixed(2).slice(-2);return(0>t?"-":"")+e+s+i.slice(n).replace(r,"$1,")+o},e.pluralize=function(t){var e=n.toArray(arguments,1);return e.length>1?e[t%10-1]||e[e.length-1]:e[0]+(1===t?"":"s")};var s={enter:13,tab:9,"delete":46,up:38,left:37,right:39,down:40,esc:27};e.key=function(t,e){if(t){var i=s[e];return i||(i=parseInt(e,10)),function(e){return e.keyCode===i?t.call(this,e):void 0}}},e.key.keyCodes=s,n.extend(e,i(39))},function(t,e,i){var n=i(19);e._init=function(t){t=t||{},this.$el=null,this.$parent=t._parent,this.$root=t._root||this,this.$={},this.$$={},this._watcherList=[],this._watchers={},this._userWatchers={},this._directives=[],this._isVue=!0,this._events={},this._eventsCount={},this._eventCancelled=!1,this._isBlock=!1,this._blockStart=this._blockEnd=null,this._isCompiled=this._isDestroyed=this._isReady=this._isAttached=this._isBeingDestroyed=!1,this._children=this._childCtors=null,t=this.$options=n(this.constructor.options,t,this),this._data=t.data||{},this._initScope(),this._initEvents(),this._callHook("created"),t.el&&this.$mount(t.el)}},function(t,e,i){function n(t,e,i){if(i){var n,s,o,c;for(s in i)if(n=i[s],a.isArray(n))for(o=0,c=n.length;c>o;o++)r(t,e,s,n[o]);else r(t,e,s,n)}}function r(t,e,i,n){var r=typeof n;if("function"===r)t[e](i,n);else if("string"===r){var s=t.$options.methods,o=s&&s[n];o&&t[e](i,o)}}function s(){this._isAttached=!0;var t=this._children;if(t)for(var e=0,i=t.length;i>e;e++){var n=t[e];!n._isAttached&&c(n.$el)&&n._callHook("attached")}}function o(){this._isAttached=!1;var t=this._children;if(t)for(var e=0,i=t.length;i>e;e++){var n=t[e];n._isAttached&&!c(n.$el)&&n._callHook("detached")}}var a=i(1),c=a.inDoc;e._initEvents=function(){var t=this.$options;n(this,"$on",t.events),n(this,"$watch",t.watch)},e._initDOMHooks=function(){this.$on("hook:attached",s),this.$on("hook:detached",o)},e._callHook=function(t){var e=this.$options[t];if(e)for(var i=0,n=e.length;n>i;i++)e[i].call(this);this.$emit("hook:"+t)}},function(t,e,i){function n(){}var r=i(1),s=i(51),o=i(40);e._initScope=function(){this._initData(),this._initComputed(),this._initMethods(),this._initMeta()},e._initData=function(){for(var t,e=this._data,i=Object.keys(e),n=i.length;n--;)t=i[n],r.isReserved(t)||this._proxy(t);s.create(e).addVm(this)},e._setData=function(t){t=t||{};var e=this._data;this._data=t;var i,n,o;for(i=Object.keys(e),o=i.length;o--;)n=i[o],r.isReserved(n)||n in t||this._unproxy(n);for(i=Object.keys(t),o=i.length;o--;)n=i[o],this.hasOwnProperty(n)||r.isReserved(n)||this._proxy(n);e.__ob__.removeVm(this),s.create(t).addVm(this),this._digest()},e._proxy=function(t){var e=this;Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return e._data[t]},set:function(i){e._data[t]=i}})},e._unproxy=function(t){delete this[t]},e._digest=function(){for(var t=this._watcherList.length;t--;)this._watcherList[t].update();var e,i=this._children;if(i)for(t=i.length;t--;)e=i[t],e.$options.inherit&&e._digest()},e._initComputed=function(){var t=this.$options.computed;if(t)for(var e in t){var i=t[e],s={enumerable:!0,configurable:!0};"function"==typeof i?(s.get=r.bind(i,this),s.set=n):(s.get=i.get?r.bind(i.get,this):n,s.set=i.set?r.bind(i.set,this):n),Object.defineProperty(this,e,s)}},e._initMethods=function(){var t=this.$options.methods;if(t)for(var e in t)this[e]=r.bind(t[e],this)},e._initMeta=function(){var t=this.$options._meta;if(t)for(var e in t)this._defineMeta(e,t[e])},e._defineMeta=function(t,e){var i=new o;Object.defineProperty(this,t,{enumerable:!0,configurable:!0,get:function(){return s.target&&s.target.addDep(i),e},set:function(t){t!==e&&(e=t,i.notify())}})}},function(t,e,i){var n=i(1),r=i(41),s=i(42),o=i(43);e._compile=function(t){var e=this.$options,i=e._parent;if(e._linkFn)this._initElement(t),e._linkFn(this,t);else{var r=t;if(e._asComponent){var a=e._content=n.extractContent(r),c=i.$options;c._skipAttrs=e.paramAttributes;var h=s(r,c,!0,!0);if(c._skipAttrs=null,a){var l=s(a,c,!0);this._contentUnlinkFn=l(i,a)}t=o(t,e),this._initElement(t),this._containerUnlinkFn=h(i,t)}else t=o(t,e),this._initElement(t);var u=s(t,e);u(this,t),e.replace&&n.replace(r,t)}return t},e._initElement=function(t){t instanceof DocumentFragment?(this._isBlock=!0,this.$el=this._blockStart=t.firstChild,this._blockEnd=t.lastChild,this._blockFragment=t):this.$el=t,this.$el.__vue__=this,this._callHook("beforeCompile")},e._bindDir=function(t,e,i,n){this._directives.push(new r(t,e,this,i,n))},e._destroy=function(t,e){if(!this._isBeingDestroyed){this._callHook("beforeDestroy"),this._isBeingDestroyed=!0;var i,n=this.$parent;if(n&&!n._isBeingDestroyed&&(i=n._children.indexOf(this),n._children.splice(i,1)),this._children)for(i=this._children.length;i--;)this._children[i].$destroy();for(this._containerUnlinkFn&&this._containerUnlinkFn(),this._contentUnlinkFn&&this._contentUnlinkFn(),i=0;i<this._directives.length;i++)this._directives[i]._teardown();for(i in this._userWatchers)this._userWatchers[i].teardown();this.$el&&(this.$el.__vue__=null);var r=this;t&&this.$el?this.$remove(function(){r._cleanup()}):e||this._cleanup()}},e._cleanup=function(){this._data.__ob__.removeVm(this),this._data=this._watchers=this._userWatchers=this._watcherList=this.$el=this.$parent=this.$root=this._children=this._directives=null,this._isDestroyed=!0,this._callHook("destroyed"),this.$off()}},function(t,e){e.isReserved=function(t){var e=t.charCodeAt(0);return 36===e||95===e},e.toString=function(t){return null==t?"":t.toString()},e.toNumber=function(t){return isNaN(t)||null===t||"boolean"==typeof t?t:Number(t)},e.stripQuotes=function(t){var e=t.charCodeAt(0),i=t.charCodeAt(t.length-1);return e!==i||34!==e&&39!==e?!1:t.slice(1,-1)};var i=/[-_](\w)/g,n=/(?:^|[-_])(\w)/g;e.camelize=function(t,e){var r=e?n:i;return t.replace(r,function(t,e){return e?e.toUpperCase():""})},e.bind=function(t,e){return function(){return t.apply(e,arguments)}},e.toArray=function(t,e){e=e||0;for(var i=t.length-e,n=new Array(i);i--;)n[i]=t[i+e];return n},e.extend=function(t,e){for(var i in e)t[i]=e[i];return t},e.isObject=function(t){return t&&"object"==typeof t};var r=Object.prototype.toString;e.isPlainObject=function(t){return"[object Object]"===r.call(t)},e.isArray=function(t){return Array.isArray(t)},e.define=function(t,e,i,n){Object.defineProperty(t,e,{value:i,enumerable:!!n,writable:!0,configurable:!0})}},function(t,e){e.hasProto="__proto__"in{};var i=Object.prototype.toString,n=e.inBrowser="undefined"!=typeof window&&"[object Object]"!==i.call(window),r=n?window.requestAnimationFrame||window.webkitRequestAnimationFrame||setTimeout:setTimeout;if(e.nextTick=function(t,e){e?r(function(){t.call(e)},0):r(t,0)},e.isIE9=n&&navigator.userAgent.indexOf("MSIE 9.0")>0,n&&!e.isIE9){var s=void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend,o=void 0===window.onanimationend&&void 0!==window.onwebkitanimationend;e.transitionProp=s?"WebkitTransition":"transition",e.transitionEndEvent=s?"webkitTransitionEnd":"transitionend",e.animationProp=o?"WebkitAnimation":"animation",e.animationEndEvent=o?"webkitAnimationEnd":"animationend"}},function(t,e,i){var n=i(20),r="undefined"!=typeof document&&document.documentElement;e.inDoc=function(t){return r&&r.contains(t)},e.attr=function(t,e){e=n.prefix+e;var i=t.getAttribute(e);return null!==i&&t.removeAttribute(e),i},e.before=function(t,e){e.parentNode.insertBefore(t,e)},e.after=function(t,i){i.nextSibling?e.before(t,i.nextSibling):i.parentNode.appendChild(t)},e.remove=function(t){t.parentNode.removeChild(t)},e.prepend=function(t,i){i.firstChild?e.before(t,i.firstChild):i.appendChild(t)},e.replace=function(t,e){var i=t.parentNode;i&&i.replaceChild(e,t)},e.copyAttributes=function(t,e){if(t.hasAttributes())for(var i=t.attributes,n=0,r=i.length;r>n;n++){var s=i[n];e.setAttribute(s.name,s.value)}},e.on=function(t,e,i){t.addEventListener(e,i)},e.off=function(t,e,i){t.removeEventListener(e,i)},e.addClass=function(t,e){if(t.classList)t.classList.add(e);else{var i=" "+(t.getAttribute("class")||"")+" ";i.indexOf(" "+e+" ")<0&&t.setAttribute("class",(i+e).trim())}},e.removeClass=function(t,e){if(t.classList)t.classList.remove(e);else{for(var i=" "+(t.getAttribute("class")||"")+" ",n=" "+e+" ";i.indexOf(n)>=0;)i=i.replace(n," ");t.setAttribute("class",i.trim())}},e.extractContent=function(t){var e,i;if(t.hasChildNodes())for(i=document.createElement("div");e=t.firstChild;)i.appendChild(e);return i}},function(t,e,i){i(18);e.resolveFilters=function(t,e,i){if(e){var n=i||{};return e.forEach(function(e){var i=t.$options.filters[e.name];if(i){var r,s,o=e.args;"function"==typeof i?r=i:(r=i.read,s=i.write),r&&(n.read||(n.read=[]),n.read.push(function(e){return o?r.apply(t,[e].concat(o)):r.call(t,e)})),s&&(n.write||(n.write=[]),n.write.push(function(e,i){return o?s.apply(t,[e,i].concat(o)):s.call(t,e,i)}))}}),n}},e.applyFilters=function(t,e,i,n){if(!e)return t;for(var r=0,s=e.length;s>r;r++)t=e[r].call(i,t,n);return t}},function(t,e,i){i(20)},function(t,e,i){function n(t,e){var i,r,o;for(i in e)r=t[i],o=e[i],t.hasOwnProperty(i)?s.isObject(r)&&s.isObject(o)&&n(r,o):t.$add(i,o);return t}function r(t){if(t){var e;for(var i in t)e=t[i],s.isPlainObject(e)&&(e.name=i,t[i]=s.Vue.extend(e))}}var s=i(1),o=s.extend,a=Object.create(null);a.data=function(t,e,i){if(i){var r="function"==typeof e?e.call(i):e,s="function"==typeof t?t.call(i):void 0;return r?n(r,s):s}return e?"function"!=typeof e?t:t?function(){return n(e.call(this),t.call(this))}:e:t},a.el=function(t,e,i){if(i||!e||"function"==typeof e){var n=e||t;return i&&"function"==typeof n?n.call(i):n}},a.created=a.ready=a.attached=a.detached=a.beforeCompile=a.compiled=a.beforeDestroy=a.destroyed=a.paramAttributes=function(t,e){return e?t?t.concat(e):s.isArray(e)?e:[e]:t},a.directives=a.filters=a.partials=a.transitions=a.components=function(t,e,i,n){var r=Object.create(i&&i.$parent?i.$parent.$options[n]:s.Vue.options[n]);if(t)for(var a,c=Object.keys(t),h=c.length;h--;)a=c[h],r[a]=t[a];return e&&o(r,e),r},a.watch=a.events=function(t,e){if(!e)return t;if(!t)return e;var i={};o(i,t);for(var n in e){var r=i[n],s=e[n];i[n]=r?r.concat(s):[s]}return i},a.methods=a.computed=function(t,e){if(!e)return t;if(!t)return e;var i=Object.create(t);return o(i,e),i};var c=function(t,e){return void 0===e?t:e};t.exports=function h(t,e,i){function n(n){var r=a[n]||c;o[n]=r(t[n],e[n],i,n)}r(e.components);var s,o={};if(e.mixins)for(var l=0,u=e.mixins.length;u>l;l++)t=h(t,e.mixins[l],i);for(s in t)n(s);for(s in e)t.hasOwnProperty(s)||n(s);return o}},function(t){t.exports={prefix:"v-",debug:!1,silent:!1,proto:!0,interpolate:!0,async:!0,_delimitersChanged:!0};var e=["{{","}}"];Object.defineProperty(t.exports,"delimiters",{get:function(){return e},set:function(t){e=t,this._delimitersChanged=!0}})},function(t,e,i){function n(t,e,i,n){this.vm=t,t._watcherList.push(this),this.expression=e,this.cbs=[i],this.id=++l,this.active=!0,n=n||{},this.deep=n.deep,this.user=n.user,this.deps=Object.create(null),n.filters&&(this.readFilters=n.filters.read,this.writeFilters=n.filters.write);var r=c.parse(e,n.twoWay);this.getter=r.get,this.setter=r.set,this.value=this.get()}function r(t){var e,i,n;for(e in t)if(i=t[e],s.isArray(i))for(n=i.length;n--;)r(i[n]);else s.isObject(i)&&r(i)}var s=i(1),o=i(20),a=i(51),c=i(48),h=i(52),l=0,u=n.prototype;u.addDep=function(t){var e=t.id;this.newDeps[e]||(this.newDeps[e]=t,this.deps[e]||(this.deps[e]=t,t.addSub(this)))},u.get=function(){this.beforeGet();var t,e=this.vm;try{t=this.getter.call(e,e)}catch(i){}return this.deep&&r(t),t=s.applyFilters(t,this.readFilters,e),this.afterGet(),t},u.set=function(t){var e=this.vm;t=s.applyFilters(t,this.writeFilters,e,this.value);try{this.setter.call(e,e,t)}catch(i){}},u.beforeGet=function(){a.target=this,this.newDeps={}},u.afterGet=function(){a.target=null;for(var t in this.deps)this.newDeps[t]||this.deps[t].removeSub(this);this.deps=this.newDeps},u.update=function(){!o.async||o.debug?this.run():h.push(this)},u.run=function(){if(this.active){var t=this.get();if("object"==typeof t&&null!==t||t!==this.value){var e=this.value;this.value=t;for(var i=this.cbs,n=0,r=i.length;r>n;n++){i[n](t,e);var s=r-i.length;s&&(n-=s,r-=s)}}}},u.addCb=function(t){this.cbs.push(t)},u.removeCb=function(t){var e=this.cbs;if(e.length>1){var i=e.indexOf(t);i>-1&&e.splice(i,1)}else t===e[0]&&this.teardown()},u.teardown=function(){if(this.active){if(!this.vm._isBeingDestroyed){var t=this.vm._watcherList;t.splice(t.indexOf(this))}for(var e in this.deps)this.deps[e].removeSub(this);this.active=!1,this.vm=this.cbs=this.value=null}},t.exports=n},function(t,e,i){var n=i(1);t.exports={bind:function(){this.attr=3===this.el.nodeType?"nodeValue":"textContent"},update:function(t){this.el[this.attr]=n.toString(t)}}},function(t,e,i){var n=i(1),r=i(46);t.exports={bind:function(){8===this.el.nodeType&&(this.nodes=[])},update:function(t){t=n.toString(t),this.nodes?this.swap(t):this.el.innerHTML=t},swap:function(t){for(var e=this.nodes.length;e--;)n.remove(this.nodes[e]);var i=r.parse(t,!0,!0);this.nodes=n.toArray(i.childNodes),n.before(i,this.el)}}},function(t){function e(t){t||0===t?this.el.setAttribute(this.arg,t):this.el.removeAttribute(this.arg)}function i(t){null!=t?this.el.setAttributeNS(n,this.arg,t):this.el.removeAttributeNS(n,"href")}var n="http://www.w3.org/1999/xlink",r=/^xlink:/;t.exports={priority:850,bind:function(){var t=this.arg;this.update=r.test(t)?i:e}}},function(t,e,i){var n=i(49);t.exports=function(t){var e=this.el;n.apply(e,t?1:-1,function(){e.style.display=t?"":"none"},this.vm)}},function(t,e,i){var n=i(1),r=n.addClass,s=n.removeClass;t.exports=function(t){if(this.arg){var e=t?r:s;e(this.el,this.arg)}else this.lastVal&&s(this.el,this.lastVal),t&&(r(this.el,t),this.lastVal=t)}},function(t){t.exports={isLiteral:!0,bind:function(){this.vm.$$[this.expression]=this.el},unbind:function(){delete this.vm.$$[this.expression]}}},function(t,e,i){i(1);t.exports={isLiteral:!0,bind:function(){var t=this.el.__vue__;t&&this.vm===t.$parent&&(this.vm.$[this.expression]=t)},unbind:function(){this.vm.$[this.expression]===this.el.__vue__&&delete this.vm.$[this.expression]}}},function(t,e,i){var n=i(20);t.exports={bind:function(){var t=this.el;this.vm.$once("hook:compiled",function(){t.removeAttribute(n.prefix+"cloak")})}}},function(t,e,i){function n(t){if(u[t])return u[t];var e=r(t);return u[t]=u[e]=e,e}function r(t){t=t.replace(h,"$1-$2").toLowerCase();var e=s.camelize(t),i=e.charAt(0).toUpperCase()+e.slice(1);if(l||(l=document.createElement("div")),e in l.style)return t;for(var n,r=o.length;r--;)if(n=a[r]+i,n in l.style)return o[r]+t}var s=i(1),o=["-webkit-","-moz-","-ms-"],a=["Webkit","Moz","ms"],c=/!important;?$/,h=/([a-z])([A-Z])/g,l=null,u={};t.exports={deep:!0,update:function(t){if(this.arg)this.setProp(this.arg,t);else if("object"==typeof t){this.cache||(this.cache={});for(var e in t)this.setProp(e,t[e]),t[e]!=this.cache[e]&&(this.cache[e]=t[e],this.setProp(e,t[e]))}else this.el.style.cssText=t},setProp:function(t,e){if(t=n(t))if(null!=e&&(e+=""),e){var i=c.test(e)?"important":"";i&&(e=e.replace(c,"").trim()),this.el.style.setProperty(t,e,i)}else this.el.style.removeProperty(t)}}},function(t,e,i){var n=i(1),r=i(46),s=i(36);t.exports={isLiteral:!0,compile:s.compile,teardown:s.teardown,bind:function(){var t=this.el;this.start=document.createComment("v-partial-start"),this.end=document.createComment("v-partial-end"),8!==t.nodeType&&(t.innerHTML=""),"TEMPLATE"===t.tagName||8===t.nodeType?n.replace(t,this.end):t.appendChild(this.end),n.before(this.start,this.end),this._isDynamicLiteral||this.insert(this.expression)},update:function(t){this.teardown(),this.insert(t)},insert:function(t){var e=this.vm.$options.partials[t];e&&this.compile(r.parse(e))}}},function(t){t.exports={priority:1e3,isLiteral:!0,bind:function(){this.el.__v_trans={id:this.expression}}}},function(t,e,i){var n=i(1);t.exports={acceptStatement:!0,priority:700,bind:function(){if("IFRAME"===this.el.tagName&&"load"!==this.arg){var t=this;this.iframeBind=function(){n.on(t.el.contentWindow,t.arg,t.handler)},n.on(this.el,"load",this.iframeBind)}},update:function(t){if("function"==typeof t){this.reset();var e=this.vm;this.handler=function(i){i.targetVM=e,e.$event=i;var n=t(i);return e.$event=null,n},this.iframeBind?this.iframeBind():n.on(this.el,this.arg,this.handler)}},reset:function(){var t=this.iframeBind?this.el.contentWindow:this.el;this.handler&&n.off(t,this.arg,this.handler)},unbind:function(){this.reset(),n.off(this.el,"load",this.iframeBind)}}},function(t,e,i){var n=i(1),r=i(46);t.exports={isLiteral:!0,bind:function(){this.el.__vue__||(this.ref=document.createComment("v-component"),n.replace(this.el,this.ref),this.keepAlive=null!=this._checkParam("keep-alive"),this.keepAlive&&(this.cache={}),this._isDynamicLiteral?(this.readyEvent=this._checkParam("wait-for"),this.transMode=this._checkParam("transition-mode")):(this.resolveCtor(this.expression),this.childVM=this.build(),this.childVM.$before(this.ref)))},resolveCtor:function(t){this.ctorId=t,this.Ctor=this.vm.$options.components[t]},build:function(){if(this.keepAlive){var t=this.cache[this.ctorId];if(t)return t}var e=this.vm,i=r.clone(this.el);if(this.Ctor){var n=e.$addChild({el:i,_asComponent:!0},this.Ctor);return this.keepAlive&&(this.cache[this.ctorId]=n),n}},unbuild:function(){var t=this.childVM;t&&!this.keepAlive&&t.$destroy(!1,!0)},removeCurrent:function(t){var e=this.childVM,i=this.keepAlive;e?e.$remove(function(){i||e._cleanup(),t&&t()}):t&&t()},update:function(t){if(t){this.resolveCtor(t),this.unbuild();var e=this.build(),i=this;this.readyEvent?e.$once(this.readyEvent,function(){i.swapTo(e)}):this.swapTo(e)}else this.unbuild(),this.removeCurrent(),this.childVM=null},swapTo:function(t){var e=this;switch(e.transMode){case"in-out":t.$before(e.ref,function(){e.removeCurrent(),e.childVM=t});break;case"out-in":e.removeCurrent(function(){t.$before(e.ref),e.childVM=t});break;default:e.removeCurrent(),t.$before(e.ref),e.childVM=t}},unbind:function(){if(this.unbuild(),this.cache){for(var t in this.cache)this.cache[t].$destroy();this.cache=null}}}},function(t,e,i){function n(t,e){for(var i=(t._blockEnd||t.$el).nextSibling;!i.__vue__&&i!==e;)i=i.nextSibling;return i.__vue__}function r(t){if(!o.isPlainObject(t))return t;for(var e,i=Object.keys(t),n=i.length,r=new Array(n);n--;)e=i[n],r[n]={key:e,value:t[e]};return this.converted=!0,r}function s(t){for(var e=-1,i=new Array(t);++e<t;)i[e]=e;return i}var o=i(1),a=o.isObject,c=i(45),h=i(48),l=i(46),u=i(42),f=i(43),d=i(19),p=0;t.exports={bind:function(){this.id="__v_repeat_"+ ++p,this.filters||(this.filters={});var t=o.bind(r,this);this.filters.read?this.filters.read.unshift(t):this.filters.read=[t],this.ref=document.createComment("v-repeat"),o.replace(this.el,this.ref),this.template="TEMPLATE"===this.el.tagName?l.parse(this.el,!0):this.el,this.checkIf(),this.checkRef(),this.checkComponent(),this.idKey=this._checkParam("track-by")||this._checkParam("trackby"),this.cache=Object.create(null)},checkIf:function(){null!==o.attr(this.el,"if")},checkRef:function(){var t=o.attr(this.el,"ref");this.childId=t?this.vm.$interpolate(t):null;var e=o.attr(this.el,"el");this.elId=e?this.vm.$interpolate(e):null},checkComponent:function(){var t=o.attr(this.el,"component"),e=this.vm.$options;if(t){this._asComponent=!0;var i=c.parse(t);if(i){var n=c.tokensToExp(i);this.ctorGetter=h.parse(n).get}else{var r=this.Ctor=e.components[t];if(!this.el.hasChildNodes()&&!this.el.hasAttributes()){var s=d(r.options,{},{$parent:this.vm});this.template=f(this.template,s),this._linkFn=u(this.template,s,!1,!0)}}}else this.Ctor=o.Vue,this.inherit=!0,this.template=f(this.template),this._linkFn=u(this.template,e)},update:function(t){"number"==typeof t&&(t=s(t)),this.vms=this.diff(t||[],this.vms),this.childId&&(this.vm.$[this.childId]=this.vms),this.elId&&(this.vm.$$[this.elId]=this.vms.map(function(t){return t.$el}))},diff:function(t,e){var i,r,s,o,a,c=this.idKey,h=this.converted,l=this.ref,u=this.arg,f=!e,d=new Array(t.length);for(o=0,a=t.length;a>o;o++)i=t[o],r=h?i.value:i,s=!f&&this.getVm(r),s?(s._reused=!0,s.$index=o,h&&(s.$key=i.key),c&&(u?s[u]=r:s._setData(r))):(s=this.build(i,o),s._new=!0),d[o]=s,f&&s.$before(l);if(f)return d;for(o=0,a=e.length;a>o;o++)s=e[o],s._reused||(this.uncacheVm(s),s.$destroy(!0));var p,v;for(o=d.length;o--;)s=d[o],p=d[o+1],p?s._reused?(v=n(s,l),v!==p&&s.$before(p.$el,null,!1)):s.$before(p.$el):s._reused||s.$before(l),s._new=!1,s._reused=!1;return d},build:function(t,e){var i=t,n={$index:e};this.converted&&(n.$key=i.key);var r=this.converted?t.value:t,s=this.arg,o=!a(r)||s;t=o?{}:r,s?t[s]=r:o&&(n.$value=r);var c=this.Ctor||this.resolveCtor(t,n),h=this.vm.$addChild({el:l.clone(this.template),_asComponent:this._asComponent,_linkFn:this._linkFn,_meta:n,data:t,inherit:this.inherit},c);return this.cacheVm(r,h),h},resolveCtor:function(t,e){var i,n=Object.create(this.vm);for(i in t)o.define(n,i,t[i]);for(i in e)o.define(n,i,e[i]);var r=this.ctorGetter.call(n,n),s=this.vm.$options.components[r];return s},unbind:function(){if(this.childId&&delete this.vm.$[this.childId],this.vms)for(var t,e=this.vms.length;e--;)t=this.vms[e],this.uncacheVm(t),t.$destroy()},cacheVm:function(t,e){var i,n=this.idKey,r=this.cache;n?(i=t[n],r[i]||(r[i]=e)):a(t)?(i=this.id,t.hasOwnProperty(i)?null===t[i]&&(t[i]=e):o.define(t,this.id,e)):r[t]?r[t].push(e):r[t]=[e],e._raw=t},getVm:function(t){if(this.idKey)return this.cache[t[this.idKey]];if(a(t))return t[this.id];var e=this.cache[t];if(e){for(var i=0,n=e[i];n&&(n._reused||n._new);)n=e[++i];return n}},uncacheVm:function(t){var e=t._raw;this.idKey?this.cache[e[this.idKey]]=null:a(e)?(e[this.id]=null,t._raw=null):this.cache[e].pop()}}},function(t,e,i){var n=i(1),r=i(42),s=i(46),o=i(49);t.exports={bind:function(){var t=this.el;t.__vue__?this.invalid=!0:(this.start=document.createComment("v-if-start"),this.end=document.createComment("v-if-end"),n.replace(t,this.end),n.before(this.start,this.end),"TEMPLATE"===t.tagName?this.template=s.parse(t,!0):(this.template=document.createDocumentFragment(),this.template.appendChild(t)),this.linker=r(this.template,this.vm.$options,!0))},update:function(t){this.invalid||(t?this.insert():this.teardown())},insert:function(){this.unlink||this.compile(this.template)},compile:function(t){var e=this.vm,i=s.clone(t),r=e._children?e._children.length:0;this.unlink=this.linker?this.linker(e,i):e.$compile(i),o.blockAppend(i,this.end,e),this.children=e._children?e._children.slice(r):null,this.children&&n.inDoc(e.$el)&&this.children.forEach(function(t){t._callHook("attached")})},teardown:function(){this.unlink&&(o.blockRemove(this.start,this.end,this.vm),this.children&&n.inDoc(this.vm.$el)&&this.children.forEach(function(t){t._isDestroyed||t._callHook("detached")}),this.unlink(),this.unlink=null)}}},function(t,e,i){var n=(i(1),i(21));t.exports={priority:900,bind:function(){var t=this.vm;if(this.el!==t.$el);else if(t.$parent){var e=this.arg;this.watcher=new n(t.$parent,this.expression,e?function(i){t.$set(e,i)}:function(e){t.$data=e});var i=this.watcher.value;e?t.$set(e,i):t.$data=i}else;},unbind:function(){this.watcher&&this.watcher.teardown()}}},function(t,e,i){i(1);t.exports={bind:function(){var t=this.el.__vue__;if(t&&this.vm===t.$parent){var e=this.vm[this.expression];t.$on(this.arg,e)}}}},function(t,e,i){function n(t,e){if(r.isObject(t)){for(var i in t)if(n(t[i],e))return!0}else if(null!=t)return t.toString().toLowerCase().indexOf(e)>-1}var r=i(1),s=i(44);e.filterBy=function(t,e,i,o){i&&"in"!==i&&(o=i);var a=r.stripQuotes(e)||this.$get(e);return a?(a=(""+a).toLowerCase(),o=o&&(r.stripQuotes(o)||this.$get(o)),t.filter(function(t){return o?n(s.get(t,o),a):n(t,a)})):t},e.orderBy=function(t,e,i){var n=r.stripQuotes(e)||this.$get(e);if(!n)return t;var o=1;return i&&("-1"===i?o=-1:33===i.charCodeAt(0)?(i=i.slice(1),o=this.$get(i)?1:-1):o=this.$get(i)?-1:1),t.slice().sort(function(t,e){return t=s.get(t,n),e=s.get(e,n),t===e?0:t>e?o:-o})}},function(t){function e(){this.id=++i,this.subs=[]}var i=0,n=e.prototype;n.addSub=function(t){this.subs.push(t)},n.removeSub=function(t){if(this.subs.length){var e=this.subs.indexOf(t);e>-1&&this.subs.splice(e,1)}},n.notify=function(){for(var t=0,e=this.subs.length;e>t;t++)this.subs[t].update()},t.exports=e},function(t,e,i){function n(t,e,i,n,s){this.name=t,this.el=e,this.vm=i,this.raw=n.raw,this.expression=n.expression,this.arg=n.arg,this.filters=r.resolveFilters(i,n.filters),this._locked=!1,this._bound=!1,this._bind(s)}var r=i(1),s=i(20),o=i(21),a=i(45),c=i(48),h=n.prototype;
+h._bind=function(t){if("cloak"!==this.name&&this.el.removeAttribute&&this.el.removeAttribute(s.prefix+this.name),"function"==typeof t?this.update=t:r.extend(this,t),this._watcherExp=this.expression,this._checkDynamicLiteral(),this.bind&&this.bind(),this.update&&this._watcherExp&&(!this.isLiteral||this._isDynamicLiteral)&&!this._checkStatement()){var e=this,i=this._update=function(t,i){e._locked||e.update(t,i)},n=this.vm._watchers[this.raw];n&&"repeat"!==this.name?n.addCb(i):n=this.vm._watchers[this.raw]=new o(this.vm,this._watcherExp,i,{filters:this.filters,twoWay:this.twoWay,deep:this.deep}),this._watcher=n,null!=this._initValue?n.set(this._initValue):this.update(n.value)}this._bound=!0},h._checkDynamicLiteral=function(){var t=this.expression;if(t&&this.isLiteral){var e=a.parse(t);if(e){var i=a.tokensToExp(e);this.expression=this.vm.$get(i),this._watcherExp=i,this._isDynamicLiteral=!0}}},h._checkStatement=function(){var t=this.expression;if(t&&this.acceptStatement&&!c.pathTestRE.test(t)){var e=c.parse(t).get,i=this.vm,n=function(){e.call(i,i)};return this.filters&&(n=r.applyFilters(n,this.filters.read,i)),this.update(n),!0}},h._checkParam=function(t){var e=this.el.getAttribute(t);return null!==e&&this.el.removeAttribute(t),e},h._teardown=function(){if(this._bound){this.unbind&&this.unbind();var t=this._watcher;t&&t.active&&(t.removeCb(this._update),t.active||(this.vm._watchers[this.raw]=null)),this._bound=!1,this.vm=this.el=this._watcher=null}},h.set=function(t,e){if(this.twoWay&&(e&&(this._locked=!0),this._watcher.set(t),e)){var i=this;r.nextTick(function(){i._locked=!1})}},t.exports=n},function(t,e,i){function n(t,e,i){var n=t.nodeType;return 1===n&&"SCRIPT"!==t.tagName?r(t,e,i):3===n&&y.interpolate?o(t,e):void 0}function r(t,e,i){var n,r,o;if(i||t.__vue__||(r=t.tagName.toLowerCase(),o=r.indexOf("-")>0&&e.components[r],o&&t.setAttribute(y.prefix+"component",r)),(o||t.hasAttributes())&&(i||(n=p(t,e)),!n)){var a=m(t,e,i);n=a.length?s(a):null}if("TEXTAREA"===t.tagName){var c=n;n=function(t,e){e.value=t.$interpolate(e.value),c&&c(t,e)},n.terminal=!0}return n}function s(t){return function(e,i){for(var n,r,s,o=t.length;o--;)if(n=t[o],n._link)n._link(e,i);else for(s=n.descriptors.length,r=0;s>r;r++)e._bindDir(n.name,i,n.descriptors[r],n.def)}}function o(t,e){var i=w.parse(t.nodeValue);if(!i)return null;for(var n,r,s=document.createDocumentFragment(),o=0,h=i.length;h>o;o++)r=i[o],n=r.tag?a(r,e):document.createTextNode(r.value),s.appendChild(n);return c(i,s,e)}function a(t,e){function i(i){t.type=i,t.def=e.directives[i],t.descriptor=$.parse(t.value)[0]}var n;return t.oneTime?n=document.createTextNode(t.value):t.html?(n=document.createComment("v-html"),i("html")):t.partial?(n=document.createComment("v-partial"),i("partial")):(n=document.createTextNode(" "),i("text")),n}function c(t,e){return function(i,n){for(var r,s,o,a=e.cloneNode(!0),c=g.toArray(a.childNodes),h=0,l=t.length;l>h;h++)r=t[h],s=r.value,r.tag&&(o=c[h],r.oneTime?(s=i.$eval(s),r.html?g.replace(o,x.parse(s,!0)):o.nodeValue=s):i._bindDir(r.type,o,r.descriptor,r.def));g.replace(n,a)}}function h(t,e){for(var i,r,s,o=[],a=0,c=t.length;c>a;a++)s=t[a],i=n(s,e),r=i&&i.terminal||"SCRIPT"===s.tagName||!s.hasChildNodes()?null:h(s.childNodes,e),o.push(i,r);return o.length?l(o):null}function l(t){return function(e,i){i=g.toArray(i);for(var n,r,s,o=0,a=0,c=t.length;c>o;a++)n=i[a],r=t[o++],s=t[o++],r&&r(e,n),s&&s(e,n.childNodes)}}function u(t,e,i){for(var n,r,s,o=[],a=e.length;a--;)if(n=e[a],r=t.getAttribute(n),null!==r){s={name:n,value:r};var c=w.parse(r);if(c){if(t.removeAttribute(n),c.length>1)continue;s.dynamic=!0,s.value=c[0].value}o.push(s)}return f(o,i)}function f(t,e){var i=e.directives["with"];return function(e,n){for(var r,s,o=t.length;o--;)r=t[o],s=g.camelize(r.name.replace(k,"")),r.dynamic?e._bindDir("with",n,{arg:s,expression:r.value},i):e.$set(s,r.value)}}function d(){}function p(t,e){if(null!==g.attr(t,"pre"))return d;for(var i,n,r=0;3>r;r++)if(n=C[r],i=g.attr(t,n))return v(t,n,i,e)}function v(t,e,i,n){var r=$.parse(i)[0],s=n.directives[e],o=function(t,i){t._bindDir(e,i,r,s)};return o.terminal=!0,o}function m(t,e,i){for(var n,r,s,o,a,c=g.toArray(t.attributes),h=c.length,l=[];h--;)if(n=c[h],r=n.name,0===r.indexOf(y.prefix)){if(o=r.slice(y.prefix.length),i&&("with"===o||"component"===o))continue;a=e.directives[o],a&&l.push({name:o,descriptors:$.parse(n.value),def:a})}else y.interpolate&&(s=_(t,r,n.value,e),s&&l.push(s));return l.sort(b),l}function _(t,e,i,n){if(!(n._skipAttrs&&n._skipAttrs.indexOf(e)>-1)){var r=w.parse(i);if(r){for(var s=n.directives.attr,o=r.length,a=!0;o--;){var c=r[o];c.tag&&!c.oneTime&&(a=!1)}return{def:s,_link:a?function(t,n){n.setAttribute(e,t.$interpolate(i))}:function(t,i){var n=w.tokensToExp(r,t),o=$.parse(e+":"+n)[0];t._bindDir("attr",i,o,s)}}}}}function b(t,e){return t=t.def.priority||0,e=e.def.priority||0,t>e?1:-1}var g=i(1),y=i(20),w=i(45),$=i(47),x=i(46);t.exports=function(t,e,i,r){var s=!i&&e.paramAttributes,o=s?u(t,s,e):null,a=t instanceof DocumentFragment?null:n(t,e,r),c=a&&a.terminal||"SCRIPT"===t.tagName||!t.hasChildNodes()?null:h(t.childNodes,e);return function(t,e){var n=t._directives.length;if(o&&o(t,e),a&&a(t,e),c&&c(t,e.childNodes),i){var r=t._directives.slice(n);return function(){for(var e=r.length;e--;)r[e]._teardown();e=t._directives.indexOf(r[0]),t._directives.splice(e,r.length)}}}};var k=/^data-/,C=["repeat","if","component"];d.terminal=!0},function(t,e,i){function n(t,e){var i=e.template,n=c.parse(i,!0);if(n){var s=e._content||a.extractContent(t);if(e.replace){if(n.childNodes.length>1)return r(n,s),n;var o=n.firstChild;return a.copyAttributes(t,o),r(o,s),o}return t.appendChild(n),r(t,s),t}}function r(t,e){var i=s(t),n=i.length;if(n){for(var r,c,h,l,u;n--;)r=i[n],e?(c=r.getAttribute("select"),c?(h=e.querySelectorAll(c),r.content=a.toArray(h.length?h:r.childNodes)):u=r):r.content=a.toArray(r.childNodes);for(n=0,l=i.length;l>n;n++)r=i[n],r!==u&&o(r,r.content);u&&o(u,a.toArray(e.childNodes))}}function s(t){return a.isArray(t)?h.apply([],t.map(s)):t.querySelectorAll?a.toArray(t.querySelectorAll("content")):[]}function o(t,e){for(var i=t.parentNode,n=0,r=e.length;r>n;n++)i.insertBefore(e[n],t);i.removeChild(t)}var a=i(1),c=i(46);t.exports=function(t,e){return"TEMPLATE"===t.tagName&&(t=c.parse(t)),e&&e.template&&(t=n(t,e)),t instanceof DocumentFragment&&(a.prepend(document.createComment("v-start"),t),t.appendChild(document.createComment("v-end"))),t};var h=[].concat},function(t,e,i){function n(){}function r(t){if(void 0===t)return"eof";var e=t.charCodeAt(0);switch(e){case 91:case 93:case 46:case 34:case 39:case 48:return t;case 95:case 36:return"ident";case 32:case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"ws"}return e>=97&&122>=e||e>=65&&90>=e?"ident":e>=49&&57>=e?"number":"else"}function s(t){function e(){var e=t[d+1];return"inSingleQuote"===p&&"'"===e||"inDoubleQuote"===p&&'"'===e?(d++,s=e,v.append(),!0):void 0}for(var i,s,o,a,c,h,l,f=[],d=-1,p="beforePath",v={push:function(){void 0!==o&&(f.push(o),o=void 0)},append:function(){void 0===o?o=s:o+=s}};p;)if(d++,i=t[d],"\\"!==i||!e()){if(a=r(i),l=u[p],c=l[a]||l["else"]||"error","error"===c)return;if(p=c[0],h=v[c[1]]||n,s=void 0===c[2]?i:c[2],h(),"afterPath"===p)return f}}function o(t){return l.test(t)?"."+t:+t===t>>>0?"["+t+"]":'["'+t.replace(/"/g,'\\"')+'"]'}var a=i(1),c=i(53),h=new c(1e3),l=/^[$_a-zA-Z]+[\w$]*$/,u={beforePath:{ws:["beforePath"],ident:["inIdent","append"],"[":["beforeElement"],eof:["afterPath"]},inPath:{ws:["inPath"],".":["beforeIdent"],"[":["beforeElement"],eof:["afterPath"]},beforeIdent:{ws:["beforeIdent"],ident:["inIdent","append"]},inIdent:{ident:["inIdent","append"],0:["inIdent","append"],number:["inIdent","append"],ws:["inPath","push"],".":["beforeIdent","push"],"[":["beforeElement","push"],eof:["afterPath","push"]},beforeElement:{ws:["beforeElement"],0:["afterZero","append"],number:["inIndex","append"],"'":["inSingleQuote","append",""],'"':["inDoubleQuote","append",""]},afterZero:{ws:["afterElement","push"],"]":["inPath","push"]},inIndex:{0:["inIndex","append"],number:["inIndex","append"],ws:["afterElement"],"]":["inPath","push"]},inSingleQuote:{"'":["afterElement"],eof:"error","else":["inSingleQuote","append"]},inDoubleQuote:{'"':["afterElement"],eof:"error","else":["inDoubleQuote","append"]},afterElement:{ws:["afterElement"],"]":["inPath","push"]}};e.compileGetter=function(t){var e="try{return o"+t.map(o).join("")+"}catch(e){};";return new Function("o",e)},e.parse=function(t){var i=h.get(t);return i||(i=s(t),i&&(i.get=e.compileGetter(i),h.put(t,i))),i},e.get=function(t,i){return i=e.parse(i),i?i.get(t):void 0},e.set=function(t,i,n){if("string"==typeof i&&(i=e.parse(i)),!i||!a.isObject(t))return!1;for(var r,s,o=0,c=i.length-1;c>o;o++)r=t,s=i[o],t=t[s],a.isObject(t)||(t={},r.$add(s,t));return s=i[o],s in t?t[s]=n:t.$add(s,n),!0}},function(t,e,i){function n(t){return t.replace(v,"\\$&")}function r(){d._delimitersChanged=!1;var t=d.delimiters[0],e=d.delimiters[1];l=t.charAt(0),u=e.charAt(e.length-1);var i=n(l),r=n(u),s=n(t),o=n(e);c=new RegExp(i+"?"+s+"(.+?)"+o+r+"?","g"),h=new RegExp("^"+i+s+".*"+o+r+"$"),a=new f(1e3)}function s(t,e,i){return t.tag?e&&t.oneTime?'"'+e.$eval(t.value)+'"':i?t.value:o(t.value):'"'+t.value+'"'}function o(t){if(m.test(t)){var e=p.parse(t)[0];if(e.filters){t=e.expression;for(var i=0,n=e.filters.length;n>i;i++){var r=e.filters[i],s=r.args?',"'+r.args.join('","')+'"':"";t='this.$options.filters["'+r.name+'"].apply(this,['+t+s+"])"}return t}return"("+t+")"}return"("+t+")"}var a,c,h,l,u,f=i(53),d=i(20),p=i(47),v=/[-.*+?^${}()|[\]\/\\]/g;e.parse=function(t){d._delimitersChanged&&r();var e=a.get(t);if(e)return e;if(!c.test(t))return null;for(var i,n,s,o,l,u,f=[],p=c.lastIndex=0;i=c.exec(t);)n=i.index,n>p&&f.push({value:t.slice(p,n)}),o=i[1].charCodeAt(0),l=42===o,u=62===o,s=l||u?i[1].slice(1):i[1],f.push({tag:!0,value:s.trim(),html:h.test(i[0]),oneTime:l,partial:u}),p=n+i[0].length;return p<t.length&&f.push({value:t.slice(p)}),a.put(t,f),f},e.tokensToExp=function(t,e){return t.length>1?t.map(function(t){return s(t,e)}).join("+"):s(t[0],e,!0)};var m=/[^|]\|[^|]/},function(t,e,i){function n(t){var e=a.get(t);if(e)return e;var i=document.createDocumentFragment(),n=t.match(l),r=u.test(t);if(n||r){var s=n&&n[1],o=h[s]||h._default,c=o[0],f=o[1],d=o[2],p=document.createElement("div");for(p.innerHTML=f+t.trim()+d;c--;)p=p.lastChild;for(var v;v=p.firstChild;)i.appendChild(v)}else i.appendChild(document.createTextNode(t));return a.put(t,i),i}function r(t){var e=t.tagName;return"TEMPLATE"===e&&t.content instanceof DocumentFragment?t.content:n("SCRIPT"===e?t.textContent:t.innerHTML)}var s=i(1),o=i(53),a=new o(1e3),c=new o(1e3),h={_default:[0,"",""],legend:[1,"<fieldset>","</fieldset>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]};h.td=h.th=[3,"<table><tbody><tr>","</tr></tbody></table>"],h.option=h.optgroup=[1,'<select multiple="multiple">',"</select>"],h.thead=h.tbody=h.colgroup=h.caption=h.tfoot=[1,"<table>","</table>"],h.g=h.defs=h.symbol=h.use=h.image=h.text=h.circle=h.ellipse=h.line=h.path=h.polygon=h.polyline=h.rect=[1,'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"version="1.1">',"</svg>"];var l=/<([\w:]+)/,u=/&\w+;/,f=s.inBrowser?function(){var t=document.createElement("div");return t.innerHTML="<template>1</template>",!t.cloneNode(!0).firstChild.innerHTML}():!1,d=s.inBrowser?function(){var t=document.createElement("textarea");return t.placeholder="t","t"===t.cloneNode(!0).value}():!1;e.clone=function(t){var e,i,n,r=t.cloneNode(!0);if(f&&(i=t.querySelectorAll("template"),i.length))for(n=r.querySelectorAll("template"),e=n.length;e--;)n[e].parentNode.replaceChild(i[e].cloneNode(!0),n[e]);if(d)if("TEXTAREA"===t.tagName)r.value=t.value;else if(i=t.querySelectorAll("textarea"),i.length)for(n=r.querySelectorAll("textarea"),e=n.length;e--;)n[e].value=i[e].value;return r},e.parse=function(t,i,s){var o,a;return t instanceof DocumentFragment?i?t.cloneNode(!0):t:("string"==typeof t?s||"#"!==t.charAt(0)?a=n(t):(a=c.get(t),a||(o=document.getElementById(t.slice(1)),o&&(a=r(o),c.put(t,a)))):t.nodeType&&(a=r(t)),a&&i?e.clone(a):a)}},function(t,e,i){function n(){_.raw=s.slice(p,a).trim(),void 0===_.expression?_.expression=s.slice(v,a).trim():b!==p&&r(),(0===a||_.expression)&&m.push(_)}function r(){var t,e=s.slice(b,a).trim();if(e){t={};var i=e.match(k);t.name=i[0],t.args=i.length>1?i.slice(1):null}t&&(_.filters=_.filters||[]).push(t),b=a+1}var s,o,a,c,h,l,u,f,d,p,v,m,_,b,g,y=i(1),w=i(53),$=new w(1e3),x=/^[^\{\?]+$|^'[^']*'$|^"[^"]*"$/,k=/[^\s'"]+|'[^']+'|"[^"]+"/g;e.parse=function(t){var e=$.get(t);if(e)return e;for(s=t,h=l=!1,u=f=d=p=v=0,b=0,m=[],_={},g=null,a=0,c=s.length;c>a;a++)if(o=s.charCodeAt(a),h)39===o&&(h=!h);else if(l)34===o&&(l=!l);else if(44!==o||d||u||f)if(58!==o||_.expression||_.arg)if(124===o&&124!==s.charCodeAt(a+1)&&124!==s.charCodeAt(a-1))void 0===_.expression?(b=a+1,_.expression=s.slice(v,a).trim()):r();else switch(o){case 34:l=!0;break;case 39:h=!0;break;case 40:d++;break;case 41:d--;break;case 91:f++;break;case 93:f--;break;case 123:u++;break;case 125:u--}else g=s.slice(p,a).trim(),x.test(g)&&(v=a+1,_.arg=y.stripQuotes(g)||g);else n(),_={},p=v=b=a+1;return(0===a||p!==a)&&n(),$.put(t,m),m}},function(t,e,i){function n(t){var e=$.length;return $[e]=t.replace(m,"\\n"),'"'+e+'"'}function r(t){var e=t.charAt(0),i=t.slice(1);return w.test(i)?t:(i=i.indexOf('"')>-1?i.replace(b,s):i,e+"scope."+i)}function s(t,e){return $[e]}function o(t,e){$.length=0;var i=t.replace(_,n).replace(v,"");i=(" "+i).replace(y,r).replace(b,s);var o=c(i);return o?{get:o,body:i,set:e?h(i):null}:void 0}function a(t){var e,i;return t.indexOf("[")<0?(i=t.split("."),e=u.compileGetter(i)):(i=u.parse(t),e=i.get),{get:e,set:function(t,e){u.set(t,i,e)}}}function c(t){try{return new Function("scope","return "+t+";")}catch(e){}}function h(t){try{return new Function("scope","value",t+"=value;")}catch(e){}}function l(t){t.set||(t.set=h(t.body))}var u=(i(1),i(44)),f=i(53),d=new f(1e3),p="Math,break,case,catch,continue,debugger,default,delete,do,else,false,finally,for,function,if,in,instanceof,new,null,return,switch,this,throw,true,try,typeof,var,void,while,with,undefined,abstract,boolean,byte,char,class,const,double,enum,export,extends,final,float,goto,implements,import,int,interface,long,native,package,private,protected,public,short,static,super,synchronized,throws,transient,volatile,arguments,let,yield",v=/\s/g,m=/\n/g,_=/[\{,]\s*[\w\$_]+\s*:|'[^']*'|"[^"]*"/g,b=/"(\d+)"/g,g=/^[A-Za-z_$][\w$]*(\.[A-Za-z_$][\w$]*|\['.*?'\]|\[".*?"\]|\[\d+\])*$/,y=/[^\w$\.]([A-Za-z_$][\w$]*(\.[A-Za-z_$][\w$]*|\['.*?'\]|\[".*?"\])*)/g,w=new RegExp("^("+p.replace(/,/g,"\\b|")+"\\b)"),$=[];e.parse=function(t,e){t=t.trim();var i=d.get(t);if(i)return e&&l(i),i;var n=g.test(t)?a(t):o(t,e);return d.put(t,n),n},e.pathTestRE=g},function(t,e,i){var n=i(1),r=i(54),s=i(55);e.append=function(t,e,i,n){o(t,1,function(){e.appendChild(t)},i,n)},e.before=function(t,e,i,r){o(t,1,function(){n.before(t,e)},i,r)},e.remove=function(t,e,i){o(t,-1,function(){n.remove(t)},e,i)},e.removeThenAppend=function(t,e,i,n){o(t,-1,function(){e.appendChild(t)},i,n)},e.blockAppend=function(t,i,r){for(var s=n.toArray(t.childNodes),o=0,a=s.length;a>o;o++)e.before(s[o],i,r)},e.blockRemove=function(t,i,n){for(var r,s=t.nextSibling;s!==i;)r=s.nextSibling,e.remove(s,n),s=r};var o=e.apply=function(t,e,i,o,a){var c=t.__v_trans;if(!c||!o._isCompiled||o.$parent&&!o.$parent._isCompiled)return i(),void(a&&a());var h=o.$options.transitions[c.id];h?s(t,e,i,c,h,o,a):n.transitionEndEvent?r(t,e,i,c,a):(i(),a&&a())}},function(t,e,i){var n=(i(1),{_default:i(56),radio:i(57),select:i(58),checkbox:i(59)});t.exports={priority:800,twoWay:!0,handlers:n,bind:function(){var t=this.filters;t&&t.read&&!t.write;var e,i=this.el,r=i.tagName;if("INPUT"===r)e=n[i.type]||n._default;else if("SELECT"===r)e=n.select;else{if("TEXTAREA"!==r)return;e=n._default}e.bind.call(this),this.update=e.update,this.unbind=e.unbind}}},function(t,e,i){function n(t,e){t.__proto__=e}function r(t,e,i){for(var n,r=i.length;r--;)n=i[r],o.define(t,n,e[n])}function s(t,e){if(this.id=++u,this.value=t,this.active=!0,this.deps=[],o.define(t,"__ob__",this),e===f){var i=a.proto&&o.hasProto?n:r;i(t,h,l),this.observeArray(t)}else e===d&&this.walk(t)}var o=i(1),a=i(20),c=i(40),h=i(60),l=Object.getOwnPropertyNames(h);i(61);var u=0,f=0,d=1;s.target=null;var p=s.prototype;s.create=function(t){return t&&t.hasOwnProperty("__ob__")&&t.__ob__ instanceof s?t.__ob__:o.isArray(t)?new s(t,f):o.isPlainObject(t)&&!t._isVue?new s(t,d):void 0},p.walk=function(t){for(var e,i,n=Object.keys(t),r=n.length;r--;)e=n[r],i=e.charCodeAt(0),36!==i&&95!==i&&this.convert(e,t[e])},p.observe=function(t){return s.create(t)},p.observeArray=function(t){for(var e=t.length;e--;)this.observe(t[e])},p.convert=function(t,e){var i=this,n=i.observe(e),r=new c;n&&n.deps.push(r),Object.defineProperty(i.value,t,{enumerable:!0,configurable:!0,get:function(){return i.active&&s.target&&s.target.addDep(r),e},set:function(t){if(t!==e){var n=e&&e.__ob__;if(n){var s=n.deps;s.splice(s.indexOf(r),1)}e=t;var o=i.observe(t);o&&o.deps.push(r),r.notify()}}})},p.notify=function(){for(var t=this.deps,e=0,i=t.length;i>e;e++)t[e].notify()},p.addVm=function(t){(this.vms=this.vms||[]).push(t)},p.removeVm=function(t){this.vms.splice(this.vms.indexOf(t),1)},t.exports=s},function(t,e,i){function n(){a=[],c=[],h={},l=!1,u=!1}function r(){u=!0,s(a),s(c),n()}function s(t){for(var e=0;e<t.length;e++)t[e].run()}var o=i(1),a=[],c=[],h={},l=!1,u=!1;e.push=function(t){if(!t.id||!h[t.id]||u){if(u&&!t.user)return void t.run();(t.user?c:a).push(t),h[t.id]=t,l||(l=!0,o.nextTick(r))}}},function(t){function e(t){this.size=0,this.limit=t,this.head=this.tail=void 0,this._keymap={}}var i=e.prototype;i.put=function(t,e){var i={key:t,value:e};return this._keymap[t]=i,this.tail?(this.tail.newer=i,i.older=this.tail):this.head=i,this.tail=i,this.size===this.limit?this.shift():void this.size++},i.shift=function(){var t=this.head;return t&&(this.head=this.head.newer,this.head.older=void 0,t.newer=t.older=void 0,this._keymap[t.key]=void 0),t},i.get=function(t,e){var i=this._keymap[t];if(void 0!==i)return i===this.tail?e?i:i.value:(i.newer&&(i===this.head&&(this.head=i.newer),i.newer.older=i.older),i.older&&(i.older.newer=i.newer),i.newer=void 0,i.older=this.tail,this.tail&&(this.tail.newer=i),this.tail=i,e?i:i.value)},t.exports=e},function(t,e,i){function n(t,e,i,n,s){f.push({el:t,dir:e,cb:s,cls:n,op:i}),d||(d=!0,a.nextTick(r))}function r(){document.documentElement.offsetHeight;f.forEach(s),f=[],d=!1}function s(t){function e(t,e){n.event=t;var r=n.callback=function(o){o.target===i&&(a.off(i,t,r),n.event=n.callback=null,e&&e(),s&&s())};a.on(i,t,r)}var i=t.el,n=i.__v_trans,r=t.cls,s=t.cb,c=t.op,l=o(i,n,r);if(t.dir>0)1===l?(h(i,r),s&&e(a.transitionEndEvent)):2===l?e(a.animationEndEvent,function(){h(i,r)}):(h(i,r),s&&s());else if(l){var u=1===l?a.transitionEndEvent:a.animationEndEvent;e(u,function(){c(),h(i,r)})}else c(),h(i,r),s&&s()}function o(t,e,i){var n=e.cache&&e.cache[i];if(n)return n;var r=t.style,s=window.getComputedStyle(t),o=r[l]||s[l];if(o&&"0s"!==o)n=1;else{var a=r[u]||s[u];a&&"0s"!==a&&(n=2)}return n&&(e.cache||(e.cache={}),e.cache[i]=n),n}var a=i(1),c=a.addClass,h=a.removeClass,l=a.transitionProp+"Duration",u=a.animationProp+"Duration",f=[],d=!1;t.exports=function(t,e,i,r,s){var o=r.id||"v",l=o+"-enter",u=o+"-leave";r.callback&&(a.off(t,r.event,r.callback),h(t,l),h(t,u),r.event=r.callback=null),e>0?(c(t,l),i(),n(t,e,null,l,s)):(c(t,u),n(t,e,i,u,s))}},function(t){t.exports=function(t,e,i,n,r,s,o){n.cancel&&(n.cancel(),n.cancel=null),e>0?(r.beforeEnter&&r.beforeEnter.call(s,t),i(),r.enter?n.cancel=r.enter.call(s,t,function(){n.cancel=null,o&&o()}):o&&o()):r.leave?n.cancel=r.leave.call(s,t,function(){n.cancel=null,i(),o&&o()}):(i(),o&&o())}},function(t,e,i){var n=i(1);t.exports={bind:function(){function t(){e.set(s?n.toNumber(i.value):i.value,!0)}var e=this,i=this.el,r=null!=this._checkParam("lazy"),s=null!=this._checkParam("number"),o=!1;this.cpLock=function(){o=!0},this.cpUnlock=function(){o=!1,t()},n.on(i,"compositionstart",this.cpLock),n.on(i,"compositionend",this.cpUnlock),this.listener=this.filters||"range"===i.type?function(){if(!o){var r;try{r=i.value.length-i.selectionStart}catch(s){}0>r||(t(),n.nextTick(function(){var t=e._watcher.value;if(e.update(t),null!=r){var s=n.toString(t).length-r;i.setSelectionRange(s,s)}}))}}:function(){o||t()},this.event=r?"change":"input",n.on(i,this.event,this.listener),!r&&n.isIE9&&(this.onCut=function(){n.nextTick(e.listener)},this.onDel=function(t){(46===t.keyCode||8===t.keyCode)&&e.listener()},n.on(i,"cut",this.onCut),n.on(i,"keyup",this.onDel)),(i.hasAttribute("value")||"TEXTAREA"===i.tagName&&i.value.trim())&&(this._initValue=s?n.toNumber(i.value):i.value)},update:function(t){this.el.value=n.toString(t)},unbind:function(){var t=this.el;n.off(t,this.event,this.listener),n.off(t,"compositionstart",this.cpLock),n.off(t,"compositionend",this.cpUnlock),this.onCut&&(n.off(t,"cut",this.onCut),n.off(t,"keyup",this.onDel))}}},function(t,e,i){var n=i(1);t.exports={bind:function(){var t=this,e=this.el;this.listener=function(){t.set(e.value,!0)},n.on(e,"change",this.listener),e.checked&&(this._initValue=e.value)},update:function(t){this.el.checked=t==this.el.value},unbind:function(){n.off(this.el,"change",this.listener)}}},function(t,e,i){function n(t){function e(t){l.isArray(t)&&(i.el.innerHTML="",r(i.el,t),i._watcher&&i.update(i._watcher.value))}var i=this;this.optionWatcher=new u(this.vm,t,e,{deep:!0}),e(this.optionWatcher.value)}function r(t,e){for(var i,n,s=0,o=e.length;o>s;s++)i=e[s],i.options?(n=document.createElement("optgroup"),n.label=i.label,r(n,i.options)):(n=document.createElement("option"),"string"==typeof i?n.text=n.value=i:(n.text=i.text,n.value=i.value)),t.appendChild(n)}function s(){for(var t,e=this.el.options,i=0,n=e.length;n>i;i++)e[i].hasAttribute("selected")&&(this.multiple?(t||(t=[])).push(e[i].value):t=e[i].value);t&&(this._initValue=t)}function o(t){return Array.prototype.filter.call(t.options,a).map(c)}function a(t){return t.selected}function c(t){return t.value||t.text}function h(t,e){for(var i=t.length;i--;)if(t[i]==e)return i;return-1}var l=i(1),u=i(21);t.exports={bind:function(){var t=this,e=this.el,i=this._checkParam("options");i&&n.call(this,i),this.multiple=e.hasAttribute("multiple"),this.listener=function(){var i=t.multiple?o(e):e.value;t.set(i,!0)},l.on(e,"change",this.listener),s.call(this)},update:function(t){var e=this.el;e.selectedIndex=-1;for(var i,n=this.multiple&&l.isArray(t),r=e.options,s=r.length;s--;)i=r[s],i.selected=n?h(t,i.value)>-1:t==i.value},unbind:function(){l.off(this.el,"change",this.listener),this.optionWatcher&&this.optionWatcher.teardown()}}},function(t,e,i){var n=i(1);t.exports={bind:function(){var t=this,e=this.el;this.listener=function(){t.set(e.checked,!0)},n.on(e,"change",this.listener),e.checked&&(this._initValue=e.checked)},update:function(t){this.el.checked=!!t},unbind:function(){n.off(this.el,"change",this.listener)}}},function(t,e,i){var n=i(1),r=Array.prototype,s=Object.create(r);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var e=r[t];n.define(s,t,function(){for(var i=arguments.length,n=new Array(i);i--;)n[i]=arguments[i];var r,s=e.apply(this,n),o=this.__ob__;switch(t){case"push":r=n;break;case"unshift":r=n;break;case"splice":r=n.slice(2)}return r&&o.observeArray(r),o.notify(),s})}),n.define(r,"$set",function(t,e){return t>=this.length&&(this.length=t+1),this.splice(t,1,e)[0]}),n.define(r,"$remove",function(t){return"number"!=typeof t&&(t=this.indexOf(t)),t>-1?this.splice(t,1)[0]:void 0}),t.exports=s},function(t,e,i){var n=i(1),r=Object.prototype;n.define(r,"$add",function(t,e){if(!this.hasOwnProperty(t)){var i=this.__ob__;if(!i||n.isReserved(t))return void(this[t]=e);if(i.convert(t,e),i.vms)for(var r=i.vms.length;r--;){var s=i.vms[r];s._proxy(t),s._digest()}else i.notify()}}),n.define(r,"$delete",function(t){if(this.hasOwnProperty(t)){delete this[t];var e=this.__ob__;if(e&&!n.isReserved(t))if(e.vms)for(var i=e.vms.length;i--;){var r=e.vms[i];r._unproxy(t),r._digest()}else e.notify()}})}])});
\ No newline at end of file
|
nouse/ruby-off-rails
|
3c0cff3395a375c2b572fe88f593c78c2ba6a22b
|
added deprecated warning, marked as last commit
|
diff --git a/README.mkd b/README.mkd
index 699e294..74245bb 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,38 +1,42 @@
-ruby OFF rails
+ruby OFF rails - deprecated
==============
+---
+WARNING: This Repository will never update. I will create another showcase repository to use jquery mobile as front end.
+---
+
This showcase has 3 components:
First is some rack middlewares, including:
- nothing.ru, a rack middleware do nothing
- calc\_time.ru, add response time to HTTP body
- method\_override.ru, alter HTTP method
Before start, execute "gem install rack" to install rack.
Then run "rackup nothing.ru" and goto <http://localhost:9292> for result.
Replace nothing.ru with "calc\_time.ru" name and navigate the same URL.
Then run "rackup method\_override.ru" and goto <http://localhost:9292?_method=post> for result.
And replace "post" with "put" and "delete" to see result.
<br/>
Next is infinity.rb, a simple sinatra program can process 3 URLs.
- <http://localhost:4567>
- <http://localhost:4567/version>
- <http://localhost:4567/version/last>
Before start, run "gem install sinatra" to install sinatra
Then run "ruby infinity.rb" and access above urls to see output.
<br/>
Last is sinatra+sequel program, a Create-Update-Read-Delete application.
Before start, run "bundle install" to install sequel and amagalite database driver.
Then run "ruby notes.rb" and go to <http://localhost:4567/notes> for result.
Before, a rails metal demo for Rails 2.3 was included. It was removed because
I want to keep this repo simple and clean.
In Rails 3.0, you can map a url direct to a Rack middleware, metal is deprecated.
|
nouse/ruby-off-rails
|
8912619d0b0a0d1c60e1c856b8f69335336b2837
|
include Capybara::DSL and TextHelpers into Cutest::Scope
|
diff --git a/cuba/test/test_helper.rb b/cuba/test/test_helper.rb
index 861966b..ee4f882 100644
--- a/cuba/test/test_helper.rb
+++ b/cuba/test/test_helper.rb
@@ -1,39 +1,41 @@
require 'cuba/capybara'
require 'ffaker'
require 'ohm'
require 'fabrication'
require_relative '../lib/text_helpers'
require_relative '../lib/custom_method_override'
require 'cuba'
Ohm.connect :db => 1, :driver => :hiredis
prepare do
- include TextHelpers
-
Ohm.flush
end
+class Cutest::Scope
+ include TextHelpers
+end
+
CUBA_ROOT = File.dirname(__FILE__)+'/..'
Cuba.use Rack::CustomMethodOverride
require CUBA_ROOT+'/app'
Note.instance_eval do
def count
all.size
end
end
Fabricator(:note) do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
diff --git a/sinatra+sequel/test/test_helper.rb b/sinatra+sequel/test/test_helper.rb
index c39a1c0..917ecce 100644
--- a/sinatra+sequel/test/test_helper.rb
+++ b/sinatra+sequel/test/test_helper.rb
@@ -1,43 +1,43 @@
require 'capybara/dsl'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'fabrication'
require_relative '../lib/text_helpers'
-prepare do
+class Cutest::Scope
include TextHelpers
include Capybara::DSL
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.connect('postgres:///notes_test')
require_relative '../lib/note'
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Fabricator(:note) do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
module Kernel
private
def db(&block)
DB.transaction {
yield
raise Sequel::Rollback
}
end
end
|
nouse/ruby-off-rails
|
acb11de3ca39074fe01b22bc5b16512317487013
|
replaced rspec by cutest in sequel example
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 252cdf9..2ad3c00 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,26 +1,23 @@
source :rubygems
gem "sinatra", "1.3.2"
gem "sequel"
gem "sequel_pg"
gem "slim", '~> 1.0'
gem "pg", "0.13.2"
gem "forme"
gem "tilt"
gem "rack", "1.4.1"
group :development, :test do
gem 'capybara'
+ gem 'cutest'
gem "ffaker"
gem 'fabrication'
gem "nokogiri", "1.5.5"
gem "rack-test", "0.6.1"
- gem "rspec", "2.10.0"
- gem "rspec-core", "2.10.1"
- gem "rspec-expectations", "2.10.0"
- gem "rspec-mocks", "2.10.1"
gem "addressable", "2.2.8"
gem "ffi", "1.0.11"
gem "childprocess", "0.3.3"
gem "multi_json", "1.3.6"
gem "mime-types", "1.19"
end
diff --git a/sinatra+sequel/spec/notes_spec.rb b/sinatra+sequel/spec/notes_spec.rb
deleted file mode 100644
index 00bf054..0000000
--- a/sinatra+sequel/spec/notes_spec.rb
+++ /dev/null
@@ -1,61 +0,0 @@
-require 'spec_helper'
-
-describe 'Notes', %q{
- should implement CRUD functions
-}, :type => :feature do
-
- let(:description) { generate_description }
- let(:content) { generate_content }
- subject { page }
-
- it 'should show index page correctly' do
- visit '/'
- should have_content 'title'
- click_link 'new note'
- current_path.should == '/notes/new'
- end
-
- it 'should create notes correctly' do
- visit '/notes/new'
- expect {
- fill_in 'Description', :with => description
- fill_in 'Content', :with => content
- click_button 'Create'
- }.to change(Note, :count).by(1)
-
- current_path.should == '/notes'
- should have_content description
- should have_content truncate(content)
- end
-
- it 'should update notes correctly' do
- note = Fabricate(:note)
- visit "/notes/#{note.id}/edit"
-
- should have_field('Description', :with => note.title)
- should have_content note.body
-
- expect {
- fill_in 'Description', :with => description
- fill_in 'Content', :with => content
- click_button 'Update'
- }.to_not change(Note, :count)
-
- current_path.should == "/notes/#{note.id}"
- should_not have_content note.title
- should_not have_content note.body
- should have_content description
- should have_content content
- end
-
- it 'should delete notes correctly' do
- note = Fabricate(:note)
- visit "/notes/#{note.id}/edit"
-
- expect {
- click_button 'Remove'
- }.to change(Note, :count).by(-1)
-
- current_path.should == "/notes"
- end
-end
diff --git a/sinatra+sequel/test/notes_test.rb b/sinatra+sequel/test/notes_test.rb
new file mode 100644
index 0000000..f156263
--- /dev/null
+++ b/sinatra+sequel/test/notes_test.rb
@@ -0,0 +1,79 @@
+require_relative 'test_helper'
+
+scope do
+
+ def description
+ @description ||= generate_description
+ end
+
+ def content
+ @content ||= generate_content
+ end
+
+ test 'it should show index page correctly' do
+ visit '/'
+ assert has_content?('title')
+ click_link 'new note'
+ assert_equal '/notes/new', current_path
+ end
+
+ test 'it should create notes correctly' do
+ db {
+ visit '/notes/new'
+
+ original_count = Note.count
+
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Create'
+
+ assert_equal original_count+1, Note.count
+
+ assert_equal '/notes', current_path
+ assert has_content?(description)
+ assert has_content?(truncate(content))
+ }
+ end
+
+ test 'it should update notes correctly' do
+ db {
+ note = Fabricate(:note)
+ note.save
+ visit "/notes/#{note.id}/edit"
+
+ assert has_field?('Description', :with => note.title)
+ assert has_field?(note.body)
+
+ original_count = Note.count
+
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Update'
+
+ assert_equal original_count, Note.count
+
+ assert_equal "/notes/#{note.id}", current_path
+
+ assert !has_content?(note.title)
+ assert !has_content?(note.body)
+ assert has_content?(description)
+ assert has_content?(content)
+ }
+ end
+
+ test 'it should delete notes correctly' do
+ db {
+ note = Fabricate(:note)
+ note.save
+ visit "/notes/#{note.id}/edit"
+
+ original_count = Note.count
+
+ click_button 'Remove'
+
+ assert_equal original_count-1, Note.count
+
+ assert_equal "/notes", current_path
+ }
+ end
+end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/test/test_helper.rb
similarity index 58%
rename from sinatra+sequel/spec/spec_helper.rb
rename to sinatra+sequel/test/test_helper.rb
index f7fe8d0..c39a1c0 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/test/test_helper.rb
@@ -1,36 +1,43 @@
-require 'capybara/rspec'
+require 'capybara/dsl'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'fabrication'
-require 'text_helpers'
+require_relative '../lib/text_helpers'
-RSpec.configure do |config|
- config.include TextHelpers, :type => :feature
-
- config.around(:each) do |example|
- DB.transaction { example.run; raise Sequel::Rollback }
- end
+prepare do
+ include TextHelpers
+ include Capybara::DSL
end
-SINATRA_ROOT = File.dirname(__FILE__)+'/..'
+SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.connect('postgres:///notes_test')
-require 'note'
+require_relative '../lib/note'
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Fabricator(:note) do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
+
+module Kernel
+ private
+ def db(&block)
+ DB.transaction {
+ yield
+ raise Sequel::Rollback
+ }
+ end
+end
|
nouse/ruby-off-rails
|
0f7c62654386daf31cd98588d6c466033751eb87
|
use cutest instead of rspec
|
diff --git a/cuba/Gemfile b/cuba/Gemfile
index 8f35657..4b108e5 100644
--- a/cuba/Gemfile
+++ b/cuba/Gemfile
@@ -1,30 +1,26 @@
source :rubygems
gem "cuba"
gem "hiredis"
gem "ohm"
gem "rack", "1.4.1"
gem "slim"
gem "tilt", "1.3.3"
-gem "yajl-ruby", "1.1.0"
group :development do
gem "shotgun"
end
group :test do
gem "addressable", "2.2.8"
- gem 'capybara'
+ gem 'capybara', ">= 2.0.0"
gem "childprocess", "0.3.3"
gem "ffaker"
gem "ffi", "1.0.11"
gem 'fabrication'
gem "mime-types", "1.19"
gem "multi_json", "1.3.6"
gem "nokogiri", "1.5.5"
gem "rack-test", "0.6.1"
- gem "rspec", "2.10.0"
- gem "rspec-core", "2.10.1"
- gem "rspec-expectations", "2.10.0"
- gem "rspec-mocks", "2.10.1"
+ gem "cutest", "1.2.0"
end
diff --git a/cuba/spec/notes_spec.rb b/cuba/spec/notes_spec.rb
deleted file mode 100644
index 47f51a0..0000000
--- a/cuba/spec/notes_spec.rb
+++ /dev/null
@@ -1,63 +0,0 @@
-require 'spec_helper'
-
-describe 'Notes', %q{
- should implement CRUD functions
-}, :type => :feature do
-
- let(:description) { generate_description }
- let(:content) { generate_content }
- subject { page }
-
- it 'should show index page correctly' do
- visit '/'
- should have_content 'title'
- click_link 'new note'
- current_path.should == '/notes/new'
- end
-
- it 'should create notes correctly' do
- visit '/notes/new'
- expect {
- fill_in 'Description', :with => description
- fill_in 'Content', :with => content
- click_button 'Create'
- }.to change(Note, :count).by(1)
-
- current_path.should eq '/notes'
- should have_content description
- should have_content truncate(content)
- end
-
- it 'should update notes correctly' do
- note = Fabricate(:note)
- note.save
- visit "/notes/#{note.id}/edit"
-
- should have_field('Description', :with => note.title)
- should have_content note.body
-
- expect {
- fill_in 'Description', :with => description
- fill_in 'Content', :with => content
- click_button 'Update'
- }.to_not change(Note, :count)
-
- current_path.should eq "/notes/#{note.id}"
- should_not have_content note.title
- should_not have_content note.body
- should have_content description
- should have_content content
- end
-
- it 'should delete notes correctly' do
- note = Fabricate(:note)
- note.save
- visit "/notes/#{note.id}/edit"
-
- expect {
- click_button 'Remove'
- }.to change(Note, :count).by(-1)
-
- current_path.should == "/notes"
- end
-end
diff --git a/cuba/test/notes_test.rb b/cuba/test/notes_test.rb
new file mode 100644
index 0000000..1cc476f
--- /dev/null
+++ b/cuba/test/notes_test.rb
@@ -0,0 +1,73 @@
+require_relative 'test_helper'
+
+scope do
+
+ def description
+ @description ||= generate_description
+ end
+
+ def content
+ @content ||= generate_content
+ end
+
+ test 'it should show index page correctly' do
+ visit '/'
+ assert has_content?('title')
+ click_link 'new note'
+ assert_equal '/notes/new', current_path
+ end
+
+ test 'it should create notes correctly' do
+ visit '/notes/new'
+
+ original_count = Note.count
+
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Create'
+
+ assert_equal original_count+1, Note.count
+
+ assert_equal '/notes', current_path
+ assert has_content?(description)
+ assert has_content?(truncate(content))
+ end
+
+ test 'it should update notes correctly' do
+ note = Fabricate(:note)
+ note.save
+ visit "/notes/#{note.id}/edit"
+
+ assert has_field?('Description', :with => note.title)
+ assert has_field?(note.body)
+
+ original_count = Note.count
+
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Update'
+
+ assert_equal original_count, Note.count
+
+ assert_equal "/notes/#{note.id}", current_path
+
+ assert !has_content?(note.title)
+ assert !has_content?(note.body)
+ assert has_content?(description)
+ assert has_content?(content)
+ end
+
+ test 'it should delete notes correctly' do
+ note = Fabricate(:note)
+ note.save
+ visit "/notes/#{note.id}/edit"
+
+ original_count = Note.count
+
+ click_button 'Remove'
+
+ assert_equal original_count-1, Note.count
+
+ assert_equal "/notes", current_path
+ end
+end
diff --git a/cuba/spec/spec_helper.rb b/cuba/test/test_helper.rb
similarity index 66%
rename from cuba/spec/spec_helper.rb
rename to cuba/test/test_helper.rb
index edba505..861966b 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/test/test_helper.rb
@@ -1,42 +1,39 @@
-require 'capybara/rspec'
+require 'cuba/capybara'
require 'ffaker'
require 'ohm'
require 'fabrication'
-require 'text_helpers'
-require 'custom_method_override'
+require_relative '../lib/text_helpers'
+require_relative '../lib/custom_method_override'
require 'cuba'
Ohm.connect :db => 1, :driver => :hiredis
-RSpec.configure do |config|
- config.include TextHelpers, :type => :feature
+prepare do
+ include TextHelpers
- config.before(:each) do |example|
- Ohm.flush
- end
+ Ohm.flush
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
Cuba.use Rack::CustomMethodOverride
-Capybara.app = Cuba
require CUBA_ROOT+'/app'
Note.instance_eval do
def count
all.size
end
end
Fabricator(:note) do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
39889d68a3597550ef1f73cfc3c042a8907122f7
|
use fabrication instead of machinist
|
diff --git a/cuba/Gemfile b/cuba/Gemfile
index e77e890..8f35657 100644
--- a/cuba/Gemfile
+++ b/cuba/Gemfile
@@ -1,30 +1,30 @@
source :rubygems
gem "cuba"
gem "hiredis"
gem "ohm"
gem "rack", "1.4.1"
gem "slim"
gem "tilt", "1.3.3"
gem "yajl-ruby", "1.1.0"
group :development do
gem "shotgun"
end
group :test do
gem "addressable", "2.2.8"
gem 'capybara'
gem "childprocess", "0.3.3"
gem "ffaker"
gem "ffi", "1.0.11"
- gem 'machinist', "~>1.0.6"
+ gem 'fabrication'
gem "mime-types", "1.19"
gem "multi_json", "1.3.6"
gem "nokogiri", "1.5.5"
gem "rack-test", "0.6.1"
gem "rspec", "2.10.0"
gem "rspec-core", "2.10.1"
gem "rspec-expectations", "2.10.0"
gem "rspec-mocks", "2.10.1"
end
diff --git a/cuba/app.rb b/cuba/app.rb
index 823dad0..a639023 100644
--- a/cuba/app.rb
+++ b/cuba/app.rb
@@ -1,65 +1,64 @@
require 'cuba'
require 'cuba/render'
require 'slim'
class Note < Ohm::Model
attribute :title
attribute :body
-
end
Cuba.plugin Cuba::Render
Cuba.plugin TextHelpers
Cuba.settings[:render][:template_engine] = "slim"
if ENV["RACK_ENV"] == "development"
Slim::Engine.set_default_options :pretty => true
end
Cuba.define do
on get, "notes/new" do
res.write view("new")
end
on "notes/:id" do |id|
note = Note[id]
on get do
on root do
res.write view("show", note: note)
end
on "edit" do
res.write view("edit", note: note)
end
end
on put, param("note") do |attrs|
note.update attrs
res.redirect "/notes/#{note.id}"
end
on delete do
note.delete
res.redirect "/notes"
end
end
on get do
on root do
res.redirect "/notes"
end
on "notes" do
res.write view("index", notes: Note.all)
end
end
on post do
on "notes", param("note") do |attrs|
Note.create attrs
res.redirect "/notes"
end
end
end
diff --git a/cuba/spec/notes_spec.rb b/cuba/spec/notes_spec.rb
index dbd4ca9..47f51a0 100644
--- a/cuba/spec/notes_spec.rb
+++ b/cuba/spec/notes_spec.rb
@@ -1,63 +1,63 @@
require 'spec_helper'
describe 'Notes', %q{
should implement CRUD functions
-}, :type => :acceptance do
+}, :type => :feature do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
it 'should show index page correctly' do
visit '/'
should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
it 'should create notes correctly' do
visit '/notes/new'
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should eq '/notes'
should have_content description
should have_content truncate(content)
end
it 'should update notes correctly' do
- note = Note.make
+ note = Fabricate(:note)
note.save
visit "/notes/#{note.id}/edit"
should have_field('Description', :with => note.title)
should have_content note.body
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should eq "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
it 'should delete notes correctly' do
- note = Note.make
+ note = Fabricate(:note)
note.save
visit "/notes/#{note.id}/edit"
expect {
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
index 7cba97c..edba505 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/spec/spec_helper.rb
@@ -1,42 +1,42 @@
require 'capybara/rspec'
require 'ffaker'
require 'ohm'
-require 'machinist/object'
+require 'fabrication'
require 'text_helpers'
require 'custom_method_override'
require 'cuba'
Ohm.connect :db => 1, :driver => :hiredis
RSpec.configure do |config|
- config.include TextHelpers, :type => :acceptance
+ config.include TextHelpers, :type => :feature
config.before(:each) do |example|
Ohm.flush
end
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
Cuba.use Rack::CustomMethodOverride
Capybara.app = Cuba
require CUBA_ROOT+'/app'
Note.instance_eval do
def count
all.size
end
end
-Note.blueprint do
+Fabricator(:note) do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index b771d8d..252cdf9 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,26 +1,26 @@
-source "http://ruby.taobao.org"
+source :rubygems
gem "sinatra", "1.3.2"
gem "sequel"
gem "sequel_pg"
gem "slim", '~> 1.0'
gem "pg", "0.13.2"
gem "forme"
-gem "tilt", "1.3.3"
+gem "tilt"
gem "rack", "1.4.1"
group :development, :test do
gem 'capybara'
gem "ffaker"
- gem 'machinist', "~>1.0.6"
+ gem 'fabrication'
gem "nokogiri", "1.5.5"
gem "rack-test", "0.6.1"
gem "rspec", "2.10.0"
gem "rspec-core", "2.10.1"
gem "rspec-expectations", "2.10.0"
gem "rspec-mocks", "2.10.1"
gem "addressable", "2.2.8"
gem "ffi", "1.0.11"
gem "childprocess", "0.3.3"
gem "multi_json", "1.3.6"
gem "mime-types", "1.19"
end
diff --git a/sinatra+sequel/spec/notes_spec.rb b/sinatra+sequel/spec/notes_spec.rb
index e3f8667..00bf054 100644
--- a/sinatra+sequel/spec/notes_spec.rb
+++ b/sinatra+sequel/spec/notes_spec.rb
@@ -1,61 +1,61 @@
require 'spec_helper'
describe 'Notes', %q{
should implement CRUD functions
-}, :type => :acceptance do
+}, :type => :feature do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
it 'should show index page correctly' do
visit '/'
should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
it 'should create notes correctly' do
visit '/notes/new'
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
should have_content description
should have_content truncate(content)
end
it 'should update notes correctly' do
- note = Note.make
+ note = Fabricate(:note)
visit "/notes/#{note.id}/edit"
should have_field('Description', :with => note.title)
should have_content note.body
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
it 'should delete notes correctly' do
- note = Note.make
+ note = Fabricate(:note)
visit "/notes/#{note.id}/edit"
expect {
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 33b9845..f7fe8d0 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,38 +1,36 @@
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
-require 'machinist/sequel'
+require 'fabrication'
require 'text_helpers'
-require 'logger'
RSpec.configure do |config|
- config.include TextHelpers, :type => :request
- config.include TextHelpers, :type => :acceptance
+ config.include TextHelpers, :type => :feature
config.around(:each) do |example|
DB.transaction { example.run; raise Sequel::Rollback }
end
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.connect('postgres:///notes_test')
require 'note'
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
-Note.blueprint do
+Fabricator(:note) do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
a19ba907e3250905beac060c1e5cf3686a38d7ca
|
adjusted gem file, use hiredis driver in test
|
diff --git a/cuba/Gemfile b/cuba/Gemfile
index 559dd79..9f8c7a4 100644
--- a/cuba/Gemfile
+++ b/cuba/Gemfile
@@ -1,26 +1,29 @@
source "http://ruby.taobao.org"
gem "cuba"
gem "hiredis"
gem "ohm"
+gem "rack", "1.4.1"
gem "slim"
gem "tilt", "1.3.3"
-gem "rack", "1.4.1"
-group :development, :test do
- gem "nokogiri", "1.5.5"
- gem "rack-test", "0.6.1"
+group :development do
+ gem "shotgun"
+end
+
+group :test do
+ gem "addressable", "2.2.8"
gem 'capybara'
+ gem "childprocess", "0.3.3"
gem "ffaker"
+ gem "ffi", "1.0.11"
gem 'machinist', "~>1.0.6"
+ gem "mime-types", "1.19"
+ gem "multi_json", "1.3.6"
+ gem "nokogiri", "1.5.5"
+ gem "rack-test", "0.6.1"
gem "rspec", "2.10.0"
gem "rspec-core", "2.10.1"
gem "rspec-expectations", "2.10.0"
gem "rspec-mocks", "2.10.1"
- gem "addressable", "2.2.8"
- gem "ffi", "1.0.11"
- gem "childprocess", "0.3.3"
- gem "multi_json", "1.3.6"
- gem "mime-types", "1.19"
- gem "shotgun"
end
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
index 399b6a2..7cba97c 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/spec/spec_helper.rb
@@ -1,42 +1,42 @@
require 'capybara/rspec'
require 'ffaker'
require 'ohm'
require 'machinist/object'
require 'text_helpers'
require 'custom_method_override'
require 'cuba'
-Ohm.connect :db => 1
+Ohm.connect :db => 1, :driver => :hiredis
RSpec.configure do |config|
config.include TextHelpers, :type => :acceptance
config.before(:each) do |example|
Ohm.flush
end
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
Cuba.use Rack::CustomMethodOverride
Capybara.app = Cuba
require CUBA_ROOT+'/app'
Note.instance_eval do
def count
all.size
end
end
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
6ca92c08acd14f4016ae5e184455e2208cae1502
|
specify gem versions, take migration out
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 0d20a7d..b771d8d 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,12 +1,26 @@
source "http://ruby.taobao.org"
-gem "sinatra", "~> 1.3.0"
+gem "sinatra", "1.3.2"
gem "sequel"
+gem "sequel_pg"
gem "slim", '~> 1.0'
-gem "pg"
+gem "pg", "0.13.2"
gem "forme"
+gem "tilt", "1.3.3"
+gem "rack", "1.4.1"
group :development, :test do
gem 'capybara'
gem "ffaker"
gem 'machinist', "~>1.0.6"
+ gem "nokogiri", "1.5.5"
+ gem "rack-test", "0.6.1"
+ gem "rspec", "2.10.0"
+ gem "rspec-core", "2.10.1"
+ gem "rspec-expectations", "2.10.0"
+ gem "rspec-mocks", "2.10.1"
+ gem "addressable", "2.2.8"
+ gem "ffi", "1.0.11"
+ gem "childprocess", "0.3.3"
+ gem "multi_json", "1.3.6"
+ gem "mime-types", "1.19"
end
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index ab477af..41aa615 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,11 +1,5 @@
require 'sequel'
DB = Sequel.connect("postgres:///notes_dev")
-DB.create_table?(:notes) do
- primary_key :id
- text :title
- text :body
-end
-
require './notes'
run Sinatra::Application
diff --git a/sinatra+sequel/migrations/001_create_notes.rb b/sinatra+sequel/migrations/001_create_notes.rb
new file mode 100644
index 0000000..81b21c2
--- /dev/null
+++ b/sinatra+sequel/migrations/001_create_notes.rb
@@ -0,0 +1,13 @@
+Sequel.migration do
+ up do
+ create_table(:notes) do
+ primary_key :id
+ String :title, :text=>true
+ String :body, :text=>true
+ end
+ end
+
+ down do
+ drop_table(:notes)
+ end
+end
|
nouse/ruby-off-rails
|
052b86c377eab0a2a356422dc9626f1ce5f31045
|
specified gem version, and use hiredis driver
|
diff --git a/cuba/Gemfile b/cuba/Gemfile
index edb643d..559dd79 100644
--- a/cuba/Gemfile
+++ b/cuba/Gemfile
@@ -1,15 +1,26 @@
source "http://ruby.taobao.org"
gem "cuba"
gem "hiredis"
gem "ohm"
gem "slim"
-gem "tilt"
+gem "tilt", "1.3.3"
+gem "rack", "1.4.1"
group :development, :test do
+ gem "nokogiri", "1.5.5"
+ gem "rack-test", "0.6.1"
gem 'capybara'
gem "ffaker"
gem 'machinist', "~>1.0.6"
- gem "rspec"
+ gem "rspec", "2.10.0"
+ gem "rspec-core", "2.10.1"
+ gem "rspec-expectations", "2.10.0"
+ gem "rspec-mocks", "2.10.1"
+ gem "addressable", "2.2.8"
+ gem "ffi", "1.0.11"
+ gem "childprocess", "0.3.3"
+ gem "multi_json", "1.3.6"
+ gem "mime-types", "1.19"
gem "shotgun"
end
diff --git a/cuba/config.ru b/cuba/config.ru
index 8af8ecd..dca8ca7 100644
--- a/cuba/config.ru
+++ b/cuba/config.ru
@@ -1,11 +1,11 @@
require 'ohm'
$LOAD_PATH << File.expand_path(File.dirname(__FILE__)+"/lib")
require 'text_helpers'
require 'custom_method_override'
-Ohm.connect :db => 0
+Ohm.connect :db => 0, :driver => :hiredis
require './app'
Cuba.use Rack::CustomMethodOverride
run Cuba
|
nouse/ruby-off-rails
|
8ff23009875b5f45aab34c50ee0154671a55557a
|
adjusted file structures
|
diff --git a/cuba/app.rb b/cuba/app.rb
index 98aa0bc..214ee68 100644
--- a/cuba/app.rb
+++ b/cuba/app.rb
@@ -1,63 +1,62 @@
require 'cuba'
require 'cuba/render'
require 'slim'
class Note < Ohm::Model
attribute :title
attribute :body
end
Cuba.plugin Cuba::Render
Cuba.plugin TextHelpers
-Cuba.use Rack::MethodOverride
Cuba.settings[:template_engine] = "slim"
if ENV["RACK_ENV"] == "development"
Slim::Engine.set_default_options :pretty => true
end
Cuba.define do
on get, "notes/new" do
res.write view("new")
end
on "notes/:id" do |id|
note = Note[id]
on get do
on root do
res.write view("show", note: note)
end
on "edit" do
res.write view("edit", note: note)
end
end
on put, param("note") do |attrs|
note.update attrs
res.redirect "/notes/#{note.id}"
end
on delete do
note.delete
res.redirect "/notes"
end
end
on get do
on root do
res.redirect "/notes"
end
on "notes" do
res.write view("index", notes: Note.all)
end
end
on post do
on "notes", param("note") do |attrs|
Note.create attrs
res.redirect "/notes"
end
end
end
diff --git a/cuba/config.ru b/cuba/config.ru
index 04a3135..8af8ecd 100644
--- a/cuba/config.ru
+++ b/cuba/config.ru
@@ -1,9 +1,11 @@
require 'ohm'
$LOAD_PATH << File.expand_path(File.dirname(__FILE__)+"/lib")
require 'text_helpers'
+require 'custom_method_override'
Ohm.connect :db => 0
require './app'
+Cuba.use Rack::CustomMethodOverride
run Cuba
diff --git a/cuba/lib/custom_method_override.rb b/cuba/lib/custom_method_override.rb
new file mode 100644
index 0000000..012014f
--- /dev/null
+++ b/cuba/lib/custom_method_override.rb
@@ -0,0 +1,31 @@
+module Rack
+ class CustomMethodOverride
+ HTTP_METHODS = %w(PUT DELETE)
+
+ METHOD_OVERRIDE_PARAM_KEY = "_method".freeze
+
+ def initialize(app)
+ @app = app
+ end
+
+ def call(env)
+ if env["REQUEST_METHOD"] == "POST"
+ method = method_override(env)
+ if HTTP_METHODS.include?(method)
+ env["rack.methodoverride.original_method"] = env["REQUEST_METHOD"]
+ env["REQUEST_METHOD"] = method
+ end
+ end
+
+ @app.call(env)
+ end
+
+ def method_override(env)
+ req = Request.new(env)
+ method = req.GET[METHOD_OVERRIDE_PARAM_KEY]
+ method.to_s.upcase
+ rescue EOFError
+ ""
+ end
+ end
+end
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
index 5ab0e63..399b6a2 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/spec/spec_helper.rb
@@ -1,41 +1,42 @@
require 'capybara/rspec'
require 'ffaker'
require 'ohm'
require 'machinist/object'
require 'text_helpers'
+require 'custom_method_override'
require 'cuba'
Ohm.connect :db => 1
RSpec.configure do |config|
- config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
config.before(:each) do |example|
Ohm.flush
end
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
+Cuba.use Rack::CustomMethodOverride
Capybara.app = Cuba
require CUBA_ROOT+'/app'
Note.instance_eval do
def count
all.size
end
end
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
diff --git a/cuba/views/edit.slim b/cuba/views/edit.slim
index 766eab8..8ad2f68 100644
--- a/cuba/views/edit.slim
+++ b/cuba/views/edit.slim
@@ -1,18 +1,16 @@
-form action="/notes/#{note.id}" method="post"
- input type="hidden" name="_method" value="put"
+form action="/notes/#{note.id}?_method=put" method="post"
label
| Description
br
input name="note[title]" value=note.title
br
label
| Content
br
textarea name="note[body]"
= note.body
br
input type="submit" value="Update"
-form action="/notes/#{note.id}" method="post"
- input type="hidden" name="_method" value="delete"
+form action="/notes/#{note.id}?_method=delete" method="post"
input type="submit" value='Remove'
== partial :back_to_top
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 6037d70..0d20a7d 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,14 +1,12 @@
source "http://ruby.taobao.org"
gem "sinatra", "~> 1.3.0"
gem "sequel"
gem "slim", '~> 1.0'
gem "pg"
gem "forme"
group :development, :test do
gem 'capybara'
gem "ffaker"
- gem 'rspec'
gem 'machinist', "~>1.0.6"
- gem 'unicorn'
end
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index d463b14..ab477af 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,7 +1,11 @@
-require 'bundler/setup'
-
require 'sequel'
DB = Sequel.connect("postgres:///notes_dev")
+DB.create_table?(:notes) do
+ primary_key :id
+ text :title
+ text :body
+end
+
require './notes'
run Sinatra::Application
diff --git a/sinatra+sequel/lib/note.rb b/sinatra+sequel/lib/note.rb
new file mode 100644
index 0000000..8cfe902
--- /dev/null
+++ b/sinatra+sequel/lib/note.rb
@@ -0,0 +1,6 @@
+require 'sequel/model'
+
+class Note < Sequel::Model
+ plugin :prepared_statements_safe
+ plugin :forme
+end
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index a6f29c2..6800813 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,68 +1,55 @@
require 'sinatra'
-require 'sequel'
require 'slim'
-require 'forme'
$LOAD_PATH << File.dirname(__FILE__)+"/lib"
require 'text_helpers'
+require 'note'
require 'forme/sinatra'
+require 'forme'
configure :development do
set :slim, :pretty => true
end
-configure do
- DB.create_table?(:notes) do
- primary_key :id
- text :title
- text :body
- end
-
- class Note < Sequel::Model
- end
- Note.plugin :prepared_statements_safe
- Note.plugin :forme
-end
-
helpers TextHelpers
get '/' do
redirect '/notes'
end
get '/notes' do
@notes = Note.all
slim :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
slim(:show)
end
get '/notes/new' do
@forme = Forme::Form.new(Note.new)
slim(:new)
end
get '/notes/:id/edit' do |id|
@forme = Forme::Form.new Note[:id => id]
slim(:edit)
end
put '/notes/:id' do |id|
note = Note[:id => id]
note.update params[:note]
redirect "/notes/#{id}"
end
post '/notes' do
@note = Note.create params[:note]
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 5a9dee4..33b9845 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,37 +1,38 @@
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'machinist/sequel'
require 'text_helpers'
require 'logger'
RSpec.configure do |config|
config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
config.around(:each) do |example|
DB.transaction { example.run; raise Sequel::Rollback }
end
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.connect('postgres:///notes_test')
+require 'note'
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
270d19db4bd7196476728c243b470f7f94a032c3
|
adjusted Gemfile
|
diff --git a/cuba/Gemfile b/cuba/Gemfile
index 8884be4..edb643d 100644
--- a/cuba/Gemfile
+++ b/cuba/Gemfile
@@ -1,16 +1,15 @@
source "http://ruby.taobao.org"
gem "cuba"
+gem "hiredis"
+gem "ohm"
gem "slim"
gem "tilt"
-gem "ohm"
-gem "hiredis"
group :development, :test do
gem 'capybara'
gem "ffaker"
- gem 'rspec'
gem 'machinist', "~>1.0.6"
- gem 'unicorn'
+ gem "rspec"
gem "shotgun"
end
diff --git a/cuba/spec/notes_spec.rb b/cuba/spec/notes_spec.rb
index 9a98aab..dbd4ca9 100644
--- a/cuba/spec/notes_spec.rb
+++ b/cuba/spec/notes_spec.rb
@@ -1,63 +1,63 @@
require 'spec_helper'
describe 'Notes', %q{
should implement CRUD functions
}, :type => :acceptance do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
it 'should show index page correctly' do
visit '/'
should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
it 'should create notes correctly' do
visit '/notes/new'
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
- current_path.should == '/notes'
+ current_path.should eq '/notes'
should have_content description
should have_content truncate(content)
end
it 'should update notes correctly' do
note = Note.make
note.save
visit "/notes/#{note.id}/edit"
should have_field('Description', :with => note.title)
should have_content note.body
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
- current_path.should == "/notes/#{note.id}"
+ current_path.should eq "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
it 'should delete notes correctly' do
note = Note.make
note.save
visit "/notes/#{note.id}/edit"
expect {
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
|
nouse/ruby-off-rails
|
7b22a99476a771bdf6931159b05d9d819218399a
|
move Note.count into spec_helper
|
diff --git a/cuba/app.rb b/cuba/app.rb
index 4e69c2d..98aa0bc 100644
--- a/cuba/app.rb
+++ b/cuba/app.rb
@@ -1,68 +1,63 @@
require 'cuba'
require 'cuba/render'
require 'slim'
class Note < Ohm::Model
attribute :title
attribute :body
- class << self
- def count
- all.size
- end
- end
end
Cuba.plugin Cuba::Render
Cuba.plugin TextHelpers
Cuba.use Rack::MethodOverride
Cuba.settings[:template_engine] = "slim"
if ENV["RACK_ENV"] == "development"
Slim::Engine.set_default_options :pretty => true
end
Cuba.define do
on get, "notes/new" do
res.write view("new")
end
on "notes/:id" do |id|
note = Note[id]
on get do
on root do
res.write view("show", note: note)
end
on "edit" do
res.write view("edit", note: note)
end
end
on put, param("note") do |attrs|
note.update attrs
res.redirect "/notes/#{note.id}"
end
on delete do
note.delete
res.redirect "/notes"
end
end
on get do
on root do
res.redirect "/notes"
end
on "notes" do
res.write view("index", notes: Note.all)
end
end
on post do
on "notes", param("note") do |attrs|
Note.create attrs
res.redirect "/notes"
end
end
end
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
index e185f44..5ab0e63 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/spec/spec_helper.rb
@@ -1,35 +1,41 @@
require 'capybara/rspec'
require 'ffaker'
require 'ohm'
require 'machinist/object'
require 'text_helpers'
require 'cuba'
Ohm.connect :db => 1
RSpec.configure do |config|
config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
config.before(:each) do |example|
Ohm.flush
end
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
Capybara.app = Cuba
require CUBA_ROOT+'/app'
+Note.instance_eval do
+ def count
+ all.size
+ end
+end
+
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
8d7db9b96465f7ed33c31da90dc9ccdbf29ab7a0
|
use pretty print in development mode
|
diff --git a/cuba/app.rb b/cuba/app.rb
index fe45255..4e69c2d 100644
--- a/cuba/app.rb
+++ b/cuba/app.rb
@@ -1,65 +1,68 @@
require 'cuba'
require 'cuba/render'
require 'slim'
class Note < Ohm::Model
attribute :title
attribute :body
class << self
def count
all.size
end
end
end
Cuba.plugin Cuba::Render
Cuba.plugin TextHelpers
Cuba.use Rack::MethodOverride
Cuba.settings[:template_engine] = "slim"
+if ENV["RACK_ENV"] == "development"
+ Slim::Engine.set_default_options :pretty => true
+end
Cuba.define do
on get, "notes/new" do
res.write view("new")
end
on "notes/:id" do |id|
note = Note[id]
on get do
on root do
res.write view("show", note: note)
end
on "edit" do
res.write view("edit", note: note)
end
end
on put, param("note") do |attrs|
note.update attrs
res.redirect "/notes/#{note.id}"
end
on delete do
note.delete
res.redirect "/notes"
end
end
on get do
on root do
res.redirect "/notes"
end
on "notes" do
res.write view("index", notes: Note.all)
end
end
on post do
on "notes", param("note") do |attrs|
Note.create attrs
res.redirect "/notes"
end
end
end
|
nouse/ruby-off-rails
|
ea57bf5add4f6fd23f30620b69f4a78d01f4a3ad
|
flush db before each test
|
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
index 6b3794c..e185f44 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/spec/spec_helper.rb
@@ -1,31 +1,35 @@
require 'capybara/rspec'
require 'ffaker'
require 'ohm'
require 'machinist/object'
require 'text_helpers'
require 'cuba'
Ohm.connect :db => 1
RSpec.configure do |config|
config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
+
+ config.before(:each) do |example|
+ Ohm.flush
+ end
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
Capybara.app = Cuba
require CUBA_ROOT+'/app'
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
0353e246bd31927b6ff4e23f581d563e7e9f0e86
|
use ohm instead of sequel
|
diff --git a/cuba/Gemfile b/cuba/Gemfile
index bdc028d..8884be4 100644
--- a/cuba/Gemfile
+++ b/cuba/Gemfile
@@ -1,19 +1,16 @@
source "http://ruby.taobao.org"
gem "cuba"
-gem "cuba-contrib"
-gem "mote"
gem "slim"
-gem "pg"
gem "tilt"
-gem "sequel"
-gem "sequel_pg"
-gem "shotgun"
-gem "unicorn"
+gem "ohm"
+gem "hiredis"
+
group :development, :test do
gem 'capybara'
gem "ffaker"
gem 'rspec'
gem 'machinist', "~>1.0.6"
gem 'unicorn'
+ gem "shotgun"
end
diff --git a/cuba/app.rb b/cuba/app.rb
index f40240f..fe45255 100644
--- a/cuba/app.rb
+++ b/cuba/app.rb
@@ -1,58 +1,65 @@
require 'cuba'
require 'cuba/render'
require 'slim'
-class Note < Sequel::Model
- plugin :prepared_statements_safe
+class Note < Ohm::Model
+ attribute :title
+ attribute :body
+
+ class << self
+ def count
+ all.size
+ end
+ end
end
Cuba.plugin Cuba::Render
Cuba.plugin TextHelpers
Cuba.use Rack::MethodOverride
Cuba.settings[:template_engine] = "slim"
Cuba.define do
on get, "notes/new" do
res.write view("new")
end
on "notes/:id" do |id|
- note = Note[id: id]
+ note = Note[id]
on get do
on root do
res.write view("show", note: note)
end
on "edit" do
res.write view("edit", note: note)
end
end
on put, param("note") do |attrs|
note.update attrs
res.redirect "/notes/#{note.id}"
end
on delete do
- note.destroy
+ note.delete
res.redirect "/notes"
end
end
on get do
on root do
res.redirect "/notes"
end
on "notes" do
res.write view("index", notes: Note.all)
end
end
on post do
on "notes", param("note") do |attrs|
Note.create attrs
res.redirect "/notes"
end
end
end
diff --git a/cuba/config.ru b/cuba/config.ru
index beac860..04a3135 100644
--- a/cuba/config.ru
+++ b/cuba/config.ru
@@ -1,16 +1,9 @@
-require 'sequel'
+require 'ohm'
$LOAD_PATH << File.expand_path(File.dirname(__FILE__)+"/lib")
require 'text_helpers'
-DB = Sequel.connect("postgres:///notes_dev")
-
-DB.create_table?(:notes) do
- primary_key :id
- text :title
- text :body
-end
-
+Ohm.connect :db => 0
require './app'
run Cuba
diff --git a/cuba/spec/notes_spec.rb b/cuba/spec/notes_spec.rb
index e3f8667..9a98aab 100644
--- a/cuba/spec/notes_spec.rb
+++ b/cuba/spec/notes_spec.rb
@@ -1,61 +1,63 @@
require 'spec_helper'
describe 'Notes', %q{
should implement CRUD functions
}, :type => :acceptance do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
it 'should show index page correctly' do
visit '/'
should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
it 'should create notes correctly' do
visit '/notes/new'
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
should have_content description
should have_content truncate(content)
end
it 'should update notes correctly' do
note = Note.make
+ note.save
visit "/notes/#{note.id}/edit"
should have_field('Description', :with => note.title)
should have_content note.body
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
it 'should delete notes correctly' do
note = Note.make
+ note.save
visit "/notes/#{note.id}/edit"
expect {
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
index 26a021f..6b3794c 100644
--- a/cuba/spec/spec_helper.rb
+++ b/cuba/spec/spec_helper.rb
@@ -1,35 +1,31 @@
require 'capybara/rspec'
require 'ffaker'
-require 'sequel'
-require 'machinist/sequel'
+require 'ohm'
+require 'machinist/object'
require 'text_helpers'
-require 'logger'
require 'cuba'
+Ohm.connect :db => 1
+
RSpec.configure do |config|
config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
-
- config.around(:each) do |example|
- DB.transaction { example.run; raise Sequel::Rollback }
- end
end
CUBA_ROOT = File.dirname(__FILE__)+'/..'
-DB = Sequel.connect('postgres:///notes_test')
Capybara.app = Cuba
require CUBA_ROOT+'/app'
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
diff --git a/cuba/views/show.slim b/cuba/views/show.slim
index 86ad775..cbe4dc8 100644
--- a/cuba/views/show.slim
+++ b/cuba/views/show.slim
@@ -1,3 +1,3 @@
-h3= note[:title]
-div= note[:body]
+h3= note.title
+div= note.body
== partial :back_to_top
|
nouse/ruby-off-rails
|
4e9237d8a626e9820a85d1c21aff72862ac14f27
|
added a cuba CRUD example
|
diff --git a/cuba/.rspec b/cuba/.rspec
new file mode 100644
index 0000000..16f9cdb
--- /dev/null
+++ b/cuba/.rspec
@@ -0,0 +1,2 @@
+--color
+--format documentation
diff --git a/cuba/Gemfile b/cuba/Gemfile
new file mode 100644
index 0000000..bdc028d
--- /dev/null
+++ b/cuba/Gemfile
@@ -0,0 +1,19 @@
+source "http://ruby.taobao.org"
+
+gem "cuba"
+gem "cuba-contrib"
+gem "mote"
+gem "slim"
+gem "pg"
+gem "tilt"
+gem "sequel"
+gem "sequel_pg"
+gem "shotgun"
+gem "unicorn"
+group :development, :test do
+ gem 'capybara'
+ gem "ffaker"
+ gem 'rspec'
+ gem 'machinist', "~>1.0.6"
+ gem 'unicorn'
+end
diff --git a/cuba/app.rb b/cuba/app.rb
new file mode 100644
index 0000000..f40240f
--- /dev/null
+++ b/cuba/app.rb
@@ -0,0 +1,58 @@
+require 'cuba'
+require 'cuba/render'
+require 'slim'
+
+class Note < Sequel::Model
+ plugin :prepared_statements_safe
+end
+
+Cuba.plugin Cuba::Render
+Cuba.plugin TextHelpers
+Cuba.use Rack::MethodOverride
+
+Cuba.settings[:template_engine] = "slim"
+Cuba.define do
+ on get, "notes/new" do
+ res.write view("new")
+ end
+
+ on "notes/:id" do |id|
+ note = Note[id: id]
+ on get do
+ on root do
+ res.write view("show", note: note)
+ end
+
+ on "edit" do
+ res.write view("edit", note: note)
+ end
+ end
+
+ on put, param("note") do |attrs|
+ note.update attrs
+ res.redirect "/notes/#{note.id}"
+ end
+
+ on delete do
+ note.destroy
+ res.redirect "/notes"
+ end
+ end
+ on get do
+ on root do
+ res.redirect "/notes"
+ end
+
+ on "notes" do
+ res.write view("index", notes: Note.all)
+ end
+ end
+
+ on post do
+ on "notes", param("note") do |attrs|
+ Note.create attrs
+ res.redirect "/notes"
+ end
+ end
+
+end
diff --git a/cuba/config.ru b/cuba/config.ru
new file mode 100644
index 0000000..beac860
--- /dev/null
+++ b/cuba/config.ru
@@ -0,0 +1,16 @@
+require 'sequel'
+
+$LOAD_PATH << File.expand_path(File.dirname(__FILE__)+"/lib")
+require 'text_helpers'
+
+DB = Sequel.connect("postgres:///notes_dev")
+
+DB.create_table?(:notes) do
+ primary_key :id
+ text :title
+ text :body
+end
+
+
+require './app'
+run Cuba
diff --git a/cuba/lib/text_helpers.rb b/cuba/lib/text_helpers.rb
new file mode 100644
index 0000000..b8c1c5c
--- /dev/null
+++ b/cuba/lib/text_helpers.rb
@@ -0,0 +1,6 @@
+module TextHelpers
+ def truncate(text, length=20)
+ max_length = length.abs
+ text.length > max_length ? "#{text[0..max_length]}..." : text
+ end
+end
diff --git a/cuba/spec/notes_spec.rb b/cuba/spec/notes_spec.rb
new file mode 100644
index 0000000..e3f8667
--- /dev/null
+++ b/cuba/spec/notes_spec.rb
@@ -0,0 +1,61 @@
+require 'spec_helper'
+
+describe 'Notes', %q{
+ should implement CRUD functions
+}, :type => :acceptance do
+
+ let(:description) { generate_description }
+ let(:content) { generate_content }
+ subject { page }
+
+ it 'should show index page correctly' do
+ visit '/'
+ should have_content 'title'
+ click_link 'new note'
+ current_path.should == '/notes/new'
+ end
+
+ it 'should create notes correctly' do
+ visit '/notes/new'
+ expect {
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Create'
+ }.to change(Note, :count).by(1)
+
+ current_path.should == '/notes'
+ should have_content description
+ should have_content truncate(content)
+ end
+
+ it 'should update notes correctly' do
+ note = Note.make
+ visit "/notes/#{note.id}/edit"
+
+ should have_field('Description', :with => note.title)
+ should have_content note.body
+
+ expect {
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Update'
+ }.to_not change(Note, :count)
+
+ current_path.should == "/notes/#{note.id}"
+ should_not have_content note.title
+ should_not have_content note.body
+ should have_content description
+ should have_content content
+ end
+
+ it 'should delete notes correctly' do
+ note = Note.make
+ visit "/notes/#{note.id}/edit"
+
+ expect {
+ click_button 'Remove'
+ }.to change(Note, :count).by(-1)
+
+ current_path.should == "/notes"
+ end
+end
diff --git a/cuba/spec/spec_helper.rb b/cuba/spec/spec_helper.rb
new file mode 100644
index 0000000..26a021f
--- /dev/null
+++ b/cuba/spec/spec_helper.rb
@@ -0,0 +1,35 @@
+require 'capybara/rspec'
+require 'ffaker'
+require 'sequel'
+require 'machinist/sequel'
+require 'text_helpers'
+require 'logger'
+require 'cuba'
+
+RSpec.configure do |config|
+ config.include TextHelpers, :type => :request
+ config.include TextHelpers, :type => :acceptance
+
+ config.around(:each) do |example|
+ DB.transaction { example.run; raise Sequel::Rollback }
+ end
+end
+
+CUBA_ROOT = File.dirname(__FILE__)+'/..'
+DB = Sequel.connect('postgres:///notes_test')
+Capybara.app = Cuba
+
+require CUBA_ROOT+'/app'
+
+Note.blueprint do
+ title { generate_description }
+ body { generate_content }
+end
+
+def generate_description
+ Faker::Lorem.sentence
+end
+
+def generate_content
+ Faker::Lorem.paragraph
+end
diff --git a/cuba/views/back_to_top.slim b/cuba/views/back_to_top.slim
new file mode 100644
index 0000000..fe15ad9
--- /dev/null
+++ b/cuba/views/back_to_top.slim
@@ -0,0 +1,3 @@
+div
+ a href="/notes/"
+ | back to top
diff --git a/cuba/views/edit.slim b/cuba/views/edit.slim
new file mode 100644
index 0000000..766eab8
--- /dev/null
+++ b/cuba/views/edit.slim
@@ -0,0 +1,18 @@
+form action="/notes/#{note.id}" method="post"
+ input type="hidden" name="_method" value="put"
+ label
+ | Description
+ br
+ input name="note[title]" value=note.title
+ br
+ label
+ | Content
+ br
+ textarea name="note[body]"
+ = note.body
+ br
+ input type="submit" value="Update"
+form action="/notes/#{note.id}" method="post"
+ input type="hidden" name="_method" value="delete"
+ input type="submit" value='Remove'
+== partial :back_to_top
diff --git a/cuba/views/index.slim b/cuba/views/index.slim
new file mode 100644
index 0000000..5a6f9aa
--- /dev/null
+++ b/cuba/views/index.slim
@@ -0,0 +1,17 @@
+div.body
+ table width="100%" style="border-collapse: collapse" border=(1)
+ thead
+ tr
+ td title
+ td content
+ td
+ tbody
+ - notes.each do |note|
+ tr
+ td
+ a href="/notes/#{note.id}" = note.title
+ td
+ = truncate( note.body )
+ td
+ a href="/notes/#{note.id}/edit" Edit
+ a href='/notes/new' new note
diff --git a/cuba/views/layout.slim b/cuba/views/layout.slim
new file mode 100644
index 0000000..8d64b9a
--- /dev/null
+++ b/cuba/views/layout.slim
@@ -0,0 +1,6 @@
+doctype 5
+html
+ head
+ title note in sinatra
+ body
+ == content
diff --git a/cuba/views/new.slim b/cuba/views/new.slim
new file mode 100644
index 0000000..d586594
--- /dev/null
+++ b/cuba/views/new.slim
@@ -0,0 +1,13 @@
+form action='/notes' method='post'
+ label
+ | Description
+ br
+ input name="note[title]"
+ br
+ label
+ | Content
+ br
+ textarea name="note[body]"
+ br
+ input type="submit" value="Create"
+== partial "back_to_top"
diff --git a/cuba/views/show.slim b/cuba/views/show.slim
new file mode 100644
index 0000000..86ad775
--- /dev/null
+++ b/cuba/views/show.slim
@@ -0,0 +1,3 @@
+h3= note[:title]
+div= note[:body]
+== partial :back_to_top
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index c9dd943..6037d70 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,14 +1,14 @@
-source "http://rubygems.org"
-gem "sinatra", "~> 1.2.0"
+source "http://ruby.taobao.org"
+gem "sinatra", "~> 1.3.0"
gem "sequel"
gem "slim", '~> 1.0'
gem "pg"
gem "forme"
group :development, :test do
gem 'capybara'
gem "ffaker"
gem 'rspec'
gem 'machinist', "~>1.0.6"
gem 'unicorn'
end
|
nouse/ruby-off-rails
|
47989c75f6d4202f6461b81d0605e64454626bea
|
always wrap tests in transactions
|
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 57453fa..5a9dee4 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,33 +1,37 @@
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'machinist/sequel'
require 'text_helpers'
require 'logger'
RSpec.configure do |config|
config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
+
+ config.around(:each) do |example|
+ DB.transaction { example.run; raise Sequel::Rollback }
+ end
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.connect('postgres:///notes_test')
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
6eb93f59463da32870674906d94376823a18862a
|
use forme to build html forms
|
diff --git a/.gitignore b/.gitignore
index 4e05d7a..ca86735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.sqlite
+*.rbc
*.swp
Gemfile.lock
.rvmrc
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index d8e400f..f6e15fa 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,12 +1,14 @@
source "http://rubygems.org"
gem "sinatra", "~> 1.2.0"
gem "sequel"
-gem "amalgalite"
gem "slim"
+gem "pg"
+gem "forme"
group :development, :test do
gem 'capybara'
gem "ffaker"
gem 'rspec'
gem 'machinist', "~>1.0.6"
+ gem 'unicorn'
end
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index 607ff2b..d463b14 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,7 +1,7 @@
require 'bundler/setup'
require 'sequel'
-DB = Sequel.connect("amalgalite://notes.sqlite")
+DB = Sequel.connect("postgres:///notes_dev")
require './notes'
run Sinatra::Application
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index ea7d181..a6f29c2 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,64 +1,68 @@
require 'sinatra'
require 'sequel'
require 'slim'
+require 'forme'
$LOAD_PATH << File.dirname(__FILE__)+"/lib"
require 'text_helpers'
+require 'forme/sinatra'
configure :development do
set :slim, :pretty => true
end
configure do
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
+ Note.plugin :prepared_statements_safe
+ Note.plugin :forme
end
helpers TextHelpers
get '/' do
redirect '/notes'
end
get '/notes' do
@notes = Note.all
slim :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
slim(:show)
end
get '/notes/new' do
- @note = Note.new
+ @forme = Forme::Form.new(Note.new)
slim(:new)
end
get '/notes/:id/edit' do |id|
- @note = Note[:id => id]
+ @forme = Forme::Form.new Note[:id => id]
slim(:edit)
end
put '/notes/:id' do |id|
note = Note[:id => id]
note.update params[:note]
redirect "/notes/#{id}"
end
post '/notes' do
@note = Note.create params[:note]
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 6dcab68..57453fa 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,32 +1,33 @@
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'machinist/sequel'
require 'text_helpers'
+require 'logger'
RSpec.configure do |config|
config.include TextHelpers, :type => :request
config.include TextHelpers, :type => :acceptance
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
-DB = Sequel.amalgalite
+DB = Sequel.connect('postgres:///notes_test')
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
diff --git a/sinatra+sequel/views/edit.slim b/sinatra+sequel/views/edit.slim
index da2dda6..1fbbd61 100644
--- a/sinatra+sequel/views/edit.slim
+++ b/sinatra+sequel/views/edit.slim
@@ -1,8 +1,10 @@
-form action="/notes/#{@note.id}" method="post"
+- @forme.form do |f|
+ == f.open :action => "/notes/#{f.obj.id}", :method => 'post'
input type="hidden" name="_method" value="put"
- == slim :fields
+ == f.input :title, :label => 'Description'
+ == f.input :body, :as => :textarea, :label => 'Content'
input type="submit" value="Update"
-form action="/notes/#{@note.id}" method="post"
+form action="/notes/#{@forme.obj.id}" method="post"
input type="hidden" name="_method" value="delete"
input type="submit" value='Remove'
== slim :back_to_top
diff --git a/sinatra+sequel/views/fields.slim b/sinatra+sequel/views/fields.slim
deleted file mode 100644
index 3a4ac45..0000000
--- a/sinatra+sequel/views/fields.slim
+++ /dev/null
@@ -1,11 +0,0 @@
-label
- | Description
- br
- input name="note[title]" [email protected] size=(50)
-br
-label
- | Content
- br
- textarea name="note[body]" cols=(30) rows=(10)
- [email protected]
-br
diff --git a/sinatra+sequel/views/new.slim b/sinatra+sequel/views/new.slim
index 092ed1f..3f087e2 100644
--- a/sinatra+sequel/views/new.slim
+++ b/sinatra+sequel/views/new.slim
@@ -1,4 +1,7 @@
-form action="/notes" method="post"
- == slim :fields
+- @forme.form do |f|
+ == f.open :action => '/notes', :method => 'post'
+ == f.input :title, :label => 'Description'
+ == f.input :body, :as => :textarea, :label => 'Content'
input type="submit" value="Create"
+ == f.close
== slim :back_to_top
|
nouse/ruby-off-rails
|
2676efda3d9662023a5aedae7f46826c50537ee9
|
remove Gemfile.lock from repository
|
diff --git a/.gitignore b/.gitignore
index 3d1e3f8..4e05d7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.sqlite
*.swp
+Gemfile.lock
.rvmrc
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
deleted file mode 100644
index 680044d..0000000
--- a/sinatra+sequel/Gemfile.lock
+++ /dev/null
@@ -1,71 +0,0 @@
-GEM
- remote: http://rubygems.org/
- specs:
- amalgalite (1.0.0)
- arrayfields (~> 4.7.4)
- fastercsv (~> 1.5.4)
- arrayfields (4.7.4)
- capybara (0.4.1.2)
- celerity (>= 0.7.9)
- culerity (>= 0.2.4)
- mime-types (>= 1.16)
- nokogiri (>= 1.3.3)
- rack (>= 1.0.0)
- rack-test (>= 0.5.4)
- selenium-webdriver (>= 0.0.27)
- xpath (~> 0.1.3)
- celerity (0.8.8)
- childprocess (0.1.7)
- ffi (~> 0.6.3)
- culerity (0.2.15)
- diff-lcs (1.1.2)
- fastercsv (1.5.4)
- ffaker (1.4.0)
- ffi (0.6.3)
- rake (>= 0.8.7)
- json_pure (1.5.1)
- machinist (1.0.6)
- mime-types (1.16)
- nokogiri (1.4.4)
- rack (1.2.1)
- rack-test (0.5.7)
- rack (>= 1.0)
- rake (0.8.7)
- rspec (2.5.0)
- rspec-core (~> 2.5.0)
- rspec-expectations (~> 2.5.0)
- rspec-mocks (~> 2.5.0)
- rspec-core (2.5.1)
- rspec-expectations (2.5.0)
- diff-lcs (~> 1.1.2)
- rspec-mocks (2.5.0)
- rubyzip (0.9.4)
- selenium-webdriver (0.1.3)
- childprocess (~> 0.1.5)
- ffi (~> 0.6.3)
- json_pure
- rubyzip
- sequel (3.21.0)
- sinatra (1.2.0)
- rack (~> 1.1)
- tilt (>= 1.2.2, < 2.0)
- slim (0.9.0)
- temple (~> 0.1.7)
- tilt (~> 1.2)
- temple (0.1.7)
- tilt (1.2.2)
- xpath (0.1.3)
- nokogiri (~> 1.3)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- amalgalite
- capybara
- ffaker
- machinist (~> 1.0.6)
- rspec
- sequel
- sinatra (~> 1.2.0)
- slim
|
nouse/ruby-off-rails
|
712320a2e164a7b740426fcc25513fa85de9872e
|
use nested form field
|
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index a8f6609..ea7d181 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,64 +1,64 @@
require 'sinatra'
require 'sequel'
require 'slim'
$LOAD_PATH << File.dirname(__FILE__)+"/lib"
require 'text_helpers'
configure :development do
set :slim, :pretty => true
end
configure do
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
end
helpers TextHelpers
get '/' do
redirect '/notes'
end
get '/notes' do
@notes = Note.all
slim :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
slim(:show)
end
get '/notes/new' do
@note = Note.new
slim(:new)
end
get '/notes/:id/edit' do |id|
@note = Note[:id => id]
slim(:edit)
end
put '/notes/:id' do |id|
note = Note[:id => id]
- note.update(:title => params[:title], :body => params[:body])
+ note.update params[:note]
redirect "/notes/#{id}"
end
post '/notes' do
- @note = Note.create(:title => params[:title], :body => params[:body])
+ @note = Note.create params[:note]
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
diff --git a/sinatra+sequel/views/fields.slim b/sinatra+sequel/views/fields.slim
index c228425..3a4ac45 100644
--- a/sinatra+sequel/views/fields.slim
+++ b/sinatra+sequel/views/fields.slim
@@ -1,11 +1,11 @@
-label for="title"
+label
| Description
br
- input name="title" [email protected] size=(50)
+ input name="note[title]" [email protected] size=(50)
br
-label for="body"
+label
| Content
br
- textarea name="body" cols=(30) rows=(10)
+ textarea name="note[body]" cols=(30) rows=(10)
[email protected]
br
|
nouse/ruby-off-rails
|
0842b9efaebe95c4ff904aa2bb4257c19ae888dd
|
removed steak dependency
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index a034065..d8e400f 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,13 +1,12 @@
source "http://rubygems.org"
gem "sinatra", "~> 1.2.0"
gem "sequel"
gem "amalgalite"
gem "slim"
group :development, :test do
gem 'capybara'
gem "ffaker"
gem 'rspec'
gem 'machinist', "~>1.0.6"
- gem 'steak'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index 4b7bf2c..680044d 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,74 +1,71 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.8)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
diff-lcs (1.1.2)
fastercsv (1.5.4)
ffaker (1.4.0)
ffi (0.6.3)
rake (>= 0.8.7)
json_pure (1.5.1)
machinist (1.0.6)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.21.0)
sinatra (1.2.0)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
slim (0.9.0)
temple (~> 0.1.7)
tilt (~> 1.2)
- steak (1.1.0)
- rspec (>= 1.3)
temple (0.1.7)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
ffaker
machinist (~> 1.0.6)
rspec
sequel
sinatra (~> 1.2.0)
slim
- steak
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_spec.rb
similarity index 83%
rename from sinatra+sequel/spec/notes_acceptance_spec.rb
rename to sinatra+sequel/spec/notes_spec.rb
index b7816b5..e3f8667 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_spec.rb
@@ -1,59 +1,61 @@
require 'spec_helper'
-feature 'Notes' do
+describe 'Notes', %q{
+ should implement CRUD functions
+}, :type => :acceptance do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
- scenario 'index' do
+ it 'should show index page correctly' do
visit '/'
should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
- scenario 'create' do
+ it 'should create notes correctly' do
visit '/notes/new'
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
should have_content description
should have_content truncate(content)
end
- scenario 'update' do
+ it 'should update notes correctly' do
note = Note.make
visit "/notes/#{note.id}/edit"
should have_field('Description', :with => note.title)
should have_content note.body
expect {
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
- scenario 'destroy' do
+ it 'should delete notes correctly' do
note = Note.make
visit "/notes/#{note.id}/edit"
expect {
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 52d4115..6dcab68 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,32 +1,32 @@
-require 'steak'
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'machinist/sequel'
require 'text_helpers'
RSpec.configure do |config|
- config.include TextHelpers
+ config.include TextHelpers, :type => :request
+ config.include TextHelpers, :type => :acceptance
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.amalgalite
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Note.blueprint do
title { generate_description }
body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
8061c41f9434705784c05dbca1d9458f8432cf8f
|
used machinist to replace spawn
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index aac5219..abc0950 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,13 +1,13 @@
source "http://rubygems.org"
gem "sinatra", "1.2.0.d"
gem "sequel"
gem "amalgalite"
gem "slim"
group :development, :test do
gem 'capybara'
gem "ffaker"
gem 'rspec'
- gem 'spawn'
+ gem 'machinist', "~>1.0.6"
gem 'steak'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index 32a74b0..d3e7239 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,74 +1,74 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.8)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
diff-lcs (1.1.2)
fastercsv (1.5.4)
ffaker (1.3.0)
ffi (0.6.3)
rake (>= 0.8.7)
json_pure (1.5.1)
+ machinist (1.0.6)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.20.0)
sinatra (1.2.0.d)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
slim (0.9.0)
temple (~> 0.1.7)
tilt (~> 1.2)
- spawn (0.1.4)
steak (1.1.0)
rspec (>= 1.3)
temple (0.1.7)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
ffaker
+ machinist (~> 1.0.6)
rspec
sequel
sinatra (= 1.2.0.d)
slim
- spawn
steak
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index fd6bc47..3d6f87c 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,56 +1,56 @@
require 'spec_helper'
feature 'Notes' do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
should have_content description
should have_content truncate(content)
end
scenario 'update' do
- note = Note.spawn
+ note = Note.make
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
scenario 'destroy' do
- note = Note.spawn
+ note = Note.make
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 2c8eafc..52d4115 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,33 +1,32 @@
require 'steak'
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
-require 'spawn'
+require 'machinist/sequel'
require 'text_helpers'
RSpec.configure do |config|
config.include TextHelpers
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.amalgalite
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
-Note.extend Spawn
-Note.spawner do |note|
- note.title = generate_description
- note.body = generate_content
+Note.blueprint do
+ title { generate_description }
+ body { generate_content }
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
91a5b839be2f4af42756d6f0086d99e1250d0c72
|
No need to delete notes before every test
|
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index 88b06e5..fd6bc47 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,60 +1,56 @@
require 'spec_helper'
feature 'Notes' do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
- background do
- Note.delete
- end
-
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
should have_content description
should have_content truncate(content)
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
|
nouse/ruby-off-rails
|
774de803f0d3f4ab6dfe07377cc85cdd90c063ac
|
fixed unproper variable name
|
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index db5a191..2c8eafc 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,33 +1,33 @@
require 'steak'
require 'capybara/rspec'
require 'ffaker'
require 'sinatra'
require 'sequel'
require 'spawn'
require 'text_helpers'
RSpec.configure do |config|
config.include TextHelpers
end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
DB = Sequel.amalgalite
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
require SINATRA_ROOT+'/notes'
Note.extend Spawn
-Note.spawner do |user|
- user.title = generate_description
- user.body = generate_content
+Note.spawner do |note|
+ note.title = generate_description
+ note.body = generate_content
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
78ac8530220cada9102ed2632ea87cbc764ec298
|
used slim and ffaker to replace haml and faker
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 29b07b9..aac5219 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,13 +1,13 @@
source "http://rubygems.org"
-gem "sinatra"
+gem "sinatra", "1.2.0.d"
gem "sequel"
gem "amalgalite"
-gem "haml"
+gem "slim"
group :development, :test do
gem 'capybara'
- gem "faker"
+ gem "ffaker"
gem 'rspec'
gem 'spawn'
gem 'steak'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index 24ff8d5..32a74b0 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,73 +1,74 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.8)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
diff-lcs (1.1.2)
- faker (0.9.5)
- i18n (~> 0.4)
fastercsv (1.5.4)
+ ffaker (1.3.0)
ffi (0.6.3)
rake (>= 0.8.7)
- haml (3.0.25)
- i18n (0.5.0)
json_pure (1.5.1)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.20.0)
- sinatra (1.1.3)
+ sinatra (1.2.0.d)
rack (~> 1.1)
+ tilt (>= 1.2.2, < 2.0)
+ slim (0.9.0)
+ temple (~> 0.1.7)
tilt (~> 1.2)
spawn (0.1.4)
steak (1.1.0)
rspec (>= 1.3)
+ temple (0.1.7)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
- faker
- haml
+ ffaker
rspec
sequel
- sinatra
+ sinatra (= 1.2.0.d)
+ slim
spawn
steak
diff --git a/sinatra+sequel/lib/text_helpers.rb b/sinatra+sequel/lib/text_helpers.rb
new file mode 100644
index 0000000..b8c1c5c
--- /dev/null
+++ b/sinatra+sequel/lib/text_helpers.rb
@@ -0,0 +1,6 @@
+module TextHelpers
+ def truncate(text, length=20)
+ max_length = length.abs
+ text.length > max_length ? "#{text[0..max_length]}..." : text
+ end
+end
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index e71240d..a8f6609 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,68 +1,64 @@
require 'sinatra'
require 'sequel'
-require 'haml'
+require 'slim'
+$LOAD_PATH << File.dirname(__FILE__)+"/lib"
+require 'text_helpers'
-module TextHelper
- def h(string)
- Rack::Utils.escape_html(string)
- end
- def truncate(text, length=20)
- max_length = length.abs
- text.length > max_length ? "#{text[0..max_length]}..." : text
- end
+configure :development do
+ set :slim, :pretty => true
end
-helpers TextHelper
-
configure do
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
end
+helpers TextHelpers
+
get '/' do
redirect '/notes'
end
get '/notes' do
@notes = Note.all
- haml :index
+ slim :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
- haml(:show)
+ slim(:show)
end
get '/notes/new' do
@note = Note.new
- haml(:new)
+ slim(:new)
end
get '/notes/:id/edit' do |id|
@note = Note[:id => id]
- haml(:edit)
+ slim(:edit)
end
put '/notes/:id' do |id|
note = Note[:id => id]
note.update(:title => params[:title], :body => params[:body])
redirect "/notes/#{id}"
end
post '/notes' do
@note = Note.create(:title => params[:title], :body => params[:body])
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index 08c4bda..88b06e5 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,60 +1,60 @@
require 'spec_helper'
feature 'Notes' do
let(:description) { generate_description }
let(:content) { generate_content }
subject { page }
background do
Note.delete
end
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
should have_content description
- should have_content truncate(h content)
+ should have_content truncate(content)
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
should_not have_content note.title
should_not have_content note.body
should have_content description
should have_content content
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 63b45fd..db5a191 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,32 +1,33 @@
require 'steak'
require 'capybara/rspec'
-require 'faker'
+require 'ffaker'
require 'sinatra'
require 'sequel'
require 'spawn'
+require 'text_helpers'
+
+RSpec.configure do |config|
+ config.include TextHelpers
+end
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
-$LOAD_PATH << SINATRA_ROOT
DB = Sequel.amalgalite
set :environment, :test
set :root, SINATRA_ROOT
Capybara.app = Sinatra::Application
-require 'notes'
-RSpec.configure do |config|
- config.include TextHelper
-end
+require SINATRA_ROOT+'/notes'
Note.extend Spawn
Note.spawner do |user|
user.title = generate_description
user.body = generate_content
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
diff --git a/sinatra+sequel/views/back_to_top.haml b/sinatra+sequel/views/back_to_top.haml
deleted file mode 100644
index 28e0815..0000000
--- a/sinatra+sequel/views/back_to_top.haml
+++ /dev/null
@@ -1,2 +0,0 @@
-%div
- %a{:href => "/notes"} Back to Top
diff --git a/sinatra+sequel/views/back_to_top.slim b/sinatra+sequel/views/back_to_top.slim
new file mode 100644
index 0000000..100cf6b
--- /dev/null
+++ b/sinatra+sequel/views/back_to_top.slim
@@ -0,0 +1,3 @@
+div
+ a href="/notes"
+ | back to top
diff --git a/sinatra+sequel/views/edit.haml b/sinatra+sequel/views/edit.haml
deleted file mode 100644
index 9e1b175..0000000
--- a/sinatra+sequel/views/edit.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-%form{:action => "/notes/#{@note.id}", :method => "post"}
- %input{:type => "hidden", :name => "_method", :value => "put"}
- = haml :fields
- %input{:type => "submit", :value => "Update"}
-%form{:action => "/notes/#{@note.id}", :method => "post"}
- %input{:type => "hidden", :name => "_method", :value => "delete"}
- %input{:type => "submit", :value => 'Remove'}/
-= haml :back_to_top
diff --git a/sinatra+sequel/views/edit.slim b/sinatra+sequel/views/edit.slim
new file mode 100644
index 0000000..da2dda6
--- /dev/null
+++ b/sinatra+sequel/views/edit.slim
@@ -0,0 +1,8 @@
+form action="/notes/#{@note.id}" method="post"
+ input type="hidden" name="_method" value="put"
+ == slim :fields
+ input type="submit" value="Update"
+form action="/notes/#{@note.id}" method="post"
+ input type="hidden" name="_method" value="delete"
+ input type="submit" value='Remove'
+== slim :back_to_top
diff --git a/sinatra+sequel/views/fields.haml b/sinatra+sequel/views/fields.haml
deleted file mode 100644
index b82b6c1..0000000
--- a/sinatra+sequel/views/fields.haml
+++ /dev/null
@@ -1,10 +0,0 @@
-%label{:for => "title"}
- Description
- %br
- %input{:name => "title", :value => h(@note.title), :size => 50}
-%br
-%label{:for => "body"}
- Content
- %br
- %textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
-%br
diff --git a/sinatra+sequel/views/fields.slim b/sinatra+sequel/views/fields.slim
new file mode 100644
index 0000000..4e79665
--- /dev/null
+++ b/sinatra+sequel/views/fields.slim
@@ -0,0 +1,10 @@
+label for="title"
+ | Description
+ br
+ input name="title" [email protected] size=(50)
+br
+label for="body"
+ | Content
+ br
+ textarea name="body" cols=(30) rows=(10)
+br
diff --git a/sinatra+sequel/views/index.haml b/sinatra+sequel/views/index.haml
deleted file mode 100644
index 462838b..0000000
--- a/sinatra+sequel/views/index.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-%div.body
- %table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
- %thead
- %tr
- %td title
- %td content
- %td
- %tbody
- - @notes.each do |note|
- %tr
- %td
- %a{:href => "/notes/#{note.id}"}= h note.title
- %td
- = truncate( h note.body )
- %td
- %a{:href => "/notes/#{note.id}/edit"} edit
- %a{:href => '/notes/new'} new note
diff --git a/sinatra+sequel/views/index.slim b/sinatra+sequel/views/index.slim
new file mode 100644
index 0000000..3c8ddab
--- /dev/null
+++ b/sinatra+sequel/views/index.slim
@@ -0,0 +1,17 @@
+div.body
+ table width="100%" style="border-collapse: collapse" border=(1)
+ thead
+ tr
+ td title
+ td content
+ td
+ tbody
+ - @notes.each do |note|
+ tr
+ td
+ a href="/notes/#{note.id}" = note.title
+ td
+ = truncate( note.body )
+ td
+ a href="/notes/#{note.id}/edit" Edit
+ a href='/notes/new' new note
diff --git a/sinatra+sequel/views/layout.haml b/sinatra+sequel/views/layout.haml
deleted file mode 100644
index 31891e4..0000000
--- a/sinatra+sequel/views/layout.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-!!!
-%html
- %head
- %title note in sinatra
- %body= yield
diff --git a/sinatra+sequel/views/layout.slim b/sinatra+sequel/views/layout.slim
new file mode 100644
index 0000000..f160f56
--- /dev/null
+++ b/sinatra+sequel/views/layout.slim
@@ -0,0 +1,6 @@
+! doctype
+html
+ head
+ title note in sinatra
+ body
+ == yield
diff --git a/sinatra+sequel/views/new.haml b/sinatra+sequel/views/new.haml
deleted file mode 100644
index f7df62f..0000000
--- a/sinatra+sequel/views/new.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-%form{:action => "/notes", :method => "post"}
- = haml :fields
- %input{:type => "submit", :value => "Create"}
-= haml :back_to_top
diff --git a/sinatra+sequel/views/new.slim b/sinatra+sequel/views/new.slim
new file mode 100644
index 0000000..092ed1f
--- /dev/null
+++ b/sinatra+sequel/views/new.slim
@@ -0,0 +1,4 @@
+form action="/notes" method="post"
+ == slim :fields
+ input type="submit" value="Create"
+== slim :back_to_top
diff --git a/sinatra+sequel/views/show.haml b/sinatra+sequel/views/show.haml
deleted file mode 100644
index 0371676..0000000
--- a/sinatra+sequel/views/show.haml
+++ /dev/null
@@ -1,3 +0,0 @@
-%h3= h @note[:title]
-%div= @note[:body]
-= haml :back_to_top
diff --git a/sinatra+sequel/views/show.slim b/sinatra+sequel/views/show.slim
new file mode 100644
index 0000000..81061d0
--- /dev/null
+++ b/sinatra+sequel/views/show.slim
@@ -0,0 +1,3 @@
+h3= @note[:title]
+div= @note[:body]
+== slim :back_to_top
|
nouse/ruby-off-rails
|
0ced898192907550fbc809a341ce8b8bc46672cd
|
removed dependency of spork
|
diff --git a/sinatra+sequel/.rspec b/sinatra+sequel/.rspec
index 094498c..16f9cdb 100644
--- a/sinatra+sequel/.rspec
+++ b/sinatra+sequel/.rspec
@@ -1,3 +1,2 @@
--color
---drb
--format documentation
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 13d6b0d..29b07b9 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,14 +1,13 @@
source "http://rubygems.org"
gem "sinatra"
gem "sequel"
gem "amalgalite"
gem "haml"
group :development, :test do
gem 'capybara'
gem "faker"
gem 'rspec'
gem 'spawn'
- gem 'spork', '~> 0.9.0.rc'
gem 'steak'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index afc7122..24ff8d5 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,75 +1,73 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.8)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
diff-lcs (1.1.2)
faker (0.9.5)
i18n (~> 0.4)
fastercsv (1.5.4)
ffi (0.6.3)
rake (>= 0.8.7)
haml (3.0.25)
i18n (0.5.0)
json_pure (1.5.1)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.20.0)
sinatra (1.1.3)
rack (~> 1.1)
tilt (~> 1.2)
spawn (0.1.4)
- spork (0.9.0.rc3)
steak (1.1.0)
rspec (>= 1.3)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
faker
haml
rspec
sequel
sinatra
spawn
- spork (~> 0.9.0.rc)
steak
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 88e908f..63b45fd 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,39 +1,32 @@
-require 'spork'
require 'steak'
require 'capybara/rspec'
require 'faker'
require 'sinatra'
require 'sequel'
require 'spawn'
-Spork.prefork do
+SINATRA_ROOT = File.dirname(__FILE__)+'/..'
+$LOAD_PATH << SINATRA_ROOT
+DB = Sequel.amalgalite
+set :environment, :test
+set :root, SINATRA_ROOT
+Capybara.app = Sinatra::Application
+require 'notes'
- SINATRA_ROOT = File.dirname(__FILE__)+'/..'
- $LOAD_PATH << SINATRA_ROOT
- DB = Sequel.amalgalite
- set :environment, :test
- set :root, SINATRA_ROOT
- Capybara.app = Sinatra::Application
+RSpec.configure do |config|
+ config.include TextHelper
end
-Spork.each_run do
- require 'notes'
-
- RSpec.configure do |config|
- config.include TextHelper
- end
-
- Note.extend Spawn
- Note.spawner do |user|
- user.title = generate_description
- user.body = generate_content
- end
+Note.extend Spawn
+Note.spawner do |user|
+ user.title = generate_description
+ user.body = generate_content
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
|
nouse/ruby-off-rails
|
cd35d82823bed2a87b13fa0bf27d5b6fe9b0be20
|
used "subject" to reduce code
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index d92be5a..13d6b0d 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,14 +1,14 @@
source "http://rubygems.org"
gem "sinatra"
gem "sequel"
gem "amalgalite"
gem "haml"
group :development, :test do
- gem 'rspec'
- gem 'steak'
gem 'capybara'
gem "faker"
+ gem 'rspec'
gem 'spawn'
gem 'spork', '~> 0.9.0.rc'
+ gem 'steak'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index cd6c461..afc7122 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,75 +1,75 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
- celerity (0.8.7)
+ celerity (0.8.8)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
diff-lcs (1.1.2)
faker (0.9.5)
i18n (~> 0.4)
fastercsv (1.5.4)
ffi (0.6.3)
rake (>= 0.8.7)
haml (3.0.25)
i18n (0.5.0)
json_pure (1.5.1)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.20.0)
- sinatra (1.1.2)
+ sinatra (1.1.3)
rack (~> 1.1)
tilt (~> 1.2)
spawn (0.1.4)
spork (0.9.0.rc3)
steak (1.1.0)
rspec (>= 1.3)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
faker
haml
rspec
sequel
sinatra
spawn
spork (~> 0.9.0.rc)
steak
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index c2bebcb..607ff2b 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,5 +1,7 @@
+require 'bundler/setup'
+
require 'sequel'
DB = Sequel.connect("amalgalite://notes.sqlite")
require './notes'
run Sinatra::Application
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index 23945c7..08c4bda 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,63 +1,60 @@
require 'spec_helper'
feature 'Notes' do
let(:description) { generate_description }
let(:content) { generate_content }
+ subject { page }
background do
Note.delete
end
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.to change(Note, :count).by(1)
current_path.should == '/notes'
- page.should satisfy {
- have_content description
- have_content truncate(h content)
- }
+ should have_content description
+ should have_content truncate(h content)
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
- page.should satisfy {
- !have_content note.title
- !have_content note.body
- have_content description
- have_content content
- }
+ should_not have_content note.title
+ should_not have_content note.body
+ should have_content description
+ should have_content content
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 242050e..88e908f 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,40 +1,39 @@
require 'spork'
-
-require 'capybara/dsl'
-require 'faker'
require 'steak'
+require 'capybara/rspec'
+require 'faker'
require 'sinatra'
require 'sequel'
require 'spawn'
Spork.prefork do
+
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
$LOAD_PATH << SINATRA_ROOT
DB = Sequel.amalgalite
set :environment, :test
set :root, SINATRA_ROOT
+ Capybara.app = Sinatra::Application
end
-Capybara.app = Sinatra::Application
+Spork.each_run do
+ require 'notes'
-require 'notes'
+ RSpec.configure do |config|
+ config.include TextHelper
+ end
-RSpec.configure do |config|
- config.include Capybara
- config.include TextHelper
- config.mock_with :rspec
+ Note.extend Spawn
+ Note.spawner do |user|
+ user.title = generate_description
+ user.body = generate_content
+ end
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
-
-Note.extend Spawn
-Note.spawner do |user|
- user.title = generate_description
- user.body = generate_content
-end
|
nouse/ruby-off-rails
|
f21f35c20ed047ab09e7666095a92435cf688068
|
Added support of spork to speed up rspec test
|
diff --git a/sinatra+sequel/.rspec b/sinatra+sequel/.rspec
index 16f9cdb..094498c 100644
--- a/sinatra+sequel/.rspec
+++ b/sinatra+sequel/.rspec
@@ -1,2 +1,3 @@
--color
+--drb
--format documentation
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 4ae22bb..d92be5a 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,13 +1,14 @@
source "http://rubygems.org"
gem "sinatra"
gem "sequel"
gem "amalgalite"
gem "haml"
group :development, :test do
gem 'rspec'
gem 'steak'
gem 'capybara'
gem "faker"
gem 'spawn'
+ gem 'spork', '~> 0.9.0.rc'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index a477b08..cd6c461 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,73 +1,75 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.7)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
diff-lcs (1.1.2)
faker (0.9.5)
i18n (~> 0.4)
fastercsv (1.5.4)
ffi (0.6.3)
rake (>= 0.8.7)
haml (3.0.25)
i18n (0.5.0)
json_pure (1.5.1)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.20.0)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
spawn (0.1.4)
+ spork (0.9.0.rc3)
steak (1.1.0)
rspec (>= 1.3)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
faker
haml
rspec
sequel
sinatra
spawn
+ spork (~> 0.9.0.rc)
steak
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 2298590..242050e 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,36 +1,40 @@
-SINATRA_ROOT = File.dirname(__FILE__)+'/..'
-$LOAD_PATH << SINATRA_ROOT
+require 'spork'
+
require 'capybara/dsl'
require 'faker'
require 'steak'
require 'sinatra'
require 'sequel'
require 'spawn'
-DB = Sequel.amalgalite
-Capybara.app = Sinatra::Application
+Spork.prefork do
+ SINATRA_ROOT = File.dirname(__FILE__)+'/..'
+ $LOAD_PATH << SINATRA_ROOT
+ DB = Sequel.amalgalite
+ set :environment, :test
+ set :root, SINATRA_ROOT
+end
-set :environment, :test
-set :root, SINATRA_ROOT
+Capybara.app = Sinatra::Application
require 'notes'
RSpec.configure do |config|
config.include Capybara
config.include TextHelper
config.mock_with :rspec
end
def generate_description
Faker::Lorem.sentence
end
def generate_content
Faker::Lorem.paragraph
end
Note.extend Spawn
Note.spawner do |user|
user.title = generate_description
user.body = generate_content
end
|
nouse/ruby-off-rails
|
89b2d142200085cfaa5218041593cc2355a3661b
|
make spec more readable
|
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index 883ebbf..23945c7 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,64 +1,63 @@
require 'spec_helper'
feature 'Notes' do
let(:description) { generate_description }
let(:content) { generate_content }
background do
Note.delete
- @content = generate_content
end
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
- }.should change(Note, :count).by(1)
+ }.to change(Note, :count).by(1)
current_path.should == '/notes'
page.should satisfy {
have_content description
have_content truncate(h content)
}
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
- }.should_not change(Note, :count)
+ }.to_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
page.should satisfy {
!have_content note.title
!have_content note.body
have_content description
have_content content
}
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
- }.should change(Note, :count).by(-1)
+ }.to change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
|
nouse/ruby-off-rails
|
9e647fcbd74a1f5f13eef71ef11f3a7eee9a4822
|
use satisfy to group tests
|
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index d9f5410..883ebbf 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,60 +1,64 @@
require 'spec_helper'
feature 'Notes' do
let(:description) { generate_description }
let(:content) { generate_content }
background do
Note.delete
@content = generate_content
end
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Create'
}.should change(Note, :count).by(1)
current_path.should == '/notes'
- page.should have_content description
- page.should have_content truncate(h content)
+ page.should satisfy {
+ have_content description
+ have_content truncate(h content)
+ }
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => description
fill_in 'Content', :with => content
click_button 'Update'
}.should_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
- page.should_not have_content note.title
- page.should_not have_content note.body
- page.should have_content description
- page.should have_content content
+ page.should satisfy {
+ !have_content note.title
+ !have_content note.body
+ have_content description
+ have_content content
+ }
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.should change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
|
nouse/ruby-off-rails
|
39bdcf30d5d6b7d83203e4481b47c8072e3e282f
|
used let to eliminate instance variables
|
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index 33a8c12..d9f5410 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,57 +1,60 @@
require 'spec_helper'
feature 'Notes' do
+
+ let(:description) { generate_description }
+ let(:content) { generate_content }
+
background do
Note.delete
- @description = generate_description
@content = generate_content
end
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
- fill_in 'Description', :with => @description
- fill_in 'Content', :with => @content
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
click_button 'Create'
}.should change(Note, :count).by(1)
current_path.should == '/notes'
- page.should have_content @description
- page.should have_content truncate(h @content)
+ page.should have_content description
+ page.should have_content truncate(h content)
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
- fill_in 'Description', :with => @description
- fill_in 'Content', :with => @content
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
click_button 'Update'
}.should_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
page.should_not have_content note.title
page.should_not have_content note.body
- page.should have_content @description
- page.should have_content @content
+ page.should have_content description
+ page.should have_content content
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.should change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
|
nouse/ruby-off-rails
|
cf4d46890a3b03d4f99a75bd12d97ac6c10cdc79
|
'before' -> 'background', to have a good sentence
|
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index 3860e80..33a8c12 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,57 +1,57 @@
require 'spec_helper'
feature 'Notes' do
- before do
+ background do
Note.delete
@description = generate_description
@content = generate_content
end
scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
scenario 'create' do
expect {
visit '/notes/new'
fill_in 'Description', :with => @description
fill_in 'Content', :with => @content
click_button 'Create'
}.should change(Note, :count).by(1)
current_path.should == '/notes'
page.should have_content @description
page.should have_content truncate(h @content)
end
scenario 'update' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
fill_in 'Description', :with => @description
fill_in 'Content', :with => @content
click_button 'Update'
}.should_not change(Note, :count)
current_path.should == "/notes/#{note.id}"
page.should_not have_content note.title
page.should_not have_content note.body
page.should have_content @description
page.should have_content @content
end
scenario 'destroy' do
note = Note.spawn
expect {
visit "/notes/#{note.id}/edit"
click_button 'Remove'
}.should change(Note, :count).by(-1)
current_path.should == "/notes"
end
end
|
nouse/ruby-off-rails
|
9a2631648a9599a18a56f0964543d3849ecfc7be
|
added cutest for testing
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 658dfbf..4423598 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,11 +1,13 @@
source "http://rubygems.org"
gem "sinatra"
gem "sequel"
gem "amalgalite"
gem "haml"
+gem "faker"
group :development, :test do
+ gem 'cutest'
gem 'rspec'
gem 'steak'
gem 'capybara'
end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index 2bb705d..d7383e8 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,67 +1,73 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.8.7)
childprocess (0.1.7)
ffi (~> 0.6.3)
culerity (0.2.15)
+ cutest (1.0.1)
diff-lcs (1.1.2)
+ faker (0.9.5)
+ i18n (~> 0.4)
fastercsv (1.5.4)
ffi (0.6.3)
rake (>= 0.8.7)
haml (3.0.25)
+ i18n (0.5.0)
json_pure (1.5.1)
mime-types (1.16)
nokogiri (1.4.4)
rack (1.2.1)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
rubyzip (0.9.4)
selenium-webdriver (0.1.3)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sequel (3.20.0)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
steak (1.1.0)
rspec (>= 1.3)
tilt (1.2.2)
xpath (0.1.3)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
capybara
+ cutest
+ faker
haml
rspec
sequel
sinatra
steak
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index 6a723a3..c2bebcb 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,3 +1,5 @@
-require './notes'
+require 'sequel'
+DB = Sequel.connect("amalgalite://notes.sqlite")
+require './notes'
run Sinatra::Application
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index 040ed49..e71240d 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,63 +1,68 @@
require 'sinatra'
require 'sequel'
require 'haml'
-helpers do
+module TextHelper
def h(string)
Rack::Utils.escape_html(string)
end
+ def truncate(text, length=20)
+ max_length = length.abs
+ text.length > max_length ? "#{text[0..max_length]}..." : text
+ end
end
+helpers TextHelper
+
configure do
- DB = Sequel.connect("amalgalite://db/notes-#{settings.environment}.sqlite")
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
end
get '/' do
redirect '/notes'
end
get '/notes' do
@notes = Note.all
haml :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
haml(:show)
end
get '/notes/new' do
@note = Note.new
haml(:new)
end
get '/notes/:id/edit' do |id|
@note = Note[:id => id]
haml(:edit)
end
put '/notes/:id' do |id|
note = Note[:id => id]
note.update(:title => params[:title], :body => params[:body])
redirect "/notes/#{id}"
end
post '/notes' do
@note = Note.create(:title => params[:title], :body => params[:body])
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
index bff71ab..75e9839 100644
--- a/sinatra+sequel/spec/notes_acceptance_spec.rb
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -1,10 +1,28 @@
require 'spec_helper'
feature 'Notes' do
- scenario 'test index' do
+ before do
+ Note.delete
+ end
+
+ scenario 'index' do
visit '/'
page.should have_content 'title'
click_link 'new note'
current_path.should == '/notes/new'
end
+
+ scenario 'create' do
+ visit '/notes/new'
+
+ description = generate_description
+ content = generate_content
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Submit'
+
+ current_path.should == '/notes'
+ page.should have_content description
+ page.should have_content truncate(h content)
+ end
end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
index 1f77456..d0699d7 100644
--- a/sinatra+sequel/spec/spec_helper.rb
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -1,25 +1,29 @@
-require 'rubygems'
-require 'sinatra'
-
SINATRA_ROOT = File.dirname(__FILE__)+'/..'
$LOAD_PATH << SINATRA_ROOT
-require 'notes'
-#Sinatra::Application.app_file = app_file
-
-require 'capybara'
require 'capybara/dsl'
+require 'faker'
require 'steak'
+require 'sinatra'
+require 'sequel'
+DB = Sequel.amalgalite
Capybara.app = Sinatra::Application
-# set test environment
set :environment, :test
-set :run, false
-set :raise_errors, true
-set :logging, false
set :root, SINATRA_ROOT
+require 'notes'
+
RSpec.configure do |config|
config.include Capybara
+ config.include TextHelper
config.mock_with :rspec
end
+
+def generate_description
+ Faker::Lorem.sentence
+end
+
+def generate_content
+ Faker::Lorem.paragraph
+end
diff --git a/sinatra+sequel/test/helper.rb b/sinatra+sequel/test/helper.rb
new file mode 100644
index 0000000..c0ce4cd
--- /dev/null
+++ b/sinatra+sequel/test/helper.rb
@@ -0,0 +1,29 @@
+require "cutest"
+require "capybara/dsl"
+require 'faker'
+require 'sinatra'
+require 'sequel'
+
+SINATRA_ROOT = File.dirname(__FILE__)+'/..'
+$LOAD_PATH << SINATRA_ROOT
+
+set :environment, :test
+set :root, SINATRA_ROOT
+
+DB = Sequel.amalgalite
+Capybara.app = Sinatra::Application
+
+require 'notes'
+
+class Cutest::Scope
+ include Capybara
+ include TextHelper
+end
+
+def generate_description
+ Faker::Lorem.sentence
+end
+
+def generate_content
+ Faker::Lorem.paragraph
+end
diff --git a/sinatra+sequel/test/note_acceptance.rb b/sinatra+sequel/test/note_acceptance.rb
new file mode 100644
index 0000000..7bac79e
--- /dev/null
+++ b/sinatra+sequel/test/note_acceptance.rb
@@ -0,0 +1,28 @@
+require File.expand_path('helper', File.dirname(__FILE__))
+
+scope do
+ setup do
+ Note.delete
+ end
+
+ test 'index' do
+ visit '/'
+ assert has_content? 'title'
+ click_link 'new note'
+ assert_equal current_path, '/notes/new'
+ end
+
+ test 'create' do
+ visit '/notes/new'
+
+ description = generate_description
+ content = generate_content
+ fill_in 'Description', :with => description
+ fill_in 'Content', :with => content
+ click_button 'Submit'
+
+ assert_equal current_path, '/notes'
+ assert has_content? description
+ assert has_content? truncate(h content)
+ end
+end
diff --git a/sinatra+sequel/views/form.haml b/sinatra+sequel/views/form.haml
index 97042a9..f1742ff 100644
--- a/sinatra+sequel/views/form.haml
+++ b/sinatra+sequel/views/form.haml
@@ -1,9 +1,11 @@
-%label{:for => "title"} Description
-%br
-%input{:name => "title", :value => h(@note.title), :size => 50}
-%br
-%label{:for => "body"} Content
-%br
-%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
+%label{:for => "title"}
+ Description
+ %br
+ %input{:name => "title", :value => h(@note.title), :size => 50}
+%br
+%label{:for => "body"}
+ Content
+ %br
+ %textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
%br
%input{:type => "submit", :value => "Submit"}
diff --git a/sinatra+sequel/views/index.haml b/sinatra+sequel/views/index.haml
index b896563..462838b 100644
--- a/sinatra+sequel/views/index.haml
+++ b/sinatra+sequel/views/index.haml
@@ -1,16 +1,17 @@
%div.body
%table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
%thead
%tr
%td title
- %td
+ %td content
%td
%tbody
- @notes.each do |note|
%tr
- %td= h note.title
+ %td
+ %a{:href => "/notes/#{note.id}"}= h note.title
%td
- %a{:href => "/notes/#{note.id}"} show
+ = truncate( h note.body )
%td
%a{:href => "/notes/#{note.id}/edit"} edit
%a{:href => '/notes/new'} new note
|
nouse/ruby-off-rails
|
976c7e52a411f0cd9f3f42b7eb44b0c0cf5d75f9
|
added steak and capybara for acceptance test
|
diff --git a/.gitignore b/.gitignore
index c754285..3d1e3f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-/sinatra+sequel/notes.db
+*.sqlite
*.swp
.rvmrc
diff --git a/sinatra+sequel/.rspec b/sinatra+sequel/.rspec
new file mode 100644
index 0000000..16f9cdb
--- /dev/null
+++ b/sinatra+sequel/.rspec
@@ -0,0 +1,2 @@
+--color
+--format documentation
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
index 3c034c8..658dfbf 100644
--- a/sinatra+sequel/Gemfile
+++ b/sinatra+sequel/Gemfile
@@ -1,5 +1,11 @@
source "http://rubygems.org"
gem "sinatra"
gem "sequel"
gem "amalgalite"
gem "haml"
+
+group :development, :test do
+ gem 'rspec'
+ gem 'steak'
+ gem 'capybara'
+end
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
index 0de52f3..2bb705d 100644
--- a/sinatra+sequel/Gemfile.lock
+++ b/sinatra+sequel/Gemfile.lock
@@ -1,24 +1,67 @@
GEM
remote: http://rubygems.org/
specs:
amalgalite (1.0.0)
arrayfields (~> 4.7.4)
fastercsv (~> 1.5.4)
arrayfields (4.7.4)
+ capybara (0.4.1.2)
+ celerity (>= 0.7.9)
+ culerity (>= 0.2.4)
+ mime-types (>= 1.16)
+ nokogiri (>= 1.3.3)
+ rack (>= 1.0.0)
+ rack-test (>= 0.5.4)
+ selenium-webdriver (>= 0.0.27)
+ xpath (~> 0.1.3)
+ celerity (0.8.7)
+ childprocess (0.1.7)
+ ffi (~> 0.6.3)
+ culerity (0.2.15)
+ diff-lcs (1.1.2)
fastercsv (1.5.4)
+ ffi (0.6.3)
+ rake (>= 0.8.7)
haml (3.0.25)
+ json_pure (1.5.1)
+ mime-types (1.16)
+ nokogiri (1.4.4)
rack (1.2.1)
- sequel (3.19.0)
+ rack-test (0.5.7)
+ rack (>= 1.0)
+ rake (0.8.7)
+ rspec (2.5.0)
+ rspec-core (~> 2.5.0)
+ rspec-expectations (~> 2.5.0)
+ rspec-mocks (~> 2.5.0)
+ rspec-core (2.5.1)
+ rspec-expectations (2.5.0)
+ diff-lcs (~> 1.1.2)
+ rspec-mocks (2.5.0)
+ rubyzip (0.9.4)
+ selenium-webdriver (0.1.3)
+ childprocess (~> 0.1.5)
+ ffi (~> 0.6.3)
+ json_pure
+ rubyzip
+ sequel (3.20.0)
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
+ steak (1.1.0)
+ rspec (>= 1.3)
tilt (1.2.2)
+ xpath (0.1.3)
+ nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
amalgalite
+ capybara
haml
+ rspec
sequel
sinatra
+ steak
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index 4409225..040ed49 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,63 +1,63 @@
require 'sinatra'
require 'sequel'
require 'haml'
helpers do
def h(string)
Rack::Utils.escape_html(string)
end
end
configure do
- DB = Sequel.connect('amalgalite://notes.db')
+ DB = Sequel.connect("amalgalite://db/notes-#{settings.environment}.sqlite")
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
end
get '/' do
redirect '/notes'
end
get '/notes' do
@notes = Note.all
haml :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
haml(:show)
end
get '/notes/new' do
@note = Note.new
haml(:new)
end
get '/notes/:id/edit' do |id|
@note = Note[:id => id]
haml(:edit)
end
put '/notes/:id' do |id|
note = Note[:id => id]
note.update(:title => params[:title], :body => params[:body])
redirect "/notes/#{id}"
end
post '/notes' do
@note = Note.create(:title => params[:title], :body => params[:body])
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
diff --git a/sinatra+sequel/spec/notes_acceptance_spec.rb b/sinatra+sequel/spec/notes_acceptance_spec.rb
new file mode 100644
index 0000000..bff71ab
--- /dev/null
+++ b/sinatra+sequel/spec/notes_acceptance_spec.rb
@@ -0,0 +1,10 @@
+require 'spec_helper'
+
+feature 'Notes' do
+ scenario 'test index' do
+ visit '/'
+ page.should have_content 'title'
+ click_link 'new note'
+ current_path.should == '/notes/new'
+ end
+end
diff --git a/sinatra+sequel/spec/spec_helper.rb b/sinatra+sequel/spec/spec_helper.rb
new file mode 100644
index 0000000..1f77456
--- /dev/null
+++ b/sinatra+sequel/spec/spec_helper.rb
@@ -0,0 +1,25 @@
+require 'rubygems'
+require 'sinatra'
+
+SINATRA_ROOT = File.dirname(__FILE__)+'/..'
+$LOAD_PATH << SINATRA_ROOT
+require 'notes'
+#Sinatra::Application.app_file = app_file
+
+require 'capybara'
+require 'capybara/dsl'
+require 'steak'
+
+Capybara.app = Sinatra::Application
+
+# set test environment
+set :environment, :test
+set :run, false
+set :raise_errors, true
+set :logging, false
+set :root, SINATRA_ROOT
+
+RSpec.configure do |config|
+ config.include Capybara
+ config.mock_with :rspec
+end
diff --git a/sinatra+sequel/views/form.haml b/sinatra+sequel/views/form.haml
index e5c3501..97042a9 100644
--- a/sinatra+sequel/views/form.haml
+++ b/sinatra+sequel/views/form.haml
@@ -1,9 +1,9 @@
%label{:for => "title"} Description
%br
%input{:name => "title", :value => h(@note.title), :size => 50}
%br
%label{:for => "body"} Content
%br
%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
%br
-%input{:type => "submit"}
+%input{:type => "submit", :value => "Submit"}
|
nouse/ruby-off-rails
|
4e0682c6623007339fbed09021b4c5d181b7f243
|
adjusted line breaks in documentation
|
diff --git a/README.mkd b/README.mkd
index f4a7a77..699e294 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,34 +1,38 @@
ruby OFF rails
==============
This showcase has 3 components:
First is some rack middlewares, including:
- nothing.ru, a rack middleware do nothing
- calc\_time.ru, add response time to HTTP body
- method\_override.ru, alter HTTP method
Before start, execute "gem install rack" to install rack.
Then run "rackup nothing.ru" and goto <http://localhost:9292> for result.
-<br/>
+
Replace nothing.ru with "calc\_time.ru" name and navigate the same URL.
Then run "rackup method\_override.ru" and goto <http://localhost:9292?_method=post> for result.
And replace "post" with "put" and "delete" to see result.
+<br/>
+
Next is infinity.rb, a simple sinatra program can process 3 URLs.
- <http://localhost:4567>
- <http://localhost:4567/version>
- <http://localhost:4567/version/last>
Before start, run "gem install sinatra" to install sinatra
Then run "ruby infinity.rb" and access above urls to see output.
+<br/>
+
Last is sinatra+sequel program, a Create-Update-Read-Delete application.
Before start, run "bundle install" to install sequel and amagalite database driver.
Then run "ruby notes.rb" and go to <http://localhost:4567/notes> for result.
Before, a rails metal demo for Rails 2.3 was included. It was removed because
I want to keep this repo simple and clean.
In Rails 3.0, you can map a url direct to a Rack middleware, metal is deprecated.
|
nouse/ruby-off-rails
|
f36333ef3493d091763630c2a1969364c313cc24
|
improved documentation
|
diff --git a/README b/README
deleted file mode 100644
index 4602571..0000000
--- a/README
+++ /dev/null
@@ -1,30 +0,0 @@
-ruby OFF rails
-==============
-This showcase has 4 components:
-1. Some rack middleware
- (1) nothing.ru, a rack middleware do nothing
- (2) calc_time.ru, add response time to HTTP body
- (3) method_override.ru, alter HTTP method
-
- Before running, run "gem install rack" to install rack.
- Run "rackup nothing.ru"
- See http://localhost:9292 for result.
- Replace nothing.ru with other two file name and navigate the same URL.
-2. infinity.rb, a simple sinatra program can process 3 URL
- Before running, run "gem install sinatra" to install sinatra
- Run "ruby infinity.rb"
- See http://localhost:4567 , http://localhost:4567/version
- and http://localhost:4567/version/last for result.
-
-3. A sinatra+sequel program, a Create-Update-Read application.
- Before running, run "gem install sequel sqlite3-ruby" to install sequel and sqlite3 database driver.
- Run "ruby notes.rb".
- See http://localhost:4567/notes for result.
-4. A sinatra+rails application, show speed difference of Rails MVC, Rails Metal and sintra.
- Before running, run "gem install thin" to install thin,
- "gem install rails --source http://gems.rubyonrails.org" to install Rails 2.3.
- Run "thin start" to start rails and "thin -R app/metal/hello.rb" to start sinatra standalone.
- See http://localhost:3000/hello/sinatra for traditional rails response;
- http://localhost:3000/sinatra for sinatra running under rails metal or standalone.
-
- My benchmark result is: sinatra running standalone is 3 times of it running under rails metal.
diff --git a/README.mkd b/README.mkd
new file mode 100644
index 0000000..f4a7a77
--- /dev/null
+++ b/README.mkd
@@ -0,0 +1,34 @@
+ruby OFF rails
+==============
+This showcase has 3 components:
+
+First is some rack middlewares, including:
+
+ - nothing.ru, a rack middleware do nothing
+ - calc\_time.ru, add response time to HTTP body
+ - method\_override.ru, alter HTTP method
+
+Before start, execute "gem install rack" to install rack.
+Then run "rackup nothing.ru" and goto <http://localhost:9292> for result.
+<br/>
+Replace nothing.ru with "calc\_time.ru" name and navigate the same URL.
+Then run "rackup method\_override.ru" and goto <http://localhost:9292?_method=post> for result.
+And replace "post" with "put" and "delete" to see result.
+
+Next is infinity.rb, a simple sinatra program can process 3 URLs.
+
+ - <http://localhost:4567>
+ - <http://localhost:4567/version>
+ - <http://localhost:4567/version/last>
+
+Before start, run "gem install sinatra" to install sinatra
+Then run "ruby infinity.rb" and access above urls to see output.
+
+Last is sinatra+sequel program, a Create-Update-Read-Delete application.
+
+Before start, run "bundle install" to install sequel and amagalite database driver.
+Then run "ruby notes.rb" and go to <http://localhost:4567/notes> for result.
+
+Before, a rails metal demo for Rails 2.3 was included. It was removed because
+I want to keep this repo simple and clean.
+In Rails 3.0, you can map a url direct to a Rack middleware, metal is deprecated.
diff --git a/rack/calc_time.ru b/rack/calc_time.ru
index 756455a..3ac8fbe 100644
--- a/rack/calc_time.ru
+++ b/rack/calc_time.ru
@@ -1,21 +1,21 @@
class CalcTime
def initialize(app)
@app = app
end
def call(env)
now = Time.now
status, headers, body = @app.call(env)
- string = "Time elapsed: #{Time.now-now}\n"
+ string = "<p>Time elapsed: #{Time.now-now}</p>"
response = body.collect{|e| e}.unshift(string)
[status, headers, response]
end
end
use Rack::CommonLogger
use Rack::ContentLength
use CalcTime
map '/' do
run Proc.new {|env| [200, {"Content-Type" => "text/html"}, ["Hello, Rack"]]}
end
diff --git a/sinatra/config.ru b/sinatra/config.ru
new file mode 100644
index 0000000..cebe4a5
--- /dev/null
+++ b/sinatra/config.ru
@@ -0,0 +1,3 @@
+require './infinity'
+
+run Sinatra::Application
diff --git a/sinatra/infinity.rb b/sinatra/infinity.rb
index 576f5e3..3279cbb 100644
--- a/sinatra/infinity.rb
+++ b/sinatra/infinity.rb
@@ -1,17 +1,14 @@
require 'rubygems'
require 'sinatra'
-use Rack::CommonLogger
-use Rack::ShowExceptions
-
get '/' do
"Hello, Sinatra"
end
get '/version' do
"infinity 0.1"
end
get '/version/last' do
"infinity beta 0.13"
end
|
nouse/ruby-off-rails
|
3b41ebc26ec7dc6fabd60a77bcdc08f17844750e
|
added Gemfile in sinatra+sequel, switched to Sinatra DSL mode
|
diff --git a/sinatra+sequel/Gemfile b/sinatra+sequel/Gemfile
new file mode 100644
index 0000000..3c034c8
--- /dev/null
+++ b/sinatra+sequel/Gemfile
@@ -0,0 +1,5 @@
+source "http://rubygems.org"
+gem "sinatra"
+gem "sequel"
+gem "amalgalite"
+gem "haml"
diff --git a/sinatra+sequel/Gemfile.lock b/sinatra+sequel/Gemfile.lock
new file mode 100644
index 0000000..0de52f3
--- /dev/null
+++ b/sinatra+sequel/Gemfile.lock
@@ -0,0 +1,24 @@
+GEM
+ remote: http://rubygems.org/
+ specs:
+ amalgalite (1.0.0)
+ arrayfields (~> 4.7.4)
+ fastercsv (~> 1.5.4)
+ arrayfields (4.7.4)
+ fastercsv (1.5.4)
+ haml (3.0.25)
+ rack (1.2.1)
+ sequel (3.19.0)
+ sinatra (1.1.2)
+ rack (~> 1.1)
+ tilt (~> 1.2)
+ tilt (1.2.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ amalgalite
+ haml
+ sequel
+ sinatra
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index ac2f59b..6a723a3 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,5 +1,3 @@
require './notes'
-use Rack::MethodOverride
-use Rack::CommonLogger
-run Notes
+run Sinatra::Application
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index fe504d3..4409225 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,61 +1,63 @@
-require 'sinatra/base'
+require 'sinatra'
require 'sequel'
require 'haml'
-class Notes < Sinatra::Base
- helpers do
- def h(string)
- Rack::Utils.escape_html(string)
- end
+helpers do
+ def h(string)
+ Rack::Utils.escape_html(string)
end
+end
- configure do
- DB = Sequel.connect('postgres:///notes')
- DB.create_table?(:notes) do
- primary_key :id
- text :title
- text :body
- end
-
- class Note < Sequel::Model
- end
+configure do
+ DB = Sequel.connect('amalgalite://notes.db')
+ DB.create_table?(:notes) do
+ primary_key :id
+ text :title
+ text :body
end
- get '/notes' do
- @notes = Note.all
- haml :index
+ class Note < Sequel::Model
end
+end
- get '/notes/:id' do |id|
- pass if id == 'new'
- @note = Note[:id => id]
- haml(:show)
- end
+get '/' do
+ redirect '/notes'
+end
- get '/notes/new' do
- @note = Note.new
- haml(:new)
- end
+get '/notes' do
+ @notes = Note.all
+ haml :index
+end
- get '/notes/:id/edit' do |id|
- @note = Note[:id => id]
- haml(:edit)
- end
+get '/notes/:id' do |id|
+ pass if id == 'new'
+ @note = Note[:id => id]
+ haml(:show)
+end
- put '/notes/:id' do |id|
- note = Note[:id => id]
- note.update(:title => params[:title], :body => params[:body])
- redirect "/notes/#{id}"
- end
+get '/notes/new' do
+ @note = Note.new
+ haml(:new)
+end
- post '/notes' do
- @note = Note.create(:title => params[:title], :body => params[:body])
- redirect "/notes"
- end
+get '/notes/:id/edit' do |id|
+ @note = Note[:id => id]
+ haml(:edit)
+end
- delete '/notes/:id' do |id|
- @note = Note[:id => id]
- @note.destroy
- redirect "/notes"
- end
+put '/notes/:id' do |id|
+ note = Note[:id => id]
+ note.update(:title => params[:title], :body => params[:body])
+ redirect "/notes/#{id}"
+end
+
+post '/notes' do
+ @note = Note.create(:title => params[:title], :body => params[:body])
+ redirect "/notes"
+end
+
+delete '/notes/:id' do |id|
+ @note = Note[:id => id]
+ @note.destroy
+ redirect "/notes"
end
|
nouse/ruby-off-rails
|
bdc83e4408d5a7a57aee742eb3ea1fc5c43ab66a
|
refactor this showcase to a cleared structure
|
diff --git a/.gitignore b/.gitignore
index f030286..c754285 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-sinatra+sequel/notes.db
-sinatra+rails/tmp
-sinatra+rails/log
+/sinatra+sequel/notes.db
*.swp
+.rvmrc
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
index a46c6d0..ac2f59b 100644
--- a/sinatra+sequel/config.ru
+++ b/sinatra+sequel/config.ru
@@ -1,4 +1,5 @@
-$LOAD_PATH << ::File.dirname(__FILE__)
-require 'notes'
+require './notes'
-run Sinatra::Application
+use Rack::MethodOverride
+use Rack::CommonLogger
+run Notes
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index bcbbe89..fe504d3 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,111 +1,61 @@
-# run gem install sinatra sequel haml amalgalite first
-require 'rubygems'
-require 'sinatra'
+require 'sinatra/base'
require 'sequel'
require 'haml'
-helpers do
- def h(string)
- string.to_s.gsub('<','<').
- gsub('>','>').gsub('"', '"')
+class Notes < Sinatra::Base
+ helpers do
+ def h(string)
+ Rack::Utils.escape_html(string)
+ end
end
-end
-configure do
- DB = Sequel.connect('amalgalite://notes.db')
- DB.create_table?(:notes) do
- primary_key :id
- text :title
- text :body
- end
- class Note < Sequel::Model
+ configure do
+ DB = Sequel.connect('postgres:///notes')
+ DB.create_table?(:notes) do
+ primary_key :id
+ text :title
+ text :body
+ end
+
+ class Note < Sequel::Model
+ end
end
-end
-get '/notes' do
- @notes = Note.all
- haml :index
-end
+ get '/notes' do
+ @notes = Note.all
+ haml :index
+ end
-get '/notes/:id' do |id|
- pass if id == 'new'
- @note = Note[:id => id]
- haml(:show) + haml(:back_to_top)
-end
+ get '/notes/:id' do |id|
+ pass if id == 'new'
+ @note = Note[:id => id]
+ haml(:show)
+ end
-get '/notes/new' do
- @note = Note.new
- haml(:new) + haml(:back_to_top)
-end
+ get '/notes/new' do
+ @note = Note.new
+ haml(:new)
+ end
-get '/notes/:id/edit' do |id|
- @note = Note[:id => id]
- haml(:edit) + haml(:back_to_top)
-end
+ get '/notes/:id/edit' do |id|
+ @note = Note[:id => id]
+ haml(:edit)
+ end
-put '/notes/:id' do |id|
- note = Note[:id => id]
- note.update(:title => params[:title], :body => params[:body])
- redirect "/notes/#{id}"
-end
+ put '/notes/:id' do |id|
+ note = Note[:id => id]
+ note.update(:title => params[:title], :body => params[:body])
+ redirect "/notes/#{id}"
+ end
-post '/notes' do
- @note = Note.create(:title => params[:title], :body => params[:body])
- redirect "/notes"
-end
+ post '/notes' do
+ @note = Note.create(:title => params[:title], :body => params[:body])
+ redirect "/notes"
+ end
-delete '/notes/:id' do |id|
- @note = Note[:id => id]
- @note.destroy
- redirect "/notes"
+ delete '/notes/:id' do |id|
+ @note = Note[:id => id]
+ @note.destroy
+ redirect "/notes"
+ end
end
-
-__END__
-@@ layout
-%html
- %head
- %title note in sinatra
- %body= yield
-@@ index
-%div.body
- %table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
- %thead
- %tr
- %td title
- %td
- %td
- %tbody
- - @notes.each do |note|
- %tr
- %td= h note.title
- %td
- %a{:href => "/notes/#{note.id}"} show
- %td
- %a{:href => "/notes/#{note.id}/edit"} edit
- %a{:href => '/notes/new'} new note
-@@ show
-%h3= h @note[:title]
-%div= @note[:body]
-@@ edit
-%form{:action => "/notes/#{@note.id}", :method => "post"}
- %input{:type => "hidden", :name => "_method", :value => "put"}
- = haml :form
-%form{:action => "/notes/#{@note.id}", :method => "post"}
- %input{:type => "hidden", :name => "_method", :value => "delete"}
- %input{:type => "submit", :value => 'delete'}/
-@@ new
-%form{:action => "/notes", :method => "post"}
- = haml :form
-@@ form
-%label{:for => "title"} Description
-%br
-%input{:name => "title", :value => h(@note.title), :size => 50}
-%br
-%label{:for => "body"} Content
-%br
-%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
-%br
-%input{:type => "submit"}
-@@ back_to_top
-%div
- %a{:href => "/notes"} Back to Top
diff --git a/sinatra+sequel/views/back_to_top.haml b/sinatra+sequel/views/back_to_top.haml
new file mode 100644
index 0000000..28e0815
--- /dev/null
+++ b/sinatra+sequel/views/back_to_top.haml
@@ -0,0 +1,2 @@
+%div
+ %a{:href => "/notes"} Back to Top
diff --git a/sinatra+sequel/views/edit.haml b/sinatra+sequel/views/edit.haml
new file mode 100644
index 0000000..89077ae
--- /dev/null
+++ b/sinatra+sequel/views/edit.haml
@@ -0,0 +1,7 @@
+%form{:action => "/notes/#{@note.id}", :method => "post"}
+ %input{:type => "hidden", :name => "_method", :value => "put"}
+ = haml :form
+%form{:action => "/notes/#{@note.id}", :method => "post"}
+ %input{:type => "hidden", :name => "_method", :value => "delete"}
+ %input{:type => "submit", :value => 'delete'}/
+= haml :back_to_top
diff --git a/sinatra+sequel/views/form.haml b/sinatra+sequel/views/form.haml
new file mode 100644
index 0000000..e5c3501
--- /dev/null
+++ b/sinatra+sequel/views/form.haml
@@ -0,0 +1,9 @@
+%label{:for => "title"} Description
+%br
+%input{:name => "title", :value => h(@note.title), :size => 50}
+%br
+%label{:for => "body"} Content
+%br
+%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
+%br
+%input{:type => "submit"}
diff --git a/sinatra+sequel/views/index.haml b/sinatra+sequel/views/index.haml
new file mode 100644
index 0000000..b896563
--- /dev/null
+++ b/sinatra+sequel/views/index.haml
@@ -0,0 +1,16 @@
+%div.body
+ %table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
+ %thead
+ %tr
+ %td title
+ %td
+ %td
+ %tbody
+ - @notes.each do |note|
+ %tr
+ %td= h note.title
+ %td
+ %a{:href => "/notes/#{note.id}"} show
+ %td
+ %a{:href => "/notes/#{note.id}/edit"} edit
+ %a{:href => '/notes/new'} new note
diff --git a/sinatra+sequel/views/layout.haml b/sinatra+sequel/views/layout.haml
new file mode 100644
index 0000000..31891e4
--- /dev/null
+++ b/sinatra+sequel/views/layout.haml
@@ -0,0 +1,5 @@
+!!!
+%html
+ %head
+ %title note in sinatra
+ %body= yield
diff --git a/sinatra+sequel/views/new.haml b/sinatra+sequel/views/new.haml
new file mode 100644
index 0000000..af093b4
--- /dev/null
+++ b/sinatra+sequel/views/new.haml
@@ -0,0 +1,3 @@
+%form{:action => "/notes", :method => "post"}
+ = haml :form, :layout=> false
+= haml :back_to_top
diff --git a/sinatra+sequel/views/show.haml b/sinatra+sequel/views/show.haml
new file mode 100644
index 0000000..0371676
--- /dev/null
+++ b/sinatra+sequel/views/show.haml
@@ -0,0 +1,3 @@
+%h3= h @note[:title]
+%div= @note[:body]
+= haml :back_to_top
|
nouse/ruby-off-rails
|
90df418c9ed022871c3097bd38575b9b8a366cc0
|
continue unifying coding style
|
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index 3215ca5..bcbbe89 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,111 +1,111 @@
# run gem install sinatra sequel haml amalgalite first
require 'rubygems'
require 'sinatra'
require 'sequel'
require 'haml'
helpers do
def h(string)
string.to_s.gsub('<','<').
gsub('>','>').gsub('"', '"')
end
end
configure do
DB = Sequel.connect('amalgalite://notes.db')
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
end
get '/notes' do
@notes = Note.all
haml :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
haml(:show) + haml(:back_to_top)
end
get '/notes/new' do
@note = Note.new
haml(:new) + haml(:back_to_top)
end
get '/notes/:id/edit' do |id|
@note = Note[:id => id]
haml(:edit) + haml(:back_to_top)
end
put '/notes/:id' do |id|
note = Note[:id => id]
note.update(:title => params[:title], :body => params[:body])
redirect "/notes/#{id}"
end
post '/notes' do
@note = Note.create(:title => params[:title], :body => params[:body])
redirect "/notes"
end
delete '/notes/:id' do |id|
@note = Note[:id => id]
@note.destroy
redirect "/notes"
end
__END__
@@ layout
%html
%head
%title note in sinatra
%body= yield
@@ index
%div.body
%table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
%thead
%tr
%td title
%td
%td
%tbody
- @notes.each do |note|
%tr
%td= h note.title
%td
%a{:href => "/notes/#{note.id}"} show
%td
%a{:href => "/notes/#{note.id}/edit"} edit
%a{:href => '/notes/new'} new note
@@ show
%h3= h @note[:title]
%div= @note[:body]
@@ edit
%form{:action => "/notes/#{@note.id}", :method => "post"}
%input{:type => "hidden", :name => "_method", :value => "put"}
= haml :form
%form{:action => "/notes/#{@note.id}", :method => "post"}
%input{:type => "hidden", :name => "_method", :value => "delete"}
%input{:type => "submit", :value => 'delete'}/
@@ new
%form{:action => "/notes", :method => "post"}
= haml :form
@@ form
-%label{:for=>"title"} Description
+%label{:for => "title"} Description
%br
-%input{:name=>"title", :value=>h(@note.title), :size => 50}
+%input{:name => "title", :value => h(@note.title), :size => 50}
%br
-%label{:for => "body"}Content
+%label{:for => "body"} Content
%br
%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
%br
%input{:type => "submit"}
@@ back_to_top
%div
%a{:href => "/notes"} Back to Top
|
nouse/ruby-off-rails
|
78115310230c16c9857f39c35ec5062242f5cf90
|
uniform code style
|
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
new file mode 100644
index 0000000..a46c6d0
--- /dev/null
+++ b/sinatra+sequel/config.ru
@@ -0,0 +1,4 @@
+$LOAD_PATH << ::File.dirname(__FILE__)
+require 'notes'
+
+run Sinatra::Application
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index c2fa9b5..3215ca5 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,114 +1,111 @@
# run gem install sinatra sequel haml amalgalite first
require 'rubygems'
require 'sinatra'
require 'sequel'
require 'haml'
helpers do
def h(string)
string.to_s.gsub('<','<').
gsub('>','>').gsub('"', '"')
end
end
configure do
DB = Sequel.connect('amalgalite://notes.db')
DB.create_table?(:notes) do
primary_key :id
text :title
text :body
end
class Note < Sequel::Model
end
end
get '/notes' do
@notes = Note.all
haml :index
end
get '/notes/:id' do |id|
pass if id == 'new'
@note = Note[:id => id]
haml(:show) + haml(:back_to_top)
end
get '/notes/new' do
@note = Note.new
- haml(:new)+haml(:back_to_top)
+ haml(:new) + haml(:back_to_top)
end
get '/notes/:id/edit' do |id|
@note = Note[:id => id]
- haml(:edit) +
- haml(:back_to_top)
+ haml(:edit) + haml(:back_to_top)
end
put '/notes/:id' do |id|
- note = Note.find(:id => id)
+ note = Note[:id => id]
note.update(:title => params[:title], :body => params[:body])
- note.save
redirect "/notes/#{id}"
end
post '/notes' do
- note = Note.new(:title => params[:title], :body => params[:body])
- note.save
+ @note = Note.create(:title => params[:title], :body => params[:body])
redirect "/notes"
end
delete '/notes/:id' do |id|
- note = Note.find(:id => id)
- note.destroy
+ @note = Note[:id => id]
+ @note.destroy
redirect "/notes"
end
__END__
@@ layout
%html
%head
%title note in sinatra
%body= yield
@@ index
%div.body
%table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
%thead
%tr
%td title
%td
%td
%tbody
- @notes.each do |note|
%tr
%td= h note.title
%td
%a{:href => "/notes/#{note.id}"} show
%td
%a{:href => "/notes/#{note.id}/edit"} edit
%a{:href => '/notes/new'} new note
@@ show
%h3= h @note[:title]
%div= @note[:body]
@@ edit
%form{:action => "/notes/#{@note.id}", :method => "post"}
- %input{ :type => "hidden", :name => "_method", :value => "put"}
+ %input{:type => "hidden", :name => "_method", :value => "put"}
= haml :form
%form{:action => "/notes/#{@note.id}", :method => "post"}
- %input{ :type => "hidden", :name => "_method", :value => "delete"}
- %input{ :type => "submit", :value => 'delete'}/
+ %input{:type => "hidden", :name => "_method", :value => "delete"}
+ %input{:type => "submit", :value => 'delete'}/
@@ new
%form{:action => "/notes", :method => "post"}
= haml :form
@@ form
%label{:for=>"title"} Description
%br
%input{:name=>"title", :value=>h(@note.title), :size => 50}
%br
%label{:for => "body"}Content
%br
%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
%br
%input{:type => "submit"}
@@ back_to_top
%div
- %a{ :href => "/notes"} Back to Top
+ %a{:href => "/notes"} Back to Top
|
nouse/ruby-off-rails
|
d01663587d90f3d36fead4746d0e8c67a2042b21
|
make it a full CRUB demo
|
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index cdbbd3a..c2fa9b5 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,108 +1,114 @@
# run gem install sinatra sequel haml amalgalite first
require 'rubygems'
require 'sinatra'
require 'sequel'
require 'haml'
helpers do
def h(string)
string.to_s.gsub('<','<').
gsub('>','>').gsub('"', '"')
end
end
configure do
- Sequel.connect('amalgalite://notes.db')
-
+ DB = Sequel.connect('amalgalite://notes.db')
+ DB.create_table?(:notes) do
+ primary_key :id
+ text :title
+ text :body
+ end
class Note < Sequel::Model
- plugin :schema
- unless table_exists?
- set_schema do
- primary_key :id
- text :title
- text :body
- end
- create_table
- end
end
end
get '/notes' do
- haml :index, :locals => {:notes => Note.all}
+ @notes = Note.all
+ haml :index
end
-get '/notes/:id' do
- pass if params[:id] == 'new'
- haml(:show, :locals => {:note => Note[:id => params[:id]]}) +
- haml(:back_to_top)
+get '/notes/:id' do |id|
+ pass if id == 'new'
+ @note = Note[:id => id]
+ haml(:show) + haml(:back_to_top)
end
get '/notes/new' do
- haml(:new, :locals => {:note => Note.new})+haml(:back_to_top)
+ @note = Note.new
+ haml(:new)+haml(:back_to_top)
end
-get '/notes/:id/edit' do
- haml(:edit, :locals => {:note => Note[:id => params[:id]]}) +
+get '/notes/:id/edit' do |id|
+ @note = Note[:id => id]
+ haml(:edit) +
haml(:back_to_top)
end
-put '/notes/:id' do
- note = Note.find(:id => params[:id])
+put '/notes/:id' do |id|
+ note = Note.find(:id => id)
note.update(:title => params[:title], :body => params[:body])
note.save
- redirect "/notes/#{params[:id]}"
+ redirect "/notes/#{id}"
end
post '/notes' do
note = Note.new(:title => params[:title], :body => params[:body])
note.save
redirect "/notes"
end
+delete '/notes/:id' do |id|
+ note = Note.find(:id => id)
+ note.destroy
+ redirect "/notes"
+end
+
__END__
@@ layout
%html
%head
%title note in sinatra
%body= yield
@@ index
%div.body
%table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
%thead
%tr
%td title
%td
%td
%tbody
- - notes.each do |note|
+ - @notes.each do |note|
%tr
%td= h note.title
%td
%a{:href => "/notes/#{note.id}"} show
%td
%a{:href => "/notes/#{note.id}/edit"} edit
%a{:href => '/notes/new'} new note
@@ show
-%h3= h note[:title]
-%div= note[:body]
+%h3= h @note[:title]
+%div= @note[:body]
@@ edit
-%form{:action => "/notes/#{note.id}", :method => "post"}
+%form{:action => "/notes/#{@note.id}", :method => "post"}
%input{ :type => "hidden", :name => "_method", :value => "put"}
- = haml :form, :locals => {:note => note}
-</form>
+ = haml :form
+%form{:action => "/notes/#{@note.id}", :method => "post"}
+ %input{ :type => "hidden", :name => "_method", :value => "delete"}
+ %input{ :type => "submit", :value => 'delete'}/
@@ new
%form{:action => "/notes", :method => "post"}
- = haml :form, :locals => {:note => note}
+ = haml :form
@@ form
%label{:for=>"title"} Description
%br
-%input{:name=>"title", :value=>h(note.title), :size => 50}
+%input{:name=>"title", :value=>h(@note.title), :size => 50}
%br
%label{:for => "body"}Content
%br
-%textarea{:name => "body", :cols => 30, :rows => 10}= note.body
+%textarea{:name => "body", :cols => 30, :rows => 10}= @note.body
%br
%input{:type => "submit"}
@@ back_to_top
%div
%a{ :href => "/notes"} Back to Top
|
nouse/ruby-off-rails
|
2d1c386e9770ad3fc88e3ad03441470cfda01213
|
apply sammy's patch for location from sammy's repo
|
diff --git a/sinatra+cloudkit/public/javascripts/sammy.js b/sinatra+cloudkit/public/javascripts/sammy.js
index aad12d9..06548c7 100644
--- a/sinatra+cloudkit/public/javascripts/sammy.js
+++ b/sinatra+cloudkit/public/javascripts/sammy.js
@@ -160,666 +160,667 @@
return callback.apply(context, arguments);
}
$.each(object, bound_callback);
},
// Uses console.log to log the arguments. If console (firebug is not present),
// it logs to the ether.
// Also prefixes the arguments with a timestamp.
log: function() {
var args = [].slice.call(arguments);
args.unshift("[" + Date() + "]");
if (typeof window.console != 'undefined') {
window.console.log.apply(window.console, args);
} else if (typeof console != 'undefined') {
console.log.apply(this, args);
} else {
// do nothing
}
}
});
// == Sammy.Application
//
// Sammy.Application is the Base prototype for defining 'applications'.
// An 'application' is a collection of 'routes' and bound events that is
// attached to an element when <tt>run()</tt> is called.
//
Sammy.Application = Sammy.Object.extend({
// the four route verbs
ROUTE_VERBS: ['get','post','put','delete'],
// An array of the default events triggered by the
// application during its lifecycle
APP_EVENTS: ['run','unload','lookup-route','run-route','route-found','event-context-before','event-context-after','changed','error-404','check-form-submission','redirect'],
_last_route: null,
_running: false,
// On <tt>run()</tt> the application object is stored in a <tt>$.data</tt> entry
// assocciated with the application's <tt>$element()</tt>
data_store_name: 'sammy-app',
// Defines what element the application is bound to. Provide a selector
// (parseable by <tt>jQuery()</tt>) and this will be used by <tt>$element()</tt>
element_selector: 'body',
// When set to true, logs all of the default events using <tt>log()</tt>
debug: false,
// When set to false, will throw a javascript error when a route is invoked
// and can not be found.
silence_404: true,
// The time in milliseconds that the URL is queried for changes
run_interval_every: 50,
// Initializes a new Sammy.Application.
// The only argument an 'app_function' is evaluated within the context of the application.
init: function(app_function) {
var app = this;
this.routes = {};
this.listeners = {};
this.befores = [];
this.namespace = this.uuid();
this.context_prototype = Sammy.EventContext.extend({});
this.each(this.ROUTE_VERBS, function(i, verb) {
this._defineRouteShortcut(verb);
});
app_function.apply(this);
if (this.debug) {
this.addLogger(function(e, data) {
app.log(app.toString(), e.cleaned_type, data || {});
})
}
},
// //=> Sammy.Application: body
toString: function() {
return 'Sammy.Application:' + this.element_selector;
},
// returns a jQuery object of the Applications bound element.
$element: function() {
return $(this.element_selector);
},
// <tt>route()</tt> is the main method for defining routes within an application.
// For great detail on routes, check out: http://code.quirkey.com/sammy/doc/routes.html
//
// This method also has aliases for each of the different verbs (eg. <tt>get()</tt>, <tt>post()</tt>, etc.)
//
// === Arguments
//
// +verb+:: A String in the set of ROUTE_VERBS
// +path+:: A Regexp or a String representing the path to match to invoke this verb.
// +callback+:: A Function that is called/evaluated whent the route is run see: <tt>runRoute()</tt>
//
route: function(verb, path, callback) {
// turn path into regex
// create a simple object and add the route to it
var app = this;
var param_names = [];
// if path is a string turn it into a regex
if (path.constructor == String) {
// find the names
while ((path_match = PATH_NAME_MATCHER.exec(path)) != null) {
param_names.push(path_match[1]);
}
// replace with the path replacement
path = new RegExp(path.replace(PATH_NAME_MATCHER, PATH_REPLACER) + "$");
}
var r = {verb: verb, path: path, callback: callback, param_names: param_names};
// add route to routes array
if (typeof this.routes[verb] == 'undefined' || this.routes[verb].length == 0) {
// add to the front of an empty array
this.routes[verb] = [r];
} else {
// place in order of longest path first
var placed = false;
this.each(this.routes[verb], function(i, route) {
if (path.toString().length >= route.path.toString().length) {
this.routes[verb].splice(i, 0, r);
placed = true;
// exit each()
return false;
}
});
// not placed? path is the shortest seen so far. append to the end
if (!placed) {
this.routes[verb].push(r);
}
}
// return the route
return r;
},
// A unique event namespace defined per application.
// All events bound with <tt>bind()</tt> are automatically bound within this space.
eventNamespace: function() {
return this.data_store_name + '-' + this.namespace + '-';
},
// Works just like <tt>jQuery.bind()</tt> with a couple noteable differences.
//
// * It binds all events to the application element
// * All events are bound within the <tt>eventNamespace()</tt>
// * Events are not actually bound until the application is started with <tt>run()</tt>
//
// See http://code.quirkey.com/sammy/docs/events.html for more info.
//
bind: function(name, data, callback) {
// build the callback
// if the arity is 2, callback is the second argument
if (typeof callback == 'undefined') callback = data;
var listener_callback = function() {
// pull off the context from the arguments to the callback
var e, context, data;
e = arguments[0];
context = arguments[1];
data = arguments[2];
e.cleaned_type = e.type.replace(context.eventNamespace(), '');
callback.apply(context, [e, data]);
};
// it could be that the app element doesnt exist yet
// so attach to the listeners array and then run()
// will actually bind the event.
if (!this.listeners[name]) this.listeners[name] = [];
this.listeners[name].push(listener_callback);
if (this.isRunning()) {
// if the app is running
// *actually* bind the event to the app element
return this._listen(name, listener_callback);
}
},
// Triggers custom events defined with <tt>bind()</tt>
//
// === Arguments
//
// +name+:: The name of the event. Automatically prefixed with the <tt>eventNamespace()</tt>
// +data+:: An optional Object that can be passed to the bound callback.
// +context+:: An optional context/Object in which to execute the bound callback.
// If no context is supplied a the context is a new <tt>Sammy.EventContext</tt>
//
trigger: function(name, data, context) {
if (typeof context == 'undefined') {
context = new this.context_prototype(this, 'bind', name, data);
}
return this.$element().triggerHandler(context.eventNamespace() + name, [context, data]);
},
// Takes a single callback that is pushed on to a stack.
// Before any route is run, the callbacks are evaluated in order within
// the current <tt>Sammy.EventContext</tt>
//
// If any of the callbacks explicitly return false, execution of any
// further callbacks and the route itself is halted.
before: function(callback) {
return this.befores.push(callback);
},
// A shortcut for binding a callback to be run after a route is executed.
// After callbacks have no guarunteed order.
after: function(callback) {
return this.bind('event-context-after', callback);
},
// Returns a boolean of weather the current application is running.
isRunning: function() {
return this._running;
},
// Helpers extends the EventContext prototype specific to this app.
// This allows you to define app specific helper functions that can be used
// whenever you're inside of an event context (templates, routes, bind).
//
// === Example
//
// var app = $.sammy(function() {
//
// helpers({
// upcase: function(text) {
// return text.toString().toUpperCase();
// }
// });
//
// get('#/', function() { with(this) {
// // inside of this context I can use the helpers
// $('#main').html(upcase($('#main').text());
// }});
//
// });
//
// === Arguments
//
// +extensions+:: An object collection of functions to extend the context.
//
helpers: function(extensions) {
this.context_prototype = this.context_prototype.extend(extensions);
},
// Actually starts the application's lifecycle. <tt>run()</tt> should be invoked
// within a document.ready block to ensure the DOM exists before binding events, etc.
//
// === Example
//
// var app = $.sammy(function() { ... }); // your application
// $(function() { // document.ready
// app.run();
// });
//
// === Arguments
//
// +start_url+:: "value", Optionally, a String can be passed which the App will redirect to
// after the events/routes have been bound.
run: function(start_url) {
if (this.isRunning()) return false;
var app = this;
// actually bind all the listeners
this.each(this.listeners, function(name, listeners) {
this.each(listeners, function(i, listener_callback) {
this._listen(name, listener_callback);
});
});
this.trigger('run', {start_url: start_url});
this._running = true;
// set data for app
this.$element().data(this.data_store_name, this);
// set last location
this.last_location = null;
if (this.getLocation() == '' && typeof start_url != 'undefined') {
this.setLocation(start_url);
}
// check url
this._checkLocation();
// set interval for url check
this._interval = setInterval(function () {
app._checkLocation.apply(app);
}, this.run_interval_every);
// bind re-binding to after route
this.bind('changed', function() {
// bind form submission
app.$element().find('form:not(.' + app.eventNamespace() + ')').bind('submit', function() {
return app._checkFormSubmission(this);
}).addClass(app.eventNamespace());
});
// bind unload to body unload
$('body').bind('onunload', function() {
app.unload();
});
// trigger html changed
this.trigger('changed');
},
// The opposite of <tt>run()</tt>, un-binds all event listeners and intervals
// <tt>run()</tt> Automaticaly binds a <tt>onunload</tt> event to run this when
// the document is closed.
unload: function() {
if (!this.isRunning()) return false;
var app = this;
this.trigger('unload');
// clear interval
clearInterval(this._interval);
// unbind form submits
this.$element().find('form')
.unbind('submit')
.removeClass(app.eventNamespace());
// clear data
this.$element().removeData(this.data_store_name);
// unbind all events
this.each(this.listeners, function(name, listeners) {
this.each(listeners, function(i, listener_callback) {
this._unlisten(name, listener_callback);
});
});
this._running = false;
},
// Provide a callback that is invoked every time one of the APP_EVENTS is triggered.
//
// === Example
//
// // Prints log messages to #debug
// $(function() {
// app.addLogger(function(e, data) {
// $('#debug').append([app.toString(), app.namespace, e.cleaned_type, data, '<br />'].join(' '));
// })
// app.run('#/');
// });
//
addLogger: function(logger) {
this.each(this.APP_EVENTS, function(i, e) {
this.bind(e, logger);
});
},
// Given a verb and a String path, will return either a route object or false
// if a matching route can be found within the current defined set.
lookupRoute: function(verb, path) {
var routed = false;
this.trigger('lookup-route', {verb: verb, path: path});
if (typeof this.routes[verb] != 'undefined') {
this.each(this.routes[verb], function(i, route) {
if (path.match(route.path)) {
routed = route;
return false;
}
});
}
return routed;
},
// First, invokes <tt>lookupRoute()</tt> and if a route is found, parses the
// possible URL params and then invokes the route's callback within a new
// <tt>Sammy.EventContext</tt>. If the route can not be found, it calls
// <tt>notFound()</tt> and raise an error. If <tt>silence_404</tt> is <tt>true</tt>
// this error will be caught be the internal methods that call <tt>runRoute</tt>.
//
// You probably will never have to call this directly.
//
// === Arguments
//
// +verb+:: A String for the verb.
// +path+:: A String path to lookup.
// +params+:: An Object of Params pulled from the URI or passed directly.
//
// === Returns
//
// Either returns the value returned by the route callback or raises a 404 Not Found error.
//
runRoute: function(verb, path, params) {
this.trigger('run-route', {verb: verb, path: path, params: params});
if (typeof params == 'undefined') params = {};
var route = this.lookupRoute(verb, path);
if (route) {
this.trigger('route-found', {route: route});
// pull out the params from the path
if ((path_params = route.path.exec(path)) != null) {
// first match is the full path
path_params.shift();
// for each of the matches
this.each(path_params, function(i, param) {
// if theres a matching param name
if (route.param_names[i]) {
// set the name to the match
params[route.param_names[i]] = param;
} else {
// initialize 'splat'
if (!params['splat']) params['splat'] = [];
params['splat'].push(param);
}
});
}
// set event context
var context = new this.context_prototype(this, verb, path, params);
this.last_route = route;
// run all the before filters
var before_value = true;
var befores = this.befores.slice(0);
while (befores.length > 0) {
if (befores.shift().apply(context) === false) return false;
}
context.trigger('event-context-before');
var returned = route.callback.apply(context);
context.trigger('event-context-after');
return returned;
} else {
this.notFound(verb, path);
}
},
// The default behavior is to return the current window's location hash.
// Override this and <tt>setLocation()</tt> to detach the app from the
// window.location object.
getLocation: function() {
return this.clone(window.location).hash.toString();
},
// The default behavior is to set the current window's location.
// Override this and <tt>getLocation()</tt> to detach the app from the
// window.location object.
//
// === Arguments
//
// +new_location+:: A new location string (e.g. '#/')
//
setLocation: function(new_location) {
window.location = new_location;
},
// Swaps the content of <tt>$element()</tt> with <tt>content</tt>
// You can override this method to provide an alternate swap behavior
// for <tt>EventContext.partial()</tt>.
//
// === Example
//
// var app = $.sammy(function() {
//
// // implements a 'fade out'/'fade in'
// this.swap = function(content) {
// this.$element().hide('slow').html(content).show('slow');
// }
//
// get('#/', function() {
// this.partial('index.html.erb') // will fade out and in
// });
//
// });
//
swap: function(content) {
return this.$element().html(content);
},
// This thows a '404 Not Found' error.
notFound: function(verb, path) {
this.trigger('error-404', {verb: verb, path: path});
throw('404 Not Found ' + verb + ' ' + path);
},
_defineRouteShortcut: function(verb) {
var app = this;
this[verb] = function(path, callback) {
app.route.apply(app, [verb, path, callback]);
}
},
_checkLocation: function() {
try { // try, catch 404s
// get current location
var location, returned;
location = this.getLocation();
// compare to see if hash has changed
if (location != this.last_location) {
// lookup route for current hash
returned = this.runRoute('get', location);
// compare to see if path has changed
}
// reset last location
this.last_location = location;
} catch(e) {
// reset last location
this.last_location = location;
// unless the error is a 404 and 404s are silenced
if (e.toString().match(/^404/) && this.silence_404) {
return returned;
} else {
throw(e);
}
}
return returned;
},
_checkFormSubmission: function(form) {
var $form, path, verb, params, returned;
this.trigger('check-form-submission', {form: form});
$form = $(form);
path = $form.attr('action');
verb = $form.attr('method').toString().toLowerCase();
params = {};
$form.find(':input[type!=submit]').each(function() {
params[$(this).attr('name')] = $(this).val();
});
try { // catch 404s
returned = this.runRoute(verb, path, params);
+ this.last_location = path;
} catch(e) {
if (e.toString().match(/^404/) && this.silence_404) {
return true;
} else {
throw(e);
}
}
return (typeof returned == 'undefined') ? false : returned;
},
_listen: function(name, callback) {
return this.$element().bind(this.eventNamespace() + name, callback);
},
_unlisten: function(name, callback) {
return this.$element().unbind(this.eventNamespace() + name, callback);
}
});
// == Sammy.EventContext
//
// <tt>Sammy.EventContext</tt> objects are created every time a route is run or a
// bound event is triggered. The callbacks for these events are evaluated within a <tt>Sammy.EventContext</tt>
// This within these callbacks the special methods of <tt>EventContext</tt> are available.
//
// === Example
//
// $.sammy(function() { with(this) {
// // The context here is this Sammy.Application
// get('#/:name', function() { with(this) {
// // The context here is a new Sammy.EventContext
// if (params['name'] == 'sammy') {
// partial('name.html.erb', {name: 'Sammy'});
// } else {
// redirect('#/somewhere-else')
// }
// }});
// }});
//
Sammy.EventContext = Sammy.Object.extend({
// Initialize a new EventContext
//
// === Arguments
//
// +app+:: The <tt>Sammy.Application</tt> this event is called within.
// +verb+:: The verb invoked to run this context/route.
// +path+:: The string path invoked to run this context/route.
// +params+:: An Object of optional params to pass to the context. Is converted
// to a <tt>Sammy.Object</tt>.
init: function(app, verb, path, params) {
this.app = app;
this.verb = verb;
this.path = path;
this.params = new Sammy.Object(params);
},
// A shortcut to the app's <tt>$element()</tt>
$element: function() {
return this.app.$element();
},
// Uses <tt>$.srender</tt> to parse ERB like templates.
//
// === Arguments
//
// +template+:: A String template. '<% %>' tags are evaluated as Javascript and replaced with the elements in data.
// +data+:: An Object containing the replacement values for the template.
// data is extended with the <tt>EventContext</tt> allowing you to call its methods within the template.
// +name+:: An optional String name to cache the template. Is used in <tt>partial()</tt> to cache remote templates.
//
template: function(template, data, name) {
// use name for caching
if (typeof name == 'undefined') name = template;
return $.srender(name, template, $.extend({}, data, this));
},
// Used for rendering remote templates or documents within the current application/DOM.
//
// There are a couple different ways to use <tt>partial()</tt>:
//
// partial('doc.html');
// //=> Replaces $element() with the contents of doc.html
//
// partial('doc.html.erb', {name: 'Sammy'});
// //=> Replaces $element() with the contents of doc.html.erb run through <tt>template()</tt>
//
// partial('doc.html.erb', function(data) {
// // data is the contents of the template.
// $('.other-selector').html(data);
// });
//
partial: function(path, data, callback) {
var t, rendered, context;
context = this;
if (typeof callback == 'undefined') {
if (typeof data == 'function') {
// callback is in the data position
callback = data;
data = {};
} else {
// we should use the default callback
callback = function(data) {
context.app.swap(data);
}
}
}
t = $.srender(path);
data = $.extend({}, data, this);
if (t) {
// the template was already cached
rendered = t(data);
callback.apply(context, [rendered]);
context.trigger('changed');
} else {
// the template wasnt cached, we need to fetch it
$.get(path, function(template) {
rendered = $.srender(path, template, data);
callback.apply(context, [rendered]);
context.trigger('changed');
});
}
},
// Changes the location of the current window. If <tt>to</tt> begins with
// '#' it only changes the document's hash.
redirect: function(to) {
this.trigger('redirect', {to: to});
return this.app.setLocation(to);
},
// Triggers events on <tt>app</tt> within the current context.
trigger: function(name, data) {
return this.app.trigger(name, data, this);
},
// A shortcut to app's <tt>eventNamespace()</tt>
eventNamespace: function() {
return this.app.eventNamespace();
},
// Raises a possible <tt>notFound()</tt> error for the current path.
notFound: function() {
return this.app.notFound(this.verb, this.path);
}
});
$.sammy = function(app_function) {
return new Sammy.Application(app_function);
};
})(jQuery);
\ No newline at end of file
|
nouse/ruby-off-rails
|
8c7569f62e6747cd04202310af44a5aeebdf3a30
|
remove this.log to make it works in chromium
|
diff --git a/sinatra+cloudkit/public/javascripts/app.js b/sinatra+cloudkit/public/javascripts/app.js
index 5421990..2e382f1 100644
--- a/sinatra+cloudkit/public/javascripts/app.js
+++ b/sinatra+cloudkit/public/javascripts/app.js
@@ -1,106 +1,104 @@
;(function($) {
var app = new Sammy.Application(function() { with(this) {
element_selector = '#main';
var db, db_loaded;
db = null;
db_loaded = false;
before(function() { with(this) {
if (!db_loaded) {
redirect('#/connecting');
return false;
}
}});
// display tasks
get('#/', function() { with (this) {
partial('/templates/index', function(html) {
$('#main').html(html);
this.each(db.collection('tasks').all(), function(i, task) {
- this.log('task', task.json());
this.partial('/templates/task', {task: task}, function(task_html) {
$(task_html).data('task', task).prependTo('#tasks');
});
});
});
}});
get('#/tasks/:id', function() { with(this) {
this.task = db.collection('tasks').get(params['id']).json();
this.partial('/templates/task_details')
}});
post('#/tasks', function() { with(this) {
var context = this;
var task = {
entry: params['entry'],
completed: false,
created_at: Date()
};
db.collection('tasks').create(task, {
success: function(task) {
context.partial('/templates/task', {task: task}, function(task_html) {
$('#tasks').prepend(task_html);
});
// clear the form
$('.entry').val('');
},
error: function() {
context.trigger('error', {message: 'Sorry, could not save your task.'})
}
});
return false;
}});
get('#/connecting', function() { with(this) {
$('#main').html('<span class="loading">... Loading ...</span>');
}});
bind('task-toggle', function(e, data) { with(this) {
- this.log('data', data)
var $task = data.$task;
this.task = db.collection('tasks').get($task.attr('id'));
this.task.attr('completed', function() { return (this == true ? false : true); });
this.task.update({}, {
success: function() {
$task.toggleClass('completed');
}
});
}});
bind('run', function() {
var context = this;
db = $.cloudkit;
db.boot({
success: function() {
db_loaded = true;
context.trigger('db-loaded');
},
failure: function() {
db_loaded = false;
context.trigger('error', {message: 'Could not connect to CloudKit.'})
}
});
$('li.task :checkbox').live('click', function() {
var $task = $(this).parents('.task');
context.trigger('task-toggle', {$task: $task});
});
});
bind('db-loaded', function() { with(this) {
redirect('#/')
}});
bind('error', function(e, data) { with(this) {
render('text', '#error', data.message).show();
}});
}});
$(function() {
app.run('#/');
})
})(jQuery);
|
nouse/ruby-off-rails
|
dd9b63ca55fb5af3d1820d0c1c0ab7891c9bcafa
|
add a showcase of jquery-cloudkit and sammy
|
diff --git a/sinatra+cloudkit/README b/sinatra+cloudkit/README
new file mode 100644
index 0000000..a2f772f
--- /dev/null
+++ b/sinatra+cloudkit/README
@@ -0,0 +1,2 @@
+a jquery-cloudkit and sammy showcase
+modified from http://github.com/quirkey/sammy because I like haml to handle html rendering
diff --git a/sinatra+cloudkit/app.rb b/sinatra+cloudkit/app.rb
new file mode 100644
index 0000000..71ac18b
--- /dev/null
+++ b/sinatra+cloudkit/app.rb
@@ -0,0 +1,23 @@
+require 'rubygems'
+require 'sinatra'
+require 'haml'
+require 'sass'
+require 'cloudkit'
+
+class Tasks < Sinatra::Default
+
+ use CloudKit::Service, :collections => [:tasks]
+
+ get '/' do
+ haml :index
+ end
+
+ get '/stylesheets/:sheet.css' do
+ sass :"#{params['sheet']}"
+ end
+
+ get '/templates/:template' do
+ html = haml(params[:template].to_sym, :views => './views/templates')
+ html.gsub('<','<').gsub('>','>')
+ end
+end
diff --git a/sinatra+cloudkit/app.ru b/sinatra+cloudkit/app.ru
new file mode 100644
index 0000000..db9d5fe
--- /dev/null
+++ b/sinatra+cloudkit/app.ru
@@ -0,0 +1,3 @@
+require 'app.rb'
+
+run Tasks
\ No newline at end of file
diff --git a/sinatra+cloudkit/public/javascripts/app.js b/sinatra+cloudkit/public/javascripts/app.js
new file mode 100644
index 0000000..5421990
--- /dev/null
+++ b/sinatra+cloudkit/public/javascripts/app.js
@@ -0,0 +1,106 @@
+;(function($) {
+ var app = new Sammy.Application(function() { with(this) {
+ element_selector = '#main';
+
+ var db, db_loaded;
+ db = null;
+ db_loaded = false;
+
+ before(function() { with(this) {
+ if (!db_loaded) {
+ redirect('#/connecting');
+ return false;
+ }
+ }});
+
+ // display tasks
+ get('#/', function() { with (this) {
+ partial('/templates/index', function(html) {
+ $('#main').html(html);
+ this.each(db.collection('tasks').all(), function(i, task) {
+ this.log('task', task.json());
+ this.partial('/templates/task', {task: task}, function(task_html) {
+ $(task_html).data('task', task).prependTo('#tasks');
+ });
+ });
+ });
+ }});
+
+ get('#/tasks/:id', function() { with(this) {
+ this.task = db.collection('tasks').get(params['id']).json();
+ this.partial('/templates/task_details')
+ }});
+
+ post('#/tasks', function() { with(this) {
+ var context = this;
+ var task = {
+ entry: params['entry'],
+ completed: false,
+ created_at: Date()
+ };
+ db.collection('tasks').create(task, {
+ success: function(task) {
+ context.partial('/templates/task', {task: task}, function(task_html) {
+ $('#tasks').prepend(task_html);
+ });
+ // clear the form
+ $('.entry').val('');
+ },
+ error: function() {
+ context.trigger('error', {message: 'Sorry, could not save your task.'})
+ }
+ });
+ return false;
+ }});
+
+ get('#/connecting', function() { with(this) {
+ $('#main').html('<span class="loading">... Loading ...</span>');
+ }});
+
+ bind('task-toggle', function(e, data) { with(this) {
+ this.log('data', data)
+ var $task = data.$task;
+ this.task = db.collection('tasks').get($task.attr('id'));
+ this.task.attr('completed', function() { return (this == true ? false : true); });
+ this.task.update({}, {
+ success: function() {
+ $task.toggleClass('completed');
+ }
+ });
+ }});
+
+ bind('run', function() {
+ var context = this;
+ db = $.cloudkit;
+ db.boot({
+ success: function() {
+ db_loaded = true;
+ context.trigger('db-loaded');
+ },
+ failure: function() {
+ db_loaded = false;
+ context.trigger('error', {message: 'Could not connect to CloudKit.'})
+ }
+ });
+
+ $('li.task :checkbox').live('click', function() {
+ var $task = $(this).parents('.task');
+ context.trigger('task-toggle', {$task: $task});
+ });
+ });
+
+ bind('db-loaded', function() { with(this) {
+ redirect('#/')
+ }});
+
+ bind('error', function(e, data) { with(this) {
+ render('text', '#error', data.message).show();
+ }});
+
+
+ }});
+
+ $(function() {
+ app.run('#/');
+ })
+})(jQuery);
diff --git a/sinatra+cloudkit/public/javascripts/jquery.cloudkit.js b/sinatra+cloudkit/public/javascripts/jquery.cloudkit.js
new file mode 100644
index 0000000..f68d776
--- /dev/null
+++ b/sinatra+cloudkit/public/javascripts/jquery.cloudkit.js
@@ -0,0 +1,840 @@
+/*
+ json2.js
+ 2008-03-14
+
+ Public Domain
+
+ No warranty expressed or implied. Use at your own risk.
+
+ See http://www.JSON.org/js.html
+
+ This is a reference implementation. You are free to copy, modify, or
+ redistribute.
+
+ Use your own copy. It is extremely unwise to load third party
+ code into your pages.
+*/
+
+if (!this.JSON) {
+
+ JSON = function () {
+
+ function f(n) { // Format integers to have at least two digits.
+ return n < 10 ? '0' + n : n;
+ }
+
+ Date.prototype.toJSON = function () {
+ return this.getUTCFullYear() + '-' +
+ f(this.getUTCMonth() + 1) + '-' +
+ f(this.getUTCDate()) + 'T' +
+ f(this.getUTCHours()) + ':' +
+ f(this.getUTCMinutes()) + ':' +
+ f(this.getUTCSeconds()) + 'Z';
+ };
+
+
+ var m = { // table of character substitutions
+ '\b': '\\b',
+ '\t': '\\t',
+ '\n': '\\n',
+ '\f': '\\f',
+ '\r': '\\r',
+ '"' : '\\"',
+ '\\': '\\\\'
+ };
+
+ function stringify(value, whitelist) {
+ var a, // The array holding the partial texts.
+ i, // The loop counter.
+ k, // The member key.
+ l, // Length.
+ r = /["\\\x00-\x1f\x7f-\x9f]/g,
+ v; // The member value.
+
+ switch (typeof value) {
+ case 'string':
+
+ return r.test(value) ?
+ '"' + value.replace(r, function (a) {
+ var c = m[a];
+ if (c) {
+ return c;
+ }
+ c = a.charCodeAt();
+ return '\\u00' + Math.floor(c / 16).toString(16) +
+ (c % 16).toString(16);
+ }) + '"' :
+ '"' + value + '"';
+
+ case 'number':
+
+ return isFinite(value) ? String(value) : 'null';
+
+ case 'boolean':
+ case 'null':
+ return String(value);
+
+ case 'object':
+
+ if (!value) {
+ return 'null';
+ }
+
+ if (typeof value.toJSON === 'function') {
+ return stringify(value.toJSON());
+ }
+ a = [];
+ if (typeof value.length === 'number' &&
+ !(value.propertyIsEnumerable('length'))) {
+
+ l = value.length;
+ for (i = 0; i < l; i += 1) {
+ a.push(stringify(value[i], whitelist) || 'null');
+ }
+
+ return '[' + a.join(',') + ']';
+ }
+ if (whitelist) {
+ l = whitelist.length;
+ for (i = 0; i < l; i += 1) {
+ k = whitelist[i];
+ if (typeof k === 'string') {
+ v = stringify(value[k], whitelist);
+ if (v) {
+ a.push(stringify(k) + ':' + v);
+ }
+ }
+ }
+ } else {
+
+ for (k in value) {
+ if (typeof k === 'string') {
+ v = stringify(value[k], whitelist);
+ if (v) {
+ a.push(stringify(k) + ':' + v);
+ }
+ }
+ }
+ }
+
+ return '{' + a.join(',') + '}';
+ }
+ }
+
+ return {
+ stringify: stringify,
+ parse: function (text, filter) {
+ var j;
+
+ function walk(k, v) {
+ var i, n;
+ if (v && typeof v === 'object') {
+ for (i in v) {
+ if (Object.prototype.hasOwnProperty.apply(v, [i])) {
+ n = walk(i, v[i]);
+ if (n !== undefined) {
+ v[i] = n;
+ } else {
+ delete v[i];
+ }
+ }
+ }
+ }
+ return filter(k, v);
+ }
+
+ if (/^[\],:{}\s]*$/.test(text.replace(/\\["\\\/bfnrtu]/g, '@').
+replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g, ']').
+replace(/(?:^|:|,)(?:\s*\[)+/g, ''))) {
+
+ j = eval('(' + text + ')');
+
+ return typeof filter === 'function' ? walk('', j) : j;
+ }
+
+ throw new SyntaxError('parseJSON');
+ }
+ };
+ }();
+}
+
+/*
+Copyright Jason E. Smith 2008 Licensed under the Apache License, Version 2.0 (the "License");
+You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
+*/
+
+/*
+* CREDITS:
+* Thanks to Kris Zyp from SitePen for contributing his source for
+* a standalone port of JSONQuery (from the dojox.json.query module).
+*
+* OVERVIEW:
+* JSONQuery.js is a standalone port of the dojox.json.query module. It is intended as
+* a dropin solution with zero dependencies. JSONQuery is intended to succeed and improve upon
+* the JSONPath api (http://goessner.net/articles/JsonPath/) which offers rich powerful
+* querying capabilities similar to those of XQuery.
+*
+* EXAMPLES / USAGE:
+* see http://www.sitepen.com/blog/2008/07/16/jsonquery-data-querying-beyond-jsonpath/
+*
+* *Ripped from original source.
+* JSONQuery(queryString,object)
+ and
+ JSONQuery(queryString)(object)
+ always return identical results. The first one immediately evaluates, the second one returns a
+ function that then evaluates the object.
+
+ example:
+ JSONQuery("foo",{foo:"bar"})
+ This will return "bar".
+
+ example:
+ evaluator = JSONQuery("?foo='bar'&rating>3");
+ This creates a function that finds all the objects in an array with a property
+ foo that is equals to "bar" and with a rating property with a value greater
+ than 3.
+ evaluator([{foo:"bar",rating:4},{foo:"baz",rating:2}])
+ This returns:
+ {foo:"bar",rating:4}
+
+ example:
+ evaluator = JSONQuery("$[?price<15.00][\rating][0:10]");
+ This finds objects in array with a price less than 15.00 and sorts then
+ by rating, highest rated first, and returns the first ten items in from this
+ filtered and sorted list.
+
+ example:
+ var data = {customers:[
+ {name:"Susan", purchases:29},
+ {name:"Kim", purchases:150},
+ {name:"Jake", purchases:27}
+ ]};
+
+ var results = json.JSONQuery("$.customers[?purchases > 21 & name='Jake'][\\purchases]",data);
+
+ returns customers sorted by higest number of purchases to lowest.
+
+*/
+
+(function(){
+ function map(arr, fun /*, thisp*/){
+ var len = arr.length;
+ if (typeof fun != "function")
+ throw new TypeError();
+
+ var res = new Array(len);
+ var thisp = arguments[2];
+ for (var i = 0; i < len; i++) {
+ if (i in arr)
+ res[i] = fun.call(thisp, arr[i], i, arr);
+ }
+
+ return res;
+ }
+
+ function filter(arr, fun /*, thisp*/){
+ var len = arr.length;
+ if (typeof fun != "function")
+ throw new TypeError();
+
+ var res = new Array();
+ var thisp = arguments[2];
+ for (var i = 0; i < len; i++) {
+ if (i in arr) {
+ var val = arr[i]; // in case fun mutates this
+ if (fun.call(thisp, val, i, arr))
+ res.push(val);
+ }
+ }
+
+ return res;
+ };
+
+ function slice(obj,start,end,step){
+ // handles slice operations: [3:6:2]
+ var len=obj.length,results = [];
+ end = end || len;
+ start = (start < 0) ? Math.max(0,start+len) : Math.min(len,start);
+ end = (end < 0) ? Math.max(0,end+len) : Math.min(len,end);
+ for(var i=start; i<end; i+=step){
+ results.push(obj[i]);
+ }
+ return results;
+ }
+ function expand(obj,name){
+ // handles ..name, .*, [*], [val1,val2], [val]
+ // name can be a property to search for, undefined for full recursive, or an array for picking by index
+ var results = [];
+ function walk(obj){
+ if(name){
+ if(name===true && !(obj instanceof Array)){
+ //recursive object search
+ results.push(obj);
+ }else if(obj[name]){
+ // found the name, add to our results
+ results.push(obj[name]);
+ }
+ }
+ for(var i in obj){
+ var val = obj[i];
+ if(!name){
+ // if we don't have a name we are just getting all the properties values (.* or [*])
+ results.push(val);
+ }else if(val && typeof val == 'object'){
+
+ walk(val);
+ }
+ }
+ }
+ if(name instanceof Array){
+ // this is called when multiple items are in the brackets: [3,4,5]
+ if(name.length==1){
+ // this can happen as a result of the parser becoming confused about commas
+ // in the brackets like [@.func(4,2)]. Fixing the parser would require recursive
+ // analsys, very expensive, but this fixes the problem nicely.
+ return obj[name[0]];
+ }
+ for(var i = 0; i < name.length; i++){
+ results.push(obj[name[i]]);
+ }
+ }else{
+ // otherwise we expanding
+ walk(obj);
+ }
+ return results;
+ }
+
+ function distinctFilter(array, callback){
+ // does the filter with removal of duplicates in O(n)
+ var outArr = [];
+ var primitives = {};
+ for(var i=0,l=array.length; i<l; ++i){
+ var value = array[i];
+ if(callback(value, i, array)){
+ if((typeof value == 'object') && value){
+ // with objects we prevent duplicates with a marker property
+ if(!value.__included){
+ value.__included = true;
+ outArr.push(value);
+ }
+ }else if(!primitives[value + typeof value]){
+ // with primitives we prevent duplicates by putting it in a map
+ primitives[value + typeof value] = true;
+ outArr.push(value);
+ }
+ }
+ }
+ for(i=0,l=outArr.length; i<l; ++i){
+ // cleanup the marker properties
+ if(outArr[i]){
+ delete outArr[i].__included;
+ }
+ }
+ return outArr;
+ }
+
+ var JSONQuery = function(/*String*/query,/*Object?*/obj){
+ // summary:
+ // Performs a JSONQuery on the provided object and returns the results.
+ // If no object is provided (just a query), it returns a "compiled" function that evaluates objects
+ // according to the provided query.
+ // query:
+ // Query string
+ // obj:
+ // Target of the JSONQuery
+ //
+ // description:
+ // JSONQuery provides a comprehensive set of data querying tools including filtering,
+ // recursive search, sorting, mapping, range selection, and powerful expressions with
+ // wildcard string comparisons and various operators. JSONQuery generally supersets
+ // JSONPath and provides syntax that matches and behaves like JavaScript where
+ // possible.
+ //
+ // JSONQuery evaluations begin with the provided object, which can referenced with
+ // $. From
+ // the starting object, various operators can be successively applied, each operating
+ // on the result of the last operation.
+ //
+ // Supported Operators:
+ // --------------------
+ // * .property - This will return the provided property of the object, behaving exactly
+ // like JavaScript.
+ // * [expression] - This returns the property name/index defined by the evaluation of
+ // the provided expression, behaving exactly like JavaScript.
+ // * [?expression] - This will perform a filter operation on an array, returning all the
+ // items in an array that match the provided expression. This operator does not
+ // need to be in brackets, you can simply use ?expression, but since it does not
+ // have any containment, no operators can be used afterwards when used
+ // without brackets.
+ // * [^?expression] - This will perform a distinct filter operation on an array. This behaves
+ // as [?expression] except that it will remove any duplicate values/objects from the
+ // result set.
+ // * [/expression], [\expression], [/expression, /expression] - This performs a sort
+ // operation on an array, with sort based on the provide expression. Multiple comma delimited sort
+ // expressions can be provided for multiple sort orders (first being highest priority). /
+ // indicates ascending order and \ indicates descending order
+ // * [=expression] - This performs a map operation on an array, creating a new array
+ // with each item being the evaluation of the expression for each item in the source array.
+ // * [start:end:step] - This performs an array slice/range operation, returning the elements
+ // from the optional start index to the optional end index, stepping by the optional step number.
+ // * [expr,expr] - This a union operator, returning an array of all the property/index values from
+ // the evaluation of the comma delimited expressions.
+ // * .* or [*] - This returns the values of all the properties of the current object.
+ // * $ - This is the root object, If a JSONQuery expression does not being with a $,
+ // it will be auto-inserted at the beginning.
+ // * @ - This is the current object in filter, sort, and map expressions. This is generally
+ // not necessary, names are auto-converted to property references of the current object
+ // in expressions.
+ // * ..property - Performs a recursive search for the given property name, returning
+ // an array of all values with such a property name in the current object and any subobjects
+ // * expr = expr - Performs a comparison (like JS's ==). When comparing to
+ // a string, the comparison string may contain wildcards * (matches any number of
+ // characters) and ? (matches any single character).
+ // * expr ~ expr - Performs a string comparison with case insensitivity.
+ // * ..[?expression] - This will perform a deep search filter operation on all the objects and
+ // subobjects of the current data. Rather than only searching an array, this will search
+ // property values, arrays, and their children.
+ // * $1,$2,$3, etc. - These are references to extra parameters passed to the query
+ // function or the evaluator function.
+ // * +, -, /, *, &, |, %, (, ), <, >, <=, >=, != - These operators behave just as they do
+ // in JavaScript.
+ //
+ //
+ //
+ // | dojox.json.query(queryString,object)
+ // and
+ // | dojox.json.query(queryString)(object)
+ // always return identical results. The first one immediately evaluates, the second one returns a
+ // function that then evaluates the object.
+ //
+ // example:
+ // | dojox.json.query("foo",{foo:"bar"})
+ // This will return "bar".
+ //
+ // example:
+ // | evaluator = dojox.json.query("?foo='bar'&rating>3");
+ // This creates a function that finds all the objects in an array with a property
+ // foo that is equals to "bar" and with a rating property with a value greater
+ // than 3.
+ // | evaluator([{foo:"bar",rating:4},{foo:"baz",rating:2}])
+ // This returns:
+ // | {foo:"bar",rating:4}
+ //
+ // example:
+ // | evaluator = dojox.json.query("$[?price<15.00][\rating][0:10]");
+ // This finds objects in array with a price less than 15.00 and sorts then
+ // by rating, highest rated first, and returns the first ten items in from this
+ // filtered and sorted list.
+ tokens = [];
+ var depth = 0;
+ var str = [];
+ query = query.replace(/"(\\.|[^"\\])*"|'(\\.|[^'\\])*'|[\[\]]/g,function(t){
+ depth += t == '[' ? 1 : t == ']' ? -1 : 0; // keep track of bracket depth
+ return (t == ']' && depth > 0) ? '`]' : // we mark all the inner brackets as skippable
+ (t.charAt(0) == '"' || t.charAt(0) == "'") ? "`" + (str.push(t) - 1) :// and replace all the strings
+ t;
+ });
+ var prefix = '';
+ function call(name){
+ // creates a function call and puts the expression so far in a parameter for a call
+ prefix = name + "(" + prefix;
+ }
+ function makeRegex(t,a,b,c,d){
+ // creates a regular expression matcher for when wildcards and ignore case is used
+ return str[d].match(/[\*\?]/) || c == '~' ?
+ "/^" + str[d].substring(1,str[d].length-1).replace(/\\([btnfr\\"'])|([^\w\*\?])/g,"\\$1$2").replace(/([\*\?])/g,".$1") + (c == '~' ? '$/i' : '$/') + ".test(" + a + ")" :
+ t;
+ }
+ query.replace(/(\]|\)|push|pop|shift|splice|sort|reverse)\s*\(/,function(){
+ throw new Error("Unsafe function call");
+ });
+
+ query = query.replace(/([^<>=]=)([^=])/g,"$1=$2"). // change the equals to comparisons
+ replace(/@|(\.\s*)?[a-zA-Z\$_]+(\s*:)?/g,function(t){
+ return t.charAt(0) == '.' ? t : // leave .prop alone
+ t == '@' ? "$obj" :// the reference to the current object
+ (t.match(/:|^(\$|Math|true|false|null)$/) ? "" : "$obj.") + t; // plain names should be properties of root... unless they are a label in object initializer
+ }).
+ replace(/\.?\.?\[(`\]|[^\]])*\]|\?.*|\.\.([\w\$_]+)|\.\*/g,function(t,a,b){
+ var oper = t.match(/^\.?\.?(\[\s*\^?\?|\^?\?|\[\s*==)(.*?)\]?$/); // [?expr] and ?expr and [=expr and =expr
+ if(oper){
+ var prefix = '';
+ if(t.match(/^\./)){
+ // recursive object search
+ call("expand");
+ prefix = ",true)";
+ }
+ call(oper[1].match(/\=/) ? "map" : oper[1].match(/\^/) ? "distinctFilter" : "filter");
+ return prefix + ",function($obj){return " + oper[2] + "})";
+ }
+ oper = t.match(/^\[\s*([\/\\].*)\]/); // [/sortexpr,\sortexpr]
+ if(oper){
+ // make a copy of the array and then sort it using the sorting expression
+ return ".concat().sort(function(a,b){" + oper[1].replace(/\s*,?\s*([\/\\])\s*([^,\\\/]+)/g,function(t,a,b){
+ return "var av= " + b.replace(/\$obj/,"a") + ",bv= " + b.replace(/\$obj/,"b") + // FIXME: Should check to make sure the $obj token isn't followed by characters
+ ";if(av>bv||bv==null){return " + (a== "/" ? 1 : -1) +";}\n" +
+ "if(bv>av||av==null){return " + (a== "/" ? -1 : 1) +";}\n";
+ }) + "})";
+ }
+ oper = t.match(/^\[(-?[0-9]*):(-?[0-9]*):?(-?[0-9]*)\]/); // slice [0:3]
+ if(oper){
+ call("slice");
+ return "," + (oper[1] || 0) + "," + (oper[2] || 0) + "," + (oper[3] || 1) + ")";
+ }
+ if(t.match(/^\.\.|\.\*|\[\s*\*\s*\]|,/)){ // ..prop and [*]
+ call("expand");
+ return (t.charAt(1) == '.' ?
+ ",'" + b + "'" : // ..prop
+ t.match(/,/) ?
+ "," + t : // [prop1,prop2]
+ "") + ")"; // [*]
+ }
+ return t;
+ }).
+ replace(/(\$obj\s*(\.\s*[\w_$]+\s*)*)(==|~)\s*`([0-9]+)/g,makeRegex). // create regex matching
+ replace(/`([0-9]+)\s*(==|~)\s*(\$obj(\s*\.\s*[\w_$]+)*)/g,function(t,a,b,c,d){ // and do it for reverse =
+ return makeRegex(t,c,d,b,a);
+ });
+ query = prefix + (query.charAt(0) == '$' ? "" : "$") + query.replace(/`([0-9]+|\])/g,function(t,a){
+ //restore the strings
+ return a == ']' ? ']' : str[a];
+ });
+ // create a function within this scope (so it can use expand and slice)
+
+ var executor = eval("1&&function($,$1,$2,$3,$4,$5,$6,$7,$8,$9){var $obj=$;return " + query + "}");
+ for(var i = 0;i<arguments.length-1;i++){
+ arguments[i] = arguments[i+1];
+ }
+ return obj ? executor.apply(this,arguments) : executor;
+ };
+
+ if(typeof namespace == "function"){
+ namespace("json::JSONQuery", JSONQuery);
+ }
+ else {
+ window["JSONQuery"] = JSONQuery;
+ }
+})();
+
+
+//------------------------------------------------------------------------------
+//
+// jquery.cloudkit.js source
+//
+// Copyright (c) 2008, 2009 Jon Crosby http://joncrosby.me
+//
+// For the complete source with the bundled dependencies,
+// run 'rake dist' and use the contents of the dist directory.
+//
+//------------------------------------------------------------------------------
+
+(function($) {
+
+ $.cloudkit = $.cloudkit || {};
+
+ //----------------------------------------------------------------------------
+ // Resource Model
+ //----------------------------------------------------------------------------
+ var buildResource = function(collection, spec, metadata) {
+ var that = {};
+ var meta = {};
+ var json = spec;
+
+ // return a key that is unique across all local items
+ var generateId = function() {
+ return (new Date).getTime() + '-' + Math.floor(Math.random()*10000);
+ };
+
+ var saveFromRemote = function() {
+ meta = metadata;
+ meta.id = generateId();
+ };
+
+ that.save = function(callbacks) {
+ if (!(typeof metadata === 'undefined')) {
+ return saveFromRemote();
+ }
+ $.ajax({
+ type: 'POST',
+ url: collection,
+ data: JSON.stringify(spec),
+ contentType: 'application/json',
+ dataType: 'json',
+ processData: false,
+ complete: function(response, statusText) {
+ if (response.status == 201) {
+ meta = JSON.parse(response.responseText);
+ meta.id = generateId();
+ callbacks.success();
+ } else {
+ callbacks.error(response.status);
+ }
+ }
+ });
+ };
+
+ that.update = function(spec, callbacks) {
+ var id = meta.id;
+ $.ajax({
+ type: 'PUT',
+ url: meta.uri,
+ data: JSON.stringify($.extend(json,spec)),
+ contentType: 'application/json',
+ dataType: 'json',
+ beforeSend: function(xhr) {
+ xhr.setRequestHeader('If-Match', meta.etag);
+ },
+ processData: false,
+ complete: function(response, statusText) {
+ if (response.status == 200) {
+ meta = JSON.parse(response.responseText);
+ meta.id = id;
+ json = $.extend(json,spec);
+ callbacks.success();
+ } else {
+ // TODO implement default 412 strategy as progressive diff/merge
+ callbacks.error(response.status);
+ }
+ }
+ });
+ };
+
+ that.destroy = function(callbacks) {
+ var id = meta.id
+ $.ajax({
+ type: 'DELETE',
+ url: meta.uri,
+ dataType: 'json',
+ beforeSend: function(xhr) {
+ xhr.setRequestHeader('If-Match', meta.etag);
+ },
+ processData: false,
+ complete: function(response, statusText) {
+ meta = JSON.parse(response.responseText);
+ meta.id = id;
+ if (response.status == 200) {
+ meta.deleted = true;
+ callbacks.success();
+ } else {
+ callbacks.error(response.status);
+ }
+ }
+ });
+ };
+
+ that.json = function() {
+ return json;
+ };
+
+ that.id = function() {
+ return meta.id;
+ };
+
+ that.uri = function() {
+ return meta.uri;
+ };
+
+ that.isDeleted = function() {
+ return (meta.deleted == true);
+ };
+
+ that.attr = function(name, value) {
+ if (typeof json[name] != 'undefined') {
+ switch(typeof value) {
+ case 'undefined':
+ return json[name]; break;
+ case 'function':
+ return json[name] = value.apply(json[name]); break;
+ default:
+ return json[name] = value;
+ }
+ } else if (typeof meta[name] != 'undefined') {
+ return meta[name];
+ }
+ };
+
+ return that;
+ };
+
+ //----------------------------------------------------------------------------
+ // Internal Data Store
+ //----------------------------------------------------------------------------
+ var buildStore = function(collection) {
+ var that = {};
+
+ var key = function(resource) {
+ return collection+resource.id();
+ };
+
+ var persist = function(resource) {
+ var k = key(resource);
+ $.data(window, k, resource);
+ var index = $.data(window, collection+'index') || [];
+ index.push(k);
+ $.data(window, collection+'index', index);
+ };
+
+ that.create = function(spec, callbacks) {
+ resource = buildResource(collection, spec);
+ resource.save({
+ success: function() {
+ persist(resource);
+ callbacks.success(resource);
+ },
+ error: function(status) {
+ callbacks.error(status);
+ }
+ });
+ };
+
+ that.createFromRemote = function(spec, metadata) {
+ resource = buildResource(collection, spec, metadata);
+ resource.save();
+ persist(resource);
+ return resource;
+ };
+
+ that.all = function(spec) {
+ // TODO - don't ignore spec
+ var result = [];
+ var index = $.data(window, collection+'index');
+ $.each(index, function(count, id) {
+ var item = $.data(window, id);
+ if (!item.isDeleted()) {
+ result.push(item);
+ }
+ });
+ return result;
+ };
+
+ that.get = function(id) {
+ return $.data(window, collection+id);
+ };
+
+ that.query = function(spec) {
+ var jsonObjects = [];
+ var self = this;
+ $(this.all()).each(function(index, item) {
+ json = $.extend(item.json(), {'___id___':item.id()});
+ jsonObjects.push(json);
+ });
+ var query_result = JSONQuery(spec, jsonObjects);
+ var resources = []
+ $(query_result).each(function(index, item) {
+ resources.push(self.get(item['___id___']));
+ });
+ return resources;
+ }
+
+ return that;
+ };
+
+ //----------------------------------------------------------------------------
+ // Private API
+ //----------------------------------------------------------------------------
+
+ var collectionURIs = []; // collection URIs found during boot via discovery
+ var collections = {}; // local stores, one per remote resource collection
+
+ // load remote collection URIs
+ var loadMeta = function(callbacks) {
+ $.ajax({
+ type: 'GET',
+ url: '/cloudkit-meta',
+ complete: function(response, statusText) {
+ data = JSON.parse(response.responseText);
+ if (response.status == 200) {
+ collectionURIs = data.uris;
+ callbacks.success();
+ } else if (response.status >= 400) {
+ callbacks.error(response.status);
+ } else {
+ callbacks.error('unexpected error');
+ }
+ }
+ });
+ };
+
+ // configure a local collection
+ var configureCollection = function(collection) {
+ $.data(window, collection+'index', []);
+ var name = collection.replace(/^\//, '');
+ collections[name] = buildStore(collection);
+ };
+
+ // load remote data into local store
+ var populateCollectionsFromRemote = function(index, callbacks) {
+ if (index == collectionURIs.length) {
+ callbacks.success();
+ return;
+ }
+ $.ajax({
+ type: 'GET',
+ url: collectionURIs[index]+"/_resolved",
+ dataType: 'json',
+ processData: false,
+ complete: function(response, statusText) {
+ if (response.status == 200) {
+ var resources = JSON.parse(response.responseText).documents;
+ var name = collectionURIs[index].replace(/^\//, '');
+ for (var i = 0; i < resources.length; i++) {
+ var resource = resources[i];
+ collections[name].createFromRemote(
+ JSON.parse(resource.document),
+ {
+ uri: resource.uri,
+ etag: resource.etag,
+ last_modified: resource.last_modified
+ }
+ );
+ }
+ populateCollectionsFromRemote(index+1, callbacks);
+ } else {
+ callbacks.error(response.status);
+ }
+ }
+ });
+ };
+
+ // extend jquery
+ $.fn.extend($.cloudkit, {
+
+ //--------------------------------------------------------------------------
+ // Public API
+ //--------------------------------------------------------------------------
+
+ // setup the local store
+ boot: function(callbacks) {
+ collectionURIs = [];
+ collections = [];
+ loadMeta({
+ success: function() {
+ $(collectionURIs).each(function(index, collection) {
+ configureCollection(collection);
+ });
+ populateCollectionsFromRemote(0, {
+ success: function() {
+ callbacks.success();
+ },
+ error: function(status) {
+ callbacks.error(status);
+ }
+ });
+ },
+ error: function(status) {
+ callbacks.error(status);
+ }
+ });
+ },
+
+ // return all collections
+ collections: function() {
+ return collections;
+ },
+
+ // return a specific collection
+ collection: function(name) {
+ return this.collections()[name];
+ }
+ });
+})(jQuery);
diff --git a/sinatra+cloudkit/public/javascripts/jquery.js b/sinatra+cloudkit/public/javascripts/jquery.js
new file mode 100644
index 0000000..b1ae21d
--- /dev/null
+++ b/sinatra+cloudkit/public/javascripts/jquery.js
@@ -0,0 +1,19 @@
+/*
+ * jQuery JavaScript Library v1.3.2
+ * http://jquery.com/
+ *
+ * Copyright (c) 2009 John Resig
+ * Dual licensed under the MIT and GPL licenses.
+ * http://docs.jquery.com/License
+ *
+ * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
+ * Revision: 6246
+ */
+(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
+/*
+ * Sizzle CSS Selector Engine - v0.9.3
+ * Copyright 2009, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ * More information: http://sizzlejs.com/
+ */
+(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML=' <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();
\ No newline at end of file
diff --git a/sinatra+cloudkit/public/javascripts/sammy.js b/sinatra+cloudkit/public/javascripts/sammy.js
new file mode 100644
index 0000000..aad12d9
--- /dev/null
+++ b/sinatra+cloudkit/public/javascripts/sammy.js
@@ -0,0 +1,825 @@
+// jresig's Class implementation
+(function(){
+ var initializing = false, fnTest = /xyz/.test(function(){xyz;}) ? /\b_super\b/ : /.*/;
+ this.Class = function(){};
+ Class.extend = function(prop) {
+ var _super = this.prototype;
+ initializing = true;
+ var prototype = new this();
+ initializing = false;
+ for (var name in prop) {
+ prototype[name] = typeof prop[name] == "function" &&
+ typeof _super[name] == "function" && fnTest.test(prop[name]) ?
+ (function(name, fn){
+ return function() {
+ var tmp = this._super;
+ this._super = _super[name];
+ var ret = fn.apply(this, arguments);
+ this._super = tmp;
+ return ret;
+ };
+ })(name, prop[name]) :
+ prop[name];
+ }
+ function Class() {
+ if ( !initializing && this.init )
+ this.init.apply(this, arguments);
+ }
+ Class.prototype = prototype;
+ Class.constructor = Class;
+ Class.extend = arguments.callee;
+ return Class;
+ };
+})();
+
+(function($) {
+ // Simple JavaScript Templating
+ // John Resig - http://ejohn.org/ - MIT Licensed
+ // adapted from: http://ejohn.org/blog/javascript-micro-templating/
+ // by Greg Borenstein http://ideasfordozens.com in Feb 2009
+ // --
+ // slightly modified for Sammy for caching templates by name
+ $.srender = function(name, template, data) {
+ $.srender.cache = $.srender.cache || {};
+ // target is an optional element; if provided, the result will be inserted into it
+ // otherwise the result will simply be returned to the caller
+ if ($.srender.cache[name]) {
+ fn = $.srender.cache[name];
+ } else {
+ if (typeof template == 'undefined') {
+ // was a cache check, return false
+ return false;
+ }
+ // Generate a reusable function that will serve as a template
+ // generator (and which will be cached).
+ fn = $.srender.cache[name] = new Function("obj",
+ "var p=[],print=function(){p.push.apply(p,arguments);};" +
+
+ // Introduce the data as local variables using with(){}
+ "with(obj){p.push(\"" +
+
+ // Convert the template into pure JavaScript
+ template
+ .replace(/[\r\t\n]/g, " ")
+ .replace(/\"/g, '\\"')
+ .split("<%").join("\t")
+ .replace(/((^|%>)[^\t]*)/g, "$1\r")
+ .replace(/\t=(.*?)%>/g, "\",$1,\"")
+ .split("\t").join("\");")
+ .split("%>").join("p.push(\"")
+ .split("\r").join("")
+ + "\");}return p.join('');");
+ }
+
+ if (typeof data != 'undefined') {
+ return fn(data);
+ } else {
+ return fn;
+ }
+ }
+})(jQuery);
+
+(function($) {
+
+ var PATH_REPLACER = "([^\/]+)";
+ var PATH_NAME_MATCHER = /:([\w\d]+)/g;
+
+ Sammy = {};
+
+ Sammy.VERSION = '0.2.0';
+
+ // == Sammy.Object
+ //
+ // Sammy.Object is the base for all other Sammy classes. It provides some useful
+ // functionality, including cloning, iterating, etc.
+ Sammy.Object = Class.extend({
+
+ // Extend the passed object as a Sammy.Object
+ init: function(set) {
+ $.extend(this, set);
+ },
+
+ // If passed an obj, clone the attributes and methods of that object
+ // If called without arguments, clones the callee.
+ clone: function(obj) {
+ if (typeof obj == 'undefined') obj = this;
+ return $.extend({}, obj);
+ },
+
+ // Returns a copy of the object with Functions removed.
+ toHash: function() {
+ var json = {};
+ this.each(function(k,v) {
+ if (!$.isFunction(v)) {
+ json[k] = v
+ }
+ });
+ return json;
+ },
+
+ // Renders a simple HTML version of this Objects attributes.
+ // Does not render functions.
+ // For example. Given this Sammy.Object:
+ //
+ // var s = new Sammy.Object({first_name: 'Sammy', last_name: 'Davis Jr.'});
+ // s.toHTML() //=> '<strong>first_name</strong> Sammy<br /><strong>last_name</strong> Davis Jr.<br />'
+ //
+ toHTML: function() {
+ var display = "";
+ this.each(function(k, v) {
+ if (!$.isFunction(v)) {
+ display += "<strong>" + k + "</strong> " + v + "<br />";
+ }
+ });
+ return display;
+ },
+
+ // Generates a unique identifing string. Used for application namespaceing.
+ uuid: function() {
+ if (typeof this._uuid == 'undefined' || !this._uuid) {
+ this._uuid = (new Date()).getTime() + '-' + parseInt(Math.random() * 1000);
+ }
+ return this._uuid;
+ },
+
+ // If passed an object and a callback, will iterate over the object
+ // with (k, v) in the context of this object.
+ // If passed just an argument - will itterate over
+ // the properties of this Sammy.Object
+ each: function() {
+ var context, object, callback, bound_callback;
+ context = this;
+ if (typeof arguments[0] != 'function') {
+ object = arguments[0];
+ callback = arguments[1];
+ } else {
+ object = this;
+ callback = arguments[0];
+ }
+ bound_callback = function() {
+ return callback.apply(context, arguments);
+ }
+ $.each(object, bound_callback);
+ },
+
+ // Uses console.log to log the arguments. If console (firebug is not present),
+ // it logs to the ether.
+ // Also prefixes the arguments with a timestamp.
+ log: function() {
+ var args = [].slice.call(arguments);
+ args.unshift("[" + Date() + "]");
+ if (typeof window.console != 'undefined') {
+ window.console.log.apply(window.console, args);
+ } else if (typeof console != 'undefined') {
+ console.log.apply(this, args);
+ } else {
+ // do nothing
+ }
+ }
+ });
+
+ // == Sammy.Application
+ //
+ // Sammy.Application is the Base prototype for defining 'applications'.
+ // An 'application' is a collection of 'routes' and bound events that is
+ // attached to an element when <tt>run()</tt> is called.
+ //
+ Sammy.Application = Sammy.Object.extend({
+
+ // the four route verbs
+ ROUTE_VERBS: ['get','post','put','delete'],
+
+ // An array of the default events triggered by the
+ // application during its lifecycle
+ APP_EVENTS: ['run','unload','lookup-route','run-route','route-found','event-context-before','event-context-after','changed','error-404','check-form-submission','redirect'],
+
+ _last_route: null,
+ _running: false,
+
+ // On <tt>run()</tt> the application object is stored in a <tt>$.data</tt> entry
+ // assocciated with the application's <tt>$element()</tt>
+ data_store_name: 'sammy-app',
+
+ // Defines what element the application is bound to. Provide a selector
+ // (parseable by <tt>jQuery()</tt>) and this will be used by <tt>$element()</tt>
+ element_selector: 'body',
+
+ // When set to true, logs all of the default events using <tt>log()</tt>
+ debug: false,
+
+ // When set to false, will throw a javascript error when a route is invoked
+ // and can not be found.
+ silence_404: true,
+
+ // The time in milliseconds that the URL is queried for changes
+ run_interval_every: 50,
+
+ // Initializes a new Sammy.Application.
+ // The only argument an 'app_function' is evaluated within the context of the application.
+ init: function(app_function) {
+ var app = this;
+ this.routes = {};
+ this.listeners = {};
+ this.befores = [];
+ this.namespace = this.uuid();
+ this.context_prototype = Sammy.EventContext.extend({});
+ this.each(this.ROUTE_VERBS, function(i, verb) {
+ this._defineRouteShortcut(verb);
+ });
+ app_function.apply(this);
+ if (this.debug) {
+ this.addLogger(function(e, data) {
+ app.log(app.toString(), e.cleaned_type, data || {});
+ })
+ }
+ },
+
+ // //=> Sammy.Application: body
+ toString: function() {
+ return 'Sammy.Application:' + this.element_selector;
+ },
+
+ // returns a jQuery object of the Applications bound element.
+ $element: function() {
+ return $(this.element_selector);
+ },
+
+ // <tt>route()</tt> is the main method for defining routes within an application.
+ // For great detail on routes, check out: http://code.quirkey.com/sammy/doc/routes.html
+ //
+ // This method also has aliases for each of the different verbs (eg. <tt>get()</tt>, <tt>post()</tt>, etc.)
+ //
+ // === Arguments
+ //
+ // +verb+:: A String in the set of ROUTE_VERBS
+ // +path+:: A Regexp or a String representing the path to match to invoke this verb.
+ // +callback+:: A Function that is called/evaluated whent the route is run see: <tt>runRoute()</tt>
+ //
+ route: function(verb, path, callback) {
+ // turn path into regex
+ // create a simple object and add the route to it
+ var app = this;
+ var param_names = [];
+ // if path is a string turn it into a regex
+ if (path.constructor == String) {
+ // find the names
+ while ((path_match = PATH_NAME_MATCHER.exec(path)) != null) {
+ param_names.push(path_match[1]);
+ }
+ // replace with the path replacement
+ path = new RegExp(path.replace(PATH_NAME_MATCHER, PATH_REPLACER) + "$");
+ }
+ var r = {verb: verb, path: path, callback: callback, param_names: param_names};
+ // add route to routes array
+ if (typeof this.routes[verb] == 'undefined' || this.routes[verb].length == 0) {
+ // add to the front of an empty array
+ this.routes[verb] = [r];
+ } else {
+ // place in order of longest path first
+ var placed = false;
+ this.each(this.routes[verb], function(i, route) {
+ if (path.toString().length >= route.path.toString().length) {
+ this.routes[verb].splice(i, 0, r);
+ placed = true;
+ // exit each()
+ return false;
+ }
+ });
+ // not placed? path is the shortest seen so far. append to the end
+ if (!placed) {
+ this.routes[verb].push(r);
+ }
+ }
+ // return the route
+ return r;
+ },
+
+ // A unique event namespace defined per application.
+ // All events bound with <tt>bind()</tt> are automatically bound within this space.
+ eventNamespace: function() {
+ return this.data_store_name + '-' + this.namespace + '-';
+ },
+
+ // Works just like <tt>jQuery.bind()</tt> with a couple noteable differences.
+ //
+ // * It binds all events to the application element
+ // * All events are bound within the <tt>eventNamespace()</tt>
+ // * Events are not actually bound until the application is started with <tt>run()</tt>
+ //
+ // See http://code.quirkey.com/sammy/docs/events.html for more info.
+ //
+ bind: function(name, data, callback) {
+ // build the callback
+ // if the arity is 2, callback is the second argument
+ if (typeof callback == 'undefined') callback = data;
+ var listener_callback = function() {
+ // pull off the context from the arguments to the callback
+ var e, context, data;
+ e = arguments[0];
+ context = arguments[1];
+ data = arguments[2];
+ e.cleaned_type = e.type.replace(context.eventNamespace(), '');
+ callback.apply(context, [e, data]);
+ };
+
+ // it could be that the app element doesnt exist yet
+ // so attach to the listeners array and then run()
+ // will actually bind the event.
+ if (!this.listeners[name]) this.listeners[name] = [];
+ this.listeners[name].push(listener_callback);
+ if (this.isRunning()) {
+ // if the app is running
+ // *actually* bind the event to the app element
+ return this._listen(name, listener_callback);
+ }
+ },
+
+ // Triggers custom events defined with <tt>bind()</tt>
+ //
+ // === Arguments
+ //
+ // +name+:: The name of the event. Automatically prefixed with the <tt>eventNamespace()</tt>
+ // +data+:: An optional Object that can be passed to the bound callback.
+ // +context+:: An optional context/Object in which to execute the bound callback.
+ // If no context is supplied a the context is a new <tt>Sammy.EventContext</tt>
+ //
+ trigger: function(name, data, context) {
+ if (typeof context == 'undefined') {
+ context = new this.context_prototype(this, 'bind', name, data);
+ }
+ return this.$element().triggerHandler(context.eventNamespace() + name, [context, data]);
+ },
+
+ // Takes a single callback that is pushed on to a stack.
+ // Before any route is run, the callbacks are evaluated in order within
+ // the current <tt>Sammy.EventContext</tt>
+ //
+ // If any of the callbacks explicitly return false, execution of any
+ // further callbacks and the route itself is halted.
+ before: function(callback) {
+ return this.befores.push(callback);
+ },
+
+ // A shortcut for binding a callback to be run after a route is executed.
+ // After callbacks have no guarunteed order.
+ after: function(callback) {
+ return this.bind('event-context-after', callback);
+ },
+
+ // Returns a boolean of weather the current application is running.
+ isRunning: function() {
+ return this._running;
+ },
+
+ // Helpers extends the EventContext prototype specific to this app.
+ // This allows you to define app specific helper functions that can be used
+ // whenever you're inside of an event context (templates, routes, bind).
+ //
+ // === Example
+ //
+ // var app = $.sammy(function() {
+ //
+ // helpers({
+ // upcase: function(text) {
+ // return text.toString().toUpperCase();
+ // }
+ // });
+ //
+ // get('#/', function() { with(this) {
+ // // inside of this context I can use the helpers
+ // $('#main').html(upcase($('#main').text());
+ // }});
+ //
+ // });
+ //
+ // === Arguments
+ //
+ // +extensions+:: An object collection of functions to extend the context.
+ //
+ helpers: function(extensions) {
+ this.context_prototype = this.context_prototype.extend(extensions);
+ },
+
+ // Actually starts the application's lifecycle. <tt>run()</tt> should be invoked
+ // within a document.ready block to ensure the DOM exists before binding events, etc.
+ //
+ // === Example
+ //
+ // var app = $.sammy(function() { ... }); // your application
+ // $(function() { // document.ready
+ // app.run();
+ // });
+ //
+ // === Arguments
+ //
+ // +start_url+:: "value", Optionally, a String can be passed which the App will redirect to
+ // after the events/routes have been bound.
+ run: function(start_url) {
+ if (this.isRunning()) return false;
+ var app = this;
+
+ // actually bind all the listeners
+ this.each(this.listeners, function(name, listeners) {
+ this.each(listeners, function(i, listener_callback) {
+ this._listen(name, listener_callback);
+ });
+ });
+
+ this.trigger('run', {start_url: start_url});
+ this._running = true;
+ // set data for app
+ this.$element().data(this.data_store_name, this);
+ // set last location
+ this.last_location = null;
+ if (this.getLocation() == '' && typeof start_url != 'undefined') {
+ this.setLocation(start_url);
+ }
+ // check url
+ this._checkLocation();
+ // set interval for url check
+ this._interval = setInterval(function () {
+ app._checkLocation.apply(app);
+ }, this.run_interval_every);
+
+ // bind re-binding to after route
+ this.bind('changed', function() {
+ // bind form submission
+ app.$element().find('form:not(.' + app.eventNamespace() + ')').bind('submit', function() {
+ return app._checkFormSubmission(this);
+ }).addClass(app.eventNamespace());
+ });
+ // bind unload to body unload
+ $('body').bind('onunload', function() {
+ app.unload();
+ });
+
+ // trigger html changed
+ this.trigger('changed');
+ },
+
+ // The opposite of <tt>run()</tt>, un-binds all event listeners and intervals
+ // <tt>run()</tt> Automaticaly binds a <tt>onunload</tt> event to run this when
+ // the document is closed.
+ unload: function() {
+ if (!this.isRunning()) return false;
+ var app = this;
+ this.trigger('unload');
+ // clear interval
+ clearInterval(this._interval);
+ // unbind form submits
+ this.$element().find('form')
+ .unbind('submit')
+ .removeClass(app.eventNamespace());
+ // clear data
+ this.$element().removeData(this.data_store_name);
+ // unbind all events
+ this.each(this.listeners, function(name, listeners) {
+ this.each(listeners, function(i, listener_callback) {
+ this._unlisten(name, listener_callback);
+ });
+ });
+ this._running = false;
+ },
+
+ // Provide a callback that is invoked every time one of the APP_EVENTS is triggered.
+ //
+ // === Example
+ //
+ // // Prints log messages to #debug
+ // $(function() {
+ // app.addLogger(function(e, data) {
+ // $('#debug').append([app.toString(), app.namespace, e.cleaned_type, data, '<br />'].join(' '));
+ // })
+ // app.run('#/');
+ // });
+ //
+ addLogger: function(logger) {
+ this.each(this.APP_EVENTS, function(i, e) {
+ this.bind(e, logger);
+ });
+ },
+
+ // Given a verb and a String path, will return either a route object or false
+ // if a matching route can be found within the current defined set.
+ lookupRoute: function(verb, path) {
+ var routed = false;
+ this.trigger('lookup-route', {verb: verb, path: path});
+ if (typeof this.routes[verb] != 'undefined') {
+ this.each(this.routes[verb], function(i, route) {
+ if (path.match(route.path)) {
+ routed = route;
+ return false;
+ }
+ });
+ }
+ return routed;
+ },
+
+ // First, invokes <tt>lookupRoute()</tt> and if a route is found, parses the
+ // possible URL params and then invokes the route's callback within a new
+ // <tt>Sammy.EventContext</tt>. If the route can not be found, it calls
+ // <tt>notFound()</tt> and raise an error. If <tt>silence_404</tt> is <tt>true</tt>
+ // this error will be caught be the internal methods that call <tt>runRoute</tt>.
+ //
+ // You probably will never have to call this directly.
+ //
+ // === Arguments
+ //
+ // +verb+:: A String for the verb.
+ // +path+:: A String path to lookup.
+ // +params+:: An Object of Params pulled from the URI or passed directly.
+ //
+ // === Returns
+ //
+ // Either returns the value returned by the route callback or raises a 404 Not Found error.
+ //
+ runRoute: function(verb, path, params) {
+ this.trigger('run-route', {verb: verb, path: path, params: params});
+ if (typeof params == 'undefined') params = {};
+
+ var route = this.lookupRoute(verb, path);
+ if (route) {
+ this.trigger('route-found', {route: route});
+ // pull out the params from the path
+ if ((path_params = route.path.exec(path)) != null) {
+ // first match is the full path
+ path_params.shift();
+ // for each of the matches
+ this.each(path_params, function(i, param) {
+ // if theres a matching param name
+ if (route.param_names[i]) {
+ // set the name to the match
+ params[route.param_names[i]] = param;
+ } else {
+ // initialize 'splat'
+ if (!params['splat']) params['splat'] = [];
+ params['splat'].push(param);
+ }
+ });
+ }
+
+ // set event context
+ var context = new this.context_prototype(this, verb, path, params);
+ this.last_route = route;
+ // run all the before filters
+ var before_value = true;
+ var befores = this.befores.slice(0);
+ while (befores.length > 0) {
+ if (befores.shift().apply(context) === false) return false;
+ }
+ context.trigger('event-context-before');
+ var returned = route.callback.apply(context);
+ context.trigger('event-context-after');
+ return returned;
+ } else {
+ this.notFound(verb, path);
+ }
+ },
+
+ // The default behavior is to return the current window's location hash.
+ // Override this and <tt>setLocation()</tt> to detach the app from the
+ // window.location object.
+ getLocation: function() {
+ return this.clone(window.location).hash.toString();
+ },
+
+ // The default behavior is to set the current window's location.
+ // Override this and <tt>getLocation()</tt> to detach the app from the
+ // window.location object.
+ //
+ // === Arguments
+ //
+ // +new_location+:: A new location string (e.g. '#/')
+ //
+ setLocation: function(new_location) {
+ window.location = new_location;
+ },
+
+ // Swaps the content of <tt>$element()</tt> with <tt>content</tt>
+ // You can override this method to provide an alternate swap behavior
+ // for <tt>EventContext.partial()</tt>.
+ //
+ // === Example
+ //
+ // var app = $.sammy(function() {
+ //
+ // // implements a 'fade out'/'fade in'
+ // this.swap = function(content) {
+ // this.$element().hide('slow').html(content).show('slow');
+ // }
+ //
+ // get('#/', function() {
+ // this.partial('index.html.erb') // will fade out and in
+ // });
+ //
+ // });
+ //
+ swap: function(content) {
+ return this.$element().html(content);
+ },
+
+ // This thows a '404 Not Found' error.
+ notFound: function(verb, path) {
+ this.trigger('error-404', {verb: verb, path: path});
+ throw('404 Not Found ' + verb + ' ' + path);
+ },
+
+ _defineRouteShortcut: function(verb) {
+ var app = this;
+ this[verb] = function(path, callback) {
+ app.route.apply(app, [verb, path, callback]);
+ }
+ },
+
+ _checkLocation: function() {
+ try { // try, catch 404s
+ // get current location
+ var location, returned;
+ location = this.getLocation();
+ // compare to see if hash has changed
+ if (location != this.last_location) {
+ // lookup route for current hash
+ returned = this.runRoute('get', location);
+ // compare to see if path has changed
+ }
+ // reset last location
+ this.last_location = location;
+ } catch(e) {
+ // reset last location
+ this.last_location = location;
+ // unless the error is a 404 and 404s are silenced
+ if (e.toString().match(/^404/) && this.silence_404) {
+ return returned;
+ } else {
+ throw(e);
+ }
+ }
+ return returned;
+ },
+
+ _checkFormSubmission: function(form) {
+ var $form, path, verb, params, returned;
+ this.trigger('check-form-submission', {form: form});
+ $form = $(form);
+ path = $form.attr('action');
+ verb = $form.attr('method').toString().toLowerCase();
+ params = {};
+ $form.find(':input[type!=submit]').each(function() {
+ params[$(this).attr('name')] = $(this).val();
+ });
+ try { // catch 404s
+ returned = this.runRoute(verb, path, params);
+ } catch(e) {
+ if (e.toString().match(/^404/) && this.silence_404) {
+ return true;
+ } else {
+ throw(e);
+ }
+ }
+ return (typeof returned == 'undefined') ? false : returned;
+ },
+
+ _listen: function(name, callback) {
+ return this.$element().bind(this.eventNamespace() + name, callback);
+ },
+
+ _unlisten: function(name, callback) {
+ return this.$element().unbind(this.eventNamespace() + name, callback);
+ }
+
+ });
+
+ // == Sammy.EventContext
+ //
+ // <tt>Sammy.EventContext</tt> objects are created every time a route is run or a
+ // bound event is triggered. The callbacks for these events are evaluated within a <tt>Sammy.EventContext</tt>
+ // This within these callbacks the special methods of <tt>EventContext</tt> are available.
+ //
+ // === Example
+ //
+ // $.sammy(function() { with(this) {
+ // // The context here is this Sammy.Application
+ // get('#/:name', function() { with(this) {
+ // // The context here is a new Sammy.EventContext
+ // if (params['name'] == 'sammy') {
+ // partial('name.html.erb', {name: 'Sammy'});
+ // } else {
+ // redirect('#/somewhere-else')
+ // }
+ // }});
+ // }});
+ //
+ Sammy.EventContext = Sammy.Object.extend({
+
+ // Initialize a new EventContext
+ //
+ // === Arguments
+ //
+ // +app+:: The <tt>Sammy.Application</tt> this event is called within.
+ // +verb+:: The verb invoked to run this context/route.
+ // +path+:: The string path invoked to run this context/route.
+ // +params+:: An Object of optional params to pass to the context. Is converted
+ // to a <tt>Sammy.Object</tt>.
+ init: function(app, verb, path, params) {
+ this.app = app;
+ this.verb = verb;
+ this.path = path;
+ this.params = new Sammy.Object(params);
+ },
+
+ // A shortcut to the app's <tt>$element()</tt>
+ $element: function() {
+ return this.app.$element();
+ },
+
+ // Uses <tt>$.srender</tt> to parse ERB like templates.
+ //
+ // === Arguments
+ //
+ // +template+:: A String template. '<% %>' tags are evaluated as Javascript and replaced with the elements in data.
+ // +data+:: An Object containing the replacement values for the template.
+ // data is extended with the <tt>EventContext</tt> allowing you to call its methods within the template.
+ // +name+:: An optional String name to cache the template. Is used in <tt>partial()</tt> to cache remote templates.
+ //
+ template: function(template, data, name) {
+ // use name for caching
+ if (typeof name == 'undefined') name = template;
+ return $.srender(name, template, $.extend({}, data, this));
+ },
+
+ // Used for rendering remote templates or documents within the current application/DOM.
+ //
+ // There are a couple different ways to use <tt>partial()</tt>:
+ //
+ // partial('doc.html');
+ // //=> Replaces $element() with the contents of doc.html
+ //
+ // partial('doc.html.erb', {name: 'Sammy'});
+ // //=> Replaces $element() with the contents of doc.html.erb run through <tt>template()</tt>
+ //
+ // partial('doc.html.erb', function(data) {
+ // // data is the contents of the template.
+ // $('.other-selector').html(data);
+ // });
+ //
+ partial: function(path, data, callback) {
+ var t, rendered, context;
+ context = this;
+ if (typeof callback == 'undefined') {
+ if (typeof data == 'function') {
+ // callback is in the data position
+ callback = data;
+ data = {};
+ } else {
+ // we should use the default callback
+ callback = function(data) {
+ context.app.swap(data);
+ }
+ }
+ }
+ t = $.srender(path);
+ data = $.extend({}, data, this);
+ if (t) {
+ // the template was already cached
+ rendered = t(data);
+ callback.apply(context, [rendered]);
+ context.trigger('changed');
+ } else {
+ // the template wasnt cached, we need to fetch it
+ $.get(path, function(template) {
+ rendered = $.srender(path, template, data);
+ callback.apply(context, [rendered]);
+ context.trigger('changed');
+ });
+ }
+ },
+
+ // Changes the location of the current window. If <tt>to</tt> begins with
+ // '#' it only changes the document's hash.
+ redirect: function(to) {
+ this.trigger('redirect', {to: to});
+ return this.app.setLocation(to);
+ },
+
+ // Triggers events on <tt>app</tt> within the current context.
+ trigger: function(name, data) {
+ return this.app.trigger(name, data, this);
+ },
+
+ // A shortcut to app's <tt>eventNamespace()</tt>
+ eventNamespace: function() {
+ return this.app.eventNamespace();
+ },
+
+ // Raises a possible <tt>notFound()</tt> error for the current path.
+ notFound: function() {
+ return this.app.notFound(this.verb, this.path);
+ }
+
+ });
+
+ $.sammy = function(app_function) {
+ return new Sammy.Application(app_function);
+ };
+
+})(jQuery);
\ No newline at end of file
diff --git a/sinatra+cloudkit/views/app.sass b/sinatra+cloudkit/views/app.sass
new file mode 100644
index 0000000..6b482d3
--- /dev/null
+++ b/sinatra+cloudkit/views/app.sass
@@ -0,0 +1,63 @@
+!font = "'Lucida Grande', Helvetica, Arial, sans-serif"
+
+body
+ :font-family = !font
+ :color #333
+ :margin 0px
+ :background #F3F3F3
+
+
+a:link, a:visited
+ :text-decoration none
+ :color #5588CA
+a:hover
+ :color #333
+ :background #E8E8E8
+ :-moz-border-radius 2px
+
+h1
+ :color #000
+ :margin 0px
+ :font-weight normal
+
+ a:link, a:visited
+ :color #000
+ a:hover
+ :color #5588CA
+ :background none
+
+#header
+ :padding 5px 20px
+ :background #D7D7D7
+ :border-bottom 4px solid #C0C0C0
+#main
+ :padding 15px
+#tasks
+ :list-style-type none
+ :margin 5px 0px
+ :padding 0px
+
+ li
+ :margin 5px 0px
+ :padding 4px
+ a
+ :padding 2px
+ :font-size 18px
+ &.completed a
+ :text-decoration line-through
+ :color #999
+
+#task_entry
+ input[type=text]
+ :width 100%
+ :font-size 18px
+ :padding 4px
+ :-moz-border-radius 4px
+ :border 1px solid #CCC
+ input[type=submit]
+ :-moz-border-radius 4px
+ :font-size 16px
+ :padding 4px 20px
+ :color #333
+ :background #ECECEC
+ :border 1px solid #CCC
\ No newline at end of file
diff --git a/sinatra+cloudkit/views/index.haml b/sinatra+cloudkit/views/index.haml
new file mode 100644
index 0000000..124eea3
--- /dev/null
+++ b/sinatra+cloudkit/views/index.haml
@@ -0,0 +1,18 @@
+%html{:xmlns=> "http://www.w3.org/1999/xhtml", 'xml:lang' => "en", :lang => "en"}
+ %head
+ %meta{'http-equiv' => "Content-Type", 'content' => "text/html; charset=utf-8"}
+ %title Backended
+
+ %link{:rel => 'stylesheet', :href => '/stylesheets/app.css', :media => 'screen'}
+
+ - ['jquery', 'jquery.cloudkit', 'sammy', 'app'].each do |js|
+ %script{:src => "/javascripts/#{js}.js", :type => 'text/javascript', :charset => 'utf-8'}
+ %body
+ #container
+ #header
+ %h1
+ %a{:href => '#/', :title => 'Home'} Sammy Todo
+ #error{:style => 'display:none'}
+ %span.close x
+ #main
+ #debug
\ No newline at end of file
diff --git a/sinatra+cloudkit/views/templates/index.haml b/sinatra+cloudkit/views/templates/index.haml
new file mode 100644
index 0000000..159a8d1
--- /dev/null
+++ b/sinatra+cloudkit/views/templates/index.haml
@@ -0,0 +1,7 @@
+%ul#tasks
+#task_entry
+ %form{ :method => "post", :action => "#/tasks" }
+ %p
+ %input.entry{ :name => "entry", :type => "text" }
+ %p
+ %input{ :type => "submit", :value => "Create" }
diff --git a/sinatra+cloudkit/views/templates/task.haml b/sinatra+cloudkit/views/templates/task.haml
new file mode 100644
index 0000000..a4316b9
--- /dev/null
+++ b/sinatra+cloudkit/views/templates/task.haml
@@ -0,0 +1,4 @@
+%li{ :class => "task <%=(task.attr('completed') ? 'completed' : '')%>", :id => "<%=task.attr('id')%>" }
+ <input type="checkbox" <%= (task.attr('completed') ? 'checked="checked"' : '') %> />
+ %a.entry{ :href => "#/tasks/<%=task.attr('id')%>" }
+ <%= task.attr('entry')%>
diff --git a/sinatra+cloudkit/views/templates/task_details.haml b/sinatra+cloudkit/views/templates/task_details.haml
new file mode 100644
index 0000000..41c7d38
--- /dev/null
+++ b/sinatra+cloudkit/views/templates/task_details.haml
@@ -0,0 +1,2 @@
+%div{ :id => "task_<%=task.__id__%>" }
+ %h3 <%= task.entry%>
|
nouse/ruby-off-rails
|
3ee21680cb1ad2fd3d4c5029d6213461035aaa9a
|
add config.ru for passenger compatibility
|
diff --git a/sinatra+sequel/config.ru b/sinatra+sequel/config.ru
new file mode 100644
index 0000000..6ceaf2c
--- /dev/null
+++ b/sinatra+sequel/config.ru
@@ -0,0 +1,5 @@
+require 'rubygems'
+require 'sinatra'
+require 'notes'
+
+run Sinatra::Application
diff --git a/sinatra+tokyo/config.ru b/sinatra+tokyo/config.ru
new file mode 100644
index 0000000..6ceaf2c
--- /dev/null
+++ b/sinatra+tokyo/config.ru
@@ -0,0 +1,5 @@
+require 'rubygems'
+require 'sinatra'
+require 'notes'
+
+run Sinatra::Application
|
nouse/ruby-off-rails
|
9f26b27b4ef76553607977b52ae1e95ac7487b81
|
little modification
|
diff --git a/sinatra+sequel/notes.rb b/sinatra+sequel/notes.rb
index 0e2b4aa..cdbbd3a 100644
--- a/sinatra+sequel/notes.rb
+++ b/sinatra+sequel/notes.rb
@@ -1,105 +1,108 @@
+# run gem install sinatra sequel haml amalgalite first
require 'rubygems'
require 'sinatra'
require 'sequel'
+require 'haml'
helpers do
def h(string)
string.to_s.gsub('<','<').
gsub('>','>').gsub('"', '"')
end
end
configure do
- Sequel.connect('sqlite://notes.db')
+ Sequel.connect('amalgalite://notes.db')
class Note < Sequel::Model
+ plugin :schema
unless table_exists?
set_schema do
primary_key :id
text :title
text :body
end
create_table
end
end
end
get '/notes' do
haml :index, :locals => {:notes => Note.all}
end
get '/notes/:id' do
pass if params[:id] == 'new'
haml(:show, :locals => {:note => Note[:id => params[:id]]}) +
haml(:back_to_top)
end
get '/notes/new' do
haml(:new, :locals => {:note => Note.new})+haml(:back_to_top)
end
get '/notes/:id/edit' do
haml(:edit, :locals => {:note => Note[:id => params[:id]]}) +
haml(:back_to_top)
end
put '/notes/:id' do
note = Note.find(:id => params[:id])
note.update(:title => params[:title], :body => params[:body])
note.save
redirect "/notes/#{params[:id]}"
end
post '/notes' do
note = Note.new(:title => params[:title], :body => params[:body])
note.save
redirect "/notes"
end
__END__
@@ layout
%html
%head
%title note in sinatra
%body= yield
@@ index
%div.body
%table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
%thead
%tr
%td title
%td
%td
%tbody
- notes.each do |note|
%tr
%td= h note.title
%td
%a{:href => "/notes/#{note.id}"} show
%td
%a{:href => "/notes/#{note.id}/edit"} edit
%a{:href => '/notes/new'} new note
@@ show
%h3= h note[:title]
%div= note[:body]
@@ edit
%form{:action => "/notes/#{note.id}", :method => "post"}
%input{ :type => "hidden", :name => "_method", :value => "put"}
= haml :form, :locals => {:note => note}
</form>
@@ new
%form{:action => "/notes", :method => "post"}
= haml :form, :locals => {:note => note}
@@ form
%label{:for=>"title"} Description
%br
%input{:name=>"title", :value=>h(note.title), :size => 50}
%br
%label{:for => "body"}Content
%br
%textarea{:name => "body", :cols => 30, :rows => 10}= note.body
%br
%input{:type => "submit"}
@@ back_to_top
%div
%a{ :href => "/notes"} Back to Top
diff --git a/sinatra+tokyo/notes.rb b/sinatra+tokyo/notes.rb
index 4b00648..3c7f5e9 100644
--- a/sinatra+tokyo/notes.rb
+++ b/sinatra+tokyo/notes.rb
@@ -1,45 +1,47 @@
+# install tokyo tyrant and run "ttserver data.tct" anywhere
require 'rubygems'
require 'sinatra'
-require 'rufus/edo/ntyrant'
+require 'haml'
+require 'rufus/tokyo/tyrant'
helpers do
def h(string)
string.to_s.gsub('<','<').
gsub('>','>').gsub('"', '"')
end
end
configure do
- DB = Rufus::Edo::NetTyrantTable.new('localhost', 1978)
+ DB = Rufus::Tokyo::TyrantTable.new('localhost', 1978)
end
get '/notes' do
@notes = DB.query{|q| q.add 'table', :eq, 'blogs'}.map{|b|b}
haml :index
end
get '/notes/:id' do
pass if params[:id] == 'new'
@note = DB['blogs_' + params[:id]]
haml(:show) + haml(:back_to_top)
end
get '/notes/new' do
@note = {'title' => '', 'body' => ''}
haml(:new) + haml(:back_to_top)
end
get '/notes/:id/edit' do
@note = DB['blogs_' + params[:id]]
haml(:edit) + haml(:back_to_top)
end
put '/notes/:id' do
DB['blogs_'+params[:id]] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
redirect "/notes/#{params[:id]}"
end
post '/notes' do
- DB['blogs_'+DB.genuid] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
+ DB['blogs_'+DB.genuid.to_s] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
redirect "/notes"
end
|
nouse/ruby-off-rails
|
2bf69c01b293b69b8b1380a38d82c17516dbae25
|
use tokyo tyrant to replace tokyo cabinet
|
diff --git a/sinatra+tokyo/data.tct b/sinatra+tokyo/data.tct
deleted file mode 100644
index 5a6ccee..0000000
Binary files a/sinatra+tokyo/data.tct and /dev/null differ
diff --git a/sinatra+tokyo/notes.rb b/sinatra+tokyo/notes.rb
index 35b78be..4b00648 100644
--- a/sinatra+tokyo/notes.rb
+++ b/sinatra+tokyo/notes.rb
@@ -1,47 +1,45 @@
require 'rubygems'
require 'sinatra'
-require 'rufus/edo'
-require 'uuidtools'
+require 'rufus/edo/ntyrant'
helpers do
def h(string)
string.to_s.gsub('<','<').
gsub('>','>').gsub('"', '"')
end
end
configure do
- DB = Rufus::Edo::Table.new('data.tct')
+ DB = Rufus::Edo::NetTyrantTable.new('localhost', 1978)
end
get '/notes' do
@notes = DB.query{|q| q.add 'table', :eq, 'blogs'}.map{|b|b}
haml :index
end
get '/notes/:id' do
pass if params[:id] == 'new'
@note = DB['blogs_' + params[:id]]
haml(:show) + haml(:back_to_top)
end
get '/notes/new' do
@note = {'title' => '', 'body' => ''}
haml(:new) + haml(:back_to_top)
end
get '/notes/:id/edit' do
@note = DB['blogs_' + params[:id]]
haml(:edit) + haml(:back_to_top)
end
put '/notes/:id' do
DB['blogs_'+params[:id]] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
redirect "/notes/#{params[:id]}"
end
post '/notes' do
- uuid = UUID.random_create.to_s
- DB['blogs_'+uuid] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
+ DB['blogs_'+DB.genuid] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
redirect "/notes"
end
|
nouse/ruby-off-rails
|
353bc2c6840089a2c548ef20b3ddc3a9cdcbc6a3
|
add a sample use of sinatra and tokyo cabinet
|
diff --git a/.gitignore b/.gitignore
index 8416c11..f030286 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
sinatra+sequel/notes.db
sinatra+rails/tmp
sinatra+rails/log
+*.swp
diff --git a/sinatra+tokyo/data.tct b/sinatra+tokyo/data.tct
new file mode 100644
index 0000000..5a6ccee
Binary files /dev/null and b/sinatra+tokyo/data.tct differ
diff --git a/sinatra+tokyo/notes.rb b/sinatra+tokyo/notes.rb
new file mode 100644
index 0000000..35b78be
--- /dev/null
+++ b/sinatra+tokyo/notes.rb
@@ -0,0 +1,47 @@
+require 'rubygems'
+require 'sinatra'
+require 'rufus/edo'
+require 'uuidtools'
+
+helpers do
+ def h(string)
+ string.to_s.gsub('<','<').
+ gsub('>','>').gsub('"', '"')
+ end
+end
+
+configure do
+ DB = Rufus::Edo::Table.new('data.tct')
+end
+
+get '/notes' do
+ @notes = DB.query{|q| q.add 'table', :eq, 'blogs'}.map{|b|b}
+ haml :index
+end
+
+get '/notes/:id' do
+ pass if params[:id] == 'new'
+ @note = DB['blogs_' + params[:id]]
+ haml(:show) + haml(:back_to_top)
+end
+
+get '/notes/new' do
+ @note = {'title' => '', 'body' => ''}
+ haml(:new) + haml(:back_to_top)
+end
+
+get '/notes/:id/edit' do
+ @note = DB['blogs_' + params[:id]]
+ haml(:edit) + haml(:back_to_top)
+end
+
+put '/notes/:id' do
+ DB['blogs_'+params[:id]] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
+ redirect "/notes/#{params[:id]}"
+end
+
+post '/notes' do
+ uuid = UUID.random_create.to_s
+ DB['blogs_'+uuid] = {'title' => params[:title], 'body' => params[:body], 'table' => 'blogs'}
+ redirect "/notes"
+end
diff --git a/sinatra+tokyo/views/back_to_top.haml b/sinatra+tokyo/views/back_to_top.haml
new file mode 100644
index 0000000..01e16ec
--- /dev/null
+++ b/sinatra+tokyo/views/back_to_top.haml
@@ -0,0 +1,2 @@
+%div
+ %a{ :href => "/notes"} Back to Top
diff --git a/sinatra+tokyo/views/edit.haml b/sinatra+tokyo/views/edit.haml
new file mode 100644
index 0000000..f378dbe
--- /dev/null
+++ b/sinatra+tokyo/views/edit.haml
@@ -0,0 +1,3 @@
+%form{:action => "/notes/#{h(params[:id])}", :method => "post"}
+ %input{ :type => "hidden", :name => "_method", :value => "put"}
+ = haml :form, :locals => {:note => @note}
diff --git a/sinatra+tokyo/views/form.haml b/sinatra+tokyo/views/form.haml
new file mode 100644
index 0000000..8826586
--- /dev/null
+++ b/sinatra+tokyo/views/form.haml
@@ -0,0 +1,9 @@
+%label{:for=>"title"} Description
+%br
+%input{:name=>"title", :value=>h(note['title']), :size => 50}
+%br
+%label{:for => "body"}Content
+%br
+%textarea{:name => "body", :cols => 30, :rows => 10}= note['body']
+%br
+%input{:type => "submit"}
diff --git a/sinatra+tokyo/views/index.haml b/sinatra+tokyo/views/index.haml
new file mode 100644
index 0000000..06cbb68
--- /dev/null
+++ b/sinatra+tokyo/views/index.haml
@@ -0,0 +1,16 @@
+%div.body
+ %table{:width => "100%", :style => "border-collapse: collapse", :border => 1}
+ %thead
+ %tr
+ %td title
+ %td
+ %td
+ %tbody
+ - @notes.each do |note|
+ %tr
+ %td= h note['title']
+ %td
+ %a{:href => "/notes/#{note[:pk].split('_')[1]}"} show
+ %td
+ %a{:href => "/notes/#{note[:pk].split('_')[1]}/edit"} edit
+ %a{:href => '/notes/new'} new note
diff --git a/sinatra+tokyo/views/layout.haml b/sinatra+tokyo/views/layout.haml
new file mode 100644
index 0000000..68bfdcf
--- /dev/null
+++ b/sinatra+tokyo/views/layout.haml
@@ -0,0 +1,4 @@
+%html
+ %head
+ %title note in sinatra
+ %body= yield
diff --git a/sinatra+tokyo/views/new.haml b/sinatra+tokyo/views/new.haml
new file mode 100644
index 0000000..26f9c11
--- /dev/null
+++ b/sinatra+tokyo/views/new.haml
@@ -0,0 +1,2 @@
+%form{:action => "/notes", :method => "post"}
+ = haml :form, :locals => {:note => @note}
diff --git a/sinatra+tokyo/views/show.haml b/sinatra+tokyo/views/show.haml
new file mode 100644
index 0000000..20b0c22
--- /dev/null
+++ b/sinatra+tokyo/views/show.haml
@@ -0,0 +1,2 @@
+%h3= h @note['title']
+%div= @note['body']
|
nouse/ruby-off-rails
|
98c50dd971af44c14ab142ffcc718801e754dbf1
|
comment GEM_VERSION requirement
|
diff --git a/sinatra+rails/config/environment.rb b/sinatra+rails/config/environment.rb
index f8e7e6c..3c2255b 100644
--- a/sinatra+rails/config/environment.rb
+++ b/sinatra+rails/config/environment.rb
@@ -1,41 +1,41 @@
# Be sure to restart your server when you modify this file
# Specifies gem version of Rails to use when vendor/rails is not present
-RAILS_GEM_VERSION = '2.3.1' unless defined? RAILS_GEM_VERSION
+# RAILS_GEM_VERSION = '2.3.1' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/extras )
# Specify gems that this application depends on and have them installed with rake gems:install
# config.gem "bj"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "sqlite3-ruby", :lib => "sqlite3"
# config.gem "aws-s3", :lib => "aws/s3"
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
# Skip frameworks you're not going to use. To use Rails without a database,
# you must remove the Active Record framework.
# config.frameworks -= [ :active_record, :active_resource, :action_mailer ]
# Activate observers that should always be running
# config.active_record.observers = :cacher, :garbage_collector, :forum_observer
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names.
config.time_zone = 'UTC'
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}')]
# config.i18n.default_locale = :de
-end
\ No newline at end of file
+end
|
nouse/ruby-off-rails
|
3703ff5ed70e458dd2418fbf34b04ebd25a7e55a
|
'in rails metal' replaced by 'under rails metal' for accuracy
|
diff --git a/README b/README
index 3579888..4602571 100644
--- a/README
+++ b/README
@@ -1,30 +1,30 @@
ruby OFF rails
==============
This showcase has 4 components:
1. Some rack middleware
(1) nothing.ru, a rack middleware do nothing
(2) calc_time.ru, add response time to HTTP body
(3) method_override.ru, alter HTTP method
Before running, run "gem install rack" to install rack.
Run "rackup nothing.ru"
See http://localhost:9292 for result.
Replace nothing.ru with other two file name and navigate the same URL.
2. infinity.rb, a simple sinatra program can process 3 URL
Before running, run "gem install sinatra" to install sinatra
Run "ruby infinity.rb"
See http://localhost:4567 , http://localhost:4567/version
and http://localhost:4567/version/last for result.
3. A sinatra+sequel program, a Create-Update-Read application.
Before running, run "gem install sequel sqlite3-ruby" to install sequel and sqlite3 database driver.
Run "ruby notes.rb".
See http://localhost:4567/notes for result.
4. A sinatra+rails application, show speed difference of Rails MVC, Rails Metal and sintra.
Before running, run "gem install thin" to install thin,
"gem install rails --source http://gems.rubyonrails.org" to install Rails 2.3.
Run "thin start" to start rails and "thin -R app/metal/hello.rb" to start sinatra standalone.
See http://localhost:3000/hello/sinatra for traditional rails response;
- http://localhost:3000/sinatra for sinatra running in rails metal or standalone.
+ http://localhost:3000/sinatra for sinatra running under rails metal or standalone.
- My benchmark result is: sinatra running standalone is 3 times of it running in rails metal.
+ My benchmark result is: sinatra running standalone is 3 times of it running under rails metal.
|
gregkh/android-presentation
|
655776f5c2ad1e1b2eaef03468c11d9578689e79
|
forgot bluetooth core changes
|
diff --git a/android-kernel.odp b/android-kernel.odp
index fcf2845..61cd73a 100644
Binary files a/android-kernel.odp and b/android-kernel.odp differ
diff --git a/android-kernel.pdf b/android-kernel.pdf
index 291b5d3..3717a14 100644
Binary files a/android-kernel.pdf and b/android-kernel.pdf differ
|
gregkh/android-presentation
|
d582bf1b27a5e12ee28d40bd4d3985e6f43ca4b1
|
fork images
|
diff --git a/images/andre-kertesz_the_fork_1928_500px.jpg b/images/andre-kertesz_the_fork_1928_500px.jpg
new file mode 100644
index 0000000..7104cc7
Binary files /dev/null and b/images/andre-kertesz_the_fork_1928_500px.jpg differ
diff --git a/images/fork.jpg b/images/fork.jpg
new file mode 100644
index 0000000..e584098
Binary files /dev/null and b/images/fork.jpg differ
diff --git a/images/fork2.jpg b/images/fork2.jpg
new file mode 100644
index 0000000..3667b84
Binary files /dev/null and b/images/fork2.jpg differ
|
gregkh/android-presentation
|
39feed130f535c913fe14742453eecc0bed3bbf0
|
another hope image
|
diff --git a/images/hope.png b/images/hope.png
new file mode 100644
index 0000000..75c07c2
Binary files /dev/null and b/images/hope.png differ
|
gregkh/android-presentation
|
eca30d71a0379cafd970f3eb0d1fbef817b20fe5
|
hope images
|
diff --git a/images/hope.xcf b/images/hope.xcf
new file mode 100644
index 0000000..6951b42
Binary files /dev/null and b/images/hope.xcf differ
|
gregkh/android-presentation
|
7f130cd1e1bfc8e23f0ac3d13f1950f630456dad
|
hope image
|
diff --git a/images/hope.gif b/images/hope.gif
new file mode 100644
index 0000000..ca3d146
Binary files /dev/null and b/images/hope.gif differ
|
gregkh/android-presentation
|
cf41da502a5b81b818d6a835ed170a8efcfad12c
|
more updates
|
diff --git a/android-kernel.odp b/android-kernel.odp
index a1a70fb..7c888db 100644
Binary files a/android-kernel.odp and b/android-kernel.odp differ
diff --git a/android-kernel.pdf b/android-kernel.pdf
index 80edc18..09a3469 100644
Binary files a/android-kernel.pdf and b/android-kernel.pdf differ
diff --git a/notes.txt b/notes.txt
index f64523a..f0fee31 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,180 +1,190 @@
http://elinux.org/Android_Portal
http://elinux.org/Android_Kernel_Features
stuff not upstream:
- binder
- ashmem
- pmem
- logger
- wakelocks
- oom notifications
- alarm
- paranoid network security
- timed gpio
kernel trees:
android.git.kernel.org
>kernel/common.git
>kernel/experimental.git -> some experimental stuff
>kernel/linux-2.6.git -> supposed to be kernel tree used in android version
>kernel/lk.git -> not a kernel tree, but a bootloader
>kernel/msm.git
>kernel/omap.git -> mirror of kernel tree maintained by texas instruments., supporting OMAP chips. usually based on kernel.org latest version, android products w OMAP chip can use this kernel port.
>kernel/tegra.git -> nvidia kernel tree
6 kernel trees
common
- 6 branches
- .25, .27 (2), .29 (2), .32
expermental
- 8 branches
- .29, .30, .32 (3), .33 (3)
msm
- 10 branches
- .25(3), .27, .29 (4), .32(2)
omap
- 3 branches
- .29 (2), .32
tegra
- 6 branches
- .33 (3), .34(3)
platform/hardware/alsa_sound.git ALSA based libaudio, audioflinger
platform/hardware/broadcom/wlan.git
platform/hardware/htc/dream.git
platform/hardware/libhardware.git hardware abstraction library
platform/hardware/libhardware_legacy.git
platform/hardware/msm7k.git msm7k hardware glue
platform/hardware/qcom/gps.git
platform/hardware/ril.git radio interface layer
platform/hardware/ti/omap3.git
platform/hardware/ti/wlan.git
I love Android, really, I do. A number of years ago, all of the major
phone manufacturers came to the Linux kernel and Xorg developer
community and asked us for help in creating a platform so that they
could use Linux on phones in a unified way. Their major requirements
were:
- good lowlevel hardware support
- consistant userspace api for system libraries
- royalty free Java
The Linux kernel has provided the first two things in spades. Linux
supports more hardware devices than any other operating system ever has
in the history of computing, and it does so with a consistant user
interface, namely POSIX.
But it was that last item that we could not help out with. Phone
manufacturers, like any company that ships an cost-sensitive device,
hate paying a per-device royalty. And the companies realized that they
needed a "write-once-run-anywhere" type application interface if they
were going to expect people to be able to write applications for a wide
range of hardware platforms and device configurations with any chance of
success.
So the phone companies went off and created LiMO and other consortuim
groups, to try to nail down a binary-level application layer that tried
to resolve the issue that they did not have a free Java that they could
use, with the goal to try to solve the issue this way. You all know how
well that all worked out...
Along comes Google with Android. It consists of all of the above
requirements. The Linux kernel at the bottom, providing a "run time
hardware abstraction layer" that makes it easy to change any hardware
for the system quite easily without having to worry about the rest of
the stack above.
And the stack above the kernel? It's all a "free Java", providing the
wonderful api layer that developers can write to that enables
cross-device compatibility with little-to-no changes to applications to
ensure things work properly.
They gave the whole thing away "for free" so that other manufacturers
can use the platform, and it has been ported to a wide range of systems
as a result.
This is a wonderful thing, and I think Google has done an excellent
engieering task here. I feel it's the future of mobile computing, and
strongly want to see it succeed.
So, given all of that, let's look in detail as to how Google went about
that lowest level of the layer, the kernel. Hopefully by understanding
the parts that Google "got wrong" when it came to the kernel, will help
everyone understand how to deal with the community, and how to
Things Google did right:
- picked the Linux kernel
- released all the code at android.git.kernel.org
- enforced the license of the kernel (gplv2)
-
diffstat of .34-rc2 patch:
283 files changed, 47715 insertions(+), 363 deletions(-)
driver stuff:
148 files changed, 23160 insertions(+), 192 deletions(-)
fs stuff:
45 files changed, 15786 insertions(+), 15 deletions(-)
arch stuff:
64 files changed, 7266 insertions(+), 82 deletions(-)
core stuff:
26 files changed, 1503 insertions(+), 74 deletions(-)
50% driver
30% filesystem
15% arch
5% core
drivers:
dcc_tty - arm tty driver (2007)
reset key driver (2008)
gpio input drivers (2008)
timed gpio driver (2008)
synaptics i2c touchscreen driver (2007) (added multitouch in July 2009)
ledtrig-sleep debug driver (2008)
apanic debug flash driver (2009) writes panic info to flash to catch it later
kernel debugger core (2008)
pmem driver (2008)
uid status (2009) collects per-user network statistics through a proc file
Bluetooth TI wl127x rfkill power control via GPIO (2009)
Loads of MMC changes (SDIO support, "paranoid mode, new host driver)
nvidia Tegra MDT NAND controller (2008)
RTC Alarm driver (2008)
Logger (2008)
ram console (2008)
Switch subsystem? (2008)
GPIO switch (2008)
USB Gadget subsystem rewrite (2008)
tegra USB gadget driver (2010)
tegra framebuffer driver (2010)
+ bluetooth fixes and extensions (2009)
+
Security model:
Binder (2007)
+ "secure" networking (2008)
filesystem:
YAFFS2
FAT Volume ID ioctl (2008)
no inotify event under some situations
Partition uevents (2009)
special proc file type
networking:
PPP on L2TP Access Controller (2009)
PPP on PPTP Network server (2009)
+ sysfs files for networking controls (2008)
core:
low memory killer (2008)
wakelocks (2008)
+ "early" suspend (2008)
+ ashmem (anonymous shared memory) (2008)
+ panic timeout
+ cgroup/cset changes (2009)
+ futex speedup due to broken userspace code (2009)
+ min_free_order_shift sysctl for swapless systems (2009)
disable /dev/mem
|
gregkh/android-presentation
|
28fae65de0b3f9c39359da129f52336f668a454f
|
more images
|
diff --git a/images/1876552468_06868f6bc7_o.jpg b/images/1876552468_06868f6bc7_o.jpg
new file mode 100644
index 0000000..5fb8dec
Binary files /dev/null and b/images/1876552468_06868f6bc7_o.jpg differ
diff --git a/images/android_logo.gif b/images/android_logo.gif
new file mode 100644
index 0000000..28a21b5
Binary files /dev/null and b/images/android_logo.gif differ
diff --git a/images/oha.gif b/images/oha.gif
new file mode 100644
index 0000000..29e9d2b
Binary files /dev/null and b/images/oha.gif differ
diff --git a/images/open-handset-alliance.jpg b/images/open-handset-alliance.jpg
new file mode 100644
index 0000000..57981e0
Binary files /dev/null and b/images/open-handset-alliance.jpg differ
|
gregkh/android-presentation
|
a9c7ffb73beaf36422a56970c0309186238ae17e
|
more updates
|
diff --git a/android-kernel.odp b/android-kernel.odp
index f6ea4d6..a1a70fb 100644
Binary files a/android-kernel.odp and b/android-kernel.odp differ
diff --git a/android-kernel.pdf b/android-kernel.pdf
index a34ea69..80edc18 100644
Binary files a/android-kernel.pdf and b/android-kernel.pdf differ
diff --git a/notes.txt b/notes.txt
index dd48571..f64523a 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,136 +1,180 @@
http://elinux.org/Android_Portal
http://elinux.org/Android_Kernel_Features
stuff not upstream:
- binder
- ashmem
- pmem
- logger
- wakelocks
- oom notifications
- alarm
- paranoid network security
- timed gpio
kernel trees:
android.git.kernel.org
>kernel/common.git
>kernel/experimental.git -> some experimental stuff
>kernel/linux-2.6.git -> supposed to be kernel tree used in android version
>kernel/lk.git -> not a kernel tree, but a bootloader
>kernel/msm.git
>kernel/omap.git -> mirror of kernel tree maintained by texas instruments., supporting OMAP chips. usually based on kernel.org latest version, android products w OMAP chip can use this kernel port.
>kernel/tegra.git -> nvidia kernel tree
6 kernel trees
common
- 6 branches
- .25, .27 (2), .29 (2), .32
expermental
- 8 branches
- .29, .30, .32 (3), .33 (3)
msm
- 10 branches
- .25(3), .27, .29 (4), .32(2)
omap
- 3 branches
- .29 (2), .32
tegra
- 6 branches
- .33 (3), .34(3)
platform/hardware/alsa_sound.git ALSA based libaudio, audioflinger
platform/hardware/broadcom/wlan.git
platform/hardware/htc/dream.git
platform/hardware/libhardware.git hardware abstraction library
platform/hardware/libhardware_legacy.git
platform/hardware/msm7k.git msm7k hardware glue
platform/hardware/qcom/gps.git
platform/hardware/ril.git radio interface layer
platform/hardware/ti/omap3.git
platform/hardware/ti/wlan.git
I love Android, really, I do. A number of years ago, all of the major
phone manufacturers came to the Linux kernel and Xorg developer
community and asked us for help in creating a platform so that they
could use Linux on phones in a unified way. Their major requirements
were:
- good lowlevel hardware support
- consistant userspace api for system libraries
- royalty free Java
The Linux kernel has provided the first two things in spades. Linux
supports more hardware devices than any other operating system ever has
in the history of computing, and it does so with a consistant user
interface, namely POSIX.
But it was that last item that we could not help out with. Phone
manufacturers, like any company that ships an cost-sensitive device,
hate paying a per-device royalty. And the companies realized that they
needed a "write-once-run-anywhere" type application interface if they
were going to expect people to be able to write applications for a wide
range of hardware platforms and device configurations with any chance of
success.
So the phone companies went off and created LiMO and other consortuim
groups, to try to nail down a binary-level application layer that tried
to resolve the issue that they did not have a free Java that they could
use, with the goal to try to solve the issue this way. You all know how
well that all worked out...
Along comes Google with Android. It consists of all of the above
requirements. The Linux kernel at the bottom, providing a "run time
hardware abstraction layer" that makes it easy to change any hardware
for the system quite easily without having to worry about the rest of
the stack above.
And the stack above the kernel? It's all a "free Java", providing the
wonderful api layer that developers can write to that enables
cross-device compatibility with little-to-no changes to applications to
ensure things work properly.
They gave the whole thing away "for free" so that other manufacturers
can use the platform, and it has been ported to a wide range of systems
as a result.
This is a wonderful thing, and I think Google has done an excellent
engieering task here. I feel it's the future of mobile computing, and
strongly want to see it succeed.
So, given all of that, let's look in detail as to how Google went about
that lowest level of the layer, the kernel. Hopefully by understanding
the parts that Google "got wrong" when it came to the kernel, will help
everyone understand how to deal with the community, and how to
Things Google did right:
- picked the Linux kernel
- released all the code at android.git.kernel.org
- enforced the license of the kernel (gplv2)
-
diffstat of .34-rc2 patch:
283 files changed, 47715 insertions(+), 363 deletions(-)
driver stuff:
148 files changed, 23160 insertions(+), 192 deletions(-)
fs stuff:
45 files changed, 15786 insertions(+), 15 deletions(-)
arch stuff:
64 files changed, 7266 insertions(+), 82 deletions(-)
core stuff:
26 files changed, 1503 insertions(+), 74 deletions(-)
50% driver
30% filesystem
15% arch
5% core
+
+
+drivers:
+ dcc_tty - arm tty driver (2007)
+ reset key driver (2008)
+ gpio input drivers (2008)
+ timed gpio driver (2008)
+ synaptics i2c touchscreen driver (2007) (added multitouch in July 2009)
+ ledtrig-sleep debug driver (2008)
+ apanic debug flash driver (2009) writes panic info to flash to catch it later
+ kernel debugger core (2008)
+ pmem driver (2008)
+ uid status (2009) collects per-user network statistics through a proc file
+ Bluetooth TI wl127x rfkill power control via GPIO (2009)
+ Loads of MMC changes (SDIO support, "paranoid mode, new host driver)
+ nvidia Tegra MDT NAND controller (2008)
+ RTC Alarm driver (2008)
+ Logger (2008)
+ ram console (2008)
+ Switch subsystem? (2008)
+ GPIO switch (2008)
+ USB Gadget subsystem rewrite (2008)
+ tegra USB gadget driver (2010)
+ tegra framebuffer driver (2010)
+Security model:
+ Binder (2007)
+
+filesystem:
+ YAFFS2
+ FAT Volume ID ioctl (2008)
+ no inotify event under some situations
+ Partition uevents (2009)
+ special proc file type
+
+networking:
+ PPP on L2TP Access Controller (2009)
+ PPP on PPTP Network server (2009)
+
+core:
+ low memory killer (2008)
+ wakelocks (2008)
+
+
+disable /dev/mem
|
gregkh/android-presentation
|
4d9017303bc43c740f50d58d946fc3fdb6805bc0
|
images
|
diff --git a/images/p1280_2.jpg b/images/p1280_2.jpg
new file mode 100644
index 0000000..1935710
Binary files /dev/null and b/images/p1280_2.jpg differ
diff --git a/images/penguin.png b/images/penguin.png
new file mode 100644
index 0000000..37008b3
Binary files /dev/null and b/images/penguin.png differ
diff --git a/images/w040219a034.jpg b/images/w040219a034.jpg
new file mode 100644
index 0000000..90732f2
Binary files /dev/null and b/images/w040219a034.jpg differ
|
gregkh/android-presentation
|
f389efe18bf065f74969083fce2903a67a011560
|
kernel penguin image
|
diff --git a/images/kernellogpenguin.jpg-03be1eada51fb8bf.jpeg b/images/kernellogpenguin.jpg-03be1eada51fb8bf.jpeg
new file mode 100644
index 0000000..f19a73f
Binary files /dev/null and b/images/kernellogpenguin.jpg-03be1eada51fb8bf.jpeg differ
diff --git a/images/kernelpenguin.png b/images/kernelpenguin.png
new file mode 100644
index 0000000..15e7be8
Binary files /dev/null and b/images/kernelpenguin.png differ
|
gregkh/android-presentation
|
542a0729d1bcc9136cf3fa0b116e65ad3c1976ad
|
.gitignore update
|
diff --git a/.gitignore b/.gitignore
index c6e291d..3612038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
git
.~lock*
+*.swp
|
gregkh/android-presentation
|
3285e7e4d553d6837a0a6ed12f9b06a04af20bf7
|
more updates
|
diff --git a/android-kernel.odp b/android-kernel.odp
index 8192398..aaccc18 100644
Binary files a/android-kernel.odp and b/android-kernel.odp differ
diff --git a/android-kernel.pdf b/android-kernel.pdf
index 9e94de0..2dbcf11 100644
Binary files a/android-kernel.pdf and b/android-kernel.pdf differ
diff --git a/notes.txt b/notes.txt
index 36eb35a..64cf253 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,41 +1,99 @@
http://elinux.org/Android_Portal
http://elinux.org/Android_Kernel_Features
stuff not upstream:
- binder
- ashmem
- pmem
- logger
- wakelocks
- oom notifications
- alarm
- paranoid network security
- timed gpio
kernel trees:
android.git.kernel.org
>kernel/common.git
>kernel/experimental.git -> some experimental stuff
>kernel/linux-2.6.git -> supposed to be kernel tree used in android version
>kernel/lk.git -> not a kernel tree, but a bootloader
>kernel/msm.git
>kernel/omap.git -> mirror of kernel tree maintained by texas instruments., supporting OMAP chips. usually based on kernel.org latest version, android products w OMAP chip can use this kernel port.
>kernel/tegra.git -> nvidia kernel tree
platform/hardware/alsa_sound.git
ALSA based libaudio, audioflinger
platform/hardware/broadcom/wlan.git
platform/hardware/htc/dream.git
platform/hardware/libhardware.git hardware abstraction library
platform/hardware/libhardware_legacy.git
platform/hardware/msm7k.git msm7k hardware glue
platform/hardware/qcom/gps.git
platform/hardware/ril.git radio interface layer
platform/hardware/ti/omap3.git
platform/hardware/ti/wlan.git
+I love Android, really, I do. A number of years ago, all of the major
+phone manufacturers came to the Linux kernel and Xorg developer
+community and asked us for help in creating a platform so that they
+could use Linux on phones in a unified way. Their major requirements
+were:
+ - good lowlevel hardware support
+ - consistant userspace api for system libraries
+ - royalty free Java
+
+The Linux kernel has provided the first two things in spades. Linux
+supports more hardware devices than any other operating system ever has
+in the history of computing, and it does so with a consistant user
+interface, namely POSIX.
+
+But it was that last item that we could not help out with. Phone
+manufacturers, like any company that ships an cost-sensitive device,
+hate paying a per-device royalty. And the companies realized that they
+needed a "write-once-run-anywhere" type application interface if they
+were going to expect people to be able to write applications for a wide
+range of hardware platforms and device configurations with any chance of
+success.
+
+So the phone companies went off and created LiMO and other consortuim
+groups, to try to nail down a binary-level application layer that tried
+to resolve the issue that they did not have a free Java that they could
+use, with the goal to try to solve the issue this way. You all know how
+well that all worked out...
+
+Along comes Google with Android. It consists of all of the above
+requirements. The Linux kernel at the bottom, providing a "run time
+hardware abstraction layer" that makes it easy to change any hardware
+for the system quite easily without having to worry about the rest of
+the stack above.
+
+And the stack above the kernel? It's all a "free Java", providing the
+wonderful api layer that developers can write to that enables
+cross-device compatibility with little-to-no changes to applications to
+ensure things work properly.
+
+They gave the whole thing away "for free" so that other manufacturers
+can use the platform, and it has been ported to a wide range of systems
+as a result.
+
+This is a wonderful thing, and I think Google has done an excellent
+engieering task here. I feel it's the future of mobile computing, and
+strongly want to see it succeed.
+
+So, given all of that, let's look in detail as to how Google went about
+that lowest level of the layer, the kernel. Hopefully by understanding
+the parts that Google "got wrong" when it came to the kernel, will help
+everyone understand how to deal with the community, and how to
+
+
+
+Things Google did right:
+
+- released all the code
+
|
gregkh/android-presentation
|
a0b68f9ea1a9e714f3bc79ccbc064c583e8f93d6
|
another .gitignore addition
|
diff --git a/.gitignore b/.gitignore
index 5664e30..c6e291d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
git
+.~lock*
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.