bigcartel-api 0.0.6 → 0.0.7

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: ec5ef96fdac97c0e85885ef812d3c83b4493ae02
4
- data.tar.gz: e1cfc1f8d02be8c46c7e6f09d7746af8c57d14fd
3
+ metadata.gz: b2e125ff6e65c7b9e133e0afe76b74b006d9761f
4
+ data.tar.gz: 298c4ff76d5af603f0db659e33aaa3c66f5ee04e
5
5
  SHA512:
6
- metadata.gz: a8e413e6e3d460d74ef12c23383744792fdae8ccf1492483950a5b5e918fe323e007729ceb9c29ce76af9251460ea24f78cd1f2b1bf19733f3febb68985f3751
7
- data.tar.gz: a73cad66f7517992f6d70d1c56bab96c82a854eb64a6db4582e8941de0fc609b5ba3d059a646c8d8b242cda10efe799023e9db348a03462da60e125c5ee3d9fb
6
+ metadata.gz: b6e37f63f6ae33bcc5af620e757bf20e41122e6883a174b188cb776eb29787943205a0774e0072e0fab9e61ca36f99a4b2a99da735c0553933a453e0174c92cb
7
+ data.tar.gz: 6b5aba46dcabede907006cb02a1223302ca3f4eb23e87ec886d235012adc93158db6d8f5da26fcc1b49509c226d04ae519b84fdc448745e00aeacfc8562fe918
@@ -9,7 +9,7 @@ module Bigcartel
9
9
  end
10
10
 
11
11
  def patch(path, options = {})
12
- normalize_response RestClient.patch(api_url(path), options.to_json, headers.merge(content_type: 'application/vnd.api+json'))
12
+ normalize_response RestClient.patch(api_url(path), options.to_json, headers.merge(content_type: 'application/vnd.api+json', accept: 'application/vnd.api+json'))
13
13
  end
14
14
 
15
15
  private
@@ -1,3 +1,3 @@
1
1
  module Bigcartel
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigcartel-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Montgomery
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-15 00:00:00.000000000 Z
11
+ date: 2015-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler