selenium-server 1.2.1 → 1.2.2

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.
@@ -1,11 +1,7 @@
1
1
  warn "
2
2
  ATTENTION -- IMMEDIATE ACTION REQUIRED!
3
3
 
4
- ---> selenium-server is no longer maintained <---
5
-
6
- ---> It lives on in selenium-connect <---
7
-
8
- ---> Please use selenium-connect instead <---
4
+ selenium-server has been renamed to selenium-connect. Please use that instead.
9
5
 
10
6
  Apologies for any inconvenience this may cause.
11
7
 
@@ -1,26 +1,15 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'selenium-server'
3
- s.version = '1.2.1'
3
+ s.version = '1.2.2'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ['Dave Haeffner']
6
6
  s.email = ['dave@arrgyle.com']
7
7
  s.homepage = 'https://github.com/arrgyle/selenium-connect'
8
8
  s.summary = 'A stupid simple way to run your Selenium tests on localhost, against a Selenium Grid, or in the cloud (e.g. SauceLabs).'
9
9
  s.description = '
10
- ATTENTION
10
+ This gem has been renamed to selenium-connect. Please use that instead. Apologies for any inconvenience this may cause.
11
+ '
11
12
 
12
- ---> selenium-server is no longer maintained <---
13
-
14
- ---> It lives on in selenium-connect <---
15
-
16
- ---> Please use selenium-connect instead <---
17
-
18
- Apologies for any inconvenience this may cause.
19
-
20
-
21
- Cheers,
22
- Dave Haeffner
23
- @TourDeDave'
24
13
  s.license = 'MIT'
25
14
 
26
15
  s.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,27 +13,10 @@ date: 2013-06-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: ! '
15
15
 
16
- ATTENTION
16
+ This gem has been renamed to selenium-connect. Please use that instead. Apologies
17
+ for any inconvenience this may cause.
17
18
 
18
-
19
- ---> selenium-server is no longer maintained <---
20
-
21
-
22
- ---> It lives on in selenium-connect <---
23
-
24
-
25
- ---> Please use selenium-connect instead <---
26
-
27
-
28
- Apologies for any inconvenience this may cause.
29
-
30
-
31
-
32
- Cheers,
33
-
34
- Dave Haeffner
35
-
36
- @TourDeDave'
19
+ '
37
20
  email:
38
21
  - dave@arrgyle.com
39
22
  executables: []