chef-tlc-workflow 0.1.2 → 0.1.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.
@@ -1,4 +1,8 @@
1
1
 
2
+ # [0.1.3] from 05/30/2013
3
+
4
+ * relax version constraint on vagrant gem so that both 1.0.5 and 1.0.5.1 ([windows fixes](https://github.com/mitchellh/vagrant/issues/247)) can be used
5
+
2
6
  # [0.1.2] from 05/29/2013
3
7
 
4
8
  * added this CHANGELOG.md :-)
@@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
29
29
  #
30
30
 
31
31
  # for interaction with nodes in local/esx/ec2 environments
32
- gem.add_dependency 'vagrant', '1.0.5.1'
32
+ gem.add_dependency 'vagrant', '~> 1.0.5'
33
33
  gem.add_dependency 'knife-solo', '0.3.0.pre4'
34
34
  gem.add_dependency 'mccloud', '0.0.19'
35
35
 
@@ -1,3 +1,3 @@
1
1
  module ChefTLCWorkflow
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2",
6
+ gem "chef-tlc-workflow", "0.1.3",
7
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.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -64,17 +64,17 @@ dependencies:
64
64
  requirement: !ruby/object:Gem::Requirement
65
65
  none: false
66
66
  requirements:
67
- - - '='
67
+ - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: 1.0.5.1
69
+ version: 1.0.5
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
73
73
  none: false
74
74
  requirements:
75
- - - '='
75
+ - - ~>
76
76
  - !ruby/object:Gem::Version
77
- version: 1.0.5.1
77
+ version: 1.0.5
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: knife-solo
80
80
  requirement: !ruby/object:Gem::Requirement