cul-preservation_utils 0.1.4 → 0.1.6

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: 3dfbaa551f914435a54b9867ab8b07840187004161d083083f0ca45e3fda950c
4
+ data.tar.gz: 1b3b1de9043ecb253ea8f1fe459091f9f88621be10ea422c4bd261ed287c0fc5
5
5
  SHA512:
6
- metadata.gz: 89f2499f64cd91e9c7acfc1e417466b7947d770b3874d1ee745d775da185f1fbe477a32a27882b3321114b702666fcae33ee352b4c6561d325d342e777b8821e
7
- data.tar.gz: 3ffdd1f6ab8e17f84edd968c24ab6bb564038e7bc422e96781b7f210b868797516581ecb275399c09b89aee123fa02097417d48485d7730b96fe549b83b2836e
6
+ metadata.gz: da904712c32a211ac4d68f12c1682dc3bd469d09715652ae4e1a05344629ab8bf97b620ee61773ef025a48afc07212f014f9e35817343c0a6bca39d9cc165d57
7
+ data.tar.gz: 1ee463fb8aabb68ce8b19590f4f9d0f88403832370702d2174071dd51cf828a20f18b52ced6b9db8d3c710ce354b438a20cae0ab2acda17739b58c2e1e6c084b
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.6'
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.6
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
@@ -30,6 +29,20 @@ dependencies:
30
29
  - - ">="
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.8.6
32
+ - !ruby/object:Gem::Dependency
33
+ name: ostruct
34
+ requirement: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - "~>"
37
+ - !ruby/object:Gem::Version
38
+ version: 0.1.0
39
+ type: :runtime
40
+ prerelease: false
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - "~>"
44
+ - !ruby/object:Gem::Version
45
+ version: 0.1.0
33
46
  description: PreservationUtils provides the FilePath module for standardizing filepaths
34
47
  for objects used in our Preservation services.
35
48
  email:
@@ -40,6 +53,7 @@ extra_rdoc_files: []
40
53
  files:
41
54
  - ".rspec"
42
55
  - ".rubocop.yml"
56
+ - ".ruby-version"
43
57
  - CHANGELOG.md
44
58
  - LICENSE.txt
45
59
  - README.md
@@ -53,7 +67,6 @@ licenses:
53
67
  - Apache-2.0
54
68
  metadata:
55
69
  homepage_uri: https://github.com/cul/cul-preservation_utils
56
- post_install_message:
57
70
  rdoc_options: []
58
71
  require_paths:
59
72
  - lib
@@ -61,15 +74,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
74
  requirements:
62
75
  - - ">="
63
76
  - !ruby/object:Gem::Version
64
- version: 3.1.0
77
+ version: 3.2.2
65
78
  required_rubygems_version: !ruby/object:Gem::Requirement
66
79
  requirements:
67
80
  - - ">="
68
81
  - !ruby/object:Gem::Version
69
82
  version: '0'
70
83
  requirements: []
71
- rubygems_version: 3.5.16
72
- signing_key:
84
+ rubygems_version: 3.6.8
73
85
  specification_version: 4
74
86
  summary: Utilities related to Preservation workflows at Columbia University Library.
75
87
  test_files: []