distributed-press-api-client 0.3.0rc1 → 0.3.0rc2

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
  SHA256:
3
- metadata.gz: 2552a7612cdbbf7fe48afacf1327764e8f3f25a888d7bfd9f852b54a3fb5fa67
4
- data.tar.gz: 59b252609b9d442aee543d1e5eabb642a6321c749c4936d35ad5d5e40038df3e
3
+ metadata.gz: 1c508b60370d912f4f45de6b3f4e58498cd67dbc4df3a762a4934b5f47ad3a08
4
+ data.tar.gz: 6aad02b5eca7d6954f4dc0b9bb77848d70fb18235305634b8523ac5dda8b8b5a
5
5
  SHA512:
6
- metadata.gz: 7d81f9c8bbdfa947f9c08b20e9e6214c0b1852987384eb7b5d4c5c757d91914f83812b781bf567122ad7790403137c3c1a8459f19ef5331e1b90bf7910887cbd
7
- data.tar.gz: 909d13d6fba811597be93e00aecd24cb6961b65baa7cd0b669e7029fbdb34b9dc7e899dee6dfc8b2ec4575c6a4599d746b9a3182aa6ac50ad509ed51d0dbb5f2
6
+ metadata.gz: '09e9c0483f970d76f1ad068ca96eeb79bcf761ffbec0e4659481b36da1bbb3f0b5e252c386baef38af4fb98cbe18cf751ad7acb3062afe68df141878b3e93d0e'
7
+ data.tar.gz: f0531bd786dd810bd3f4c54a0c75d63787153e367075c413b0c0573e7484ec2ccfcd0902bed5000b67f6437d78755e6625c5ae66867c1070d3f9f83b4976defc
@@ -99,7 +99,7 @@ class DistributedPress
99
99
  def default_headers
100
100
  {
101
101
  'User-Agent' => "DistributedPress/#{DistributedPress::VERSION}",
102
- 'Content-Type' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
102
+ 'Content-Type' => 'application/json',
103
103
  'Host' => host
104
104
  }
105
105
  end
@@ -3,5 +3,5 @@
3
3
  # API client
4
4
  class DistributedPress
5
5
  # Version
6
- VERSION = '0.3.0rc1'
6
+ VERSION = '0.3.0rc2'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distributed-press-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0rc1
4
+ version: 0.3.0rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - f