web_translate_it 2.3.2 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e98ca3e0e2a1ef39f74b497a9df6d2390f0cf121
4
- data.tar.gz: a7c660d81277a07162c9006d7dbce5eaf0a7978d
3
+ metadata.gz: 36c98373d97df56859652e3f1d5ba04bb386810d
4
+ data.tar.gz: 75769ac8c90e6f6f9a5aa5c4c801e4f6d430e944
5
5
  SHA512:
6
- metadata.gz: 3d972d63b8bdd348c496348973b0b43c3d4293e5f65d97d7228e37c86a1df07d323686a14c690773c23e3b9b0dc0aa06662dc11c8d29644b1a299b97cae807c3
7
- data.tar.gz: f9ba82b683f23cbb1643681bb446e8d210a838438fc5ab85e656fe718708238018a6698136f747599fd59944b8694bae7ef6cb8f65b73338490713760b59a325
6
+ metadata.gz: 94ab9805f7ffa30090f15b72e989b203683ace67711611158f2645a7033f441d83bd5b85c34176dcb357026f79a1693506aae20eb3b5c4776922399258ac68c3
7
+ data.tar.gz: 360e96fceb853641ba4cd4200c1121dc2f4aad2847910fa2d4340c0c24c27ca35027a961b5975249ba05e6f5a5331add69aa5a9e45078a3ed005c713ac99eb7f
data/history.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Edge
1
+ ## Version 2.3.3 / 2014-05-22
2
2
 
3
3
  * Use longer timeout.
4
4
 
@@ -44,7 +44,7 @@ module WebTranslateIt
44
44
  puts "Unable to verify SSL certificate."
45
45
  http = Net::HTTP::Proxy(proxy.host, proxy.port, proxy.user, proxy.password).new('webtranslateit.com', 443)
46
46
  http.use_ssl = true
47
- http.open_timeout = http.read_timeout = 30
47
+ http.open_timeout = http.read_timeout = 60
48
48
  http.verify_mode = OpenSSL::SSL::VERIFY_NONE
49
49
  @@http_connection = http.start
50
50
  yield @@http_connection if block_given?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: web_translate_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.2
4
+ version: 2.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edouard Briere