wkhtmltopdf-heroku 2.12.2.4 → 2.12.3.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 +4 -4
- data/README.mdown +1 -1
- data/VERSION +1 -1
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
- data/wkhtmltopdf-heroku.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d57d3b716dde914578afcb772b72c3121473361
|
|
4
|
+
data.tar.gz: 9091bd0b25a06272d1e757da4df507f888ee3be7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e11fe711d9ba22e40b2a880dbe8cc8531763593661d6584dc6d94106405879bd52ce1b4f3df66559fa8e42caed6bad47c4cc0f8ca8e80b8c7a7b53ec8002acb0
|
|
7
|
+
data.tar.gz: 9df5edac25487ce049dda4004e596255e5d3e66a027a1eada02e65e0721cffc996739b4ce1f3d4bbcc151d00b569a48c91c4eabe0a33416803c7fa73141bfe33
|
data/README.mdown
CHANGED
|
@@ -12,7 +12,7 @@ In your `Gemfile`:
|
|
|
12
12
|
gem 'wkhtmltopdf-heroku'
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
### Current wkhtmltopdf Version: 0.12.
|
|
15
|
+
### Current wkhtmltopdf Version: 0.12.3.0 Ubuntu Trusty 64-bit.
|
|
16
16
|
|
|
17
17
|
For more details See wkhtmltopdf [Changelog](https://github.com/wkhtmltopdf/wkhtmltopdf/blob/master/CHANGELOG.md)
|
|
18
18
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.12.
|
|
1
|
+
2.12.3.0
|
data/bin/wkhtmltopdf-linux-amd64
CHANGED
|
Binary file
|
data/wkhtmltopdf-heroku.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wkhtmltopdf-heroku
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.12.
|
|
4
|
+
version: 2.12.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brad Phelan
|
|
@@ -45,8 +45,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
45
45
|
version: '0'
|
|
46
46
|
requirements: []
|
|
47
47
|
rubyforge_project:
|
|
48
|
-
rubygems_version: 2.4.
|
|
48
|
+
rubygems_version: 2.4.5.1
|
|
49
49
|
signing_key:
|
|
50
50
|
specification_version: 4
|
|
51
51
|
summary: wkhtmltopdf binaries for heroku
|
|
52
52
|
test_files: []
|
|
53
|
+
has_rdoc:
|