Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8084f5d541f3
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 703480555d3e
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 19, 2015

  1. Require net/https for 1.8.7.

    brixen committed Mar 19, 2015
    Copy the full SHA
    7797d72 View commit details
  2. Update gems_list.txt.

    brixen committed Mar 19, 2015
    Copy the full SHA
    ad88f44 View commit details
  3. Copy the full SHA
    5858534 View commit details
  4. Copy the full SHA
    7034805 View commit details
Showing with 4 additions and 2 deletions.
  1. +1 −1 configure
  2. +2 −1 gems_list.txt
  3. +1 −0 rakelib/release.rake
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ require 'fileutils'
require 'stringio'
require 'date'
require 'digest/md5'
require 'net/http'
require 'net/https'
require 'redcard'

module Rubinius
3 changes: 2 additions & 1 deletion gems_list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bundler-1.8.2.gem
bundler-1.8.5.gem
ffi2-generators-0.1.1.gem
json-1.8.2.gem
minitest-4.7.5.gem
@@ -29,6 +29,7 @@ rubysl-curses-1.0.0.gem
rubysl-date-1.0.1.gem
rubysl-delegate-1.0.0.gem
rubysl-digest-1.0.1.gem
rubysl-dl-1.0.3.gem
rubysl-drb-1.0.0.gem
rubysl-e2mmap-1.0.0.gem
rubysl-english-1.0.0.gem
1 change: 1 addition & 0 deletions rakelib/release.rake
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ task :release => :revision_file do
Dir.chdir BUILD_CONFIG[:gems_cache] do
sh "rm -f *", :verbose => $verbose
end
sh "gem install bundler", :verbose => $verbose
sh "bundle update", :verbose => $verbose
Rake::Task['gems:update_list'].invoke
Dir.chdir BUILD_CONFIG[:gems_cache] do