rconf 0.6.16 → 0.6.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/rconf/version.rb CHANGED
@@ -13,7 +13,7 @@ module RightConf
13
13
 
14
14
  MAJOR = 0
15
15
  MINOR = 6
16
- BUILD = 16
16
+ BUILD = 17
17
17
 
18
18
  VERSION = [MAJOR, MINOR, BUILD].map(&:to_s).join('.')
19
19
 
@@ -41,9 +41,8 @@ describe RightConf::BundlerConfigurator do
41
41
  flexmock(RightConf::Command.instance).should_receive(:execute).once.with(
42
42
  'gem', 'uninstall', 'bundler', '-a', '-x').and_return(success_result)
43
43
  flexmock(RightConf::Command.instance).should_receive(:execute).once.with(
44
- 'gem', 'install',
45
- File.join(RightConf::BundlerConfigurator::DEFAULT_GEM_PATH, 'bundler-0.gem'),
46
- '--no-ri', '--no-rdoc', {:abort_on_failure=>"Failed to install bundler"}).once.and_return(success_result)
44
+ 'gem', 'install', 'bundler', '-v', '0', '--no-ri', '--no-rdoc',
45
+ {:abort_on_failure=>"Failed to install bundler"}).once.and_return(success_result)
47
46
  @configurator.run_linux
48
47
  end
49
48
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rconf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.16
5
+ version: 0.6.17
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raphael Simon