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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- copy_tuner_client (0.1.1.beta19)
4
+ copy_tuner_client (0.2.0)
5
5
  i18n (>= 0.5.0)
6
6
  json
7
7
 
@@ -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 = 2
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
@@ -1,6 +1,6 @@
1
1
  module CopyTunerClient
2
2
  # Client version
3
- VERSION = '0.1.1.beta19'
3
+ VERSION = '0.2.0'
4
4
 
5
5
  # API version being used to communicate with the server
6
6
  API_VERSION = '2.0'.freeze
@@ -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(2) }
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.1.1.beta19
5
- prerelease: 6
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-09-09 00:00:00.000000000 Z
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: 1.3.1
355
+ version: '0'
356
356
  requirements: []
357
357
  rubyforge_project:
358
358
  rubygems_version: 1.8.23.2