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 +4 -1
- data/jasmine-selenium-sauce.gemspec +2 -2
- data/lib/jasmine-selenium-sauce/version.rb +1 -1
- metadata +5 -4
data/README.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
# Jasmine::Sauce::Ci
|
|
4
4
|
|
|
5
|
-
|
|
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{
|
|
8
|
-
gem.summary = %q{
|
|
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($\)
|
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.
|
|
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:
|
|
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:
|
|
228
|
-
|
|
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
|