pennmarc 1.0.12.pre1 → 1.0.12

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: f0721b33df581d826b99d553ac5f2bc67ec93d460fa19fc38fcf6a5618401529
4
- data.tar.gz: 39567b4be170f941ed23033a2146096098cf931c6492f38568d2bc790314ae02
3
+ metadata.gz: 97610e7a00a2d206d84d5865ce9ebf14b5aa43e8081d9c4f559d198cc7adde23
4
+ data.tar.gz: fcee05f6a1999b674cb699605ee1e16b04fdda87e6bb7e65c3cb54958ef19ba5
5
5
  SHA512:
6
- metadata.gz: 59a24d30cf78334adf302e6fe0b3587e0252fd71ebe72dc8e855e34cb300ef90ca9c4cbb6973e6741b52f5dfe49bc86625768afd553bb739639628177af40534
7
- data.tar.gz: 3fe34724b156d3584486cd953a021e5ff1da97904ac7f58dcec9c5e69647850abd38f815ed5facc8c350c7ff6beace09303d350779a9ccf464da6791cfd59650
6
+ metadata.gz: '0099dbb3f521e56f8ba94527e13085058191acfdaa3625f30f050da3bb96d8ae224eb9c6e9fb54620ea6d4640800bc38bd71602a59d66871eedd26c7f6287b4e'
7
+ data.tar.gz: 44cfade6b9c3ab3e0591553fbdf5c09f8be3467ccf71b0f003f7f0ff9dc8b08b1093d783b84c5f71ba3c98607a2d97f1e1ef62653cbe3af5361895d3cf964c1e
data/.gitlab-ci.yml CHANGED
@@ -29,7 +29,6 @@ rubocop_app_test:
29
29
  - .rubocop
30
30
  tags:
31
31
  - build
32
- allow_failure: true
33
32
 
34
33
  # This step was inspired from Gitlab's example of gem publication:
35
34
  # https://gitlab.com/gitlab-org/quality/pipeline-common/-/blob/master/ci/gem-release.yml
data/.rubocop_todo.yml CHANGED
@@ -1,11 +1,19 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 10000`
3
- # on 2023-11-08 20:19:45 UTC using RuboCop version 1.51.0.
3
+ # on 2024-01-11 19:45:39 UTC using RuboCop version 1.51.0.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
+ # Offense count: 1
10
+ # This cop supports safe autocorrection (--autocorrect).
11
+ # Configuration parameters: Severity, Include.
12
+ # Include: **/*.gemspec
13
+ Gemspec/RequireMFA:
14
+ Exclude:
15
+ - 'pennmarc.gemspec'
16
+
9
17
  # Offense count: 23
10
18
  # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes, Max.
11
19
  Metrics/AbcSize:
@@ -34,7 +42,7 @@ Metrics/ClassLength:
34
42
  - 'lib/pennmarc/helpers/subject.rb'
35
43
  - 'lib/pennmarc/helpers/title.rb'
36
44
 
37
- # Offense count: 18
45
+ # Offense count: 19
38
46
  # Configuration parameters: AllowedMethods, AllowedPatterns, Max.
39
47
  Metrics/CyclomaticComplexity:
40
48
  Exclude:
@@ -52,7 +60,7 @@ Metrics/CyclomaticComplexity:
52
60
  - 'lib/pennmarc/helpers/title.rb'
53
61
  - 'lib/pennmarc/util.rb'
54
62
 
55
- # Offense count: 24
63
+ # Offense count: 25
56
64
  # Configuration parameters: CountComments, Max, CountAsOne, AllowedMethods, AllowedPatterns.
57
65
  Metrics/MethodLength:
58
66
  Exclude:
@@ -115,7 +123,7 @@ Naming/VariableNumber:
115
123
  Exclude:
116
124
  - 'lib/pennmarc/util.rb'
117
125
 
118
- # Offense count: 6
126
+ # Offense count: 7
119
127
  # Configuration parameters: Max, CountAsOne.
120
128
  RSpec/ExampleLength:
121
129
  Exclude:
@@ -131,7 +139,7 @@ RSpec/FilePath:
131
139
  Exclude:
132
140
  - 'spec/lib/pennmarc/parser_spec.rb'
133
141
 
134
- # Offense count: 6
142
+ # Offense count: 12
135
143
  # Configuration parameters: Max, AllowedGroups.
136
144
  RSpec/NestedGroups:
137
145
  Exclude:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PennMARC
4
- VERSION = '1.0.12.pre1'
4
+ VERSION = '1.0.12'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pennmarc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.12.pre1
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Kanning
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-01-11 00:00:00.000000000 Z
13
+ date: 2024-01-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -161,9 +161,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  version: '3.2'
162
162
  required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ">"
164
+ - - ">="
165
165
  - !ruby/object:Gem::Version
166
- version: 1.3.1
166
+ version: '0'
167
167
  requirements: []
168
168
  rubygems_version: 3.4.10
169
169
  signing_key: