phantomjs-binaries 1.9.2.4 → 1.9.8.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: 9b5cf4fde5d6a44f983fa48e01b214aa031b6930
4
- data.tar.gz: 7b98591de79e1d50fc4152ea8bbede637211723a
3
+ metadata.gz: ecf0943df21325dd329d67f9313eb3505ee6fd4a
4
+ data.tar.gz: da1e2ac0ce73c8019431dd78f5378b9d74bfe438
5
5
  SHA512:
6
- metadata.gz: 2800bac0a182a33fd09572681e9e259f5868a0b165fa00503ec7477f7b9e736c36d2241c5ff0258e76b49f43a8aa84c103c9f585367228dd1b1b57fa91f3fd44
7
- data.tar.gz: 7388e8a45279aea9fc77bd0794e7e774ca1599d0879c03c7cd83a1eec6c1edfc3682e037f68fcb4038878abf52aab3f064d23094d571fe47c95f8177d1047e30
6
+ metadata.gz: c0b1fac3014493ce63aa2e8b6464e37f5e9d92c6e422e4c70ca9b6cf83cc1e0a1b5c32cfcb7441e3c0de03ba599bcabc8fe9b948a3c132656867af0688b8e070
7
+ data.tar.gz: 3d814265e7da7d170691d2734c268a24c1b91a8a0dcef956c3328deb85aed7441e48a7867f1d3ea34f9c06f613560e73c1efa6bca8a93154f20cc33b0b32d3b0
@@ -0,0 +1,3 @@
1
+ ## License
2
+
3
+ This code is released under the [MIT License](http://www.opensource.org/licenses/MIT).
@@ -1,6 +1,6 @@
1
1
  module Phantomjs
2
2
  module Binaries
3
- PHANTOM_VERSION = "1.9.2"
4
- VERSION = PHANTOM_VERSION + ".4"
3
+ PHANTOM_VERSION = "1.9.8"
4
+ VERSION = PHANTOM_VERSION + ".0"
5
5
  end
6
6
  end
@@ -13,6 +13,8 @@ Gem::Specification.new do |s|
13
13
 
14
14
  s.rubyforge_project = "phantomjs-binaries"
15
15
 
16
+ s.license = 'MIT'
17
+
16
18
  s.files = `git ls-files`.split("\n")
17
19
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
20
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantomjs-binaries
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.2.4
4
+ version: 1.9.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Vaynshtok
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-19 00:00:00.000000000 Z
11
+ date: 2015-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sys-uname
@@ -30,22 +30,24 @@ email:
30
30
  - avaynshtok@gmail.com
31
31
  executables:
32
32
  - phantomjs
33
- - phantomjs-1.9.2-darwin-x86_64
34
- - phantomjs-1.9.2-linux-x86_64
33
+ - phantomjs-1.9.8-darwin-x86_64
34
+ - phantomjs-1.9.8-linux-x86_64
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
38
38
  - Gemfile
39
39
  - Gemfile.lock
40
+ - README.md
40
41
  - Rakefile
41
42
  - bin/phantomjs
42
- - bin/phantomjs-1.9.2-darwin-x86_64
43
- - bin/phantomjs-1.9.2-linux-x86_64
43
+ - bin/phantomjs-1.9.8-darwin-x86_64
44
+ - bin/phantomjs-1.9.8-linux-x86_64
44
45
  - lib/phantomjs-binaries.rb
45
46
  - lib/phantomjs-binaries/version.rb
46
47
  - phantomjs-binaries.gemspec
47
48
  homepage: https://github.com/avaynshtok/phantomjs-binaries
48
- licenses: []
49
+ licenses:
50
+ - MIT
49
51
  metadata: {}
50
52
  post_install_message:
51
53
  rdoc_options: []
@@ -53,17 +55,17 @@ require_paths:
53
55
  - lib
54
56
  required_ruby_version: !ruby/object:Gem::Requirement
55
57
  requirements:
56
- - - '>='
58
+ - - ">="
57
59
  - !ruby/object:Gem::Version
58
60
  version: '0'
59
61
  required_rubygems_version: !ruby/object:Gem::Requirement
60
62
  requirements:
61
- - - '>='
63
+ - - ">="
62
64
  - !ruby/object:Gem::Version
63
65
  version: '0'
64
66
  requirements: []
65
67
  rubyforge_project: phantomjs-binaries
66
- rubygems_version: 2.0.3
68
+ rubygems_version: 2.4.3
67
69
  signing_key:
68
70
  specification_version: 4
69
71
  summary: phantom.js binaries wrapped as a ruby gem