exponent-server-sdk 0.0.3 → 0.0.4

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: 88ec6ffe5bd4602818f88d05b6ce235631cd4951
4
- data.tar.gz: b5cf4200640d97ca8136dbe2788c60b1a28d1531
3
+ metadata.gz: e290026a253948ce4a49f205bb465c4fdff55ca9
4
+ data.tar.gz: 685948552e549b3e73a661a6926566995a9f8242
5
5
  SHA512:
6
- metadata.gz: 51937e0397c547c37f7a6da6dc0b94897cf578ef47ca4271f5ee2b15c216cea04a9071893cd45e2a3ca2f729feffa60bc1b0c893640fdd72a15d4e8605caa04f
7
- data.tar.gz: 15b4e65065e9526a407b9f274f7bb9d56427cd2ee7dd842962d1be4f0ff9812f3e65d9f6c4e6bad8b9ef45047543a6ee401ef7a0698deece9cb0de44da90ffec
6
+ metadata.gz: abdab3e84de434c00a58110af875108e3f04cfe0df00e32d52c1d71b96673843de012c422849f108fa515730e253ad75d088d89c9895e9f8909dec6acdf7b409
7
+ data.tar.gz: b8140c4d97ab32205fbd9b77a51b632d92264d05d5f1e642d0fecc644f85413c12c36fe4b11f394e3a85581c9de2ed314516cedbf489b8cdcd4d2b36f088fd46
@@ -69,8 +69,7 @@ module Exponent
69
69
  def headers
70
70
  {
71
71
  'Content-Type' => 'application/json',
72
- 'Accept' => 'application/json',
73
- 'Accept-Encoding' => 'gzip, deflate'
72
+ 'Accept' => 'application/json'
74
73
  }
75
74
  end
76
75
 
@@ -1,3 +1,3 @@
1
1
  module Exponent
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -109,8 +109,7 @@ class ExponentServerSdkTest < Minitest::Test
109
109
  body: messages.to_json,
110
110
  headers: {
111
111
  'Content-Type' => 'application/json',
112
- 'Accept' => 'application/json',
113
- 'Accept-Encoding' => 'gzip, deflate'
112
+ 'Accept' => 'application/json'
114
113
  }
115
114
  }
116
115
  ]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exponent-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Ruder
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-13 00:00:00.000000000 Z
12
+ date: 2018-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus