jasmine-selenium-sauce 1.1.0 → 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.
data/README.md CHANGED
@@ -2,7 +2,10 @@
2
2
 
3
3
  # Jasmine::Sauce::Ci
4
4
 
5
- Uses SauceLabs to connect to your server and run your Jasmine suites, producing an RSpec report
5
+ Rake tasks for running your Jasmine suite via a local browse or through SauceLabs using the
6
+ [Selenium Webdriver](http://seleniumhq.org/projects/webdriver/).
7
+
8
+ Can be used in your CI builds to enable running Jasmine suites.
6
9
 
7
10
  ## Installation
8
11
 
@@ -4,8 +4,8 @@ require File.expand_path('../lib/jasmine-selenium-sauce/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Daren"]
6
6
  gem.email = ["darend@gmail.com"]
7
- gem.description = %q{Runs Jasmine suites on any server through Saucelabs}
8
- gem.summary = %q{Uses SauceLabs to connect to your server and run your Jasmine suites, producing an RSpec report}
7
+ gem.description = %q{Rake tasks for running your Jasmine suite via a local browse or through SauceLabs}
8
+ gem.summary = %q{Rake tasks for running your Jasmine suite via a local browse or through SauceLabs. Can be used in your CI builds to enable running Jasmine suites}
9
9
  gem.homepage = "https://github.com/darend/jasmine-selenium-sauce"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
@@ -1,7 +1,7 @@
1
1
  module Jasmine
2
2
  module Sauce
3
3
  module Ci
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jasmine-selenium-sauce
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -155,7 +155,8 @@ dependencies:
155
155
  - - ! '>='
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
- description: Runs Jasmine suites on any server through Saucelabs
158
+ description: Rake tasks for running your Jasmine suite via a local browse or through
159
+ SauceLabs
159
160
  email:
160
161
  - darend@gmail.com
161
162
  executables: []
@@ -224,8 +225,8 @@ rubyforge_project:
224
225
  rubygems_version: 1.8.24
225
226
  signing_key:
226
227
  specification_version: 3
227
- summary: Uses SauceLabs to connect to your server and run your Jasmine suites, producing
228
- an RSpec report
228
+ summary: Rake tasks for running your Jasmine suite via a local browse or through SauceLabs.
229
+ Can be used in your CI builds to enable running Jasmine suites
229
230
  test_files:
230
231
  - spec/fixtures/selenium_driver_fixtures.rb
231
232
  - spec/fixtures/vcr_cassettes/jasmine_browser_failures.yml