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 +4 -4
- data/.github/workflows/test.yml +2 -4
- data/gemfiles/{Gemfile-activemodel-5.0.x → Gemfile-activemodel-7.1.x} +1 -1
- data/lib/sps_king/version.rb +1 -1
- data/sps_king.gemspec +1 -1
- metadata +5 -7
- data/gemfiles/Gemfile-activemodel-5.1.x +0 -5
- data/gemfiles/Gemfile-activemodel-5.2.x +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19d0865ad6d2b22dd641a185a944fbd202ccac2cc0c35978aa17c96461f284a5
|
|
4
|
+
data.tar.gz: 5fc3c5d5ab1bf1e0d0064f14b91dec22f586d68f87128615ff90ea7b42dfc6e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d8858f99dee20619395d99ec7c272cae8a361a90592993e57ae0b737bd21f7729d6233e970d517abf9d2178624e2be51a358770a9f211fca58ba513701232e2
|
|
7
|
+
data.tar.gz: bb74468d090c2bf36f57dc8d527e8ae3abacb0e501e68182458ddd02bd30a3e2940af8c4eab2df51b9496b044b6f8bb9d7429bb6b27216386218830de3f21ab9
|
data/.github/workflows/test.yml
CHANGED
|
@@ -12,14 +12,12 @@ jobs:
|
|
|
12
12
|
|
|
13
13
|
strategy:
|
|
14
14
|
matrix:
|
|
15
|
-
ruby-version: ['
|
|
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
|
data/lib/sps_king/version.rb
CHANGED
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 = '>=
|
|
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.
|
|
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:
|
|
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: '
|
|
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.
|
|
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
|