copy_tuner_client 0.1.1.beta19 → 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.
data/Gemfile.lock
CHANGED
|
@@ -125,7 +125,7 @@ module CopyTunerClient
|
|
|
125
125
|
self.client_version = VERSION
|
|
126
126
|
self.development_environments = %w(development staging)
|
|
127
127
|
self.host = 'copy-tuner.com'
|
|
128
|
-
self.http_open_timeout =
|
|
128
|
+
self.http_open_timeout = 5
|
|
129
129
|
self.http_read_timeout = 5
|
|
130
130
|
self.logger = Logger.new($stdout)
|
|
131
131
|
self.polling_delay = 300
|
|
@@ -35,7 +35,7 @@ describe CopyTunerClient::Configuration do
|
|
|
35
35
|
it { should have_config_option(:client_url).overridable.default('https://rubygems.org/gems/copy_tuner_client') }
|
|
36
36
|
it { should have_config_option(:secure).overridable.default(false) }
|
|
37
37
|
it { should have_config_option(:host).overridable.default('copy-tuner.com') }
|
|
38
|
-
it { should have_config_option(:http_open_timeout).overridable.default(
|
|
38
|
+
it { should have_config_option(:http_open_timeout).overridable.default(5) }
|
|
39
39
|
it { should have_config_option(:http_read_timeout).overridable.default(5) }
|
|
40
40
|
it { should have_config_option(:port).overridable }
|
|
41
41
|
it { should have_config_option(:development_environments).overridable }
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: copy_tuner_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- SonicGarden
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-10-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|
|
@@ -350,9 +350,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
350
350
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
351
351
|
none: false
|
|
352
352
|
requirements:
|
|
353
|
-
- - ! '
|
|
353
|
+
- - ! '>='
|
|
354
354
|
- !ruby/object:Gem::Version
|
|
355
|
-
version:
|
|
355
|
+
version: '0'
|
|
356
356
|
requirements: []
|
|
357
357
|
rubyforge_project:
|
|
358
358
|
rubygems_version: 1.8.23.2
|