iv-cli 0.0.2 → 0.0.3

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.
@@ -39,7 +39,7 @@ class IV::CLI::Command
39
39
  unless ::File.exists?(self.class.config)
40
40
  fail(4, %{Unable to find IV configuration.\nPlease run 'iv init' and update config.yml with your credentials})
41
41
  end
42
- @config = YAML.load_file(self.class.config)
42
+ @config = ::YAML.load_file(self.class.config)
43
43
  end
44
44
 
45
45
  def ensure_opscode_config
@@ -1,5 +1,5 @@
1
1
  module IV
2
2
  module CLI
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iv-cli
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: