pdfcraft 3.0.0 → 4.0.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 +5 -5
- data/lib/pdfcraft/version.rb +1 -1
- data/test/dummy/log/test.log +116 -1336
- metadata +42 -29
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdfcraft
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan L. Bell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: 5.0.0.rc1
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '6.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: 5.0.0.rc1
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '6.0'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: prawn
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,6 +58,20 @@ dependencies:
|
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
|
+
- !ruby/object:Gem::Dependency
|
|
62
|
+
name: rake
|
|
63
|
+
requirement: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '0'
|
|
68
|
+
type: :development
|
|
69
|
+
prerelease: false
|
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
61
75
|
description: PDFCraft adds templated rendering of PDF documents to Rails. Now PDF
|
|
62
76
|
generation of a resource can work just like HTML, XML builders, or JSON.
|
|
63
77
|
email:
|
|
@@ -137,52 +151,51 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
151
|
version: '0'
|
|
138
152
|
requirements: []
|
|
139
153
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.6
|
|
154
|
+
rubygems_version: 2.7.6
|
|
141
155
|
signing_key:
|
|
142
156
|
specification_version: 4
|
|
143
157
|
summary: Templated PDF generation for Rails
|
|
144
158
|
test_files:
|
|
145
|
-
- test/dummy/app/assets/javascripts/application.js
|
|
146
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
147
159
|
- test/dummy/app/controllers/application_controller.rb
|
|
148
160
|
- test/dummy/app/controllers/home_controller.rb
|
|
149
|
-
- test/dummy/app/helpers/application_helper.rb
|
|
150
|
-
- test/dummy/app/views/home/_the_partial.pdf.pdfcraft
|
|
151
|
-
- test/dummy/app/views/home/helpers.pdf.pdfcraft
|
|
152
161
|
- test/dummy/app/views/home/index.pdf.pdfcraft
|
|
162
|
+
- test/dummy/app/views/home/helpers.pdf.pdfcraft
|
|
163
|
+
- test/dummy/app/views/home/_the_partial.pdf.pdfcraft
|
|
153
164
|
- test/dummy/app/views/home/partials.pdf.pdfcraft
|
|
154
|
-
- test/dummy/app/views/home/pdf_layout.pdf.pdfcraft
|
|
155
165
|
- test/dummy/app/views/home/renamed_var.pdf.pdfcraft
|
|
156
|
-
- test/dummy/app/views/
|
|
166
|
+
- test/dummy/app/views/home/pdf_layout.pdf.pdfcraft
|
|
157
167
|
- test/dummy/app/views/layouts/application.pdf.pdfcraft
|
|
168
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
169
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
170
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
171
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
172
|
+
- test/dummy/bin/rake
|
|
158
173
|
- test/dummy/bin/bundle
|
|
159
174
|
- test/dummy/bin/rails
|
|
160
|
-
- test/dummy/
|
|
161
|
-
- test/dummy/config/
|
|
162
|
-
- test/dummy/config/boot.rb
|
|
163
|
-
- test/dummy/config/environment.rb
|
|
164
|
-
- test/dummy/config/environments/development.rb
|
|
175
|
+
- test/dummy/config/routes.rb
|
|
176
|
+
- test/dummy/config/locales/en.yml
|
|
165
177
|
- test/dummy/config/environments/production.rb
|
|
178
|
+
- test/dummy/config/environments/development.rb
|
|
166
179
|
- test/dummy/config/environments/test.rb
|
|
180
|
+
- test/dummy/config/environment.rb
|
|
181
|
+
- test/dummy/config/application.rb
|
|
182
|
+
- test/dummy/config/boot.rb
|
|
167
183
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
168
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
169
|
-
- test/dummy/config/initializers/inflections.rb
|
|
170
184
|
- test/dummy/config/initializers/mime_types.rb
|
|
171
|
-
- test/dummy/config/initializers/
|
|
185
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
172
186
|
- test/dummy/config/initializers/session_store.rb
|
|
173
187
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
174
|
-
- test/dummy/config/
|
|
175
|
-
- test/dummy/config/
|
|
188
|
+
- test/dummy/config/initializers/secret_token.rb
|
|
189
|
+
- test/dummy/config/initializers/inflections.rb
|
|
176
190
|
- test/dummy/config.ru
|
|
177
|
-
- test/dummy/
|
|
178
|
-
- test/dummy/public/
|
|
191
|
+
- test/dummy/Rakefile
|
|
192
|
+
- test/dummy/public/favicon.ico
|
|
179
193
|
- test/dummy/public/422.html
|
|
180
194
|
- test/dummy/public/500.html
|
|
181
|
-
- test/dummy/public/
|
|
182
|
-
- test/dummy/
|
|
195
|
+
- test/dummy/public/404.html
|
|
196
|
+
- test/dummy/log/test.log
|
|
183
197
|
- test/dummy/README.rdoc
|
|
184
|
-
- test/integration/configuration_test.rb
|
|
185
198
|
- test/integration/pdf_rendering_test.rb
|
|
186
|
-
- test/
|
|
199
|
+
- test/integration/configuration_test.rb
|
|
187
200
|
- test/test_helper.rb
|
|
188
|
-
|
|
201
|
+
- test/pdfcraft_test.rb
|