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 CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gondola}
8
- s.version = "1.1.5"
8
+ s.version = "1.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matthew Perry"]
@@ -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.select { |k,v| [:username, :access_key].include?(k) }
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|
@@ -1,3 +1,3 @@
1
1
  module Gondola
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
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
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: -636378161
115
+ hash: 351993709
116
116
  segments:
117
117
  - 0
118
118
  version: "0"