sps_king 0.2.0 → 0.3.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: '057802d5c085e2f1442004029861f0d3547bc73bbc82a8cad0899325ec26e8a5'
4
- data.tar.gz: 919cc15db81dcf2f8477d0b6309bf61e5db603cdfacefaa253c0127ab9211458
3
+ metadata.gz: 19d0865ad6d2b22dd641a185a944fbd202ccac2cc0c35978aa17c96461f284a5
4
+ data.tar.gz: 5fc3c5d5ab1bf1e0d0064f14b91dec22f586d68f87128615ff90ea7b42dfc6e1
5
5
  SHA512:
6
- metadata.gz: 1cbeef6cf2715b6348368c3ae749c1c3c7201db1d9316744f78c14b35deed481fa86bd89e65e3d73965719d683d1d9e8656228c7ba4ac0dff1518613f9c9f1c6
7
- data.tar.gz: b52c8eb22238968ec4f5ebf7714ba6513e424916cc889e69bde698168bd101ab422dc2b1468a3090cc860778b9641b07e90ce75f944d311677d7d0ca10fc6ab9
6
+ metadata.gz: 6d8858f99dee20619395d99ec7c272cae8a361a90592993e57ae0b737bd21f7729d6233e970d517abf9d2178624e2be51a358770a9f211fca58ba513701232e2
7
+ data.tar.gz: bb74468d090c2bf36f57dc8d527e8ae3abacb0e501e68182458ddd02bd30a3e2940af8c4eab2df51b9496b044b6f8bb9d7429bb6b27216386218830de3f21ab9
@@ -12,14 +12,12 @@ jobs:
12
12
 
13
13
  strategy:
14
14
  matrix:
15
- ruby-version: ['2.7']
15
+ ruby-version: ['3.0']
16
16
  gemfile:
17
- - gemfiles/Gemfile-activemodel-5.0.x
18
- - gemfiles/Gemfile-activemodel-5.1.x
19
- - gemfiles/Gemfile-activemodel-5.2.x
20
17
  - gemfiles/Gemfile-activemodel-6.0.x
21
18
  - gemfiles/Gemfile-activemodel-6.1.x
22
19
  - gemfiles/Gemfile-activemodel-7.0.x
20
+ - gemfiles/Gemfile-activemodel-7.1.x
23
21
 
24
22
  steps:
25
23
  - uses: actions/checkout@v3
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
2
2
 
3
3
  gemspec path: '..'
4
4
 
5
- gem 'activemodel', '~> 5.0.0'
5
+ gem 'activemodel', '~> 7.1.0'
@@ -1,3 +1,3 @@
1
1
  module SPS
2
- VERSION = '0.2.0'
2
+ VERSION = '0.3.0'
3
3
  end
data/sps_king.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
18
18
  s.require_paths = ['lib']
19
19
 
20
- s.required_ruby_version = '>= 2.7'
20
+ s.required_ruby_version = '>= 3.0'
21
21
 
22
22
  s.add_runtime_dependency 'activemodel', '>= 5.0'
23
23
  s.add_runtime_dependency 'nokogiri'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sps_king
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Schoknecht
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-16 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -124,12 +124,10 @@ files:
124
124
  - LICENSE.txt
125
125
  - README.md
126
126
  - Rakefile
127
- - gemfiles/Gemfile-activemodel-5.0.x
128
- - gemfiles/Gemfile-activemodel-5.1.x
129
- - gemfiles/Gemfile-activemodel-5.2.x
130
127
  - gemfiles/Gemfile-activemodel-6.0.x
131
128
  - gemfiles/Gemfile-activemodel-6.1.x
132
129
  - gemfiles/Gemfile-activemodel-7.0.x
130
+ - gemfiles/Gemfile-activemodel-7.1.x
133
131
  - lib/schema/pain.001.001.03.ch.02.xsd
134
132
  - lib/schema/pain.008.001.02.ch.03.xsd
135
133
  - lib/sps_king.rb
@@ -184,14 +182,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
184
182
  requirements:
185
183
  - - ">="
186
184
  - !ruby/object:Gem::Version
187
- version: '2.7'
185
+ version: '3.0'
188
186
  required_rubygems_version: !ruby/object:Gem::Requirement
189
187
  requirements:
190
188
  - - ">="
191
189
  - !ruby/object:Gem::Version
192
190
  version: '0'
193
191
  requirements: []
194
- rubygems_version: 3.1.6
192
+ rubygems_version: 3.5.3
195
193
  signing_key:
196
194
  specification_version: 4
197
195
  summary: Ruby gem for creating SPS XML files
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '..'
4
-
5
- gem 'activemodel', '~> 5.1.0'
@@ -1,5 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec path: '..'
4
-
5
- gem 'activemodel', '~> 5.2.0'