appium_lib 0.3.15 → 0.3.16
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.
- checksums.yaml +8 -8
- data/lib/appium_lib/common/version.rb +2 -2
- data/lib/appium_lib/driver.rb +3 -2
- data/release_notes.md +10 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MzFmNDBlYjA0YjZiNWM4YjJlNzBkMDZmYmE2NDQ3OWE3ZDA1NWU3Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjI0NzJjZWZkZGUzMTU2NTAzZmVhYjRkNTUxZjBmZjA0NWM3NGZjMg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTE4NGE3Y2UzNDk1ZDM0MzM2YTk0NmYzMDUzZWZiZTUzNjYxOWRlMTgzZmVk
|
|
10
|
+
ZGFjNGM1OWEyMGJlMGVjNGIyODAxOGViNWE4MTJhMTJlN2VmZjViYjMwZjhm
|
|
11
|
+
MzQ3YmQ0OWE2NDM5ZDVkZjRlMTg2YzliMmI1Y2Y1ZjJkNjQwN2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NjlmMThlMWQ2NjljMmRlZjkzYjFkZmNlNDNmYWY4NjAyYWIyZGQ4ZTU3NDA1
|
|
14
|
+
ZGY0YzMxNzEzNjBlNWNkYjI3Y2Q0NGMwM2JiYTQ0YjJiZTY4ZGI2NzIwOTc3
|
|
15
|
+
OTc3ODRkNzdjNDcwOWMyMTY0ZTkwMGY0ZDE5Mjk1MjllYWEwNDU=
|
|
@@ -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.3.
|
|
5
|
-
DATE = '2013-05-
|
|
4
|
+
VERSION = '0.3.16' unless defined? ::Appium::VERSION
|
|
5
|
+
DATE = '2013-05-14' unless defined? ::Appium::DATE
|
|
6
6
|
end
|
data/lib/appium_lib/driver.rb
CHANGED
|
@@ -54,8 +54,9 @@ module Appium
|
|
|
54
54
|
# The name to use for the test run on Sauce.
|
|
55
55
|
@app_name = opts.fetch :app_name, ENV['APP_NAME']
|
|
56
56
|
|
|
57
|
-
# If
|
|
58
|
-
@selendroid = opts.
|
|
57
|
+
# If Android, this will toggle selendroid as a device
|
|
58
|
+
@selendroid = opts.fetch :selendroid, ENV['SELENDROID']
|
|
59
|
+
@selendroid = 'selendroid' if @selendroid
|
|
59
60
|
|
|
60
61
|
# Android app package
|
|
61
62
|
@app_package = opts.fetch :app_package, ENV['APP_PACKAGE']
|
data/release_notes.md
CHANGED
|
@@ -69,6 +69,9 @@
|
|
|
69
69
|
|
|
70
70
|
#### v0.3.2 2013-04-26
|
|
71
71
|
|
|
72
|
+
- [cc56df8](https://github.com/appium/ruby_lib/commit/cc56df88825ac8e705e740eed7ac8ca42bcc9dd0) Release 0.3.15
|
|
73
|
+
- [8613403](https://github.com/appium/ruby_lib/commit/8613403db07435908a149dc296fb92cad8af2e35) Use boolean for .visible on iOS
|
|
74
|
+
- [59980db](https://github.com/appium/ruby_lib/commit/59980db949a3a8c18d8441a369e6ef566df3ccae) Update release notes
|
|
72
75
|
- [12aa291](https://github.com/appium/ruby_lib/commit/12aa29132a9a88076fbf8c76fbb65b1aa5e1fc96) Release 0.3.14
|
|
73
76
|
- [a61b297](https://github.com/appium/ruby_lib/commit/a61b297d387b0c28865b050eaa3d7d59efae2a34) Add .visible for iOS
|
|
74
77
|
- [6f6dda5](https://github.com/appium/ruby_lib/commit/6f6dda53fb12a483a524370c3d3c729fa1b87be4) Update gemspec
|
|
@@ -130,6 +133,13 @@
|
|
|
130
133
|
- [7df8ddc](https://github.com/appium/ruby_lib/commit/7df8ddcd0edb294abaddd2424f0f6b45f086fb53) Update release notes
|
|
131
134
|
|
|
132
135
|
|
|
136
|
+
#### v0.3.15 2013-05-13
|
|
137
|
+
|
|
138
|
+
- [cc56df8](https://github.com/appium/ruby_lib/commit/cc56df88825ac8e705e740eed7ac8ca42bcc9dd0) Release 0.3.15
|
|
139
|
+
- [8613403](https://github.com/appium/ruby_lib/commit/8613403db07435908a149dc296fb92cad8af2e35) Use boolean for .visible on iOS
|
|
140
|
+
- [59980db](https://github.com/appium/ruby_lib/commit/59980db949a3a8c18d8441a369e6ef566df3ccae) Update release notes
|
|
141
|
+
|
|
142
|
+
|
|
133
143
|
#### v0.3.14 2013-05-13
|
|
134
144
|
|
|
135
145
|
- [12aa291](https://github.com/appium/ruby_lib/commit/12aa29132a9a88076fbf8c76fbb65b1aa5e1fc96) Release 0.3.14
|
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.3.
|
|
4
|
+
version: 0.3.16
|
|
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-05-
|
|
11
|
+
date: 2013-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: selenium-webdriver
|