pivotal-screw-unit 0.5.2 → 0.5.3

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION.yml +2 -2
  3. metadata +7 -7
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ begin
20
20
  s.extra_rdoc_files = ["README.markdown", "CHANGES"]
21
21
  s.add_dependency("thin", ">=1.2.1")
22
22
  s.add_dependency("erector", ">=0.6.6")
23
- s.add_dependency("selenium_client")
23
+ s.add_dependency("selenium-client")
24
24
  end
25
25
  rescue LoadError
26
26
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 5
3
- :patch: 2
4
2
  :major: 0
3
+ :minor: 5
4
+ :patch: 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal-screw-unit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal Labs
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 0.6.6
35
35
  version:
36
36
  - !ruby/object:Gem::Dependency
37
- name: selenium_client
37
+ name: selenium-client
38
38
  type: :runtime
39
39
  version_requirement:
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -160,7 +160,7 @@ files:
160
160
  - vendor/js-test-core/vendor/lucky-luciano/spec/lucky_luciano/resource_spec.rb
161
161
  - vendor/js-test-core/vendor/lucky-luciano/spec/spec_helper.rb
162
162
  - vendor/js-test-core/vendor/lucky-luciano/spec/spec_suite.rb
163
- has_rdoc: true
163
+ has_rdoc: false
164
164
  homepage: http://github.com/pivotal/screw-unit-server
165
165
  post_install_message:
166
166
  rdoc_options:
@@ -185,14 +185,14 @@ requirements: []
185
185
  rubyforge_project:
186
186
  rubygems_version: 1.2.0
187
187
  signing_key:
188
- specification_version: 2
188
+ specification_version: 3
189
189
  summary: Server and helpers for your Screw Unit tests.
190
190
  test_files:
191
- - spec/unit_suite.rb
192
- - spec/functional/functional_spec_server_starter.rb
193
191
  - spec/functional/functional_spec.rb
194
192
  - spec/functional/functional_spec_helper.rb
193
+ - spec/functional/functional_spec_server_starter.rb
194
+ - spec/functional_suite.rb
195
195
  - spec/spec_suite.rb
196
196
  - spec/unit/js_test_core/specs/spec_file_spec.rb
197
197
  - spec/unit/unit_spec_helper.rb
198
- - spec/functional_suite.rb
198
+ - spec/unit_suite.rb