publishing_platform_test 0.1.1 → 0.2.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: f8a979f52f84a01254408a317d74fa1c7c872862ee699fea5c3a63a940afa5ab
4
- data.tar.gz: eadc0b2ecd1fc08306901687fea3793306932823cc374e5df9e7dfdd4456a33e
3
+ metadata.gz: c1e0c0d2de1ac08e4fb69e0dc382ecf7de64be50cd964001640002b7659c70b8
4
+ data.tar.gz: b589e58382c5f5072ad32eced703d6e9048107aea276116d964b5daa797b0b6a
5
5
  SHA512:
6
- metadata.gz: c9cac54a5c1caa40489719d314ce9c02b7f81d431784a3eb908df589c6402feeed4695f505327756848fdd46cd83600dbb6d68ce8e8b3acc50aa29e779f68910
7
- data.tar.gz: ffed4ee2060898b069efbf9cfbc90ebbfad58c100894dcc933f7ebfa3057caf1aa8259b450ef2fc7c3605be044bf1434b4f0c309a9ed98de0520ea5127839b50
6
+ metadata.gz: 0bac5374173193753f85fa61f4c0e3aac9215ddf5da5ba423cc5c6623efab99f98b7074e166821feb9f93da1aa599515cd3fa3adb1556d05d44579a8f978aba8
7
+ data.tar.gz: c7c71096480264a2e45b9e9e6f8c5ef7dbedb0cb612486fef00480c82bd41895552b5199eded3843b62446cf66e709c72cb3da2a52790c54bd2de59b90f9a5a1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.4
1
+ 3.2.9
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformTest
4
- VERSION = "0.1.1"
4
+ VERSION = "0.2.0"
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.summary = "Test setup for Publishing Platform"
11
11
  spec.description = "Test configuration and dependencies for applications on Publishing Platform"
12
12
  spec.license = "MIT"
13
- spec.required_ruby_version = ">= 3.1"
13
+ spec.required_ruby_version = ">= 3.2"
14
14
 
15
15
  # Specify which files should be added to the gem when it is released.
16
16
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publishing_platform_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform
@@ -131,14 +131,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
132
  - - ">="
133
133
  - !ruby/object:Gem::Version
134
- version: '3.1'
134
+ version: '3.2'
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.6.8
141
+ rubygems_version: 4.0.9
142
142
  specification_version: 4
143
143
  summary: Test setup for Publishing Platform
144
144
  test_files: []