imgkit 1.4.1 → 1.4.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 +7 -0
- data/Gemfile.lock +1 -1
- data/lib/imgkit/configuration.rb +1 -1
- data/lib/imgkit/version.rb +1 -1
- data/spec/imgkit_spec.rb +1 -1
- metadata +24 -25
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 90ce15ba46dfeb6c80a912b89d5804463ce1ddfc
|
4
|
+
data.tar.gz: 8579ebbb5d86b1a28a054395122b1a34d80e86b9
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 0f7bb22ea30ca5fd170dc941dcc82e35cef611f3b9f29ee1dcc2040c865c53bd2a1d7598ab342d02df3ac4e2cb2e0d3b284e85310b2164710d1b9730c900455e
|
7
|
+
data.tar.gz: ffe0258a77c9520413fd8d7433ef6b598f2a2a7344a7620d279a670b285f416677765bb6dc60389a796cb6dfb295e65ca2682aff356556360cd35dc6ccc76cd8
|
data/Gemfile.lock
CHANGED
data/lib/imgkit/configuration.rb
CHANGED
data/lib/imgkit/version.rb
CHANGED
data/spec/imgkit_spec.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: imgkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
5
|
-
prerelease:
|
4
|
+
version: 1.4.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- csquared
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2014-
|
11
|
+
date: 2014-10-07 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: Uses wkhtmltoimage to create Images using HTML
|
15
14
|
email: christopher.continanza@gmail.com
|
@@ -18,10 +17,10 @@ executables:
|
|
18
17
|
extensions: []
|
19
18
|
extra_rdoc_files: []
|
20
19
|
files:
|
21
|
-
- .document
|
22
|
-
- .gitignore
|
23
|
-
- .rspec
|
24
|
-
- .rvmrc
|
20
|
+
- ".document"
|
21
|
+
- ".gitignore"
|
22
|
+
- ".rspec"
|
23
|
+
- ".rvmrc"
|
25
24
|
- Gemfile
|
26
25
|
- Gemfile.lock
|
27
26
|
- LICENSE
|
@@ -45,38 +44,38 @@ files:
|
|
45
44
|
- spec/warning_binary
|
46
45
|
homepage: http://rubygems.org/gems/imgkit
|
47
46
|
licenses: []
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
47
|
+
metadata: {}
|
48
|
+
post_install_message: |
|
49
|
+
******************************************************************
|
50
|
+
|
51
|
+
Now install wkhtmltoimage binaries:
|
52
|
+
Global: sudo `which imgkit` --install-wkhtmltoimage
|
53
|
+
rvmsudo imgkit --install-wkhtmltoimage
|
54
|
+
(installs to default /usr/local/bin/wkhtmltoimage)
|
55
|
+
|
56
|
+
inside RVM folder: export TO=`which imgkit | sed 's:/imgkit:/wkhtmltoimage:'` && imgkit --install-wkhtmltoimage
|
57
|
+
(you'll have to configure the location of the binary if you do this!)
|
58
|
+
|
59
|
+
(run imgkit --help to see more options)
|
60
|
+
******************************************************************
|
54
61
|
rdoc_options: []
|
55
62
|
require_paths:
|
56
63
|
- lib
|
57
64
|
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
-
none: false
|
59
65
|
requirements:
|
60
|
-
- -
|
66
|
+
- - ">="
|
61
67
|
- !ruby/object:Gem::Version
|
62
68
|
version: '0'
|
63
|
-
segments:
|
64
|
-
- 0
|
65
|
-
hash: 620641865114534026
|
66
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
|
-
none: false
|
68
70
|
requirements:
|
69
|
-
- -
|
71
|
+
- - ">="
|
70
72
|
- !ruby/object:Gem::Version
|
71
73
|
version: '0'
|
72
|
-
segments:
|
73
|
-
- 0
|
74
|
-
hash: 620641865114534026
|
75
74
|
requirements: []
|
76
75
|
rubyforge_project: imgkit
|
77
|
-
rubygems_version:
|
76
|
+
rubygems_version: 2.2.2
|
78
77
|
signing_key:
|
79
|
-
specification_version:
|
78
|
+
specification_version: 4
|
80
79
|
summary: HTML+CSS -> JPG
|
81
80
|
test_files:
|
82
81
|
- spec/configuration_spec.rb
|