mini_autobot 1.1.6 → 1.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b37525f3116ec789e0a8118e3841f37f88cff1e
4
- data.tar.gz: f1193e236119a64ab3e9c9e6d797fc8b438191f3
3
+ metadata.gz: 33b38c7dcfabf25ff5af2bb1f09814fa978ebdbf
4
+ data.tar.gz: 839db53f9ad361b1067617b79d1d91748360250e
5
5
  SHA512:
6
- metadata.gz: e3fc095efd407d5e2da1540842eed5ca9f5ba1dcce702e1cf554e8ba0cb0c6a9a34f67da3aa46f8b0a5c91f75ae329fb6740a1cf4971095334110236657fca98
7
- data.tar.gz: a525946bd4d775e3b099412076ddb9f9d8acd64ae988d174e49e263eb6379c2e570c8a69652119143580fbe52f208305c42cd825485071e7a612ef181402c8a2
6
+ metadata.gz: eae0a16673a52a0d294dec16e315db759607d21901ca73b7da1d5fe08c7f2400bfa23c31adc7e0b6c965d659bcc1712ee787d75d63121c1b88de7f4dd197f8da
7
+ data.tar.gz: 2677c4d0350d3377f3308d24aba5939e82ff9cfe498c9cf71281fd51db25b018d43d2c45384651db3fc23e753b24b9209c78d445fe27e7f3cbce2c3c056329bd
@@ -138,13 +138,7 @@ module MiniAutobot
138
138
  # Explicitly wait for a certain condition to be true:
139
139
  # wait.until { driver.find_element(:css, 'body.tmpl-srp') }
140
140
  # when timeout is not specified, default timeout 5 sec will be used
141
- # when timeout is larger than 15, max timeout 15 sec will be used
142
141
  def wait(opts = {})
143
- if !opts[:timeout].nil? && opts[:timeout] > 15
144
- puts "WARNING: #{opts[:timeout]} sec timeout is NOT supported by wait method,
145
- max timeout 15 sec will be used instead"
146
- opts[:timeout] = 15
147
- end
148
142
  Selenium::WebDriver::Wait.new(opts)
149
143
  end
150
144
 
@@ -1,3 +1,3 @@
1
1
  module MiniAutobot
2
- VERSION = '1.1.6'
2
+ VERSION = '1.1.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_autobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ripta Pasay
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-09-01 00:00:00.000000000 Z
14
+ date: 2017-08-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport