File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1818 }
1919 }
2020
21- $chruby_version = ' 0.3.6 '
21+ $chruby_version = ' 0.3.7 '
2222
2323 $default_gems = [' bundler ~>1.3' ]
2424
25- $rubybuild_version = ' v20130628 '
25+ $rubybuild_version = ' v20131122.1 '
2626}
Original file line number Diff line number Diff line change 66 let ( :default_params ) do
77 {
88 :default_gems => [ ] ,
9- :chruby_version => '0.3.6 ' ,
9+ :chruby_version => '0.3.7 ' ,
1010 :chruby_root => '/test/boxen/chruby' ,
1111 :chruby_rubies => '/test/boxen/chruby/rubies' ,
12- :rubybuild_version => 'v20130628 ' ,
12+ :rubybuild_version => 'v20131122.1 ' ,
1313 :user => 'boxenuser'
1414 }
1515 end
2222 should contain_file ( '/test/boxen/chruby' ) . with_ensure ( 'directory' )
2323 should contain_file ( '/test/boxen/chruby/rubies' ) . with_ensure ( 'directory' )
2424
25- should contain_exec ( 'install chruby 0.3.6 ' ) . with ( {
26- 'command' => 'curl -L https://github.com/postmodern/chruby/archive/v0.3.6 .tar.gz | tar zx && (cd chruby-0.3.6 && make install)' ,
25+ should contain_exec ( 'install chruby 0.3.7 ' ) . with ( {
26+ 'command' => 'curl -L https://github.com/postmodern/chruby/archive/v0.3.7 .tar.gz | tar zx && (cd chruby-0.3.7 && make install)' ,
2727 'environment' => 'PREFIX=/test/boxen/chruby' ,
2828 'cwd' => '/tmp'
2929 } )
3030
31- should contain_repository ( '/test/boxen/chruby/ruby-build' ) . with_ensure ( 'v20130628 ' )
31+ should contain_repository ( '/test/boxen/chruby/ruby-build' ) . with_ensure ( 'v20131122.1 ' )
3232
3333 should include_class ( "boxen::config" )
3434
You can’t perform that action at this time.
0 commit comments