prawn_plus 12.1.0 → 12.2.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
  SHA256:
3
- metadata.gz: 520abefeb43619ad36d23f52c295b5dddd1dc3552aa4e53b33dd9b4ec453345b
4
- data.tar.gz: f17cd3c5bce89df89892c071272c255a1db91baae98a428ed451ae2e34e6ef53
3
+ metadata.gz: c9f07049a7af2b08c446fea4532ff7d261364164f069a0cdd5a792e6d070e010
4
+ data.tar.gz: c2371f60807b6342dde20c7641967f20ec026bc683c8970df83876f1999bf6f2
5
5
  SHA512:
6
- metadata.gz: 807fd9d3b0235efe8c037ce2531482de44e1337a71b82c7b22d8b521aa8212aa58c8f9235384fcc3bbcfce6ccce06da9f7a2ed5a97a6dda0954074460249412b
7
- data.tar.gz: 18f7962a21e774afe232de79df7d984df71bb47a170c6c0427a147bc74f7fe17ce011d6ae583906c7b492577b81dcb7f20f8bd85b568c0721cb3ca1e64cd99d3
6
+ metadata.gz: e7b50b5f81c99007e170709264bec8bd0d28c6b444fc1c24ea56890fdbc7a4bc7011b439629c716baf4c06402df8cc5efd95a5d4a5e329aa66946ae94b87c740
7
+ data.tar.gz: 5de2e122f87586327fd036d71002dea257f1ba9b5305535b95f80512ab97f450ffc7899b78bc38dae5a0e218c9df7c03cb3c0e2f35d4bf35881fa2d9c2a5affc
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -4,13 +4,6 @@
4
4
 
5
5
  = Prawn+
6
6
 
7
- [link=http://badge.fury.io/rb/prawn_plus]
8
- image::https://badge.fury.io/rb/prawn_plus.svg[Gem Version]
9
- [link=https://www.alchemists.io/projects/code_quality]
10
- image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
11
- [link=https://circleci.com/gh/bkuhlmann/prawn_plus]
12
- image::https://circleci.com/gh/bkuhlmann/prawn_plus.svg?style=svg[Circle CI Status]
13
-
14
7
  Prawn+ is a lightweight Rails Engine that wraps the link:https://github.com/prawnpdf/prawn[Prawn]
15
8
  PDF generator in order to render PDFs within Rails views. This allows you to build view templates
16
9
  which render PDFs using the Prawn syntax.
data/prawn_plus.gemspec CHANGED
@@ -2,8 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "prawn_plus"
5
- spec.version = "12.1.0"
6
- spec.platform = Gem::Platform::RUBY
5
+ spec.version = "12.2.0"
7
6
  spec.authors = ["Brooke Kuhlmann"]
8
7
  spec.email = ["brooke@alchemists.io"]
9
8
  spec.homepage = "https://www.alchemists.io/projects/prawn_plus"
@@ -26,9 +25,8 @@ Gem::Specification.new do |spec|
26
25
  spec.add_dependency "prawn", "~> 2.4"
27
26
  spec.add_dependency "prawn-table", "~> 0.2"
28
27
  spec.add_dependency "rails", "~> 7.0"
29
- spec.add_dependency "refinements", "~> 9.1"
28
+ spec.add_dependency "refinements", "~> 9.2"
30
29
 
31
30
  spec.files = Dir["*.gemspec", "lib/**/*"]
32
31
  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
33
- spec.require_paths = ["lib"]
34
32
  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: 12.1.0
4
+ version: 12.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
29
29
  W2A=
30
30
  -----END CERTIFICATE-----
31
- date: 2022-01-23 00:00:00.000000000 Z
31
+ date: 2022-02-12 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: prawn
@@ -78,14 +78,14 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '9.1'
81
+ version: '9.2'
82
82
  type: :runtime
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '9.1'
88
+ version: '9.2'
89
89
  description:
90
90
  email:
91
91
  - brooke@alchemists.io
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.3.5
129
+ rubygems_version: 3.3.7
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: A Rails renderer for Prawn PDFs.
metadata.gz.sig CHANGED
Binary file