prawn_plus 5.0.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06d774a516a359ba531a753d56778288d63cd24c
4
- data.tar.gz: be45af999873233e002ee71b2c74688d9a140e69
3
+ metadata.gz: 43e2843367692d3d7c6d80c6a00a7c18c2554e5c
4
+ data.tar.gz: 083cae686eed905860b641eb666a301ceed3d3ce
5
5
  SHA512:
6
- metadata.gz: c289661c881f89633a530362e4b40cbbc4546af9848ec6151ec0f7990ad5138c2179358de12afa49998021b8c0e2f161ffcd8b977d0b8d60d4add001ec6de413
7
- data.tar.gz: b300e4ad59cce5b5bfabea58c434f5d23988260bb33f942c707612eb4070d7425e2d0d7c70d98a6807e051d88521a9c737a74e74ffdb18ce3919b9a43ac998fe
6
+ metadata.gz: 8cda7e46099f11ac8e34da950e9ef1aa4193683581cf9726b73ef095024b5f3303a8d09321258e7f082dc622d8ef3d565ceea135aec78dbf18b5301ab75b46e1
7
+ data.tar.gz: 93de0bfe9b67ff26b0d0d0753e8abb63fcc21240ae4b5ebef555731bfb1360d51e866fb49ea629c41a6edbf25882cb8975d3ac45f1952f57660cf6d753ccf660
checksums.yaml.gz.sig CHANGED
Binary file
data/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 [Alchemists](http://www.alchemists.io).
1
+ Copyright (c) 2012 [Alchemists](https://www.alchemists.io).
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -9,16 +9,15 @@
9
9
 
10
10
  # Features
11
11
 
12
- * Loads the [Prawn](https://github.com/prawnpdf/prawn) gem by default (no Gemfile entry necessary).
13
- * Registers PDF as a MIME type.
14
- * Registers a template handler for rendering ".prawn" template view files.
12
+ - Loads the [Prawn](https://github.com/prawnpdf/prawn) gem by default (no Gemfile entry necessary).
13
+ - Registers PDF as a MIME type.
14
+ - Registers a template handler for rendering ".prawn" template view files.
15
15
 
16
16
  # Requirements
17
17
 
18
18
  0. Any of the following Ruby VMs:
19
- * [MRI 2.x.x](http://www.ruby-lang.org)
20
- * [JRuby 1.x.x](http://jruby.org)
21
- * [Rubinius 2.x.x](http://rubini.us)
19
+ - [MRI 2.x.x](http://www.ruby-lang.org)
20
+ - [JRuby 1.x.x](http://jruby.org)
22
21
  0. [Ruby on Rails 4.x.x](http://rubyonrails.org).
23
22
  0. [Prawn](https://github.com/prawnpdf/prawn).
24
23
 
@@ -26,7 +25,7 @@
26
25
 
27
26
  For a secure install, type the following from the command line (recommended):
28
27
 
29
- gem cert --add <(curl -Ls http://www.alchemists.io/gem-public.pem)
28
+ gem cert --add <(curl -Ls https://www.alchemists.io/gem-public.pem)
30
29
  gem install prawn_plus --trust-policy MediumSecurity
31
30
 
32
31
  NOTE: A HighSecurity trust policy would be best but MediumSecurity enables signed gem verification while
@@ -116,9 +115,9 @@ To test, run:
116
115
 
117
116
  Read [Semantic Versioning](http://semver.org) for details. Briefly, it means:
118
117
 
119
- * Patch (x.y.Z) - Incremented for small, backwards compatible bug fixes.
120
- * Minor (x.Y.z) - Incremented for new, backwards compatible public API enhancements and/or bug fixes.
121
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
118
+ - Patch (x.y.Z) - Incremented for small, backwards compatible bug fixes.
119
+ - Minor (x.Y.z) - Incremented for new, backwards compatible public API enhancements and/or bug fixes.
120
+ - Major (X.y.z) - Incremented for any backwards incompatible public API changes.
122
121
 
123
122
  # Contributions
124
123
 
@@ -126,11 +125,11 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for details.
126
125
 
127
126
  # Credits
128
127
 
129
- Developed by [Brooke Kuhlmann](http://www.alchemists.io) at [Alchemists](http://www.alchemists.io)
128
+ Developed by [Brooke Kuhlmann](https://www.alchemists.io) at [Alchemists](https://www.alchemists.io)
130
129
 
131
130
  # License
132
131
 
133
- Copyright (c) 2012 [Alchemists](http://www.alchemists.io).
132
+ Copyright (c) 2012 [Alchemists](https://www.alchemists.io).
134
133
  Read the [LICENSE](LICENSE.md) for details.
135
134
 
136
135
  # History
@@ -1,3 +1,3 @@
1
1
  module PrawnPlus
2
- VERSION = "5.0.0"
2
+ VERSION = "6.0.0"
3
3
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawn_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 6.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -30,7 +30,7 @@ cert_chain:
30
30
  fMlZDUGx3lQarp/vPjK+6XH7DLXjBEKqeIGBIpLthYUvDxJRp23C+T3liGSL32vg
31
31
  mSpxxwmK95GDFuEy2mNPaxnazdkw8c+7DbrSpzd/CnNZkRgitxOavs8=
32
32
  -----END CERTIFICATE-----
33
- date: 2014-07-27 00:00:00.000000000 Z
33
+ date: 2015-01-01 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: sqlite3
@@ -80,14 +80,14 @@ dependencies:
80
80
  requirements:
81
81
  - - "~>"
82
82
  - !ruby/object:Gem::Version
83
- version: '4.0'
83
+ version: '4.1'
84
84
  type: :runtime
85
85
  prerelease: false
86
86
  version_requirements: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: '4.0'
90
+ version: '4.1'
91
91
  - !ruby/object:Gem::Dependency
92
92
  name: prawn
93
93
  requirement: !ruby/object:Gem::Requirement
@@ -228,6 +228,34 @@ dependencies:
228
228
  - - ">="
229
229
  - !ruby/object:Gem::Version
230
230
  version: '0'
231
+ - !ruby/object:Gem::Dependency
232
+ name: terminal-notifier
233
+ requirement: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - ">="
236
+ - !ruby/object:Gem::Version
237
+ version: '0'
238
+ type: :development
239
+ prerelease: false
240
+ version_requirements: !ruby/object:Gem::Requirement
241
+ requirements:
242
+ - - ">="
243
+ - !ruby/object:Gem::Version
244
+ version: '0'
245
+ - !ruby/object:Gem::Dependency
246
+ name: terminal-notifier-guard
247
+ requirement: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - ">="
250
+ - !ruby/object:Gem::Version
251
+ version: '0'
252
+ type: :development
253
+ prerelease: false
254
+ version_requirements: !ruby/object:Gem::Requirement
255
+ requirements:
256
+ - - ">="
257
+ - !ruby/object:Gem::Version
258
+ version: '0'
231
259
  - !ruby/object:Gem::Dependency
232
260
  name: codeclimate-test-reporter
233
261
  requirement: !ruby/object:Gem::Requirement
@@ -244,7 +272,8 @@ dependencies:
244
272
  version: '0'
245
273
  description: Enhances default Prawn PDF functionality (which includes PDF template
246
274
  handling/rendering).
247
- email: brooke@redalchemist.com
275
+ email:
276
+ - brooke@alchemists.io
248
277
  executables: []
249
278
  extensions: []
250
279
  extra_rdoc_files:
@@ -277,7 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
306
  version: '0'
278
307
  requirements: []
279
308
  rubyforge_project:
280
- rubygems_version: 2.4.1
309
+ rubygems_version: 2.4.5
281
310
  signing_key:
282
311
  specification_version: 4
283
312
  summary: Enhances default Prawn PDF functionality.
metadata.gz.sig CHANGED
Binary file