appium_lib 0.5.11 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -386,15 +386,15 @@ module Appium::Android
386
386
  # Search strings.xml's values for target.
387
387
  # @param target [String] the target to search for in strings.xml values
388
388
  # @return [Array]
389
- def search_id target
390
- mobile :searchId, target
389
+ def xml_keys target
390
+ mobile :xmlKeyContains, target
391
391
  end
392
392
 
393
393
  # Search strings.xml's keys for target.
394
394
  # @param target [String] the target to search for in strings.xml keys
395
395
  # @return [Array]
396
- def search_value target
397
- mobile :searchValue, target
396
+ def xml_values target
397
+ mobile :xmlValueContains, target
398
398
  end
399
399
 
400
400
  # Resolve id in strings.xml and return the value.
@@ -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.5.11' unless defined? ::Appium::VERSION
4
+ VERSION = '0.5.12' unless defined? ::Appium::VERSION
5
5
  DATE = '2013-06-18' unless defined? ::Appium::DATE
6
6
  end
@@ -1,3 +1,10 @@
1
+ #### v0.5.11 2013-06-18
2
+
3
+ - [891e003](https://github.com/appium/ruby_lib/commit/891e003748038a006121c8a4e0c702c12c405799) Release 0.5.11
4
+ - [5e7f381](https://github.com/appium/ruby_lib/commit/5e7f381aa8fc4b64af9103beae67cfc2fc310484) WebView is not a widget
5
+ - [830c3fb](https://github.com/appium/ruby_lib/commit/830c3fb07e01da64a6934a9a0868861a67326f4f) Add search value
6
+
7
+
1
8
  #### v0.5.10 2013-06-17
2
9
 
3
10
  - [16d696a](https://github.com/appium/ruby_lib/commit/16d696aa368bdce198b7ef7a1cc1370f6c5d2ac7) Release 0.5.10
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.5.11
4
+ version: 0.5.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  segments:
152
152
  - 0
153
- hash: -526467427430502460
153
+ hash: 3561195948257176739
154
154
  requirements: []
155
155
  rubyforge_project:
156
156
  rubygems_version: 1.8.25