proformaxml 1.5.1 → 1.5.2

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: d18194bbaa507eb74a566d374f500824deb6d40380291f0a691d9d98d5050466
4
- data.tar.gz: 9903f5f2beae7909cb1e02f7e351f41d8c60fc3135a6ad8ea447441d07f696d0
3
+ metadata.gz: d6a424eb17efb03a22dac8b018ed30feb977fad2d37a5362f792647a5f3a8c42
4
+ data.tar.gz: 1f277120bc96e89608064bdcd2357eab6914e2f1f115400505a79d05b880411c
5
5
  SHA512:
6
- metadata.gz: 828392048a14868c751d143d338416a08b283f85d3d16665a3267ea466ec701589851ca711deef2880064c966a6cbb9cbded366c4fddea4da470695f063ce631
7
- data.tar.gz: b7b22d6e668c3bbfbba4a8280991c3800b4b340260dfc8096f3c96d1e755e888647c30c0b2f0f0b6d0736284b7716bbc9227be071fbfb7ec81a971151add6504
6
+ metadata.gz: 0ab036a003a5292b736e1ab0b501c452c2c03a3966982084649f7a45b5761af66df108882de8c1c79c0b5d8759f6bd7fb3f2968867798b8084d7f1c596e949dd
7
+ data.tar.gz: 16428bbc3cb3b2f7e5c609a1836ae96119ba1e72b09c71021e41b18fd46a89c8c532f659b83223a48677d4580e3fca96adbd84ceb75f5a94c8118d01d6d7a1b3
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proformaxml (1.5.1)
5
- activemodel (>= 5.2.3, < 8.0.0)
6
- activesupport (>= 5.2.3, < 8.0.0)
4
+ proformaxml (1.5.2)
5
+ activemodel (>= 5.2.3, < 9.0.0)
6
+ activesupport (>= 5.2.3, < 9.0.0)
7
7
  dachsfisch (~> 1.0.0)
8
8
  nokogiri (>= 1.10.2, < 2.0.0)
9
9
  rubyzip (>= 1.2.2, < 3.0.0)
@@ -11,10 +11,11 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.2.1)
15
- activesupport (= 7.2.1)
16
- activesupport (7.2.1)
14
+ activemodel (8.0.0)
15
+ activesupport (= 8.0.0)
16
+ activesupport (8.0.0)
17
17
  base64
18
+ benchmark (>= 0.3)
18
19
  bigdecimal
19
20
  concurrent-ruby (~> 1.0, >= 1.3.1)
20
21
  connection_pool (>= 2.2.5)
@@ -24,23 +25,25 @@ GEM
24
25
  minitest (>= 5.1)
25
26
  securerandom (>= 0.3)
26
27
  tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
27
29
  ast (2.4.2)
28
30
  base64 (0.2.0)
31
+ benchmark (0.4.0)
29
32
  bigdecimal (3.1.8)
30
33
  byebug (11.1.3)
31
34
  coderay (1.1.3)
32
35
  concurrent-ruby (1.3.4)
33
36
  connection_pool (2.4.1)
34
- dachsfisch (1.0.0)
37
+ dachsfisch (1.0.2)
35
38
  nokogiri (>= 1.14.1, < 2.0.0)
36
39
  diff-lcs (1.5.1)
37
- docile (1.4.0)
40
+ docile (1.4.1)
38
41
  drb (2.2.1)
39
- factory_bot (6.4.6)
42
+ factory_bot (6.5.0)
40
43
  activesupport (>= 5.0.0)
41
44
  ffi (1.17.0)
42
45
  formatador (1.1.0)
43
- guard (2.18.1)
46
+ guard (2.19.0)
44
47
  formatador (>= 0.2.4)
45
48
  listen (>= 2.7, < 4.0)
46
49
  lumberjack (>= 1.0.12, < 2.0)
@@ -54,14 +57,14 @@ GEM
54
57
  guard (~> 2.1)
55
58
  guard-compat (~> 1.1)
56
59
  rspec (>= 2.99.0, < 4.0)
57
- i18n (1.14.5)
60
+ i18n (1.14.6)
58
61
  concurrent-ruby (~> 1.0)
59
- json (2.7.2)
62
+ json (2.8.1)
60
63
  language_server-protocol (3.17.0.3)
61
64
  listen (3.9.0)
62
65
  rb-fsevent (~> 0.10, >= 0.10.3)
63
66
  rb-inotify (~> 0.9, >= 0.9.10)
64
- logger (1.6.0)
67
+ logger (1.6.1)
65
68
  lumberjack (1.2.10)
66
69
  method_source (1.1.0)
67
70
  mini_portile2 (2.8.7)
@@ -74,7 +77,7 @@ GEM
74
77
  nenv (~> 0.1)
75
78
  shellany (~> 0.0)
76
79
  parallel (1.26.3)
77
- parser (3.3.4.2)
80
+ parser (3.3.6.0)
78
81
  ast (~> 2.4.1)
79
82
  racc
80
83
  pry (0.14.2)
@@ -84,56 +87,53 @@ GEM
84
87
  byebug (~> 11.0)
85
88
  pry (>= 0.13, < 0.15)
86
89
  racc (1.8.1)
87
- rack (3.1.7)
90
+ rack (3.1.8)
88
91
  rainbow (3.1.1)
89
92
  rake (13.2.1)
90
93
  rb-fsevent (0.11.2)
91
94
  rb-inotify (0.11.1)
92
95
  ffi (~> 1.0)
93
96
  regexp_parser (2.9.2)
94
- rexml (3.3.6)
95
- strscan
96
97
  rspec (3.13.0)
97
98
  rspec-core (~> 3.13.0)
98
99
  rspec-expectations (~> 3.13.0)
99
100
  rspec-mocks (~> 3.13.0)
100
101
  rspec-collection_matchers (1.2.1)
101
102
  rspec-expectations (>= 2.99.0.beta1)
102
- rspec-core (3.13.0)
103
+ rspec-core (3.13.2)
103
104
  rspec-support (~> 3.13.0)
104
- rspec-expectations (3.13.1)
105
+ rspec-expectations (3.13.3)
105
106
  diff-lcs (>= 1.2.0, < 2.0)
106
107
  rspec-support (~> 3.13.0)
107
108
  rspec-github (2.4.0)
108
109
  rspec-core (~> 3.0)
109
- rspec-mocks (3.13.1)
110
+ rspec-mocks (3.13.2)
110
111
  diff-lcs (>= 1.2.0, < 2.0)
111
112
  rspec-support (~> 3.13.0)
112
113
  rspec-support (3.13.1)
113
- rubocop (1.65.1)
114
+ rubocop (1.68.0)
114
115
  json (~> 2.3)
115
116
  language_server-protocol (>= 3.17.0)
116
117
  parallel (~> 1.10)
117
118
  parser (>= 3.3.0.2)
118
119
  rainbow (>= 2.2.2, < 4.0)
119
120
  regexp_parser (>= 2.4, < 3.0)
120
- rexml (>= 3.2.5, < 4.0)
121
- rubocop-ast (>= 1.31.1, < 2.0)
121
+ rubocop-ast (>= 1.32.2, < 2.0)
122
122
  ruby-progressbar (~> 1.7)
123
123
  unicode-display_width (>= 2.4.0, < 3.0)
124
- rubocop-ast (1.32.1)
124
+ rubocop-ast (1.34.1)
125
125
  parser (>= 3.3.1.0)
126
126
  rubocop-factory_bot (2.26.1)
127
127
  rubocop (~> 1.61)
128
- rubocop-performance (1.21.1)
128
+ rubocop-performance (1.22.1)
129
129
  rubocop (>= 1.48.1, < 2.0)
130
130
  rubocop-ast (>= 1.31.1, < 2.0)
131
- rubocop-rails (2.26.0)
131
+ rubocop-rails (2.27.0)
132
132
  activesupport (>= 4.2.0)
133
133
  rack (>= 1.1)
134
134
  rubocop (>= 1.52.0, < 2.0)
135
135
  rubocop-ast (>= 1.31.1, < 2.0)
136
- rubocop-rspec (3.0.4)
136
+ rubocop-rspec (3.2.0)
137
137
  rubocop (~> 1.61)
138
138
  rubocop-rspec_rails (2.30.0)
139
139
  rubocop (~> 1.61)
@@ -146,13 +146,13 @@ GEM
146
146
  docile (~> 1.1)
147
147
  simplecov-html (~> 0.11)
148
148
  simplecov_json_formatter (~> 0.1)
149
- simplecov-html (0.12.3)
149
+ simplecov-html (0.13.1)
150
150
  simplecov_json_formatter (0.1.4)
151
- strscan (3.1.0)
152
- thor (1.3.1)
151
+ thor (1.3.2)
153
152
  tzinfo (2.0.6)
154
153
  concurrent-ruby (~> 1.0)
155
- unicode-display_width (2.5.0)
154
+ unicode-display_width (2.6.0)
155
+ uri (1.0.1)
156
156
 
157
157
  PLATFORMS
158
158
  ruby
@@ -178,4 +178,4 @@ DEPENDENCIES
178
178
  simplecov
179
179
 
180
180
  BUNDLED WITH
181
- 2.5.15
181
+ 2.5.23
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProformaXML
4
- VERSION = '1.5.1'
4
+ VERSION = '1.5.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proformaxml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karol
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-26 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 5.2.3
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 8.0.0
22
+ version: 9.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: 5.2.3
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 8.0.0
32
+ version: 9.0.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: activesupport
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: 5.2.3
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: 8.0.0
42
+ version: 9.0.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: 5.2.3
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: 8.0.0
52
+ version: 9.0.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: dachsfisch
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -150,7 +150,6 @@ files:
150
150
  - lib/proformaxml/services/validator.rb
151
151
  - lib/proformaxml/services/version_and_namespace_extractor.rb
152
152
  - lib/proformaxml/version.rb
153
- - proformaxml.gemspec
154
153
  homepage: https://github.com/openHPI/proformaxml
155
154
  licenses:
156
155
  - MIT
@@ -171,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
170
  - !ruby/object:Gem::Version
172
171
  version: '0'
173
172
  requirements: []
174
- rubygems_version: 3.5.15
173
+ rubygems_version: 3.5.23
175
174
  signing_key:
176
175
  specification_version: 4
177
176
  summary: Implements parts of ProFormA-XML specification
data/proformaxml.gemspec DELETED
@@ -1,37 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative 'lib/proformaxml/version'
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = 'proformaxml'
7
- spec.version = ProformaXML::VERSION
8
- spec.authors = ['Karol']
9
- spec.email = ['git@koehn.pro']
10
-
11
- spec.summary = 'Implements parts of ProFormA-XML specification'
12
- spec.description = 'Offers datastructure and (de)serializer according to ProFormA-XML specification.'
13
- spec.homepage = 'https://github.com/openHPI/proformaxml'
14
- spec.license = 'MIT'
15
-
16
- spec.required_ruby_version = '>= 3.3'
17
-
18
- # Specify which files should be added to the gem when it is released.
19
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
20
- spec.files = Dir.chdir(__dir__) do
21
- `git ls-files -z`.split("\x0").reject do |f|
22
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|circleci)|appveyor)})
23
- end
24
- end
25
-
26
- spec.bindir = 'exe'
27
- spec.executables = spec.files.grep(%r{\Aexe/}) {|f| File.basename(f) }
28
- spec.require_paths = ['lib']
29
-
30
- spec.add_dependency 'activemodel', '>= 5.2.3', '< 8.0.0'
31
- spec.add_dependency 'activesupport', '>= 5.2.3', '< 8.0.0'
32
- spec.add_dependency 'dachsfisch', '~> 1.0.0'
33
- spec.add_dependency 'nokogiri', '>= 1.10.2', '< 2.0.0'
34
- spec.add_dependency 'rubyzip', '>= 1.2.2', '< 3.0.0'
35
-
36
- spec.metadata['rubygems_mfa_required'] = 'true'
37
- end