ivapi 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4cacbc8c20ae024122a47f3c20acdf895f62bbfc
4
- data.tar.gz: e8d15da2d6c239b8f7c6a7ac28c6e436eafd1ddc
3
+ metadata.gz: c45d6330029687cd322bf6c8444a70db40d88600
4
+ data.tar.gz: 2f2f394de5d0fec3237dea040ed41451cf7385de
5
5
  SHA512:
6
- metadata.gz: ca16bee5cd6e80296e26886f22b18182c44705dd249d3fc88c910e9a405bb5e50eb3f4e676843e73a75dd1511f89602f7a35fc866e44dd17ec2ed5c6441f47d0
7
- data.tar.gz: 195f2902ce96c8475e62eb295be70b2187f1e3958cd2a1b3369f967d283e337d4ce1fa36def557ed16f2ab7253af7a2b616f7a0a484baa60bf19ed6b973ad0cd
6
+ metadata.gz: 837c689274155406120292bba73ba59c3a9ce75e93b89a6324305a0104061615c9fd39bd5246a424670f8682e3e6295079472c3f874adb55c3fc2479993b88e6
7
+ data.tar.gz: 9e7f2ab09aee0a4a01badcadc2a525a3635ff398774ecac374361979b4a1bd6ffa891785794156b73d061c7f39bd4f68ec8aaf5bd243232e11841fc5f66ef11e
@@ -14,7 +14,7 @@ module Ivapi
14
14
  builder.use FaradayMiddleware::FollowRedirects
15
15
  builder.use FaradayMiddleware::Mashify
16
16
 
17
- builder.use FaradayMiddleware::ParseJson, :content_type => /\bjson$/
17
+ builder.use FaradayMiddleware::ParseJson
18
18
 
19
19
  faraday_config_block.call(builder) if faraday_config_block
20
20
 
@@ -1,3 +1,3 @@
1
1
  module Ivapi
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: ivapi
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
  - Justas Palumickas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-18 00:00:00.000000000 Z
11
+ date: 2013-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler