wkhtmltopdf-heroku 0.0.1 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/bin/wkhtmltopdf +1 -3
- data/wkhtmltopdf-heroku.gemspec +5 -6
- metadata +5 -7
- data/bin/wkhtmltopdf-linux-amd64 +0 -0
data/Rakefile
CHANGED
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
|
|
17
17
|
gem.name = "wkhtmltopdf-heroku"
|
18
18
|
gem.homepage = "http://github.com/bradphelan/wkhtmltopdf-heroku"
|
19
19
|
gem.license = "MIT"
|
20
|
-
gem.summary = %Q{wkhtmltopdf binaries for
|
21
|
-
gem.description = %Q{wkhtmltopdf binaries
|
20
|
+
gem.summary = %Q{wkhtmltopdf binaries for heroku}
|
21
|
+
gem.description = %Q{wkhtmltopdf binaries heroku}
|
22
22
|
gem.email = "bradphelan@xtargets.com"
|
23
23
|
gem.authors = ["Brad Phelan"]
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/bin/wkhtmltopdf
CHANGED
@@ -4,9 +4,7 @@
|
|
4
4
|
if RUBY_PLATFORM =~ /x86_64-linux/
|
5
5
|
executable = 'wkhtmltopdf-linux-amd64'
|
6
6
|
elsif RUBY_PLATFORM =~ /darwin/
|
7
|
-
|
8
|
-
else
|
9
|
-
raise "Invalid platform. Must be running linux amd x64 or intel-based Mac OS."
|
7
|
+
raise "Invalid platform. Must be running linux amd x64"
|
10
8
|
end
|
11
9
|
|
12
10
|
arguments = $*.map { |x| x.include?(' ') ? "'" + x + "'" : x }
|
data/wkhtmltopdf-heroku.gemspec
CHANGED
@@ -5,14 +5,14 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{wkhtmltopdf-heroku}
|
8
|
-
s.version = "0.0
|
8
|
+
s.version = "0.1.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = [%q{Brad Phelan}]
|
12
|
-
s.date = %q{2011-09-
|
13
|
-
s.description = %q{wkhtmltopdf binaries
|
12
|
+
s.date = %q{2011-09-26}
|
13
|
+
s.description = %q{wkhtmltopdf binaries heroku}
|
14
14
|
s.email = %q{bradphelan@xtargets.com}
|
15
|
-
s.executables = [%q{wkhtmltopdf}, %q{wkhtmltopdf-darwin}
|
15
|
+
s.executables = [%q{wkhtmltopdf}, %q{wkhtmltopdf-darwin}]
|
16
16
|
s.extra_rdoc_files = [
|
17
17
|
"LICENSE.txt",
|
18
18
|
"README.rdoc"
|
@@ -27,7 +27,6 @@ Gem::Specification.new do |s|
|
|
27
27
|
"VERSION",
|
28
28
|
"bin/wkhtmltopdf",
|
29
29
|
"bin/wkhtmltopdf-darwin",
|
30
|
-
"bin/wkhtmltopdf-linux-amd64",
|
31
30
|
"lib/wkhtmltopdf_heroku_and_osx_binaries.rb",
|
32
31
|
"test/helper.rb",
|
33
32
|
"test/test_wkhtmltopdf_heroku_and_osx_binaries.rb",
|
@@ -37,7 +36,7 @@ Gem::Specification.new do |s|
|
|
37
36
|
s.licenses = [%q{MIT}]
|
38
37
|
s.require_paths = [%q{lib}]
|
39
38
|
s.rubygems_version = %q{1.8.8}
|
40
|
-
s.summary = %q{wkhtmltopdf binaries for
|
39
|
+
s.summary = %q{wkhtmltopdf binaries for heroku}
|
41
40
|
|
42
41
|
if s.respond_to? :specification_version then
|
43
42
|
s.specification_version = 3
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: wkhtmltopdf-heroku
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0
|
5
|
+
version: 0.1.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Brad Phelan
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-09-
|
13
|
+
date: 2011-09-26 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: shoulda
|
@@ -56,12 +56,11 @@ dependencies:
|
|
56
56
|
type: :development
|
57
57
|
prerelease: false
|
58
58
|
version_requirements: *id004
|
59
|
-
description: wkhtmltopdf binaries
|
59
|
+
description: wkhtmltopdf binaries heroku
|
60
60
|
email: bradphelan@xtargets.com
|
61
61
|
executables:
|
62
62
|
- wkhtmltopdf
|
63
63
|
- wkhtmltopdf-darwin
|
64
|
-
- wkhtmltopdf-linux-amd64
|
65
64
|
extensions: []
|
66
65
|
|
67
66
|
extra_rdoc_files:
|
@@ -77,7 +76,6 @@ files:
|
|
77
76
|
- VERSION
|
78
77
|
- bin/wkhtmltopdf
|
79
78
|
- bin/wkhtmltopdf-darwin
|
80
|
-
- bin/wkhtmltopdf-linux-amd64
|
81
79
|
- lib/wkhtmltopdf_heroku_and_osx_binaries.rb
|
82
80
|
- test/helper.rb
|
83
81
|
- test/test_wkhtmltopdf_heroku_and_osx_binaries.rb
|
@@ -95,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
95
93
|
requirements:
|
96
94
|
- - ">="
|
97
95
|
- !ruby/object:Gem::Version
|
98
|
-
hash:
|
96
|
+
hash: 15281286880839588
|
99
97
|
segments:
|
100
98
|
- 0
|
101
99
|
version: "0"
|
@@ -111,6 +109,6 @@ rubyforge_project:
|
|
111
109
|
rubygems_version: 1.8.8
|
112
110
|
signing_key:
|
113
111
|
specification_version: 3
|
114
|
-
summary: wkhtmltopdf binaries for
|
112
|
+
summary: wkhtmltopdf binaries for heroku
|
115
113
|
test_files: []
|
116
114
|
|
data/bin/wkhtmltopdf-linux-amd64
DELETED
Binary file
|