polish_invoicer 0.0.31 → 0.0.32

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: 6157370e7e4ccc7ab9907572dbbab1aac63de53d34b88d672d9ba1557af6cc11
4
- data.tar.gz: 7617db35df953849f833439a5b79e78f6005736dbaa59084e76cec8450ba304b
3
+ metadata.gz: 4a43c2379468409cf535791731962ea57cb2b4f1f9e08918cbfad5db36158f56
4
+ data.tar.gz: 4f48f3e9cbe90035380ca448bdccc1807bf785a10d2967669b49dd2180c51420
5
5
  SHA512:
6
- metadata.gz: df1a7774c21c519451356d856856991c99456ccc6380b46222d9c35401c76ce57bc008a19400b5c3e42ef9fdb509cc8834074046c68d2cc9bc91298145899427
7
- data.tar.gz: 118511390a8618105112cd0ec2d22120b93996289a8030b593afbda0ccd720954e4e565df5e9c5fe215cfe771260ec3ac13995e7b2541aad77988182feb28c35
6
+ metadata.gz: 65766ec6f467ddfab427179460e90c45fa2944acac140c60bbf5a44aa802b4559cf57b309801308729fdcf022002ac2f47d47cdbc25327c93b27dcbebe342e59
7
+ data.tar.gz: f99e84316b571d6fc2d1b328236580b234f7d3d8e98754c9ec40c2607b5b215e791bc4e8f6b6fa86d1f00ecab6325b95e7bdc710e3c1b989a180aa1afec264eb
@@ -22,10 +22,10 @@ jobs:
22
22
  runs-on: ubuntu-22.04
23
23
  strategy:
24
24
  matrix:
25
- ruby-version: ['3.0', '3.1', '3.2']
25
+ ruby-version: ['3.2', '3.3', '3.4']
26
26
 
27
27
  steps:
28
- - uses: actions/checkout@v4
28
+ - uses: actions/checkout@v5
29
29
  - name: Set up Ruby
30
30
  uses: ruby/setup-ruby@v1
31
31
  with:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.3.10
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PolishInvoicer
4
- VERSION = '0.0.31'
4
+ VERSION = '0.0.32'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polish_invoicer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Macuk
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-10-01 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: bundler
@@ -172,7 +171,6 @@ licenses:
172
171
  - MIT
173
172
  metadata:
174
173
  rubygems_mfa_required: 'true'
175
- post_install_message:
176
174
  rdoc_options: []
177
175
  require_paths:
178
176
  - lib
@@ -187,8 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
185
  - !ruby/object:Gem::Version
188
186
  version: '0'
189
187
  requirements: []
190
- rubygems_version: 3.5.6
191
- signing_key:
188
+ rubygems_version: 3.7.2
192
189
  specification_version: 4
193
190
  summary: Creates polish invoices and proforms as HTML or PDF files
194
191
  test_files: []