chef-tlc-workflow 0.1.0 → 0.1.1

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/Rakefile CHANGED
@@ -105,6 +105,6 @@ def run_cmd_local(command)
105
105
  end
106
106
 
107
107
  def run_cmd(command, cwd)
108
- fail "need #{cwd}/Gemfile for a clean environment" unless File.exist? "#{cwd}/Gemfile"
108
+ fail "need #{cwd}/../Gemfile for a clean environment" unless File.exist? "#{cwd}/../Gemfile"
109
109
  sh "cd #{cwd} && bundle exec #{command}"
110
110
  end
@@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
31
31
  # for interaction with nodes in local/esx/ec2 environments
32
32
  gem.add_dependency 'vagrant', '1.0.5.1'
33
33
  gem.add_dependency 'knife-solo', '0.3.0.pre2'
34
- gem.add_dependency 'mccloud', '0.0.18'
34
+ gem.add_dependency 'mccloud', '0.0.19'
35
35
 
36
36
  # testing related
37
37
  gem.add_dependency 'foodcritic', '1.7.0'
@@ -1,3 +1,3 @@
1
1
  module ChefTLCWorkflow
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -3,5 +3,5 @@ source :rubygems
3
3
  source 'https://gems.gemfury.com/hUe8s8nSyzxs7JMMSZV8/' # vagrant-1.0.5.1
4
4
  source 'https://gems.gemfury.com/psBbdHx94zqZrvxpiVmm/' # librarian-0.0.26.2
5
5
 
6
- gem "chef-tlc-workflow", "0.1.0"
7
- #:path => "#{File.dirname(__FILE__)}/../../chef-tlc-workflow"
6
+ gem "chef-tlc-workflow", "0.1.1",
7
+ :path => "#{File.dirname(__FILE__)}/../../chef-tlc-workflow"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-tlc-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-28 00:00:00.000000000 Z
12
+ date: 2013-05-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef-workflow-tasklib
@@ -98,7 +98,7 @@ dependencies:
98
98
  requirements:
99
99
  - - '='
100
100
  - !ruby/object:Gem::Version
101
- version: 0.0.18
101
+ version: 0.0.19
102
102
  type: :runtime
103
103
  prerelease: false
104
104
  version_requirements: !ruby/object:Gem::Requirement
@@ -106,7 +106,7 @@ dependencies:
106
106
  requirements:
107
107
  - - '='
108
108
  - !ruby/object:Gem::Version
109
- version: 0.0.18
109
+ version: 0.0.19
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: foodcritic
112
112
  requirement: !ruby/object:Gem::Requirement