ridley 0.5.2 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ridley
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-14 00:00:00.000000000 Z
12
+ date: 2012-12-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -264,6 +264,7 @@ files:
264
264
  - spec/fixtures/recipe_two.rb
265
265
  - spec/fixtures/reset.pem
266
266
  - spec/spec_helper.rb
267
+ - spec/support/actor_mocking.rb
267
268
  - spec/support/each_matcher.rb
268
269
  - spec/support/shared_examples/ridley_resource.rb
269
270
  - spec/support/spec_helpers.rb
@@ -283,10 +284,13 @@ files:
283
284
  - spec/unit/ridley/resources/node_spec.rb
284
285
  - spec/unit/ridley/resources/role_spec.rb
285
286
  - spec/unit/ridley/resources/search_spec.rb
287
+ - spec/unit/ridley/ssh/response_set_spec.rb
288
+ - spec/unit/ridley/ssh/worker_spec.rb
286
289
  - spec/unit/ridley/ssh_spec.rb
287
290
  - spec/unit/ridley_spec.rb
288
291
  homepage: https://github.com/reset/ridley
289
- licenses: []
292
+ licenses:
293
+ - Apache 2.0
290
294
  post_install_message:
291
295
  rdoc_options: []
292
296
  require_paths:
@@ -305,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
305
309
  version: '0'
306
310
  segments:
307
311
  - 0
308
- hash: -675121695435893823
312
+ hash: -1626292330712284396
309
313
  requirements: []
310
314
  rubyforge_project:
311
315
  rubygems_version: 1.8.23
@@ -328,6 +332,7 @@ test_files:
328
332
  - spec/fixtures/recipe_two.rb
329
333
  - spec/fixtures/reset.pem
330
334
  - spec/spec_helper.rb
335
+ - spec/support/actor_mocking.rb
331
336
  - spec/support/each_matcher.rb
332
337
  - spec/support/shared_examples/ridley_resource.rb
333
338
  - spec/support/spec_helpers.rb
@@ -347,6 +352,8 @@ test_files:
347
352
  - spec/unit/ridley/resources/node_spec.rb
348
353
  - spec/unit/ridley/resources/role_spec.rb
349
354
  - spec/unit/ridley/resources/search_spec.rb
355
+ - spec/unit/ridley/ssh/response_set_spec.rb
356
+ - spec/unit/ridley/ssh/worker_spec.rb
350
357
  - spec/unit/ridley/ssh_spec.rb
351
358
  - spec/unit/ridley_spec.rb
352
359
  has_rdoc: