knife-pkg 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.
@@ -42,6 +42,7 @@ class Chef
42
42
  pkg_options = Hash.new
43
43
  pkg_options[:sudo] = config[:sudo_required]
44
44
  pkg_options[:verbose] = config[:verbose] || config[:dry_run] || config[:pkg_verbose]
45
+ pkg_options[:dry_run] = config[:dry_run]
45
46
  pkg_options
46
47
  end
47
48
 
@@ -13,6 +13,7 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
+ require 'chef/knife/pkg_base'
16
17
 
17
18
  class Chef
18
19
  class Knife
@@ -13,6 +13,7 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
+ require 'chef/knife/pkg_base'
16
17
 
17
18
  class Chef
18
19
  class Knife
@@ -1,5 +1,5 @@
1
1
  module Knife
2
2
  module Pkg
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-pkg
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:
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
123
123
  version: '0'
124
124
  segments:
125
125
  - 0
126
- hash: 2359845024250157350
126
+ hash: 3505602516276971978
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  none: false
129
129
  requirements:
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  version: '0'
133
133
  segments:
134
134
  - 0
135
- hash: 2359845024250157350
135
+ hash: 3505602516276971978
136
136
  requirements: []
137
137
  rubyforge_project:
138
138
  rubygems_version: 1.8.25