chemistrykit 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/chemistrykit.gemspec +3 -3
- metadata +5 -5
data/chemistrykit.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "chemistrykit"
|
|
3
|
-
s.version = "1.1.
|
|
3
|
+
s.version = "1.1.1"
|
|
4
4
|
s.platform = Gem::Platform::RUBY
|
|
5
5
|
s.authors = ["Dave Haeffner", "Jason Wieringa"]
|
|
6
6
|
s.email = ["dave@arrgyle.com", "jason@arrgyle.com"]
|
|
7
7
|
s.homepage = "https://github.com/arrgyle/chemistrykit"
|
|
8
8
|
s.summary = "A simple and opinionated web testing framework for Selenium that follows convention over configuration."
|
|
9
|
-
s.description = "
|
|
9
|
+
s.description = "Bumping to new version of selenium-connect to account for breaking changes in sauce gem usage."
|
|
10
10
|
s.license = 'MIT'
|
|
11
11
|
|
|
12
12
|
s.files = `git ls-files`.split($/)
|
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.add_dependency "selenium-webdriver", "~> 2.29.0"
|
|
22
22
|
s.add_dependency "ci_reporter", "~> 1.8.3"
|
|
23
23
|
s.add_dependency "rest-client", "~> 1.6.7"
|
|
24
|
-
s.add_dependency "selenium-connect", "~> 1.8.
|
|
24
|
+
s.add_dependency "selenium-connect", "~> 1.8.1"
|
|
25
25
|
|
|
26
26
|
s.add_development_dependency "rspec", "~> 2.12.0"
|
|
27
27
|
s.add_development_dependency "aruba", "~> 0.5.1"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chemistrykit
|
|
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:
|
|
@@ -99,7 +99,7 @@ dependencies:
|
|
|
99
99
|
requirements:
|
|
100
100
|
- - ~>
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 1.8.
|
|
102
|
+
version: 1.8.1
|
|
103
103
|
type: :runtime
|
|
104
104
|
prerelease: false
|
|
105
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -107,7 +107,7 @@ dependencies:
|
|
|
107
107
|
requirements:
|
|
108
108
|
- - ~>
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 1.8.
|
|
110
|
+
version: 1.8.1
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: rspec
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -172,8 +172,8 @@ dependencies:
|
|
|
172
172
|
- - ~>
|
|
173
173
|
- !ruby/object:Gem::Version
|
|
174
174
|
version: 10.0.3
|
|
175
|
-
description:
|
|
176
|
-
|
|
175
|
+
description: Bumping to new version of selenium-connect to account for breaking changes
|
|
176
|
+
in sauce gem usage.
|
|
177
177
|
email:
|
|
178
178
|
- dave@arrgyle.com
|
|
179
179
|
- jason@arrgyle.com
|