arcus 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/arcus/api.rb +2 -2
  2. data/lib/arcus/version.rb +1 -1
  3. metadata +2 -2
@@ -95,8 +95,8 @@ module Arcus
95
95
  "xml"
96
96
  end
97
97
  http = Net::HTTP.new(@api_uri.host, @api_uri.port)
98
- http.read_timeout = 5
99
- http.open_timeout = 5
98
+ http.read_timeout = 20
99
+ http.open_timeout = 20
100
100
 
101
101
  if @api_uri.scheme == "https"
102
102
  http.use_ssl = true
@@ -1,3 +1,3 @@
1
1
  module Arcus
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
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-07-11 00:00:00.000000000 Z
12
+ date: 2012-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n