Skip to content

Commit

Permalink
Unbreak omnibustest recipe and update Ruby to 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Jul 17, 2014
1 parent b722baa commit e184335
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions recipes/omnibustest/recipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ class OmnibusTest < FPM::Cookery::Recipe
version '1.0.0'
description 'Testing Omnibus package'
revision 0
source '', :with => :noop

omnibus_package true
omnibus_recipes "ruby", "bundler-gem"
omnibus_dir '/opt/omnibustest'

def build
end

def install
end
end
8 changes: 4 additions & 4 deletions recipes/omnibustest/ruby.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Ruby200 < FPM::Cookery::Recipe
class Ruby210 < FPM::Cookery::Recipe
description 'The Ruby virtual machine'

name 'ruby'
version '2.0.0.0'
version '2.1.2'
revision 0
homepage 'http://www.ruby-lang.org/'
source 'http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p0.tar.bz2'
sha256 'c680d392ccc4901c32067576f5b474ee186def2fcd3fcbfa485739168093295f'
source 'http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.bz2'
sha256 '6948b02570cdfb89a8313675d4aa665405900e27423db408401473f30fc6e901'

vendor 'fpm'
license 'The Ruby License'
Expand Down

0 comments on commit e184335

Please sign in to comment.