cul-preservation_utils 0.1.4 → 0.1.5

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: e40bd6ef52afe2b4a3e501191ba1da9a63b984c1c192f59f79fbd88f502c7171
4
- data.tar.gz: 8b8057c5e56fc06c1e8540b599975e8e10927a9ea823505b1d74c9462662afbf
3
+ metadata.gz: 4a4c87baee6aa27e70721ddd469216879a32537920b24708bb7046b4649145dd
4
+ data.tar.gz: b52df8575a8f29a25b947d9fd9ed30f601973a14d3a624b5940bdccc81914256
5
5
  SHA512:
6
- metadata.gz: 89f2499f64cd91e9c7acfc1e417466b7947d770b3874d1ee745d775da185f1fbe477a32a27882b3321114b702666fcae33ee352b4c6561d325d342e777b8821e
7
- data.tar.gz: 3ffdd1f6ab8e17f84edd968c24ab6bb564038e7bc422e96781b7f210b868797516581ecb275399c09b89aee123fa02097417d48485d7730b96fe549b83b2836e
6
+ metadata.gz: 75919faceb9a51452020a95fa8abbf0227e77a9388e03dbea390db4f56c2f65f71b52d8e9835ce36a3edc26fb2f16b93da863ebead8f7f019205c538b1f297a2
7
+ data.tar.gz: b281747bd2ea9c5506e597e00e17abaa31e19a010f3dde7166fc69c143d3be58dff8cadfad9762eefc032a836a9309ae9a88615dabc60ce78937a9ca354aff6a
data/.rubocop.yml CHANGED
@@ -2,4 +2,7 @@ inherit_gem:
2
2
  rubocul: rubocul_default.yml
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 3.1 # TODO change to lower ruby version (match folio client)?
5
+ TargetRubyVersion: 3.2
6
+
7
+ Rails/Output:
8
+ Enabled: false
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.2.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cul
4
4
  module PreservationUtils
5
- VERSION = '0.1.4'
5
+ VERSION = '0.1.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cul-preservation_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bradley Goldsmith
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-05-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: stringex
@@ -40,6 +39,7 @@ extra_rdoc_files: []
40
39
  files:
41
40
  - ".rspec"
42
41
  - ".rubocop.yml"
42
+ - ".ruby-version"
43
43
  - CHANGELOG.md
44
44
  - LICENSE.txt
45
45
  - README.md
@@ -53,7 +53,6 @@ licenses:
53
53
  - Apache-2.0
54
54
  metadata:
55
55
  homepage_uri: https://github.com/cul/cul-preservation_utils
56
- post_install_message:
57
56
  rdoc_options: []
58
57
  require_paths:
59
58
  - lib
@@ -61,15 +60,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
60
  requirements:
62
61
  - - ">="
63
62
  - !ruby/object:Gem::Version
64
- version: 3.1.0
63
+ version: 3.2.2
65
64
  required_rubygems_version: !ruby/object:Gem::Requirement
66
65
  requirements:
67
66
  - - ">="
68
67
  - !ruby/object:Gem::Version
69
68
  version: '0'
70
69
  requirements: []
71
- rubygems_version: 3.5.16
72
- signing_key:
70
+ rubygems_version: 3.6.8
73
71
  specification_version: 4
74
72
  summary: Utilities related to Preservation workflows at Columbia University Library.
75
73
  test_files: []