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 +4 -4
- data/.gitlab-ci.yml +0 -1
- data/.rubocop_todo.yml +13 -5
- data/lib/pennmarc/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97610e7a00a2d206d84d5865ce9ebf14b5aa43e8081d9c4f559d198cc7adde23
|
|
4
|
+
data.tar.gz: fcee05f6a1999b674cb699605ee1e16b04fdda87e6bb7e65c3cb54958ef19ba5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0099dbb3f521e56f8ba94527e13085058191acfdaa3625f30f050da3bb96d8ae224eb9c6e9fb54620ea6d4640800bc38bd71602a59d66871eedd26c7f6287b4e'
|
|
7
|
+
data.tar.gz: 44cfade6b9c3ab3e0591553fbdf5c09f8be3467ccf71b0f003f7f0ff9dc8b08b1093d783b84c5f71ba3c98607a2d97f1e1ef62653cbe3af5361895d3cf964c1e
|
data/.gitlab-ci.yml
CHANGED
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
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
142
|
+
# Offense count: 12
|
|
135
143
|
# Configuration parameters: Max, AllowedGroups.
|
|
136
144
|
RSpec/NestedGroups:
|
|
137
145
|
Exclude:
|
data/lib/pennmarc/version.rb
CHANGED
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
|
|
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-
|
|
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:
|
|
166
|
+
version: '0'
|
|
167
167
|
requirements: []
|
|
168
168
|
rubygems_version: 3.4.10
|
|
169
169
|
signing_key:
|