prawn_plus 13.0.2 → 13.0.3

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: e6a3ed20c322f0661b95bc9c14afc9d9d274f8d1d6429ab61c0c9dc0f5c10d67
4
- data.tar.gz: 459de22ccc8930def5872d092143920e79d8df860d38d03c316a138cd2f9044a
3
+ metadata.gz: aab7e991c4850714c50dab371ab57eeb6f3132f7224c3868dc024e9b3b08d8f4
4
+ data.tar.gz: 834a07243797c14782222fd757e8491d406e3d57ba96a4123e4df1fa27e05335
5
5
  SHA512:
6
- metadata.gz: bbd0ff65e5feda5373c53fa369b21075ce3aa885f450b4090a09c3b7a0ee5848898249e314f3f12746fca0ad59120af87b30f9218491ecd8d8a6dcd7a9f3f6c4
7
- data.tar.gz: ec11b12406d72c7a14ce926d32667f29ec768352678ff5047485196ca51969a168cf3c3d794da2919067f3c91bf10073ce318bcadc50a4de3624b94de1d354a6
6
+ metadata.gz: 788ccd27e25e4c9d6ca931d9b5b046d9999bbd8fccd33990975806802bb206eb658d5cbee782376119a523522c7cd56ed5f384def9ec4aba7efee305aaa4b825
7
+ data.tar.gz: 2491adf96dfdb85b736d2945cf1a7d430c45e486839fe35272f2014de8063ff9471d54a6ce13a85bfca80930b2dc95eecd19525dfb365871384df2ed3e5df879
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -24,18 +24,34 @@ toc::[]
24
24
 
25
25
  == Setup
26
26
 
27
- To install, run:
27
+ To install _with_ security, run:
28
+
29
+ [source,bash]
30
+ ----
31
+ # 💡 Skip this line if you already have the public certificate installed.
32
+ gem cert --add <(curl --compressed --location https://alchemists.io/gems.pem)
33
+ gem install prawn_plus --trust-policy HighSecurity
34
+ ----
35
+
36
+ To install _without_ security, run:
28
37
 
29
38
  [source,bash]
30
39
  ----
31
40
  gem install prawn_plus
32
41
  ----
33
42
 
34
- Add the following to your Gemfile:
43
+ You can also add the gem directly to your project:
44
+
45
+ [source,bash]
46
+ ----
47
+ bundle add prawn_plus
48
+ ----
49
+
50
+ Once the gem is installed, you only need to require it:
35
51
 
36
52
  [source,ruby]
37
53
  ----
38
- gem "prawn_plus"
54
+ require "prawn_plus"
39
55
  ----
40
56
 
41
57
  == Usage
data/prawn_plus.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "prawn_plus"
5
- spec.version = "13.0.2"
5
+ spec.version = "13.0.3"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/prawn_plus"
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: 13.0.2
4
+ version: 13.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2023-03-22 00:00:00.000000000 Z
38
+ date: 2023-04-30 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: prawn
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  - !ruby/object:Gem::Version
135
135
  version: '0'
136
136
  requirements: []
137
- rubygems_version: 3.4.9
137
+ rubygems_version: 3.4.12
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: A Rails renderer for Prawn PDFs.
metadata.gz.sig CHANGED
Binary file