convert_api 1.0.1 → 1.0.2

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: 0e44a0cc4e78a77d29b9350803511570102bba4f
4
- data.tar.gz: 11ff7d02a2027457ce7f9f41fce982195635a7a4
3
+ metadata.gz: 579e24496742c1b5f949eff206edc7807aed4de0
4
+ data.tar.gz: 0e112e384ada532f85e05f21b06165fb65dc9ef5
5
5
  SHA512:
6
- metadata.gz: 53ef63fda80f3dd8052a365d2614d17166b4eac92ff9eac35426e04d1d2fe0635f2e03067654792e84c2f41ced3097ad2155b3130ed94f2fccc0196da71249b9
7
- data.tar.gz: e7f3fc26b766252a4e15e7a901335f1f3974cb8938965e374de44d0fb8a0779f9f0c6767d48f4b3291c372cf43d041a8302e281adb78f174b51ffa5693e45b09
6
+ metadata.gz: 358043b516746c62338ae6033a4a9720dadb5016bbf1d769a340ab251ba190984dadb0e8131ba47e57135341d54061d748adc6d5a8ad01680debf834aaca3e06
7
+ data.tar.gz: f9e9b78218d3342e713132d4f31adf42740162204b2a5222f3f6abcca558f55cb697a068fcdcd1a31a572ffc02d6e0aaf60e8d8acff3a833dd4d0e69c13019a9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- convert_api (1.0.0)
4
+ convert_api (1.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -13,7 +13,7 @@ module ConvertApi
13
13
  @base_uri = URI('https://v2.convertapi.com/')
14
14
  @connect_timeout = 5
15
15
  @read_timeout = 60
16
- @conversion_timeout = 600
16
+ @conversion_timeout = 180
17
17
  @conversion_timeout_delta = 10
18
18
  @upload_timeout = 600
19
19
  @download_timeout = 600
@@ -1,3 +1,3 @@
1
1
  module ConvertApi
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: convert_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Rutkauskas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-24 00:00:00.000000000 Z
11
+ date: 2018-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler