slim2pdf 0.1.0 → 0.2.0

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: a52a8944ec93acc878dec356cd9be104ffded2ccb29efe1a9aff7b50d477ef31
4
- data.tar.gz: abf18c364e8b43b9020c8589c8e796835b39ee75c2baea082ec4728fad667aca
3
+ metadata.gz: 8349648a54c96975c52602f3030f5bd4f4c9b4f817d68c9e2e989a46047d3527
4
+ data.tar.gz: 2eb4dcad18710451c30f77fad5a27ec1fc87ed2d0427bd03be7cb0a9a5da2dbc
5
5
  SHA512:
6
- metadata.gz: a0cc00c4ac48597134177a84d23f0df12073d720f44de0c1f3e47f8af16c7626663e8d3816c2516ab5e4ca98dc02515ada2519aea18bec8081ab87e0b6a248e7
7
- data.tar.gz: 8ce900fa1acae99a17e21380388763fdeb7a9bece1c057a2dd8f53e8dee1a5aa1f8910e5881fb5a02976931307085bb4a89a7193cded57810b040d5ea6fb0c91
6
+ metadata.gz: c1abbcd16ac62804c840c32bbdccbd203378bbcb497178173ccfd2c587049cc5e110b4e9bed130905794279d30e0a3d7a6f94c1bbeced6c9a0120f83d8106a44
7
+ data.tar.gz: 6485edd2f9256b4520259047c116c50a90d822a3bc7a392cae6b48da9c550900dc62e1423c0cd14165e31e8faa8633909eef40e6490004b6ac9e0317e177e1dc
@@ -22,10 +22,10 @@ jobs:
22
22
  runs-on: ubuntu-latest
23
23
  strategy:
24
24
  matrix:
25
- ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
25
+ ruby-version: ['3.2', '3.3', '3.4']
26
26
 
27
27
  steps:
28
- - uses: actions/checkout@v3
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
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Slim2pdf [![Code Climate](https://codeclimate.com/github/macuk/slim2pdf.png)](https://codeclimate.com/github/macuk/slim2pdf) [![Build Status](https://travis-ci.org/macuk/slim2pdf.png?branch=master)](https://travis-ci.org/macuk/slim2pdf)
1
+ # Slim2pdf [![Code Climate](https://codeclimate.com/github/macuk/slim2pdf.png)](https://codeclimate.com/github/macuk/slim2pdf)
2
2
 
3
3
  Slim2pdf renders [slim template](http://slim-lang.com/) with data hash and saves the results as pdf file.
4
4
 
@@ -105,7 +105,7 @@ end
105
105
 
106
106
  See: [doc/examples/invoices](https://github.com/macuk/slim2pdf/tree/master/doc/examples/invoices)
107
107
 
108
- ## Debuging
108
+ ## Debugging
109
109
 
110
110
  ### Setting logger
111
111
 
@@ -1,3 +1,3 @@
1
1
  module Slim2pdf
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.2.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slim2pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Macuk
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-10-24 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
@@ -132,7 +131,6 @@ homepage: ''
132
131
  licenses:
133
132
  - MIT
134
133
  metadata: {}
135
- post_install_message:
136
134
  rdoc_options: []
137
135
  require_paths:
138
136
  - lib
@@ -147,8 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
145
  - !ruby/object:Gem::Version
148
146
  version: '0'
149
147
  requirements: []
150
- rubygems_version: 3.0.3.1
151
- signing_key:
148
+ rubygems_version: 3.7.2
152
149
  specification_version: 4
153
150
  summary: Slim template to pdf file conversion tool.
154
151
  test_files: