prawn_report 1.9.22 → 1.9.23
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
- metadata +14 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8321bf4ccf75a8b405d1369812a5ab9d9ef0f0e12ee8e0d71d4c033001e6ed29
|
|
4
|
+
data.tar.gz: a77d4bca6a522bbbee2ed3cdaf617895720e10da7061c06f20ce94decaf6b935
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ef0888c2e4c9eec772d16c54a5da2bf26113a68cc47a412b2e7294ca5efc68efcbf6763e489c4744165cbf03b82e48f2edac4dde12915cf6f876e319c49d589
|
|
7
|
+
data.tar.gz: 7d8f9b4ecf4c7b664fc024e77e1f0a79520a560e9f296ebfda79127aedc9a30647e9498fe7e1247e0c850dabdaf831ccacb82b9860817a6411625132df661639
|
metadata
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prawn_report
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Ricardo
|
|
7
|
+
- Ricardo Acras
|
|
8
|
+
- Egon Hilgenstieler
|
|
9
|
+
- Juliano Andrade
|
|
10
|
+
- Wellington Torrejais
|
|
8
11
|
autorequire:
|
|
9
12
|
bindir: bin
|
|
10
13
|
cert_chain: []
|
|
@@ -12,7 +15,11 @@ date: 2018-06-18 00:00:00.000000000 Z
|
|
|
12
15
|
dependencies: []
|
|
13
16
|
description: Prawn report is a class repository wich uses prawn gem capabilities to
|
|
14
17
|
generate PDF documents in order to make it easy to create real life reports.
|
|
15
|
-
email:
|
|
18
|
+
email:
|
|
19
|
+
- ricardo@acras.com.br
|
|
20
|
+
- julianoch@gmail.com
|
|
21
|
+
- egon@acras.com.br
|
|
22
|
+
- wtds.trabalho@gmail.com
|
|
16
23
|
executables: []
|
|
17
24
|
extensions: []
|
|
18
25
|
extra_rdoc_files: []
|
|
@@ -64,8 +71,10 @@ files:
|
|
|
64
71
|
- repo/reports/listing.rb
|
|
65
72
|
- repo/reports/simple_listing.rb
|
|
66
73
|
homepage: http://www.acras.com.br/
|
|
67
|
-
licenses:
|
|
68
|
-
|
|
74
|
+
licenses:
|
|
75
|
+
- MIT
|
|
76
|
+
metadata:
|
|
77
|
+
source_code_uri: https://github.com/hotsoft/prawn_reports/
|
|
69
78
|
post_install_message:
|
|
70
79
|
rdoc_options: []
|
|
71
80
|
require_paths:
|