glimr-api-client 0.1.9 → 0.1.10

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: 5c8e8313e4f1eab5051b6876e244f8145e75183b
4
- data.tar.gz: 69ee872e8f307a6c1d27adddb97cafff20eacc37
3
+ metadata.gz: 6f4ef45a3e547eb6ce5a013ab6ed7e0f41fa7fa2
4
+ data.tar.gz: 35c00557af65f0793ef65b0918318e3e0fe230f7
5
5
  SHA512:
6
- metadata.gz: d4c11c643f75b201093b3a3de81050daf104f4367b0719a8675b87066aa42a3fff27edb84140017c36c63905876e23251605dd61517b06fb13cf6320c93739ce
7
- data.tar.gz: dbba00821847a3d71bf7c4e68b20b1d0208537bd58dd259f12824ef18d684ad5b0ace73cbf309dbd9f2dbf239c6da4d4c6ab0ce7cd09b8adca06d95ba27b1e5b
6
+ metadata.gz: c893546a56ee0a2597d7c7e74b09bc39f347febb38aac93c22bb9e19f56bb35445c6a17be752172288af96353bec423fff5c02f8e79a9586bc88028e38f4bcce
7
+ data.tar.gz: bedf4e7ed116c3d2a27a44b2328b121aa88c2776724f2702a4f60a18bdb2238102a1b4f36a6d09275f0cca17bd73f52c63a201f3a71708c8974a819af4652be7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- glimr-api-client (0.1.8)
4
+ glimr-api-client (0.1.10)
5
5
  activesupport (~> 5.0)
6
6
  excon (~> 0.51)
7
7
 
@@ -51,9 +51,9 @@ module GlimrApiClient
51
51
  Excon.new(
52
52
  uri,
53
53
  headers: {
54
- 'Content-Type' => 'application/json',
55
- 'Accept' => 'application/json'
56
- },
54
+ 'Content-Type' => 'application/json',
55
+ 'Accept' => 'application/json'
56
+ },
57
57
  persistent: true
58
58
  )
59
59
  end
@@ -1,3 +1,3 @@
1
1
  module GlimrApiClient
2
- VERSION = '0.1.9'
2
+ VERSION = '0.1.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimr-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Tyree