webdriver-firefox 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjQyNDM1ZWFjZTZmODNjNWMwNTdlZDkyZWNmNzlkMWQ2MGUxMDUxZQ==
5
+ data.tar.gz: !binary |-
6
+ NzMwNDgwZTBiYTJhNTkzMDc5N2FiY2MyNzhlYWVlN2MxNTJkNWJhZQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NjlmOWZjMTBjNmU0NGZmYzFlMzhjMDFkMTYwZmQxZWExNGY3Y2UzOGNhMTIz
10
+ ZDRjN2E4OGMyZWEwZGYwYzY0ZDhkOWFkZGM5ZmRlNzdiM2Y1MDMxMjA3YmZj
11
+ YTNjNTQ5ODVhYzVlZDFiZjlkZWY4ZDBhMDZlYzg3NTJiZWFhYmM=
12
+ data.tar.gz: !binary |-
13
+ OGFkNTIwOTg0NDZjNTkwZjA2ODIxNDY4NmQ2YzQ4NDA0MWE4YWVjNTQ1Mzc3
14
+ ODY0ZGI4YTVhMWFjYjg0ZDg2ZDI2ZDAzNjNhNDUxMTliNjQzMDQwOTUyMDU2
15
+ Yjk3MzZkMTUzZjM5MzUxMzAzMDQ4YzE5NmIwY2QxMjA0YzFjODc=
@@ -8,7 +8,7 @@ module NoLockFirefox
8
8
  START_PORT = 24576
9
9
 
10
10
  def initialize
11
- @random = Random.new
11
+ @random = ::Random.new
12
12
  end
13
13
 
14
14
  def find_free_port
@@ -1,5 +1,5 @@
1
1
  # Copyright (c) 2013 Solano Labs All Rights Reserved
2
2
 
3
3
  module WebdriverFirefox
4
- VERSION = '0.0.9'
4
+ VERSION = '0.0.10'
5
5
  end
metadata CHANGED
@@ -1,20 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webdriver-firefox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
5
- prerelease:
4
+ version: 0.0.10
6
5
  platform: ruby
7
6
  authors:
8
7
  - Solano Labs
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-07 00:00:00.000000000 Z
11
+ date: 2014-03-21 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: selenium-webdriver
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
17
  - - ! '>='
20
18
  - !ruby/object:Gem::Version
@@ -22,7 +20,6 @@ dependencies:
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
24
  - - ! '>='
28
25
  - !ruby/object:Gem::Version
@@ -43,26 +40,25 @@ files:
43
40
  - lib/webdriver-firefox/version.rb
44
41
  homepage: http://www.solanolabs.com/
45
42
  licenses: []
43
+ metadata: {}
46
44
  post_install_message:
47
45
  rdoc_options: []
48
46
  require_paths:
49
47
  - lib
50
48
  required_ruby_version: !ruby/object:Gem::Requirement
51
- none: false
52
49
  requirements:
53
50
  - - ! '>='
54
51
  - !ruby/object:Gem::Version
55
52
  version: '0'
56
53
  required_rubygems_version: !ruby/object:Gem::Requirement
57
- none: false
58
54
  requirements:
59
55
  - - ! '>='
60
56
  - !ruby/object:Gem::Version
61
57
  version: '0'
62
58
  requirements: []
63
59
  rubyforge_project: tddium
64
- rubygems_version: 1.8.25
60
+ rubygems_version: 2.2.2
65
61
  signing_key:
66
- specification_version: 3
62
+ specification_version: 4
67
63
  summary: WebdriverFirefox
68
64
  test_files: []