r10k 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ module R10K::CLI::Module
33
33
  mods = env.modules.select { |mod| mod.name == module_name }
34
34
 
35
35
  if mods.empty?
36
- puts "No modules with name #{module_name} matched in environments #{env.map(&:name).inspect}".red
36
+ puts "No modules with name #{module_name} matched in environments #{environments.map(&:name).inspect}".red
37
37
  exit 1
38
38
  end
39
39
 
@@ -20,11 +20,6 @@ class R10K::Deployment
20
20
  end
21
21
  end
22
22
 
23
- extend Forwardable
24
-
25
- def_delegators :@config, :configfile, :configfile=
26
- def_delegators :@config, :setting, :[]
27
-
28
23
  def initialize
29
24
  @config = R10K::Config.new
30
25
  end
@@ -1,3 +1,3 @@
1
1
  module R10K
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r10k
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: