phantomjs 1.9.2.1 → 1.9.7.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: 32626604c40b862e43453c82158a2c8913942377
4
- data.tar.gz: d3546eb7f19f1b66ba0e87e89cbba6f975265714
3
+ metadata.gz: f1940ecf22ba85934dae76a4282e73e301f825c7
4
+ data.tar.gz: 05f65e072a47ce136c7aa250f2875d130af18002
5
5
  SHA512:
6
- metadata.gz: 7e7a0bec77b65db70933130fe245ae7de83d973c44b96056e79758b3c5d42133d2047abd0cfb3cd2490060c8ce64dd608b92b69555ef8ac8ca188edabddf8025
7
- data.tar.gz: ff7b5bd58f92de836a199db35eba29167af3c3181f017ff066e098a705e67fa7539c0373a54376c594f8fcd2edd59d07895fdd98266129279de0c9afb73e2b3e
6
+ metadata.gz: e50f88532c2bb97712e8b7306f52b4b2c71671cb9922ed19beac241267711c3f86c2a6af6d9b5daadbe8958b3b4f09beb7a13713ef8bbcc807c2ffb9e57159ea
7
+ data.tar.gz: 9f7837ac1e277a8dfab947d35dfc8a7495fe1b5d7f3dca8174258cfda55504bd602ff0c4a553d58cad394995ef800d9d7be636879a6c4caa555ec1d4b54228df
@@ -2,9 +2,11 @@ script:
2
2
  - bundle
3
3
  - bundle exec rspec
4
4
  rvm:
5
- - 1.9.3
6
- - 2.0.0
7
- - rbx-19mode
5
+ - 1.9
6
+ - 2.0
7
+ - 2.1
8
+ - jruby-19mode
9
+ - rbx-1.9.3
8
10
  notifications:
9
11
  email:
10
12
  on_success: always
data/README.md CHANGED
@@ -80,4 +80,4 @@ three packages over, so tread with caution please :)
80
80
  (c) 2013 Christoph Olszowka
81
81
 
82
82
  Note that this project merely simplifies the installation of the entirely separate PhantomJS project
83
- via a Ruby gem. You can find the license information for PhantomJS at http://http://phantomjs.org/
83
+ via a Ruby gem. You can find the license information for PhantomJS at http://phantomjs.org/
@@ -13,6 +13,10 @@ module Phantomjs
13
13
  @base_dir ||= File.join(File.expand_path('~'), '.phantomjs', version)
14
14
  end
15
15
 
16
+ def base_dir=(dir)
17
+ @base_dir = dir
18
+ end
19
+
16
20
  def version
17
21
  Phantomjs::VERSION.split('.')[0..-2].join('.')
18
22
  end
@@ -98,7 +98,7 @@ module Phantomjs
98
98
  end
99
99
 
100
100
  def package_url
101
- 'http://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2'
101
+ 'http://cdn.bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2'
102
102
  end
103
103
  end
104
104
  end
@@ -114,7 +114,7 @@ module Phantomjs
114
114
  end
115
115
 
116
116
  def package_url
117
- 'http://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-i686.tar.bz2'
117
+ 'http://cdn.bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2'
118
118
  end
119
119
  end
120
120
  end
@@ -130,7 +130,7 @@ module Phantomjs
130
130
  end
131
131
 
132
132
  def package_url
133
- 'http://phantomjs.googlecode.com/files/phantomjs-1.9.2-macosx.zip'
133
+ 'http://cdn.bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip'
134
134
  end
135
135
  end
136
136
  end
@@ -154,7 +154,7 @@ module Phantomjs
154
154
  end
155
155
 
156
156
  def package_url
157
- 'https://phantomjs.googlecode.com/files/phantomjs-1.9.2-windows.zip'
157
+ 'http://cdn.bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-windows.zip'
158
158
  end
159
159
  end
160
160
  end
@@ -1,3 +1,3 @@
1
1
  module Phantomjs
2
- VERSION = "1.9.2.1"
2
+ VERSION = "1.9.7.0"
3
3
  end
@@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
7
7
  gem.description = %q{Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.}
8
8
  gem.summary = %q{Auto-install phantomjs on demand for current platform. Comes with poltergeist integration.}
9
9
  gem.homepage = "https://github.com/colszowka/phantomjs-gem"
10
+ gem.license = 'MIT'
10
11
 
11
12
  gem.add_development_dependency 'poltergeist'
12
13
  gem.add_development_dependency 'rspec', ">= 2.11.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantomjs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2.1
4
+ version: 1.9.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Olszowka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-14 00:00:00.000000000 Z
11
+ date: 2014-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: poltergeist
@@ -92,7 +92,8 @@ files:
92
92
  - spec/runner.js
93
93
  - spec/spec_helper.rb
94
94
  homepage: https://github.com/colszowka/phantomjs-gem
95
- licenses: []
95
+ licenses:
96
+ - MIT
96
97
  metadata: {}
97
98
  post_install_message:
98
99
  rdoc_options: []