phantompdf 1.0.5 → 1.1.0

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
  SHA1:
3
- metadata.gz: 1546382213576c76cc2ac584658eb84b522af278
4
- data.tar.gz: 46c3fe577f3bc88df12e9bb544f6db2bc8763d82
3
+ metadata.gz: b25c7eb048e875dbb10b202bce64574407c10000
4
+ data.tar.gz: b8ff0629829516f1d6ece912920d63482b1fa998
5
5
  SHA512:
6
- metadata.gz: 7ef376e13ffcfddf8913d6cfa1e4d7f03c4db57e7f12cbbcdb6f15584386f67eb339d6437fe204c4c4407d238072392ff62425bc88cf8f721cf1b829513f7287
7
- data.tar.gz: 004000c5183f70940a722df4fc3a287000f4e4141ba9444d3c05df8fd4ab5aeead83d23a4e1e72158e3fcc781eaef294d6c88953f86026cfc2c4c51d9ee1e74c
6
+ metadata.gz: 84e3c4085a24964db92084b663b16dd8a84077b54cc2a15f6258dd7df93003da0a0e1f3ad633f67390c4f05f08e22e22ce1e4da5f7ca659dcf7a0d9090122d49
7
+ data.tar.gz: 48b868e89d180fd4f8360a1c1660104fcf3fd9b9c61c1d2c5fd0e0610d4b475ea5ff6a5df37b782f923cb62e433c716c6363a3a7c6b4a40d6620abce0ca7b1ca
data/Gemfile CHANGED
@@ -2,3 +2,6 @@ source 'https://rubygems.org'
2
2
 
3
3
  # using phantompdf.gemspec to specify dependencies
4
4
  gemspec
5
+
6
+ # using PhantomJS github repo
7
+ gem 'phantomjs', :github => 'colszowka/phantomjs-gem'
data/Gemfile.lock CHANGED
@@ -1,7 +1,13 @@
1
+ GIT
2
+ remote: git://github.com/colszowka/phantomjs-gem.git
3
+ revision: f8a30905c28dac99490efaa608f1af59618616cb
4
+ specs:
5
+ phantomjs (1.9.2.0)
6
+
1
7
  PATH
2
8
  remote: .
3
9
  specs:
4
- phantompdf (1.0.5)
10
+ phantompdf (1.1.0)
5
11
  json
6
12
  phantomjs
7
13
 
@@ -13,39 +19,17 @@ GEM
13
19
  byebug (2.2.2)
14
20
  columnize (~> 0.3.6)
15
21
  debugger-linecache (~> 1.2.0)
16
- capybara (2.1.0)
17
- mime-types (>= 1.16)
18
- nokogiri (>= 1.3.3)
19
- rack (>= 1.0.0)
20
- rack-test (>= 0.5.4)
21
- xpath (~> 2.0)
22
- cliver (0.2.2)
23
22
  columnize (0.3.6)
24
23
  debugger-linecache (1.2.0)
25
24
  diff-lcs (1.2.4)
26
25
  hashery (2.1.1)
27
26
  json (1.8.0)
28
- mime-types (1.25)
29
- mini_portile (0.5.1)
30
- multi_json (1.8.0)
31
- nokogiri (1.6.0)
32
- mini_portile (~> 0.5.0)
33
27
  pdf-reader (1.3.3)
34
28
  Ascii85 (~> 1.0.0)
35
29
  afm (~> 0.2.0)
36
30
  hashery (~> 2.0)
37
31
  ruby-rc4
38
32
  ttfunk
39
- phantomjs (1.8.1.1)
40
- poltergeist
41
- poltergeist (1.4.1)
42
- capybara (~> 2.1.0)
43
- cliver (~> 0.2.1)
44
- multi_json (~> 1.0)
45
- websocket-driver (>= 0.2.0)
46
- rack (1.5.2)
47
- rack-test (0.6.2)
48
- rack (>= 1.0)
49
33
  rake (10.1.0)
50
34
  rspec (2.14.1)
51
35
  rspec-core (~> 2.14.0)
@@ -57,9 +41,6 @@ GEM
57
41
  rspec-mocks (2.14.3)
58
42
  ruby-rc4 (0.1.5)
59
43
  ttfunk (1.0.3)
60
- websocket-driver (0.3.0)
61
- xpath (2.0.0)
62
- nokogiri (~> 1.3)
63
44
 
64
45
  PLATFORMS
65
46
  ruby
@@ -67,6 +48,7 @@ PLATFORMS
67
48
  DEPENDENCIES
68
49
  byebug
69
50
  pdf-reader
51
+ phantomjs!
70
52
  phantompdf!
71
53
  rake
72
54
  rspec
@@ -1,3 +1,3 @@
1
1
  module PhantomPDF
2
- VERSION = "1.0.5"
2
+ VERSION = "1.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantompdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spring MC