cloud-toaster 1.1.2 → 1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud-toaster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waldemar Hummer
@@ -276,6 +276,20 @@ dependencies:
276
276
  - - ! '>='
277
277
  - !ruby/object:Gem::Version
278
278
  version: '0'
279
+ - !ruby/object:Gem::Dependency
280
+ name: bson
281
+ requirement: !ruby/object:Gem::Requirement
282
+ requirements:
283
+ - - ! '>='
284
+ - !ruby/object:Gem::Version
285
+ version: '0'
286
+ type: :runtime
287
+ prerelease: false
288
+ version_requirements: !ruby/object:Gem::Requirement
289
+ requirements:
290
+ - - ! '>='
291
+ - !ruby/object:Gem::Version
292
+ version: '0'
279
293
  - !ruby/object:Gem::Dependency
280
294
  name: bson_ext
281
295
  requirement: !ruby/object:Gem::Requirement
@@ -290,6 +304,34 @@ dependencies:
290
304
  - - ! '>='
291
305
  - !ruby/object:Gem::Version
292
306
  version: '0'
307
+ - !ruby/object:Gem::Dependency
308
+ name: logger
309
+ requirement: !ruby/object:Gem::Requirement
310
+ requirements:
311
+ - - ! '>='
312
+ - !ruby/object:Gem::Version
313
+ version: '0'
314
+ type: :runtime
315
+ prerelease: false
316
+ version_requirements: !ruby/object:Gem::Requirement
317
+ requirements:
318
+ - - ! '>='
319
+ - !ruby/object:Gem::Version
320
+ version: '0'
321
+ - !ruby/object:Gem::Dependency
322
+ name: thor
323
+ requirement: !ruby/object:Gem::Requirement
324
+ requirements:
325
+ - - ! '>='
326
+ - !ruby/object:Gem::Version
327
+ version: '0'
328
+ type: :runtime
329
+ prerelease: false
330
+ version_requirements: !ruby/object:Gem::Requirement
331
+ requirements:
332
+ - - ! '>='
333
+ - !ruby/object:Gem::Version
334
+ version: '0'
293
335
  - !ruby/object:Gem::Dependency
294
336
  name: tidy
295
337
  requirement: !ruby/object:Gem::Requirement
@@ -375,7 +417,7 @@ dependencies:
375
417
  - !ruby/object:Gem::Version
376
418
  version: '0'
377
419
  - !ruby/object:Gem::Dependency
378
- name: bundler
420
+ name: activerecord
379
421
  requirement: !ruby/object:Gem::Requirement
380
422
  requirements:
381
423
  - - ! '>='
@@ -643,7 +685,6 @@ files:
643
685
  - chef/cookbooks/chef-solo-search/NOTICE
644
686
  - chef/cookbooks/chef-solo-search/LICENSE
645
687
  - chef/cookbooks/chef-solo-search/README.md
646
- - webapp/Gemfile
647
688
  - webapp/Rakefile
648
689
  - webapp/app/views/analysis/idempotence.html.erb
649
690
  - webapp/app/views/analysis/convergence.html.erb
@@ -908,8 +949,8 @@ files:
908
949
  - webapp/config/locales/devise.en.yml
909
950
  - webapp/config/locales/en.yml
910
951
  - webapp/config/environment.rb
911
- - webapp/Gemfile.lock
912
952
  - config.json
953
+ - Gemfile
913
954
  - LICENSE
914
955
  - Rakefile
915
956
  - README.md
data/webapp/Gemfile.lock DELETED
@@ -1,237 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- actionmailer (4.0.2)
5
- actionpack (= 4.0.2)
6
- mail (~> 2.5.4)
7
- actionpack (4.0.2)
8
- activesupport (= 4.0.2)
9
- builder (~> 3.1.0)
10
- erubis (~> 2.7.0)
11
- rack (~> 1.5.2)
12
- rack-test (~> 0.6.2)
13
- activemodel (4.0.2)
14
- activesupport (= 4.0.2)
15
- builder (~> 3.1.0)
16
- activerecord (4.0.2)
17
- activemodel (= 4.0.2)
18
- activerecord-deprecated_finders (~> 1.0.2)
19
- activesupport (= 4.0.2)
20
- arel (~> 4.0.0)
21
- activerecord-deprecated_finders (1.0.3)
22
- activesupport (4.0.2)
23
- i18n (~> 0.6, >= 0.6.4)
24
- minitest (~> 4.2)
25
- multi_json (~> 1.3)
26
- thread_safe (~> 0.1)
27
- tzinfo (~> 0.3.37)
28
- arel (4.0.2)
29
- bcrypt (3.1.7)
30
- bson (1.9.2)
31
- bson_ext (1.9.1)
32
- bson (~> 1.9.1)
33
- builder (3.1.4)
34
- chef (11.12.8)
35
- chef-zero (>= 2.0.2, < 2.1)
36
- diff-lcs (~> 1.2, >= 1.2.4)
37
- erubis (~> 2.7)
38
- highline (~> 1.6, >= 1.6.9)
39
- json (>= 1.4.4, <= 1.8.1)
40
- mime-types (~> 1.16)
41
- mixlib-authentication (~> 1.3)
42
- mixlib-cli (~> 1.4)
43
- mixlib-config (~> 2.0)
44
- mixlib-log (~> 1.3)
45
- mixlib-shellout (~> 1.4)
46
- net-ssh (~> 2.6)
47
- net-ssh-multi (~> 1.1)
48
- ohai (~> 7.0.4)
49
- pry (~> 0.9)
50
- rest-client (>= 1.0.4, < 1.7.0)
51
- yajl-ruby (~> 1.1)
52
- chef-zero (2.0.2)
53
- hashie (~> 2.0)
54
- json
55
- mixlib-log (~> 1.3)
56
- rack
57
- coderay (1.1.0)
58
- coffee-rails (4.0.1)
59
- coffee-script (>= 2.2.0)
60
- railties (>= 4.0.0, < 5.0)
61
- coffee-script (2.2.0)
62
- coffee-script-source
63
- execjs
64
- coffee-script-source (1.7.0)
65
- daemons (1.1.9)
66
- devise (3.2.4)
67
- bcrypt (~> 3.0)
68
- orm_adapter (~> 0.1)
69
- railties (>= 3.2.6, < 5)
70
- thread_safe (~> 0.1)
71
- warden (~> 1.2.3)
72
- diff-lcs (1.2.5)
73
- diffy (3.0.5)
74
- erubis (2.7.0)
75
- eventmachine (1.0.3)
76
- execjs (2.2.0)
77
- hashdiff (0.2.0)
78
- hashie (2.1.2)
79
- highline (1.6.21)
80
- hike (1.2.3)
81
- i18n (0.6.9)
82
- ipaddress (0.8.0)
83
- jbuilder (1.5.3)
84
- activesupport (>= 3.0.0)
85
- multi_json (>= 1.2.0)
86
- jquery-rails (3.1.1)
87
- railties (>= 3.0, < 5.0)
88
- thor (>= 0.14, < 2.0)
89
- json (1.8.1)
90
- jsonpath (0.5.6)
91
- multi_json
92
- libv8 (3.16.14.3)
93
- mail (2.5.4)
94
- mime-types (~> 1.16)
95
- treetop (~> 1.4.8)
96
- method_source (0.8.2)
97
- mime-types (1.25.1)
98
- minitest (4.7.5)
99
- mixlib-authentication (1.3.0)
100
- mixlib-log
101
- mixlib-cli (1.5.0)
102
- mixlib-config (2.1.0)
103
- mixlib-log (1.6.0)
104
- mixlib-shellout (1.4.0)
105
- multi_json (1.10.1)
106
- mysql2 (0.3.16)
107
- net-ssh (2.9.1)
108
- net-ssh-gateway (1.2.0)
109
- net-ssh (>= 2.6.5)
110
- net-ssh-multi (1.2.0)
111
- net-ssh (>= 2.6.5)
112
- net-ssh-gateway (>= 1.2.0)
113
- ohai (7.0.4)
114
- ipaddress
115
- mime-types (~> 1.16)
116
- mixlib-cli
117
- mixlib-config (~> 2.0)
118
- mixlib-log
119
- mixlib-shellout (~> 1.2)
120
- systemu (~> 2.5.2)
121
- yajl-ruby
122
- open4 (1.3.4)
123
- orm_adapter (0.5.0)
124
- polyglot (0.3.5)
125
- pry (0.10.0)
126
- coderay (~> 1.1.0)
127
- method_source (~> 0.8.1)
128
- slop (~> 3.4)
129
- rack (1.5.2)
130
- rack-test (0.6.2)
131
- rack (>= 1.0)
132
- rails (4.0.2)
133
- actionmailer (= 4.0.2)
134
- actionpack (= 4.0.2)
135
- activerecord (= 4.0.2)
136
- activesupport (= 4.0.2)
137
- bundler (>= 1.3.0, < 2.0)
138
- railties (= 4.0.2)
139
- sprockets-rails (~> 2.0.0)
140
- railties (4.0.2)
141
- actionpack (= 4.0.2)
142
- activesupport (= 4.0.2)
143
- rake (>= 0.8.7)
144
- thor (>= 0.18.1, < 2.0)
145
- rake (10.3.2)
146
- rdoc (4.1.1)
147
- json (~> 1.4)
148
- ref (1.0.5)
149
- rest-client (1.6.7)
150
- mime-types (>= 1.16)
151
- rspec (2.14.1)
152
- rspec-core (~> 2.14.0)
153
- rspec-expectations (~> 2.14.0)
154
- rspec-mocks (~> 2.14.0)
155
- rspec-core (2.14.5)
156
- rspec-expectations (2.14.2)
157
- diff-lcs (>= 1.1.3, < 2.0)
158
- rspec-mocks (2.14.3)
159
- ruby_parser (3.2.2)
160
- sexp_processor (~> 4.1)
161
- sass (3.2.19)
162
- sass-rails (4.0.3)
163
- railties (>= 4.0.0, < 5.0)
164
- sass (~> 3.2.0)
165
- sprockets (~> 2.8, <= 2.11.0)
166
- sprockets-rails (~> 2.0)
167
- sdoc (0.4.0)
168
- json (~> 1.8)
169
- rdoc (~> 4.0, < 5.0)
170
- sexp_processor (4.2.1)
171
- slop (3.5.0)
172
- sprockets (2.11.0)
173
- hike (~> 1.2)
174
- multi_json (~> 1.0)
175
- rack (~> 1.0)
176
- tilt (~> 1.1, != 1.3.0)
177
- sprockets-rails (2.0.1)
178
- actionpack (>= 3.0)
179
- activesupport (>= 3.0)
180
- sprockets (~> 2.8)
181
- sqlite3 (1.3.9)
182
- systemu (2.5.2)
183
- therubyracer (0.12.1)
184
- libv8 (~> 3.16.14.0)
185
- ref
186
- thin (1.6.2)
187
- daemons (>= 1.0.9)
188
- eventmachine (>= 1.0.0)
189
- rack (>= 1.0.0)
190
- thor (0.19.1)
191
- thread_safe (0.3.4)
192
- tidy (1.1.2)
193
- tilt (1.4.1)
194
- treetop (1.4.15)
195
- polyglot
196
- polyglot (>= 0.3.1)
197
- turbolinks (2.2.2)
198
- coffee-rails
199
- tzinfo (0.3.39)
200
- uglifier (2.5.1)
201
- execjs (>= 0.3.0)
202
- json (>= 1.8.0)
203
- warden (1.2.3)
204
- rack (>= 1.0)
205
- yajl-ruby (1.2.1)
206
-
207
- PLATFORMS
208
- ruby
209
-
210
- DEPENDENCIES
211
- activesupport
212
- bson_ext
213
- bundler
214
- chef
215
- coffee-rails
216
- devise
217
- diffy
218
- hashdiff
219
- jbuilder
220
- jquery-rails
221
- json
222
- jsonpath
223
- mysql2
224
- ohai
225
- open4
226
- rails
227
- railties
228
- rspec
229
- ruby_parser
230
- sass-rails
231
- sdoc
232
- sqlite3
233
- therubyracer
234
- thin
235
- tidy
236
- turbolinks
237
- uglifier