convert_api 1.0.2 → 1.0.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: 579e24496742c1b5f949eff206edc7807aed4de0
4
- data.tar.gz: 0e112e384ada532f85e05f21b06165fb65dc9ef5
3
+ metadata.gz: 903aa18e8de24c90508710a41d4d5002771b3c7d
4
+ data.tar.gz: 206db6d436f6d427bc939373ee1e32cb59625196
5
5
  SHA512:
6
- metadata.gz: 358043b516746c62338ae6033a4a9720dadb5016bbf1d769a340ab251ba190984dadb0e8131ba47e57135341d54061d748adc6d5a8ad01680debf834aaca3e06
7
- data.tar.gz: f9e9b78218d3342e713132d4f31adf42740162204b2a5222f3f6abcca558f55cb697a068fcdcd1a31a572ffc02d6e0aaf60e8d8acff3a833dd4d0e69c13019a9
6
+ metadata.gz: 81be92484ff9f5fd66e7a1a9d39e55e2800ccf6991801e39d4f213e8642f35cb212a7d841f86154e6aa47e99af4e49b8e9f8a397c2c76df2e94bd00f90fb993d
7
+ data.tar.gz: d7bb82ee4b271d858fb2ad258c136de60b0917800a02ebcd12411cf81e6ea505e067300855793800bbbbaf291add92af3f8190a5819c751a9f1ada693288a05b
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ Gemfile.lock
9
10
 
10
11
  # rspec failure tracking
11
12
  .rspec_status
@@ -17,7 +17,7 @@ module ConvertApi
17
17
  read_timeout = @conversion_timeout + config.conversion_timeout_delta
18
18
 
19
19
  response = ConvertApi.client.post(
20
- "#{from_format}/to/#{@to_format}",
20
+ "convert/#{from_format}/to/#{@to_format}",
21
21
  params,
22
22
  read_timeout: read_timeout
23
23
  )
@@ -1,3 +1,3 @@
1
1
  module ConvertApi
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
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.2
4
+ version: 1.0.3
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-07-15 00:00:00.000000000 Z
11
+ date: 2018-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -67,7 +67,6 @@ files:
67
67
  - ".ruby-version"
68
68
  - ".travis.yml"
69
69
  - Gemfile
70
- - Gemfile.lock
71
70
  - LICENSE.txt
72
71
  - README.md
73
72
  - Rakefile
@@ -1,35 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- convert_api (1.0.2)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- diff-lcs (1.3)
10
- rake (10.5.0)
11
- rspec (3.7.0)
12
- rspec-core (~> 3.7.0)
13
- rspec-expectations (~> 3.7.0)
14
- rspec-mocks (~> 3.7.0)
15
- rspec-core (3.7.1)
16
- rspec-support (~> 3.7.0)
17
- rspec-expectations (3.7.0)
18
- diff-lcs (>= 1.2.0, < 2.0)
19
- rspec-support (~> 3.7.0)
20
- rspec-mocks (3.7.0)
21
- diff-lcs (>= 1.2.0, < 2.0)
22
- rspec-support (~> 3.7.0)
23
- rspec-support (3.7.1)
24
-
25
- PLATFORMS
26
- ruby
27
-
28
- DEPENDENCIES
29
- bundler (~> 1.16)
30
- convert_api!
31
- rake (~> 10.0)
32
- rspec (~> 3.0)
33
-
34
- BUNDLED WITH
35
- 1.16.1