selenium-rc 2.16.1.2 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,5 +1,3 @@
1
1
  source :rubygems
2
2
 
3
- gemspec
4
-
5
- gem "rake"
3
+ gemspec
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- selenium-rc (2.16.1.2)
4
+ selenium-rc (2.20.0)
5
5
  selenium-client (>= 1.2.18)
6
6
 
7
7
  GEM
@@ -10,7 +10,6 @@ GEM
10
10
  diff-lcs (1.1.2)
11
11
  gem-release (0.0.16)
12
12
  lsof (0.3.0)
13
- rake (0.9.2.2)
14
13
  rr (1.0.2)
15
14
  rspec (2.5.0)
16
15
  rspec-core (~> 2.5.0)
@@ -30,7 +29,6 @@ PLATFORMS
30
29
  DEPENDENCIES
31
30
  gem-release
32
31
  lsof
33
- rake
34
32
  rr
35
33
  rspec (>= 2.5.0)
36
34
  rubyzip
@@ -4,7 +4,7 @@ _selenium-rc_ is a convenient ruby wrapper for the Selenium Standalone Server ja
4
4
 
5
5
  ### Version ###
6
6
 
7
- The current version of this gem (2.16.1.2) packages Selenium Standalone Server 2.16.1 - [http://selenium.googlecode.com/files/selenium-server-standalone-2.16.1.jar](http://selenium.googlecode.com/files/selenium-server-standalone-2.16.1.jar)
7
+ The current version of this gem (2.20.0) packages Selenium Standalone Server 2.20.0 - [http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar](http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar)
8
8
 
9
9
  ### Basic Ruby Usage ###
10
10
 
data/RELEASING CHANGED
@@ -1,10 +1,9 @@
1
1
  this is the list of things to do:
2
2
 
3
- $ gem install bundler
4
3
  $ bundle install #=> Get yer dependencies
5
4
  * edit Thorfile with the path to the latest Selenium Jar
6
- $ bundle exec thor joe:download #=> downloads the latest Selenium Jar file
7
- $ bundle exec rake #=> make sure they're green
5
+ $ thor joe:download #=> downloads the latest Selenium Jar file
6
+ $ rake #=> make sure they're green
8
7
  $ manually edit lib/selenium-rc/version.rb with the desired version because gem-release is too dumb to do it right
9
8
  $ manually edit selenium-rc.gemspec to contain the version # can't gem-release do this for us???
10
9
  $ manually edit the README.markdown to update the version of the gem
data/Thorfile CHANGED
@@ -3,7 +3,7 @@ require "zip/zip"
3
3
  class Joe < Thor
4
4
  desc "download", "download the Selenium jar file from Google Code repository"
5
5
  def download
6
- url = "http://selenium.googlecode.com/files/selenium-server-standalone-2.16.1.jar"
6
+ url = "http://selenium.googlecode.com/files/selenium-server-standalone-2.20.0.jar"
7
7
  file = File.join("tmp", File.basename(url))
8
8
 
9
9
  FileUtils.mkdir_p("tmp")
@@ -1,3 +1,3 @@
1
1
  module SeleniumRC
2
- VERSION = '2.16.1.2'
2
+ VERSION = '2.20.0'
3
3
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{selenium-rc}
5
- s.version = "2.16.1.2"
5
+ s.version = "2.20.0"
6
6
  s.platform = Gem::Platform::RUBY
7
7
 
8
8
  s.description = %q{The Selenium Server packaged as a gem}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium-rc
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 95
4
5
  prerelease: false
5
6
  segments:
6
7
  - 2
7
- - 16
8
- - 1
9
- - 2
10
- version: 2.16.1.2
8
+ - 20
9
+ - 0
10
+ version: 2.20.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pivotal Labs, Inc.
@@ -19,7 +19,7 @@ autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
21
 
22
- date: 2012-03-16 00:00:00 -07:00
22
+ date: 2012-03-05 00:00:00 -08:00
23
23
  default_executable: selenium-rc
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
@@ -30,6 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
+ hash: 59
33
34
  segments:
34
35
  - 1
35
36
  - 2
@@ -45,6 +46,7 @@ dependencies:
45
46
  requirements:
46
47
  - - ">="
47
48
  - !ruby/object:Gem::Version
49
+ hash: 27
48
50
  segments:
49
51
  - 2
50
52
  - 5
@@ -60,6 +62,7 @@ dependencies:
60
62
  requirements:
61
63
  - - ">="
62
64
  - !ruby/object:Gem::Version
65
+ hash: 3
63
66
  segments:
64
67
  - 0
65
68
  version: "0"
@@ -73,6 +76,7 @@ dependencies:
73
76
  requirements:
74
77
  - - ">="
75
78
  - !ruby/object:Gem::Version
79
+ hash: 3
76
80
  segments:
77
81
  - 0
78
82
  version: "0"
@@ -86,6 +90,7 @@ dependencies:
86
90
  requirements:
87
91
  - - ">="
88
92
  - !ruby/object:Gem::Version
93
+ hash: 3
89
94
  segments:
90
95
  - 0
91
96
  version: "0"
@@ -99,6 +104,7 @@ dependencies:
99
104
  requirements:
100
105
  - - ">="
101
106
  - !ruby/object:Gem::Version
107
+ hash: 3
102
108
  segments:
103
109
  - 0
104
110
  version: "0"
@@ -112,6 +118,7 @@ dependencies:
112
118
  requirements:
113
119
  - - ">="
114
120
  - !ruby/object:Gem::Version
121
+ hash: 3
115
122
  segments:
116
123
  - 0
117
124
  version: "0"
@@ -160,6 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
160
167
  requirements:
161
168
  - - ">="
162
169
  - !ruby/object:Gem::Version
170
+ hash: 3
163
171
  segments:
164
172
  - 0
165
173
  version: "0"
@@ -168,6 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
176
  requirements:
169
177
  - - ">="
170
178
  - !ruby/object:Gem::Version
179
+ hash: 3
171
180
  segments:
172
181
  - 0
173
182
  version: "0"