chef-workflow-tasklib 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -15,7 +15,7 @@ Some of the tasks it provides are:
15
15
  * Lint your cookbooks with [foodcritic](https://github.com/acrmp/foodcritic)
16
16
  * Creating a chef server for testing in a single command
17
17
  * Running unit tests against networks of provisioned machines -- see
18
- [chef-workflow-tasklib](https://github.com/chef-workflow/chef-workflow-testlib)
18
+ [chef-workflow-testlib](https://github.com/chef-workflow/chef-workflow-testlib)
19
19
  for more information.
20
20
 
21
21
  ## We do a lot, but we don't tell you how to do it.
@@ -21,5 +21,5 @@ Gem::Specification.new do |gem|
21
21
  gem.add_dependency 'knife-dsl', '~> 0.1.0'
22
22
  gem.add_dependency 'vagrant-dsl', '~> 0.1.0'
23
23
  gem.add_dependency 'rake', '~> 0.9'
24
- gem.add_dependency 'knife-server' '~> 0.3.2'
24
+ gem.add_dependency 'knife-server', '~> 0.3.2'
25
25
  end
@@ -1,7 +1,7 @@
1
1
  class Chef
2
2
  module Workflow
3
3
  module Tasklib
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-workflow-tasklib
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:
@@ -76,21 +76,21 @@ dependencies:
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0.9'
78
78
  - !ruby/object:Gem::Dependency
79
- name: knife-server~> 0.3.2
79
+ name: knife-server
80
80
  requirement: !ruby/object:Gem::Requirement
81
81
  none: false
82
82
  requirements:
83
- - - ! '>='
83
+ - - ~>
84
84
  - !ruby/object:Gem::Version
85
- version: '0'
85
+ version: 0.3.2
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
89
89
  none: false
90
90
  requirements:
91
- - - ! '>='
91
+ - - ~>
92
92
  - !ruby/object:Gem::Version
93
- version: '0'
93
+ version: 0.3.2
94
94
  description: A set of rake tasks provided as discrete libraries for forming a chef
95
95
  workflow
96
96
  email: