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 +4 -4
- data/.github/workflows/ruby.yml +2 -2
- data/.ruby-version +1 -1
- data/README.md +2 -2
- data/lib/slim2pdf/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8349648a54c96975c52602f3030f5bd4f4c9b4f817d68c9e2e989a46047d3527
|
|
4
|
+
data.tar.gz: 2eb4dcad18710451c30f77fad5a27ec1fc87ed2d0427bd03be7cb0a9a5da2dbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1abbcd16ac62804c840c32bbdccbd203378bbcb497178173ccfd2c587049cc5e110b4e9bed130905794279d30e0a3d7a6f94c1bbeced6c9a0120f83d8106a44
|
|
7
|
+
data.tar.gz: 6485edd2f9256b4520259047c116c50a90d822a3bc7a392cae6b48da9c550900dc62e1423c0cd14165e31e8faa8633909eef40e6490004b6ac9e0317e177e1dc
|
data/.github/workflows/ruby.yml
CHANGED
|
@@ -22,10 +22,10 @@ jobs:
|
|
|
22
22
|
runs-on: ubuntu-latest
|
|
23
23
|
strategy:
|
|
24
24
|
matrix:
|
|
25
|
-
ruby-version: ['
|
|
25
|
+
ruby-version: ['3.2', '3.3', '3.4']
|
|
26
26
|
|
|
27
27
|
steps:
|
|
28
|
-
- uses: actions/checkout@
|
|
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.
|
|
1
|
+
3.3.10
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Slim2pdf [](https://codeclimate.com/github/macuk/slim2pdf)
|
|
1
|
+
# Slim2pdf [](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
|
-
##
|
|
108
|
+
## Debugging
|
|
109
109
|
|
|
110
110
|
### Setting logger
|
|
111
111
|
|
data/lib/slim2pdf/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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:
|