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: 62e647ddd53e
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40f4f6c57e56
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 6, 2016

  1. Copy the full SHA
    119306a View commit details
  2. Merge pull request #3635 from jsyeo/jsyeo-homebrew-sha256

    Use sha256 for our homebrew formula
    brixen committed Apr 6, 2016
    Copy the full SHA
    40f4f6c View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 scripts/deploy.sh
  2. +1 −0 scripts/package.sh
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ require 'formula'
class Rubinius < Formula
homepage 'http://rubinius.com/'
url 'https://rubinius-binaries-rubinius-com.s3.amazonaws.com/homebrew/$release'
sha1 '$(cat "$release.sha1")'
sha256 '$(cat "$release.sha256")'
depends_on 'libyaml'
1 change: 1 addition & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ function rbx_package_homebrew {
rake package:homebrew

rbx_digest_file "$(rbx_release_name)" "sha1"
rbx_digest_file "$(rbx_release_name)" "sha256"
}

function rbx_package_heroku {