phantomjs-binaries 2.1.1.0 → 2.1.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a7d3c41e91aef3730dc0ad6473db0e45e1e460e
4
- data.tar.gz: 9d9742a784f5056a55af915e0d8f682bc0c857e8
3
+ metadata.gz: 48a8ddfab272edc54499eedf22e166448f3c7211
4
+ data.tar.gz: 8fa7f093f43238c96dfdffa8914eeac3951863aa
5
5
  SHA512:
6
- metadata.gz: d79e7e480b5ad8e2648295a4c981685fd077027a3580a4bbdac0323cd1b5d97242c9ec0bc21f7a2f66ec00f443bc7af7080f99bb2dec1d6152d261439f6827a6
7
- data.tar.gz: 6881a1293a7ebf3754e352560385c590c0e15dd1bc571e1eb5436f134374fbe253a6cb16d245f6bd3a6866955e02d7cbf98707a70d7e05c8d2f3a024ef8124f7
6
+ metadata.gz: 308ab1070ecb3633945b8290e673874ae82c7c4d0a15169692f4d5240e185f75aac9796c0991d47cdb8d70db51733aaa9d418928b84ee49e2e8aad1da76dff74
7
+ data.tar.gz: bc6a00df655980b271b2bf011e21ca85c3982b70f264c6686d1c2c3ede8b93551e5575ff27b81125acfbfa8f717996032eb2b2d0607a0a347511bcd395c2131d
@@ -8,6 +8,6 @@ require "phantomjs-binaries/version"
8
8
 
9
9
  machine = Uname.machine
10
10
  platform = Uname.sysname.downcase
11
- version = Phantomjs::Binaries::PHANTOM_VERSION
11
+ version = PhantomjsBinaries::PHANTOM_VERSION
12
12
  platform_binary = File.expand_path(File.join(File.dirname(__FILE__), "phantomjs-#{version}-#{platform}-#{machine}"))
13
13
  exec platform_binary, *ARGV
@@ -1,7 +1,4 @@
1
1
  require "phantomjs-binaries/version"
2
2
 
3
- module Phantomjs
4
- module Binaries
5
- # Your code goes here...
6
- end
3
+ module PhantomjsBinaries
7
4
  end
@@ -1,6 +1,4 @@
1
- module Phantomjs
2
- module Binaries
3
- PHANTOM_VERSION = "2.1.1"
4
- VERSION = PHANTOM_VERSION + ".0"
5
- end
1
+ module PhantomjsBinaries
2
+ PHANTOM_VERSION = "2.1.1"
3
+ VERSION = PHANTOM_VERSION + ".1"
6
4
  end
@@ -4,7 +4,7 @@ require "phantomjs-binaries/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "phantomjs-binaries"
7
- s.version = Phantomjs::Binaries::VERSION
7
+ s.version = PhantomjsBinaries::VERSION
8
8
  s.authors = ["Anton Vaynshtok"]
9
9
  s.email = ["avaynshtok@gmail.com"]
10
10
  s.homepage = "https://github.com/avaynshtok/phantomjs-binaries"
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: 2.1.1.0
4
+ version: 2.1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Vaynshtok
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-23 00:00:00.000000000 Z
11
+ date: 2016-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sys-uname