gondola 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/gondola.gemspec +1 -1
- data/lib/gondola/testrunner.rb +1 -1
- data/lib/gondola/version.rb +1 -1
- metadata +2 -2
data/gondola.gemspec
CHANGED
data/lib/gondola/testrunner.rb
CHANGED
@@ -91,7 +91,7 @@ module Gondola
|
|
91
91
|
if conf[:project_name]
|
92
92
|
global[:job_name] = "#{conf[:project_name]} - #{global[:job_name]}"
|
93
93
|
end
|
94
|
-
global.merge! conf.
|
94
|
+
global.merge! conf.reject { |k,v| !([:username, :access_key].include?(k)) }
|
95
95
|
global[:browser_url] = conf[:base_url]
|
96
96
|
# Spawn n threads
|
97
97
|
Parallel.map(conf[:browsers], :in_threads => conf[:browsers].size)do |browser|
|
data/lib/gondola/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: gondola
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.1.
|
5
|
+
version: 1.1.6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Matthew Perry
|
@@ -112,7 +112,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
112
112
|
requirements:
|
113
113
|
- - ">="
|
114
114
|
- !ruby/object:Gem::Version
|
115
|
-
hash:
|
115
|
+
hash: 351993709
|
116
116
|
segments:
|
117
117
|
- 0
|
118
118
|
version: "0"
|