knife-uploader 0.1.6 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWZhODM4NGVkZjljZGJkODM4NWFiZGI3MTMwNDdlMWM4NDEwYWNkMQ==
4
+ YmM1YWIxNzc4NGM3MDlkZGUyN2MyODdkNjY1ZDUyNjQyNDBkMTJiZQ==
5
5
  data.tar.gz: !binary |-
6
- ZmE3MDg0MDdmMGYxMGI1NDRmZjM3ODIzMmYxYTIxYjJhY2NkYzljNA==
6
+ ODdjNTMzZTNkOTFkNWU0MjdhYTI2OWMxM2JmNjJhYTJjOGY5NTY2Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWY4YzE0ZTEyMjgwMjUyMzM0MWRmM2RjMzkyZDA3MTVkMTM2ZTQ2ZjExNTVm
10
- ODM3YWYzOTcwMjhkYjAyNjkzNTVhOGQxYzliY2I3NGM1ZWY3ODI3NDRhNTcx
11
- NjY1ZWY5OWRmYzJjY2E3NWQzZDk3MzY5ZWM5MDI4ZjEzOTk3ODg=
9
+ ODFlZDM0NzMzOWE5OWJkZjVkZjQ3NzA0MzJjYmFkNTUyYzY3NjljMDNhOTJk
10
+ ZGIwY2IxNzdjMDhjOGNkYjU2Zjc0MjBmMWM3YmE2Y2ZlOTk4YWNmYTkyM2U4
11
+ OWFhMzFkMDY2YzVhYmQzZWVjZmIzODk4NjQwNDFkYjJjNDNkYWQ=
12
12
  data.tar.gz: !binary |-
13
- OTM1NjZkNjQ0NDExNTdmOWZjZGI5YmYwNGE3NTczYjYzNWU0ZTE3YTI3MzIy
14
- MzU5ZGY0MmMwNjM2YTdjNTNhYzk4OGY5OTFlMGUwOGVkNjYwOWQwNjYwN2Yx
15
- OTNjMDQwZjFmMzQ1NzAxM2YwOTJiYzA5ODNmZGQzOTdhNTRiMDY=
13
+ ZjcwZmI5YWMzM2U3ZTFhYjg5Y2VlZTRlNGM0Y2RkMDBiZTI1MGM5Njg5ZTdl
14
+ MjVmZmE4NTA2MGEzNWM3MzkyY2Y0M2VlNzNhMjUyNzA2ODQzYzc0NmEyZTg3
15
+ MTcwZGM3ZDc3MWFjYWFlMjExYWYzYTVjM2UyYTg1ZTg4MjQyYTk=
@@ -52,7 +52,7 @@ module KnifeUploader
52
52
  next
53
53
  end
54
54
 
55
- ui.info((@dry_run ? 'Would modify' : 'Modifying') +
55
+ ui.info("\n" + (@dry_run ? 'Would modify' : 'Modifying') +
56
56
  " the run list for node #{node.name}:\n" +
57
57
  diff_color(old_run_list.join("\n") + "\n",
58
58
  new_run_list.join("\n") + "\n"))
@@ -4,4 +4,3 @@ module Knife
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
7
-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikhail Bautin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-04 00:00:00.000000000 Z
11
+ date: 2014-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
@@ -58,28 +58,28 @@ dependencies:
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: 1.5.3
61
+ version: '4.0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ~>
67
67
  - !ruby/object:Gem::Version
68
- version: 1.5.3
68
+ version: '4.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: varia_model
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ~>
74
74
  - !ruby/object:Gem::Version
75
- version: 0.3.0
75
+ version: '0.4'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
- version: 0.3.0
82
+ version: '0.4'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: celluloid
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -100,15 +100,30 @@ dependencies:
100
100
  requirements:
101
101
  - - ~>
102
102
  - !ruby/object:Gem::Version
103
- version: 0.8.9
103
+ version: '0.9'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - ~>
109
109
  - !ruby/object:Gem::Version
110
- version: 0.8.9
111
- description: Knife plugin for better uploading of data bags, run lists, etc.
110
+ version: '0.9'
111
+ - !ruby/object:Gem::Dependency
112
+ name: rspec
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ! '>='
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ description: Knife plugin for better uploading of data bags and run lists to Chef
126
+ Server
112
127
  email:
113
128
  - mbautin@gmail.com
114
129
  executables: []
@@ -143,6 +158,6 @@ rubyforge_project:
143
158
  rubygems_version: 2.1.11
144
159
  signing_key:
145
160
  specification_version: 4
146
- summary: Knife plugin for better uploading of data bags, run lists, etc.
161
+ summary: Knife plugin for better uploading of data bags and run lists to Chef Server
147
162
  test_files: []
148
163
  has_rdoc: