wicked_pdf 2.0.1 → 2.0.2
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.md +7 -1
- data/lib/wicked_pdf/version.rb +1 -1
- data/lib/wicked_pdf/wicked_pdf_helper/assets.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9f7795e6c1ecec768a23b467e08da9401933ff1ba011146d9a851593e7aaca1
|
|
4
|
+
data.tar.gz: e1a9bcfb09ff09d69846ee0e2519ad40a02eafb5e908eadb1674e3df6fa833b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 434ec5a13a8acc6ea7f39ee8d1a1c677a9f60ef217f22eaacace541068c2f079a2cce752440961d4c308c4a97221717c0508335e72551b71b488c6e6ba497fd8
|
|
7
|
+
data.tar.gz: e29cb1771f8041c3cc30c9dbb797fc1f5fcffc9d85027e6d518f9cb03dc15c5ef0a4abb90c0be29564729c13fa804820b45a2f19998b27e2c3a805ac023a5fd4
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
10
10
|
### Fixes
|
|
11
11
|
- None
|
|
12
12
|
|
|
13
|
+
## [2.0.2] - 2020-03-17
|
|
14
|
+
### Fixes
|
|
15
|
+
- [Force UTF-8 encoding in assets helper](https://github.com/mileszs/wicked_pdf/pull/894)
|
|
16
|
+
|
|
13
17
|
## [2.0.1] - 2020-02-22
|
|
14
18
|
### Fixes
|
|
15
19
|
- [Replace open-uri with more secure Net:HTTP.get](https://github.com/mileszs/wicked_pdf/pull/864)
|
|
@@ -145,7 +149,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
145
149
|
- Asset helpers no longer add a file extension if it already is specified with one
|
|
146
150
|
|
|
147
151
|
# Compare Releases
|
|
148
|
-
- [
|
|
152
|
+
- [2.0.2...HEAD (unreleased changes)](https://github.com/mileszs/wicked_pdf/compare/2.0.2...HEAD)
|
|
153
|
+
- [2.0.0...2.0.2](https://github.com/mileszs/wicked_pdf/compare/2.0.0...2.0.2)
|
|
154
|
+
- [1.4.0...2.0.0](https://github.com/mileszs/wicked_pdf/compare/1.4.0...2.0.0)
|
|
149
155
|
- [1.3.0...1.4.0](https://github.com/mileszs/wicked_pdf/compare/1.3.0...1.4.0)
|
|
150
156
|
- [1.2.0...1.3.0](https://github.com/mileszs/wicked_pdf/compare/1.2.0...1.3.0)
|
|
151
157
|
- [1.1.0...1.2.0](https://github.com/mileszs/wicked_pdf/compare/1.1.0...1.2.0)
|
data/lib/wicked_pdf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wicked_pdf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miles Z. Sterrett
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-03-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|