liverails_api 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/api/live_rail.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaef7bf5a496a41ae1af74094e6776d4ba080b0a
4
- data.tar.gz: 1989829eb110be76fa28508667008ad3271205db
3
+ metadata.gz: 63c3eeb4fea70840b2d735cc4104eda4c3e2a717
4
+ data.tar.gz: 6cfdd854578a5bc0e135bbc9493090583618d126
5
5
  SHA512:
6
- metadata.gz: 130a863154516ac4226434ce134e01735fd1a92e7a7b12f693aa004def19d273bfc016521dc363d2666ca4b7ca386a23bfe3b61c19ad7e6f9acf09ef6099b4a4
7
- data.tar.gz: 26447f3ca680782325158e26ae65c37b37ba0babae68893cea3d18800db3e31a9d7004ee213d11327c625391680edfce991a03bc1166f743e166ee61b19c56db
6
+ metadata.gz: 84e728a8ef6cf19d499610dc2d05be92830984220db9fdb99b9d09bf19e95fa534b524213a3e8b8ee82ff4d7a026791c5d42b2e444638077be82bb2702abacc9
7
+ data.tar.gz: cbca86f18a7b0fbc38f01476dc72909034f675f39a3beb1f997d7987ecdc258b888554a260c8de93600bdb0717b5a6650ff92c04a126f2e4f00c028fbd884ccc
data/lib/api/live_rail.rb CHANGED
@@ -1774,7 +1774,7 @@ class LiveRail
1774
1774
  def request(path, body)
1775
1775
 
1776
1776
  body[:token] = @auth_token if @auth_token
1777
- resource = RestClient::Resource.new @url, :timeout => 120, :open_timeout => 120
1777
+ resource = RestClient::Resource.new @url, :timeout => 900000000, :open_timeout => 900000000
1778
1778
  response = resource[path].post body.to_query
1779
1779
 
1780
1780
  response = Crack::XML.parse(response)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liverails_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lucas Nogueira
@@ -78,7 +78,7 @@ extra_rdoc_files: []
78
78
  files:
79
79
  - lib/api/live_rail.rb
80
80
  - lib/liverails_api.rb
81
- homepage: http://rubygems.org/gems/live-rails-api
81
+ homepage: https://github.com/lmnogueira/live-rails-api
82
82
  licenses:
83
83
  - MIT
84
84
  metadata: {}