appium_lib 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.2' unless defined? ::Appium::VERSION
4
+ VERSION = '0.5.3' unless defined? ::Appium::VERSION
5
5
  DATE = '2013-05-24' unless defined? ::Appium::DATE
6
6
  end
data/readme.md CHANGED
@@ -72,6 +72,7 @@ Appium::Driver.new(apk).start_driver
72
72
 
73
73
  #### Documentation
74
74
 
75
- - [Overview ](https://github.com/appium/ruby_lib/blob/master/docs/docs.md)
75
+ - [Installing Appium on OS X](https://github.com/appium/ruby_console/blob/master/osx.md)
76
+ - [Overview](https://github.com/appium/ruby_lib/blob/master/docs/docs.md)
76
77
  - [Android methods](https://github.com/appium/ruby_lib/blob/master/docs/android_docs.md)
77
78
  - [iOS methods](https://github.com/appium/ruby_lib/blob/master/docs/ios_docs.md)
@@ -1,3 +1,10 @@
1
+ #### v0.5.2 2013-05-24
2
+
3
+ - [44ffbcb](https://github.com/appium/ruby_lib/commit/44ffbcb4715c8caac2770972c72ca498e751be34) Release 0.5.2
4
+ - [61e92f8](https://github.com/appium/ruby_lib/commit/61e92f87e6870be06b34a20dc0dfc64ddfed7f13) Add get_page_class
5
+ - [cca5db4](https://github.com/appium/ruby_lib/commit/cca5db4d98e00306f99110cd43398b0dc1f5980f) Update tag names
6
+
7
+
1
8
  #### v0.5.1 2013-05-24
2
9
 
3
10
  - [1a98819](https://github.com/appium/ruby_lib/commit/1a98819e93e739496f27a6ec2ad4197ca78c08a4) Release 0.5.1
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.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: 10.0.4
83
- description: Ruby lib for use with Appium.
83
+ description: Ruby library for Appium.
84
84
  email:
85
85
  - code@bootstraponline.com
86
86
  executables: []
@@ -141,6 +141,6 @@ rubyforge_project:
141
141
  rubygems_version: 2.0.3
142
142
  signing_key:
143
143
  specification_version: 4
144
- summary: Ruby lib for use with Appium
144
+ summary: Ruby library for Appium
145
145
  test_files: []
146
146
  has_rdoc: