copy_tuner_client 0.0.11 → 0.0.12
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.
- data/Gemfile.lock +1 -1
- data/lib/copy_tuner_client/client.rb +1 -0
- data/lib/copy_tuner_client/version.rb +1 -1
- metadata +29 -9
data/Gemfile.lock
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: copy_tuner_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
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: 2013-
|
|
12
|
+
date: 2013-06-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|
|
@@ -360,22 +360,42 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
360
360
|
- - ! '>='
|
|
361
361
|
- !ruby/object:Gem::Version
|
|
362
362
|
version: '0'
|
|
363
|
-
segments:
|
|
364
|
-
- 0
|
|
365
|
-
hash: -288209489
|
|
366
363
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
367
364
|
none: false
|
|
368
365
|
requirements:
|
|
369
366
|
- - ! '>='
|
|
370
367
|
- !ruby/object:Gem::Version
|
|
371
368
|
version: '0'
|
|
372
|
-
segments:
|
|
373
|
-
- 0
|
|
374
|
-
hash: -288209489
|
|
375
369
|
requirements: []
|
|
376
370
|
rubyforge_project:
|
|
377
371
|
rubygems_version: 1.8.23
|
|
378
372
|
signing_key:
|
|
379
373
|
specification_version: 3
|
|
380
374
|
summary: Client for the CopyTuner copy management service
|
|
381
|
-
test_files:
|
|
375
|
+
test_files:
|
|
376
|
+
- features/rails.feature
|
|
377
|
+
- features/step_definitions/copycopter_server_steps.rb
|
|
378
|
+
- features/step_definitions/rails_steps.rb
|
|
379
|
+
- features/support/env.rb
|
|
380
|
+
- features/support/rails_server.rb
|
|
381
|
+
- spec/copy_tuner_client/cache_spec.rb
|
|
382
|
+
- spec/copy_tuner_client/client_spec.rb
|
|
383
|
+
- spec/copy_tuner_client/configuration_spec.rb
|
|
384
|
+
- spec/copy_tuner_client/i18n_backend_spec.rb
|
|
385
|
+
- spec/copy_tuner_client/poller_spec.rb
|
|
386
|
+
- spec/copy_tuner_client/prefixed_logger_spec.rb
|
|
387
|
+
- spec/copy_tuner_client/process_guard_spec.rb
|
|
388
|
+
- spec/copy_tuner_client/request_sync_spec.rb
|
|
389
|
+
- spec/copy_tuner_client_spec.rb
|
|
390
|
+
- spec/spec_helper.rb
|
|
391
|
+
- spec/support/client_spec_helpers.rb
|
|
392
|
+
- spec/support/defines_constants.rb
|
|
393
|
+
- spec/support/fake_client.rb
|
|
394
|
+
- spec/support/fake_copy_tuner_app.rb
|
|
395
|
+
- spec/support/fake_html_safe_string.rb
|
|
396
|
+
- spec/support/fake_logger.rb
|
|
397
|
+
- spec/support/fake_passenger.rb
|
|
398
|
+
- spec/support/fake_resque_job.rb
|
|
399
|
+
- spec/support/fake_unicorn.rb
|
|
400
|
+
- spec/support/middleware_stack.rb
|
|
401
|
+
- spec/support/writing_cache.rb
|