Skip to content

Commit 84739f3

Browse files
committed
BUMP chruby v0.3.7 and ruby-build v20131122.1
1 parent 8759edc commit 84739f3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

manifests/params.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
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
}

spec/classes/ruby_spec.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
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
@@ -22,13 +22,13 @@
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

0 commit comments

Comments
 (0)