capistrano-paratrooper-chef 0.0.1 → 0.0.2

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.
@@ -20,7 +20,7 @@ Capistrano::Configuration.instance.load do
20
20
  required_version = fetch(:chef_version).inspect
21
21
  installed = capture("gem list -i chef -v #{required_version} || true").strip
22
22
 
23
- if installed == "false"
23
+ if installed != "true"
24
24
  if fetch(:rvm_type, nil) == :user or fetch(:rbenv_path, nil)
25
25
  run "gem uninstall -xaI chef || true"
26
26
  run "gem install chef -v #{fetch(:chef_version).inspect} --quiet --no-ri --no-rdoc"
@@ -1,7 +1,7 @@
1
1
  module Capistrano
2
2
  module Paratrooper
3
3
  module Chef
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-paratrooper-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: