appium_lib 0.6.3 → 0.6.4

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.
@@ -143,6 +143,8 @@ def patch_webdriver_bridge
143
143
  ap print_command
144
144
  end
145
145
  end
146
+ delay = $driver.global_webdriver_http_sleep
147
+ sleep delay if !delay.nil? && delay > 0
146
148
  # puts "verb: #{verb}, path #{path}, command_hash #{command_hash.to_json}"
147
149
  http.call verb, path, command_hash
148
150
  end # def
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module Appium
3
3
  # Version and Date are defined on the 'Appium' module, not 'Appium::Common'
4
- VERSION = '0.6.3' unless defined? ::Appium::VERSION
5
- DATE = '2013-08-07' unless defined? ::Appium::DATE
4
+ VERSION = '0.6.4' unless defined? ::Appium::VERSION
5
+ DATE = '2013-08-09' unless defined? ::Appium::DATE
6
6
  end
@@ -176,6 +176,9 @@ module Appium
176
176
  attr_reader :default_wait, :app_path, :app_name, :device,
177
177
  :app_package, :app_activity, :app_wait_activity,
178
178
  :sauce_username, :sauce_access_key, :port, :debug
179
+
180
+ # The amount to sleep in seconds before every webdriver http call.
181
+ attr_accessor :global_webdriver_http_sleep
179
182
  # Creates a new driver.
180
183
  # :device is :android, :ios, or :selendroid
181
184
  #
@@ -1,3 +1,11 @@
1
+ #### v0.6.3 2013-08-07
2
+
3
+ - [ccf8e37](https://github.com/appium/ruby_lib/commit/ccf8e375283bd9038fcf6c1db576f7539065e6d0) Release 0.6.3
4
+ - [d55c6fa](https://github.com/appium/ruby_lib/commit/d55c6faddcbfd42b1f500e617e38eaa18ddc6532) Fix device and rake uninstall
5
+ - [8c704ee](https://github.com/appium/ruby_lib/commit/8c704eece569c37bcc491e8edf88b34e1310ee96) Support OpenStruct in Awesome Print
6
+ - [898fe27](https://github.com/appium/ruby_lib/commit/898fe27a86056b5ec6931555ad778c04c3a3a342) Device is not case sensitive
7
+
8
+
1
9
  #### v0.6.2 2013-08-07
2
10
 
3
11
  - [509e7b8](https://github.com/appium/ruby_lib/commit/509e7b81f02c6b0c4cdcb07aca034c9dad260ff4) Release 0.6.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-07 00:00:00.000000000 Z
11
+ date: 2013-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver