appium_lib 8.0.1 → 8.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  [caps]
2
2
  platformName = "ios"
3
- platformVersion = "8.3"
3
+ platformVersion = "9.2"
4
4
  deviceName ="iPhone Simulator"
5
5
  app = "./UICatalog.app"
6
6
 
@@ -13,6 +13,10 @@ describe 'device/device' do
13
13
  before_first
14
14
  end
15
15
 
16
+ t 'device_time' do
17
+ Date.parse(device_time)
18
+ end
19
+
16
20
  t 'lock' do
17
21
  lock 5
18
22
  tag('UIAButton').name.must_equal 'SlideToUnlock'
@@ -1,5 +1,5 @@
1
1
  module Appium
2
2
  # Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3
- VERSION = '8.0.1' unless defined? ::Appium::VERSION
4
- DATE = '2016-01-10' unless defined? ::Appium::DATE
3
+ VERSION = '8.0.2' unless defined? ::Appium::VERSION
4
+ DATE = '2016-01-29' unless defined? ::Appium::DATE
5
5
  end
@@ -15,6 +15,7 @@ module Appium
15
15
  device_locked?: 'session/:session_id/appium/device/is_locked'
16
16
  },
17
17
  get: {
18
+ device_time: 'session/:session_id/appium/device/system_time',
18
19
  current_activity: 'session/:session_id/appium/device/current_activity',
19
20
  current_context: 'session/:session_id/context',
20
21
  get_network_connection: 'session/:session_id/network_connection'
@@ -1,3 +1,12 @@
1
+ #### v8.0.2 2016-01-29
2
+
3
+ - [d67cbba](https://github.com/appium/ruby_lib/commit/d67cbbac43f511515f6e6f53197cfae2bb7671e0) Release 8.0.2
4
+ - [ec6815d](https://github.com/appium/ruby_lib/commit/ec6815dcc56ec0e1b56e2ae9eab5786e93d20eec) Update iOS platform version
5
+ - [92be077](https://github.com/appium/ruby_lib/commit/92be077e9eee04f411ac6d93c66004c51fddcbf1) Merge pull request #361 from SrinivasanTarget/master
6
+ - [02a3f5f](https://github.com/appium/ruby_lib/commit/02a3f5f049059401a594db5c4d01202f7112f258) Add device_time
7
+ - [aeb8f9a](https://github.com/appium/ruby_lib/commit/aeb8f9aff7f7288b9f932182a19f8a99c4ffe2fd) Update selenium-webdriver dependency to 2.49
8
+
9
+
1
10
  #### v8.0.1 2016-01-10
2
11
 
3
12
  - [ed91786](https://github.com/appium/ruby_lib/commit/ed917866929f0f7b0ff7ef0aedb5a9b35fdcc95b) Release 8.0.1
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: 8.0.1
4
+ version: 8.0.2
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: 2016-01-10 00:00:00.000000000 Z
11
+ date: 2016-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '2.48'
19
+ version: '2.49'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '2.48'
26
+ version: '2.49'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: awesome_print
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -349,7 +349,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  version: '0'
350
350
  requirements: []
351
351
  rubyforge_project:
352
- rubygems_version: 2.4.5.1
352
+ rubygems_version: 2.5.1
353
353
  signing_key:
354
354
  specification_version: 4
355
355
  summary: Ruby library for Appium