shelvit 0.1.2 → 0.1.3

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: '08eaf62bd74a4d43d4c0910ae7e93b37d9d4af3c9c9b08760d761ff68db9a687'
4
- data.tar.gz: 62a4e1aeecb35cd0a1e8bf0750ea85f9940f206e94603a795d7a84a42777e4f2
3
+ metadata.gz: f9afe92155b29989896f669c3037d4627d30b912b6e895fb576491fbbdeaf9dd
4
+ data.tar.gz: d03bf2fffb1b28a2de0be7aa7cffed04ac232af98a2bd6b24baee76fe8fce10a
5
5
  SHA512:
6
- metadata.gz: 58f8da17299cd430bcbb0a81fa2391bafbc7e7e43d637f1806cfbe830e8f3653166953eb0b998bb55244bfd225066d8926710c0bf3cd8857f0d494141011b310
7
- data.tar.gz: 60b402eb659c69b294c4329ed31ff31ba09fca52fc3389a6f015f655d3cca4d470d57100ab58db354322fe20017e9ecec650350eb82655b69bd9d0ff2f0f41e0
6
+ metadata.gz: 1f572872c48709a72646cf92df7026257d04813d3f5a46bb107e82baebeb6ad8cd49094959588156b8da237748339c41f521bec8dce91a4b3c7139a3e3b99819
7
+ data.tar.gz: 7428497bc5d5121835aab4acf131f9d37b883f276e38ba0ac95af747b22261c97bc3857c5c9a41b4c54baf7f1245c538fcdfe58802025118bf8881d1e73b8f28
@@ -10,13 +10,13 @@ jobs:
10
10
  build:
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: actions/checkout@v2
13
+ - uses: actions/checkout@v4
14
14
  - name: Set up Ruby
15
15
  uses: ruby/setup-ruby@v1
16
16
  with:
17
- ruby-version: 2.6.6
17
+ ruby-version: 3.1
18
18
  - name: Build, Lint, and Test
19
19
  run: |
20
- gem install bundler -v 2.2.15
20
+ gem install bundler -v 2.3.19
21
21
  bundle install
22
22
  bundle exec rake
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ .ruby-version
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.4
2
+ TargetRubyVersion: 3.1
3
3
 
4
4
  Layout/LineLength:
5
5
  Max: 120
data/Gemfile.lock CHANGED
@@ -1,50 +1,61 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shelvit (0.1.2)
4
+ shelvit (0.1.3)
5
5
  lcsort (~> 0.9)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- ast (2.4.2)
11
- diff-lcs (1.4.4)
10
+ ast (2.4.3)
11
+ diff-lcs (1.6.2)
12
+ json (2.12.2)
13
+ language_server-protocol (3.17.0.5)
12
14
  lcsort (0.9.1)
13
- parallel (1.20.1)
14
- parser (3.0.1.0)
15
+ lint_roller (1.1.0)
16
+ parallel (1.27.0)
17
+ parser (3.3.8.0)
15
18
  ast (~> 2.4.1)
16
- rainbow (3.0.0)
17
- rake (13.0.4)
18
- regexp_parser (2.1.1)
19
- rexml (3.2.5)
20
- rspec (3.9.0)
21
- rspec-core (~> 3.9.0)
22
- rspec-expectations (~> 3.9.0)
23
- rspec-mocks (~> 3.9.0)
24
- rspec-core (3.9.3)
25
- rspec-support (~> 3.9.3)
26
- rspec-expectations (3.9.2)
19
+ racc
20
+ prism (1.4.0)
21
+ racc (1.8.1)
22
+ rainbow (3.1.1)
23
+ rake (13.3.0)
24
+ regexp_parser (2.10.0)
25
+ rspec (3.13.1)
26
+ rspec-core (~> 3.13.0)
27
+ rspec-expectations (~> 3.13.0)
28
+ rspec-mocks (~> 3.13.0)
29
+ rspec-core (3.13.4)
30
+ rspec-support (~> 3.13.0)
31
+ rspec-expectations (3.13.5)
27
32
  diff-lcs (>= 1.2.0, < 2.0)
28
- rspec-support (~> 3.9.0)
29
- rspec-mocks (3.9.1)
33
+ rspec-support (~> 3.13.0)
34
+ rspec-mocks (3.13.5)
30
35
  diff-lcs (>= 1.2.0, < 2.0)
31
- rspec-support (~> 3.9.0)
32
- rspec-support (3.9.3)
33
- rubocop (1.11.0)
36
+ rspec-support (~> 3.13.0)
37
+ rspec-support (3.13.4)
38
+ rubocop (1.76.0)
39
+ json (~> 2.3)
40
+ language_server-protocol (~> 3.17.0.2)
41
+ lint_roller (~> 1.1.0)
34
42
  parallel (~> 1.10)
35
- parser (>= 3.0.0.0)
43
+ parser (>= 3.3.0.2)
36
44
  rainbow (>= 2.2.2, < 4.0)
37
- regexp_parser (>= 1.8, < 3.0)
38
- rexml
39
- rubocop-ast (>= 1.2.0, < 2.0)
45
+ regexp_parser (>= 2.9.3, < 3.0)
46
+ rubocop-ast (>= 1.45.0, < 2.0)
40
47
  ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 1.4.0, < 3.0)
42
- rubocop-ast (1.4.1)
43
- parser (>= 2.7.1.5)
44
- ruby-progressbar (1.11.0)
45
- unicode-display_width (2.0.0)
48
+ unicode-display_width (>= 2.4.0, < 4.0)
49
+ rubocop-ast (1.45.0)
50
+ parser (>= 3.3.7.2)
51
+ prism (~> 1.4)
52
+ ruby-progressbar (1.13.0)
53
+ unicode-display_width (3.1.4)
54
+ unicode-emoji (~> 4.0, >= 4.0.4)
55
+ unicode-emoji (4.0.4)
46
56
 
47
57
  PLATFORMS
58
+ arm64-darwin-23
48
59
  x86_64-darwin-20
49
60
 
50
61
  DEPENDENCIES
@@ -54,4 +65,4 @@ DEPENDENCIES
54
65
  shelvit!
55
66
 
56
67
  BUNDLED WITH
57
- 2.2.15
68
+ 2.3.19
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Shelvit
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
data/shelvit.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
24
24
  spec.require_paths = ['lib']
25
25
 
26
- spec.required_ruby_version = '>= 2.4.0'
26
+ spec.required_ruby_version = '>= 3.1.0'
27
27
 
28
28
  spec.add_development_dependency 'rake', '~> 13.0'
29
29
  spec.add_development_dependency 'rspec', '~> 3.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shelvit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Wead
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-09-27 00:00:00.000000000 Z
12
+ date: 2025-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -101,14 +101,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - ">="
103
103
  - !ruby/object:Gem::Version
104
- version: 2.4.0
104
+ version: 3.1.0
105
105
  required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  requirements:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  requirements: []
111
- rubygems_version: 3.0.9
111
+ rubygems_version: 3.3.7
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Generates normalized shelf keys from call numbers, using the Lcsort gem.