forked from rubinius/rubinius
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The previous mechanism, which would update the list of gems any time configure was run, was too brittle. Further, despite having --release-build that would use the bundled gems, no installers used the feature, thereby breaking builds from a tarball *that bundled the correct gems to use*. Madness.
- Loading branch information
Showing
11 changed files
with
467 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--- | ||
BUNDLE_NO_CACHE: '1' | ||
BUNDLE_NO_PRUNE: '1' | ||
--- | ||
BUNDLE_NO_PRUNE: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem "rake", "~> 10.0" | ||
gem "gems", "~> 0.8" | ||
gem "redcard", "~> 1.0" | ||
|
||
gem "rubinius-toolset", "~> 2.2" | ||
gem "rubinius-bridge", "~> 1.0" | ||
gem "daedalus-core", "~> 0.0.3" | ||
gem "rubinius-bridge", "~> 1.0" | ||
|
||
gem "rubinius-melbourne", "~> 2.0" | ||
gem "rubinius-processor", "~> 2.0" | ||
gem "rubinius-compiler", "~> 2.0" | ||
gem "rubinius-ast", "~> 2.0" | ||
gem "rubinius-build_tools", "~> 2.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem "rubinius-build_tools", "~> 2.0" | ||
gem "rubinius-developer_tools", "~> 2.0" | ||
|
||
gem "rubysl", "~> 2.0" | ||
gem "rubysl-test-unit", "~> 2.0" | ||
gem "minitest", "~> 4.7" | ||
gem "racc", "~> 1.4" | ||
gem "rake", "~> 10.1" | ||
gem "json", "~> 1.8" | ||
gem "rdoc", "~> 4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,247 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
ffi2-generators (0.1.1) | ||
json (1.8.1) | ||
minitest (4.7.5) | ||
racc (1.4.11) | ||
rake (10.3.2) | ||
rdoc (4.1.1) | ||
json (~> 1.4) | ||
rubinius-ast (2.1.3) | ||
rubinius-build_tools (2.0.0) | ||
rubinius-ast (~> 2.0) | ||
rubinius-compiler (~> 2.0) | ||
rubinius-melbourne (~> 2.0) | ||
rubinius-processor (~> 2.0) | ||
rubinius-toolset (~> 2.0) | ||
rubinius-compiler (2.1.1) | ||
rubinius-coverage (2.0.3) | ||
rubinius-debugger (2.0.3) | ||
rubinius-developer_tools (2.0.0) | ||
rubinius-coverage (~> 2.0) | ||
rubinius-debugger (~> 2.0) | ||
rubinius-profiler (~> 2.0) | ||
rubinius-melbourne (2.1.0.0) | ||
rubinius-toolset (~> 2.2) | ||
rubinius-processor (2.1.2) | ||
rubinius-profiler (2.0.1) | ||
rubinius-toolset (2.2.0) | ||
rubysl (2.0.15) | ||
rubysl-abbrev (~> 2.0) | ||
rubysl-base64 (~> 2.0) | ||
rubysl-benchmark (~> 2.0) | ||
rubysl-bigdecimal (~> 2.0) | ||
rubysl-cgi (~> 2.0) | ||
rubysl-cgi-session (~> 2.0) | ||
rubysl-cmath (~> 2.0) | ||
rubysl-complex (~> 2.0) | ||
rubysl-continuation (~> 2.0) | ||
rubysl-coverage (~> 2.0) | ||
rubysl-csv (~> 2.0) | ||
rubysl-curses (~> 2.0) | ||
rubysl-date (~> 2.0) | ||
rubysl-delegate (~> 2.0) | ||
rubysl-digest (~> 2.0) | ||
rubysl-drb (~> 2.0) | ||
rubysl-e2mmap (~> 2.0) | ||
rubysl-english (~> 2.0) | ||
rubysl-enumerator (~> 2.0) | ||
rubysl-erb (~> 2.0) | ||
rubysl-etc (~> 2.0) | ||
rubysl-expect (~> 2.0) | ||
rubysl-fcntl (~> 2.0) | ||
rubysl-fiber (~> 2.0) | ||
rubysl-fileutils (~> 2.0) | ||
rubysl-find (~> 2.0) | ||
rubysl-forwardable (~> 2.0) | ||
rubysl-getoptlong (~> 2.0) | ||
rubysl-gserver (~> 2.0) | ||
rubysl-io-console (~> 2.0) | ||
rubysl-io-nonblock (~> 2.0) | ||
rubysl-io-wait (~> 2.0) | ||
rubysl-ipaddr (~> 2.0) | ||
rubysl-irb (~> 2.0) | ||
rubysl-logger (~> 2.0) | ||
rubysl-mathn (~> 2.0) | ||
rubysl-matrix (~> 2.0) | ||
rubysl-mkmf (~> 2.0) | ||
rubysl-monitor (~> 2.0) | ||
rubysl-mutex_m (~> 2.0) | ||
rubysl-net-ftp (~> 2.0) | ||
rubysl-net-http (~> 2.0) | ||
rubysl-net-imap (~> 2.0) | ||
rubysl-net-pop (~> 2.0) | ||
rubysl-net-protocol (~> 2.0) | ||
rubysl-net-smtp (~> 2.0) | ||
rubysl-net-telnet (~> 2.0) | ||
rubysl-nkf (~> 2.0) | ||
rubysl-observer (~> 2.0) | ||
rubysl-open-uri (~> 2.0) | ||
rubysl-open3 (~> 2.0) | ||
rubysl-openssl (~> 2.0) | ||
rubysl-optparse (~> 2.0) | ||
rubysl-ostruct (~> 2.0) | ||
rubysl-pathname (~> 2.0) | ||
rubysl-prettyprint (~> 2.0) | ||
rubysl-prime (~> 2.0) | ||
rubysl-profile (~> 2.0) | ||
rubysl-profiler (~> 2.0) | ||
rubysl-pstore (~> 2.0) | ||
rubysl-pty (~> 2.0) | ||
rubysl-rational (~> 2.0) | ||
rubysl-readline (~> 2.0) | ||
rubysl-resolv (~> 2.0) | ||
rubysl-rexml (~> 2.0) | ||
rubysl-rinda (~> 2.0) | ||
rubysl-rss (~> 2.0) | ||
rubysl-scanf (~> 2.0) | ||
rubysl-securerandom (~> 2.0) | ||
rubysl-set (~> 2.0) | ||
rubysl-shellwords (~> 2.0) | ||
rubysl-singleton (~> 2.0) | ||
rubysl-socket (~> 2.0) | ||
rubysl-stringio (~> 2.0) | ||
rubysl-strscan (~> 2.0) | ||
rubysl-sync (~> 2.0) | ||
rubysl-syslog (~> 2.0) | ||
rubysl-tempfile (~> 2.0) | ||
rubysl-thread (~> 2.0) | ||
rubysl-thwait (~> 2.0) | ||
rubysl-time (~> 2.0) | ||
rubysl-timeout (~> 2.0) | ||
rubysl-tmpdir (~> 2.0) | ||
rubysl-tsort (~> 2.0) | ||
rubysl-un (~> 2.0) | ||
rubysl-uri (~> 2.0) | ||
rubysl-weakref (~> 2.0) | ||
rubysl-webrick (~> 2.0) | ||
rubysl-xmlrpc (~> 2.0) | ||
rubysl-yaml (~> 2.0) | ||
rubysl-zlib (~> 2.0) | ||
rubysl-abbrev (2.0.4) | ||
rubysl-base64 (2.0.0) | ||
rubysl-benchmark (2.0.1) | ||
rubysl-bigdecimal (2.0.2) | ||
rubysl-cgi (2.0.1) | ||
rubysl-cgi-session (2.0.1) | ||
rubysl-cmath (2.0.0) | ||
rubysl-complex (2.0.0) | ||
rubysl-continuation (2.0.0) | ||
rubysl-coverage (2.0.3) | ||
rubysl-csv (2.0.2) | ||
rubysl-english (~> 2.0) | ||
rubysl-curses (2.0.1) | ||
rubysl-date (2.0.6) | ||
rubysl-delegate (2.0.1) | ||
rubysl-digest (2.0.3) | ||
rubysl-drb (2.0.1) | ||
rubysl-e2mmap (2.0.0) | ||
rubysl-english (2.0.0) | ||
rubysl-enumerator (2.0.0) | ||
rubysl-erb (2.0.1) | ||
rubysl-etc (2.0.3) | ||
ffi2-generators (~> 0.1) | ||
rubysl-expect (2.0.0) | ||
rubysl-fcntl (2.0.4) | ||
ffi2-generators (~> 0.1) | ||
rubysl-fiber (2.0.0) | ||
rubysl-fileutils (2.0.3) | ||
rubysl-find (2.0.1) | ||
rubysl-forwardable (2.0.1) | ||
rubysl-getoptlong (2.0.0) | ||
rubysl-gserver (2.0.0) | ||
rubysl-socket (~> 2.0) | ||
rubysl-thread (~> 2.0) | ||
rubysl-io-console (2.0.0) | ||
rubysl-io-nonblock (2.0.0) | ||
rubysl-io-wait (2.0.0) | ||
rubysl-ipaddr (2.0.0) | ||
rubysl-irb (2.0.4) | ||
rubysl-e2mmap (~> 2.0) | ||
rubysl-mathn (~> 2.0) | ||
rubysl-readline (~> 2.0) | ||
rubysl-thread (~> 2.0) | ||
rubysl-logger (2.0.0) | ||
rubysl-mathn (2.0.0) | ||
rubysl-matrix (2.1.0) | ||
rubysl-e2mmap (~> 2.0) | ||
rubysl-mkmf (2.0.1) | ||
rubysl-fileutils (~> 2.0) | ||
rubysl-shellwords (~> 2.0) | ||
rubysl-monitor (2.0.0) | ||
rubysl-mutex_m (2.0.0) | ||
rubysl-net-ftp (2.0.1) | ||
rubysl-net-http (2.0.4) | ||
rubysl-cgi (~> 2.0) | ||
rubysl-erb (~> 2.0) | ||
rubysl-singleton (~> 2.0) | ||
rubysl-net-imap (2.0.1) | ||
rubysl-net-pop (2.0.1) | ||
rubysl-net-protocol (2.0.1) | ||
rubysl-net-smtp (2.0.1) | ||
rubysl-net-telnet (2.0.0) | ||
rubysl-nkf (2.0.1) | ||
rubysl-observer (2.0.0) | ||
rubysl-open-uri (2.0.0) | ||
rubysl-open3 (2.0.0) | ||
rubysl-openssl (2.1.0) | ||
rubysl-optparse (2.0.1) | ||
rubysl-shellwords (~> 2.0) | ||
rubysl-ostruct (2.0.4) | ||
rubysl-pathname (2.0.0) | ||
rubysl-prettyprint (2.0.3) | ||
rubysl-prime (2.0.1) | ||
rubysl-profile (2.0.0) | ||
rubysl-profiler (2.0.1) | ||
rubysl-pstore (2.0.0) | ||
rubysl-pty (2.0.2) | ||
rubysl-rational (2.0.1) | ||
rubysl-readline (2.0.2) | ||
rubysl-resolv (2.1.0) | ||
rubysl-rexml (2.0.2) | ||
rubysl-rinda (2.0.1) | ||
rubysl-rss (2.0.0) | ||
rubysl-scanf (2.0.0) | ||
rubysl-securerandom (2.0.0) | ||
rubysl-set (2.0.1) | ||
rubysl-shellwords (2.0.0) | ||
rubysl-singleton (2.0.0) | ||
rubysl-socket (2.0.1) | ||
rubysl-stringio (2.0.0) | ||
rubysl-strscan (2.0.0) | ||
rubysl-sync (2.0.0) | ||
rubysl-syslog (2.0.1) | ||
ffi2-generators (~> 0.1) | ||
rubysl-tempfile (2.0.1) | ||
rubysl-test-unit (2.0.3) | ||
minitest (~> 4.7) | ||
rubysl-thread (2.0.2) | ||
rubysl-thwait (2.0.0) | ||
rubysl-time (2.0.3) | ||
rubysl-timeout (2.0.0) | ||
rubysl-tmpdir (2.0.1) | ||
rubysl-tsort (2.0.1) | ||
rubysl-un (2.0.0) | ||
rubysl-fileutils (~> 2.0) | ||
rubysl-optparse (~> 2.0) | ||
rubysl-uri (2.0.0) | ||
rubysl-weakref (2.0.0) | ||
rubysl-webrick (2.0.0) | ||
rubysl-xmlrpc (2.0.0) | ||
rubysl-yaml (2.0.4) | ||
rubysl-zlib (2.0.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
json (~> 1.8) | ||
minitest (~> 4.7) | ||
racc (~> 1.4) | ||
rake (~> 10.1) | ||
rdoc (~> 4.0) | ||
rubinius-build_tools (~> 2.0) | ||
rubinius-developer_tools (~> 2.0) | ||
rubysl (~> 2.0) | ||
rubysl-test-unit (~> 2.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.