pdfh 4.0.0 → 4.0.1

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: 3bfbea6779583e5ac915303ce31e9e7460003ba7703a7e90977abf12feb98fa5
4
- data.tar.gz: a74428a0ba54acb17ee6195c2d6e84fd728a1e509009ed940099c34d56bbdabb
3
+ metadata.gz: 833d681fc080cc70f16c365322eb3d6c9acdccfcc817ccd8cac317fa89b03b31
4
+ data.tar.gz: d818e4a7f2b65d06362525b5ecb94d534422d78ae8fa60357109603be6629467
5
5
  SHA512:
6
- metadata.gz: aa97de92e612928c87c6d23df517be4168b8805adea2cd9006953ec00dc738cd6f62d83919e845868244322bd2c0e187df8b0a6402ac078a5d037e8f4851b664
7
- data.tar.gz: de145b9b13f5f78d3203519e811ad43d124a50a23408583215656a65f06679db2a700ddf2948e0521198c5a387ad464d8cce9caf01a771e5d90d169ab0162826
6
+ metadata.gz: 629936ffe78b2a1a9d8e405ac5ed1de5a7c4c2ae2022d8722888fa467e75b674961e51f381f7d5c62698a4b480a9405190f79ff57f6fe9ba38e0d781273590dc
7
+ data.tar.gz: 3a3658de5d2775ba4a5503847f374e82d42fc73c64cffe5d5fb723ee73953c1d027f27325be9b4e7f31be7766f8f6b715515c1623fbb381b528bd2489c6e7c14
@@ -26,7 +26,7 @@ repos:
26
26
  - id: gitleaks
27
27
 
28
28
  - repo: https://github.com/rubocop/rubocop
29
- rev: v1.85.1
29
+ rev: v1.86.0
30
30
  hooks:
31
31
  - id: rubocop
32
32
  args: [--parallel]
data/Gemfile.lock CHANGED
@@ -1,13 +1,13 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pdfh (4.0.0)
4
+ pdfh (4.0.1)
5
5
  colorize (~> 1.1.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (8.1.2)
10
+ activesupport (8.1.3)
11
11
  base64
12
12
  bigdecimal
13
13
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -20,8 +20,6 @@ GEM
20
20
  securerandom (>= 0.3)
21
21
  tzinfo (~> 2.0, >= 2.0.5)
22
22
  uri (>= 0.13.1)
23
- addressable (2.8.9)
24
- public_suffix (>= 2.0.2, < 8.0)
25
23
  ast (2.4.3)
26
24
  base64 (0.3.0)
27
25
  bigdecimal (4.0.1)
@@ -49,14 +47,9 @@ GEM
49
47
  rdoc (>= 4.0.0)
50
48
  reline (>= 0.4.2)
51
49
  json (2.19.2)
52
- json-schema (6.2.0)
53
- addressable (~> 2.8)
54
- bigdecimal (>= 3.1, < 5)
55
50
  language_server-protocol (3.17.0.5)
56
51
  lint_roller (1.1.0)
57
52
  logger (1.7.0)
58
- mcp (0.9.0)
59
- json-schema (>= 4.1)
60
53
  minitest (6.0.2)
61
54
  drb (~> 2.0)
62
55
  prism (~> 1.5)
@@ -71,7 +64,6 @@ GEM
71
64
  psych (5.3.1)
72
65
  date
73
66
  stringio
74
- public_suffix (7.0.5)
75
67
  racc (1.8.1)
76
68
  rainbow (3.1.1)
77
69
  rake (13.3.1)
@@ -95,11 +87,10 @@ GEM
95
87
  diff-lcs (>= 1.2.0, < 2.0)
96
88
  rspec-support (~> 3.13.0)
97
89
  rspec-support (3.13.7)
98
- rubocop (1.85.1)
90
+ rubocop (1.86.0)
99
91
  json (~> 2.3)
100
92
  language_server-protocol (~> 3.17.0.2)
101
93
  lint_roller (~> 1.1.0)
102
- mcp (~> 0.6)
103
94
  parallel (~> 1.10)
104
95
  parser (>= 3.3.0.2)
105
96
  rainbow (>= 2.2.2, < 4.0)
@@ -159,4 +150,4 @@ DEPENDENCIES
159
150
  simplecov (~> 0.22)
160
151
 
161
152
  BUNDLED WITH
162
- 4.0.8
153
+ 4.0.9
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "shellwords"
4
- require "english"
4
+ require "English"
5
5
 
6
6
  module Pdfh
7
7
  module Services
data/lib/pdfh/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pdfh
4
- VERSION = "4.0.0"
4
+ VERSION = "4.0.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfh
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaias Piña
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  requirements: []
101
- rubygems_version: 4.0.8
101
+ rubygems_version: 4.0.9
102
102
  specification_version: 4
103
103
  summary: Organize PDF files
104
104
  test_files: []