pennmarc 1.2.12 → 1.2.13

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: ba9e67db0150db000412aced9bbcfa47109e0a3d9e0077abb634a9aedc6110d2
4
- data.tar.gz: 456f88b47a83305f0eb71b2daf5afc8704048e4761ae7f5ef5315b189ee89b85
3
+ metadata.gz: 719466299ad1a353660f7bd006536c10ad6930d355b35772d6b9def1b9b23a07
4
+ data.tar.gz: 816da990110c9642d885f1cb5d8de44b4d3872ecd9ec8f82ea9c63eaeea0a6cc
5
5
  SHA512:
6
- metadata.gz: be56036ff189496fedb33c611578134b39975ea7c779fd73fe941cb26898c7bcbb3485f3a409c4b510f187985ca1a5df42a1309ceaa8b227d1ea261e5b861b1a
7
- data.tar.gz: e84d79da22e084545f4d84b37364d39de44a16f4dcf2382d07b16b4a6992c39e9473df58576d9232af00c30d40e20cd96ddcba04352cfd2d9764f9c2a025f535
6
+ metadata.gz: f6ec0f1d787032d414b00a47a44ee2fec175343a7cb06a409683514c431e14f0bad7a460aaaf19ddf740ddb1be6502d6a2ee77199c5ff074a5ae860a1cc47355
7
+ data.tar.gz: 15c5ddaf574bbc52dde90c3024b1c312c4d59189386aa0eba497ad0b8104f846c781f9087b75a602296e1a1afc61e087013a442592889592f873460736abe243
data/Gemfile.lock CHANGED
@@ -20,18 +20,18 @@ GEM
20
20
  scrub_rb (>= 1.0.1, < 2)
21
21
  unf
22
22
  minitest (5.18.0)
23
- nokogiri (1.15.2-arm64-darwin)
23
+ nokogiri (1.18.5-arm64-darwin)
24
24
  racc (~> 1.4)
25
- nokogiri (1.15.2-x64-mingw-ucrt)
25
+ nokogiri (1.18.5-x64-mingw-ucrt)
26
26
  racc (~> 1.4)
27
- nokogiri (1.15.2-x86_64-darwin)
27
+ nokogiri (1.18.5-x86_64-darwin)
28
28
  racc (~> 1.4)
29
- nokogiri (1.15.2-x86_64-linux)
29
+ nokogiri (1.18.5-x86_64-linux-gnu)
30
30
  racc (~> 1.4)
31
31
  parallel (1.23.0)
32
32
  parser (3.2.2.1)
33
33
  ast (~> 2.4.1)
34
- racc (1.6.2)
34
+ racc (1.8.1)
35
35
  rack (3.0.7)
36
36
  rainbow (3.1.1)
37
37
  rake (13.0.6)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PennMARC
4
- VERSION = '1.2.12'
4
+ VERSION = '1.2.13'
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.2.12
4
+ version: 1.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Kanning
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2025-03-19 00:00:00.000000000 Z
15
+ date: 2025-03-24 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: activesupport