knife-update 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MTMzZjEzNmJkOTA5MzZlZGQyNTM1NmE5NDJmYWViNWE3NmE4Y2E5Ng==
5
+ data.tar.gz: !binary |-
6
+ NDFkYWFjNDRlY2NhMzI5MmI3YmUxNGVhY2VhOTg4OWQ2NzAyYjNkNg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YjMyN2EyYmQ4NzExOWJjMDYxM2ZmOGFlNmYzYzc4NzVmMmJjYzgxM2EzZWVm
10
+ MDYyYWMxNTI5NGM2Mjc1ZTc4ZGQ3M2JlNWFkNjg0MWU0NTE5YWMyNTFlNjVl
11
+ NDBiYjdmZjQ5MmRhMTUyMjRjMTMwZGY4MWI1OTkyNjc5MzAwNjc=
12
+ data.tar.gz: !binary |-
13
+ ZWQ0MjUwNDEyMWEwNzUwNWIzM2JhMzkzNjFhNmNiYTU5ODdlM2JlY2M3ZDNm
14
+ YTdiODQ1NjU1MDEyY2FhOTM5NzdmYjFkMTM2NjUyYzdiMTAxNzc3OGY5ZjIy
15
+ YmIyNzIyNTJkM2FhMWI3ZjcwZmQ4NzA5NWI3N2RjMDc1OGJkOGE=
@@ -133,7 +133,7 @@ class Chef
133
133
  end
134
134
 
135
135
  def ssh_command(version)
136
- command = "gem install chef -v #{version}"
136
+ command = "gem install chef -v #{version} --no-rdoc --no-ri"
137
137
 
138
138
  if config[:use_sudo]
139
139
  command = "sudo #{command}"
@@ -144,4 +144,4 @@ class Chef
144
144
 
145
145
  end
146
146
  end
147
- end
147
+ end
@@ -18,7 +18,7 @@
18
18
 
19
19
  module Knife
20
20
  module Update
21
- VERSION = '0.0.6'
21
+ VERSION = '0.0.7'
22
22
  MAJOR, MINOR, TINY = VERSION.split('.')
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-update
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
5
- prerelease:
4
+ version: 0.0.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tobias Schmidt
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-06-05 00:00:00.000000000 Z
11
+ date: 2013-11-25 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: chef
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -30,7 +27,6 @@ dependencies:
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rspec
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
31
  - - ! '>='
36
32
  - !ruby/object:Gem::Version
@@ -38,7 +34,6 @@ dependencies:
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
38
  - - ! '>='
44
39
  - !ruby/object:Gem::Version
@@ -66,34 +61,26 @@ files:
66
61
  - spec/unit/update_spec.rb
67
62
  homepage: https://github.com/soundcloud/knife-update
68
63
  licenses: []
64
+ metadata: {}
69
65
  post_install_message:
70
66
  rdoc_options: []
71
67
  require_paths:
72
68
  - lib
73
69
  required_ruby_version: !ruby/object:Gem::Requirement
74
- none: false
75
70
  requirements:
76
71
  - - ! '>='
77
72
  - !ruby/object:Gem::Version
78
73
  version: '0'
79
- segments:
80
- - 0
81
- hash: 2057944628073107268
82
74
  required_rubygems_version: !ruby/object:Gem::Requirement
83
- none: false
84
75
  requirements:
85
76
  - - ! '>='
86
77
  - !ruby/object:Gem::Version
87
78
  version: '0'
88
- segments:
89
- - 0
90
- hash: 2057944628073107268
91
79
  requirements: []
92
80
  rubyforge_project:
93
- rubygems_version: 1.8.25
81
+ rubygems_version: 2.1.11
94
82
  signing_key:
95
- specification_version: 3
83
+ specification_version: 4
96
84
  summary: knife update plugin
97
- test_files:
98
- - spec/spec_helper.rb
99
- - spec/unit/update_spec.rb
85
+ test_files: []
86
+ has_rdoc: