webtranslateit-payday 1.6.8 → 1.6.9

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: b812ea02b7fa7c76c70b6467fac03cf73a611c4bfed8cf534357005ce6ab0ff3
4
- data.tar.gz: '08444bff417aa25933eda527ccc31e0d27930a1512af5672d5b1520a8c2155b0'
3
+ metadata.gz: 305109026758656bcad314c7e542fc3c1361378ba1c6ef9731868242767eceeb
4
+ data.tar.gz: 5c6b488ab393a48c0f8a3b336f759c2f1475ed61c9d9d168aa6c95ee42cf3cd5
5
5
  SHA512:
6
- metadata.gz: aeb03ec55592f4d1a1ea03ce387cd6b73b61fb9bc8c9a94234ab1a4666cd2047928e1bc6898c2598f2e1c8f045639cfd80b06ca8004a9734894f9cf0cbeee2a2
7
- data.tar.gz: '0186c331eba8bb10753f7614a9ea541ada3d631ea9d2e0206b5e5a0e08be8350c8f1070d12f263426258cd20fe9950b718d923fd6103f715334b9281cd1429d6'
6
+ metadata.gz: 452c1d000f88c532019b71be7daf36d7a8e83245551af80e20bd2f93c46f55cf68adb526211720b2059ab2534caffc7c00524df3f93f14a8c7da8a7668d6ef75
7
+ data.tar.gz: e0bee8092857da4c141fb928da989c2d0e46556d2b97affe8898819609017dd1e103cb819f1641e6b7c48f6d981c6684790fa885810c30da19fa608587ba89ae
@@ -14,7 +14,7 @@ jobs:
14
14
  runs-on: ubuntu-latest
15
15
  strategy:
16
16
  matrix:
17
- ruby-version: ['3.1', '3.2', '3.3', '3.4']
17
+ ruby-version: ['3.2', '3.3', '3.4']
18
18
 
19
19
  steps:
20
20
  - uses: actions/checkout@v4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.6.9 (2025-01-28)
4
+
5
+ * Bump dependencies.
6
+
3
7
  ## 1.6.8 (2024-11-11)
4
8
 
5
9
  * Add ruby 3.4 to test matrix.
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webtranslateit-payday (1.6.8)
5
- activesupport (~> 7, < 9)
4
+ webtranslateit-payday (1.6.9)
5
+ activesupport (>= 7, < 9)
6
6
  i18n (~> 1.12, < 2)
7
7
  money (~> 6.16, < 7)
8
8
  prawn (~> 2.4, < 3)
@@ -13,7 +13,7 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activesupport (7.2.2)
16
+ activesupport (7.2.2.1)
17
17
  base64
18
18
  benchmark (>= 0.3)
19
19
  bigdecimal
@@ -30,24 +30,26 @@ GEM
30
30
  ast (2.4.2)
31
31
  base64 (0.2.0)
32
32
  benchmark (0.4.0)
33
- bigdecimal (3.1.8)
33
+ bigdecimal (3.1.9)
34
34
  coderay (1.1.3)
35
- concurrent-ruby (1.3.4)
35
+ concurrent-ruby (1.3.5)
36
36
  connection_pool (2.4.1)
37
- css_parser (1.19.1)
37
+ css_parser (1.21.0)
38
38
  addressable
39
39
  diff-lcs (1.5.1)
40
40
  drb (2.2.1)
41
- ffi (1.17.0-arm64-darwin)
42
- ffi (1.17.0-x86_64-darwin)
43
- ffi (1.17.0-x86_64-linux-gnu)
41
+ ffi (1.17.1-arm64-darwin)
42
+ ffi (1.17.1-x86_64-darwin)
43
+ ffi (1.17.1-x86_64-linux-gnu)
44
44
  formatador (1.1.0)
45
- guard (2.19.0)
45
+ guard (2.19.1)
46
46
  formatador (>= 0.2.4)
47
47
  listen (>= 2.7, < 4.0)
48
+ logger (~> 1.6)
48
49
  lumberjack (>= 1.0.12, < 2.0)
49
50
  nenv (~> 0.1)
50
51
  notiffany (~> 0.0)
52
+ ostruct (~> 0.6)
51
53
  pry (>= 0.13.0)
52
54
  shellany (~> 0.0)
53
55
  thor (>= 0.18.1)
@@ -59,26 +61,27 @@ GEM
59
61
  guard-rubocop (1.5.0)
60
62
  guard (~> 2.0)
61
63
  rubocop (< 2.0)
62
- i18n (1.14.6)
64
+ i18n (1.14.7)
63
65
  concurrent-ruby (~> 1.0)
64
- json (2.8.1)
66
+ json (2.9.1)
65
67
  language_server-protocol (3.17.0.3)
66
68
  listen (3.9.0)
67
69
  rb-fsevent (~> 0.10, >= 0.10.3)
68
70
  rb-inotify (~> 0.9, >= 0.9.10)
69
- logger (1.6.1)
71
+ logger (1.6.4)
70
72
  lumberjack (1.2.10)
71
73
  matrix (0.4.2)
72
74
  method_source (1.1.0)
73
- minitest (5.25.1)
75
+ minitest (5.25.4)
74
76
  money (6.19.0)
75
77
  i18n (>= 0.6.4, <= 2)
76
78
  nenv (0.3.0)
77
79
  notiffany (0.1.3)
78
80
  nenv (~> 0.1)
79
81
  shellany (~> 0.0)
82
+ ostruct (0.6.1)
80
83
  parallel (1.26.3)
81
- parser (3.3.6.0)
84
+ parser (3.3.7.0)
82
85
  ast (~> 2.4.1)
83
86
  racc
84
87
  pdf-core (0.10.0)
@@ -86,14 +89,14 @@ GEM
86
89
  matrix (~> 0.4)
87
90
  pdf-core (~> 0.10.0)
88
91
  ttfunk (~> 1.8)
89
- prawn-svg (0.35.1)
92
+ prawn-svg (0.36.1)
90
93
  css_parser (~> 1.6)
91
94
  matrix (~> 0.4.2)
92
95
  prawn (>= 0.11.1, < 3)
93
- rexml (>= 3.2.0, < 4)
96
+ rexml (>= 3.3.9, < 4)
94
97
  prawn-table (0.2.2)
95
98
  prawn (>= 1.3.0, < 3.0.0)
96
- pry (0.14.2)
99
+ pry (0.15.2)
97
100
  coderay (~> 1.1)
98
101
  method_source (~> 1.0)
99
102
  public_suffix (6.0.1)
@@ -102,8 +105,8 @@ GEM
102
105
  rb-fsevent (0.11.2)
103
106
  rb-inotify (0.11.1)
104
107
  ffi (~> 1.0)
105
- regexp_parser (2.9.2)
106
- rexml (3.3.9)
108
+ regexp_parser (2.10.0)
109
+ rexml (3.4.0)
107
110
  rspec (3.13.0)
108
111
  rspec-core (~> 3.13.0)
109
112
  rspec-expectations (~> 3.13.0)
@@ -117,32 +120,34 @@ GEM
117
120
  diff-lcs (>= 1.2.0, < 2.0)
118
121
  rspec-support (~> 3.13.0)
119
122
  rspec-support (3.13.1)
120
- rubocop (1.68.0)
123
+ rubocop (1.71.0)
121
124
  json (~> 2.3)
122
125
  language_server-protocol (>= 3.17.0)
123
126
  parallel (~> 1.10)
124
127
  parser (>= 3.3.0.2)
125
128
  rainbow (>= 2.2.2, < 4.0)
126
- regexp_parser (>= 2.4, < 3.0)
127
- rubocop-ast (>= 1.32.2, < 2.0)
129
+ regexp_parser (>= 2.9.3, < 3.0)
130
+ rubocop-ast (>= 1.36.2, < 2.0)
128
131
  ruby-progressbar (~> 1.7)
129
- unicode-display_width (>= 2.4.0, < 3.0)
130
- rubocop-ast (1.34.1)
132
+ unicode-display_width (>= 2.4.0, < 4.0)
133
+ rubocop-ast (1.37.0)
131
134
  parser (>= 3.3.1.0)
132
- rubocop-performance (1.22.1)
135
+ rubocop-performance (1.23.1)
133
136
  rubocop (>= 1.48.1, < 2.0)
134
137
  rubocop-ast (>= 1.31.1, < 2.0)
135
- rubocop-rspec (3.2.0)
138
+ rubocop-rspec (3.4.0)
136
139
  rubocop (~> 1.61)
137
140
  ruby-progressbar (1.13.0)
138
- securerandom (0.3.2)
141
+ securerandom (0.4.1)
139
142
  shellany (0.0.1)
140
143
  thor (1.3.2)
141
144
  ttfunk (1.8.0)
142
145
  bigdecimal (~> 3.1)
143
146
  tzinfo (2.0.6)
144
147
  concurrent-ruby (~> 1.0)
145
- unicode-display_width (2.6.0)
148
+ unicode-display_width (3.1.4)
149
+ unicode-emoji (~> 4.0, >= 4.0.4)
150
+ unicode-emoji (4.0.4)
146
151
  zeitwerk (2.7.1)
147
152
 
148
153
  PLATFORMS
@@ -165,4 +170,4 @@ DEPENDENCIES
165
170
  webtranslateit-payday!
166
171
 
167
172
  BUNDLED WITH
168
- 2.5.23
173
+ 2.6.2
data/payday.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'webtranslateit-payday'
5
- s.version = '1.6.8'
5
+ s.version = '1.6.9'
6
6
  s.required_ruby_version = '>= 3.1'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Alan Johnson', 'Edouard Briere']
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.description = 'Payday is a library for rendering invoices to pdf.'
13
13
  s.license = 'MIT'
14
14
 
15
- s.add_dependency 'activesupport', '~> 7', '< 9'
15
+ s.add_dependency 'activesupport', '>= 7', '< 9'
16
16
  s.add_dependency 'i18n', '~> 1.12', '< 2'
17
17
  s.add_dependency 'money', '~> 6.16', '< 7'
18
18
  s.add_dependency 'prawn', '~> 2.4', '< 3'
metadata CHANGED
@@ -1,21 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webtranslateit-payday
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.8
4
+ version: 1.6.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Johnson
8
8
  - Edouard Briere
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2024-11-11 00:00:00.000000000 Z
11
+ date: 2025-01-28 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: activesupport
16
15
  requirement: !ruby/object:Gem::Requirement
17
16
  requirements:
18
- - - "~>"
17
+ - - ">="
19
18
  - !ruby/object:Gem::Version
20
19
  version: '7'
21
20
  - - "<"
@@ -25,7 +24,7 @@ dependencies:
25
24
  prerelease: false
26
25
  version_requirements: !ruby/object:Gem::Requirement
27
26
  requirements:
28
- - - "~>"
27
+ - - ">="
29
28
  - !ruby/object:Gem::Version
30
29
  version: '7'
31
30
  - - "<"
@@ -209,7 +208,6 @@ licenses:
209
208
  - MIT
210
209
  metadata:
211
210
  rubygems_mfa_required: 'true'
212
- post_install_message:
213
211
  rdoc_options: []
214
212
  require_paths:
215
213
  - lib
@@ -224,8 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
222
  - !ruby/object:Gem::Version
225
223
  version: '0'
226
224
  requirements: []
227
- rubygems_version: 3.5.22
228
- signing_key:
225
+ rubygems_version: 3.6.2
229
226
  specification_version: 4
230
227
  summary: A simple library for rendering invoices.
231
228
  test_files: []