appium_lib 0.18.1 → 0.18.2

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.
@@ -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.18.1' unless defined? ::Appium::VERSION
4
+ VERSION = '0.18.2' unless defined? ::Appium::VERSION
5
5
  DATE = '2014-01-28' unless defined? ::Appium::DATE
6
6
  end
@@ -298,7 +298,7 @@ module Appium
298
298
  # 'Selendroid'
299
299
  #
300
300
  # :ios, :android, :selendroid
301
- @device = opts[:device]
301
+ @device = opts.fetch :device, ENV['DEVICE']
302
302
  raise 'Device must be set' unless @device
303
303
 
304
304
  @device = 'Android' if @device.to_s == 'android'
@@ -1,3 +1,9 @@
1
+ #### v0.18.1 2014-01-28
2
+
3
+ - [d98aafc](https://github.com/appium/ruby_lib/commit/d98aafc1571c49d97f104ce5d275cf758f27e421) Release 0.18.1
4
+ - [14bcd8f](https://github.com/appium/ruby_lib/commit/14bcd8fd50e6fc4f74c81d900c0c05a302d080b9) Fix device cap
5
+
6
+
1
7
  #### v0.18.0 2014-01-27
2
8
 
3
9
  - [e0ea2f2](https://github.com/appium/ruby_lib/commit/e0ea2f2d77875b9ffc88d8649b3652c39a1ab51a) Release 0.18.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.1
4
+ version: 0.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com