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

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: 1c508b60370d912f4f45de6b3f4e58498cd67dbc4df3a762a4934b5f47ad3a08
4
- data.tar.gz: 6aad02b5eca7d6954f4dc0b9bb77848d70fb18235305634b8523ac5dda8b8b5a
3
+ metadata.gz: 154095013e8b830f778bba2811430c9fc63fb7cdbc110950baaf64bd6770dab0
4
+ data.tar.gz: 26af64c2f3d72d265df12108290023c937068f6d60a559ea55b6e52cf890b72d
5
5
  SHA512:
6
- metadata.gz: '09e9c0483f970d76f1ad068ca96eeb79bcf761ffbec0e4659481b36da1bbb3f0b5e252c386baef38af4fb98cbe18cf751ad7acb3062afe68df141878b3e93d0e'
7
- data.tar.gz: f0531bd786dd810bd3f4c54a0c75d63787153e367075c413b0c0573e7484ec2ccfcd0902bed5000b67f6437d78755e6625c5ae66867c1070d3f9f83b4976defc
6
+ metadata.gz: 0dd08e4d69ff262009a65c52c9891516a113d3ff3f865659d96a1cc5bebe6b20a47b909daab826e6900bd71013cd523970462dbe699cd3944cd56f9922131f34
7
+ data.tar.gz: 23064d8e44ae4e66d62ad5169db37ad59ec4e9f1ae9fbfe0f3db534e9aacda3ae08bd15830e67eaafb028e5eceb294ed0352e3ceeb435f2469546fba6dd2c28f
@@ -99,7 +99,7 @@ class DistributedPress
99
99
  def default_headers
100
100
  {
101
101
  'User-Agent' => "DistributedPress/#{DistributedPress::VERSION}",
102
- 'Content-Type' => 'application/json',
102
+ 'Content-Type' => 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"',
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.0rc2'
6
+ VERSION = '0.3.0rc3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distributed-press-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0rc2
4
+ version: 0.3.0rc3
5
5
  platform: ruby
6
6
  authors:
7
7
  - f
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-31 00:00:00.000000000 Z
11
+ date: 2023-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable