ypdf-writer 1.3.2 → 1.3.3
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/ChangeLog +4 -0
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9fff1ab9a9d9d0320676270b0c491492cf14ad5
|
|
4
|
+
data.tar.gz: c96eeaef043e9e5ab9f6b16e3590d63886dfad23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d13d1c172e8a244e76fcd98d86212c8c15d5a416de38c5f127c7a9eae168c19cf33140c3e4c76da1ae599720535ebcc03d5a5ef472893eda81109a7d154168bf
|
|
7
|
+
data.tar.gz: 4167dc789b0777a8bb88936c33883c6a2427b2748737983b94149421f13e96115085763552a440abeaa4701f77365518f6228ea15e47c45c875ece1e51411829
|
data/ChangeLog
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ypdf-writer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Austin Ziegler
|
|
@@ -40,8 +40,9 @@ dependencies:
|
|
|
40
40
|
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '1.3'
|
|
43
|
-
description: A pure Ruby PDF document
|
|
44
|
-
|
|
43
|
+
description: Based on http://github.com/metaskills/pdf-writer/. A pure Ruby PDF document
|
|
44
|
+
creation library.
|
|
45
|
+
email: zdavatz@ywesee.com
|
|
45
46
|
executables:
|
|
46
47
|
- techbook
|
|
47
48
|
extensions: []
|
|
@@ -119,7 +120,7 @@ files:
|
|
|
119
120
|
- lib/pdf/writer/strokestyle.rb
|
|
120
121
|
- manual.pwd
|
|
121
122
|
- readme.md
|
|
122
|
-
homepage:
|
|
123
|
+
homepage: https://github.com/zdavatz/ypdf-writer
|
|
123
124
|
licenses: []
|
|
124
125
|
metadata: {}
|
|
125
126
|
post_install_message:
|
|
@@ -146,6 +147,7 @@ rubyforge_project:
|
|
|
146
147
|
rubygems_version: 2.4.5
|
|
147
148
|
signing_key:
|
|
148
149
|
specification_version: 4
|
|
149
|
-
summary: A pure Ruby PDF document creation library.
|
|
150
|
+
summary: A pure Ruby PDF document creation library. (Forked by ywesee.com to support
|
|
151
|
+
Ruby 2.x)
|
|
150
152
|
test_files: []
|
|
151
153
|
has_rdoc: true
|