publishing_platform_api_adapters 0.13.1 → 0.14.0

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: 14cea6f36c1e38e0abcddbf7d173847e6981e22c98381b45ffeba213a982e45c
4
- data.tar.gz: 84363cb367d0b5a275f54f8413ce8ce38b463d213de1bd21b4ba4cb672266597
3
+ metadata.gz: eeeb7e3e61179d1abc7f36da71a4f794019d698ea98cd1273e38098f35bf919d
4
+ data.tar.gz: fe4ccb4d617bdaa216cfd57a61032c6a973eeee3b98251ec058ff8ac3a740bf3
5
5
  SHA512:
6
- metadata.gz: 6388d75747f5ec861a932782994d259b8eaa80bb954d1575368f7ca4ea6c46a9d8bebeb2556c912996127eac32a762a1ac073e275cc070a13d51a83b7d90329e
7
- data.tar.gz: 6e5a5a42b40950bf04dbc74038759c3837ce4b08e11f66108212513a76a338a13eb2119f573218c9a69e7098daada2b4aa9408cf5d429453bca6956f40a65ae9
6
+ metadata.gz: 37d10af10458f1fae5a1570c1174ede393dd4ad9cd745c0a6465aa22b25b1adcfaf3a9cef25eb2532293d081be4c0fae7d873caa5ce37abd378d96493cdffbc7
7
+ data.tar.gz: 95c78a262a423b4f19952dd389d1a752ce034105429455a3a4681adbf6a3dd358185fc498292dedbe5874b00dc5e4152b322bb57f215a2d2d5a136c4b93b04ff
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformApi
4
- VERSION = "0.13.1"
4
+ VERSION = "0.14.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publishing_platform_api_adapters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -220,14 +220,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
220
  requirements:
221
221
  - - ">="
222
222
  - !ruby/object:Gem::Version
223
- version: '3.1'
223
+ version: '3.2'
224
224
  required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  requirements:
226
226
  - - ">="
227
227
  - !ruby/object:Gem::Version
228
228
  version: '0'
229
229
  requirements: []
230
- rubygems_version: 4.0.6
230
+ rubygems_version: 4.0.9
231
231
  specification_version: 4
232
232
  summary: Adapters to work with Publishing Platform APIs
233
233
  test_files: []