appium_lib 0.3.16 → 0.4.0

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.
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.16
4
+ version: 0.4.0
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-14 00:00:00.000000000 Z
11
+ date: 2013-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver
@@ -78,13 +78,18 @@ files:
78
78
  - LICENSE-2.0.txt
79
79
  - Rakefile
80
80
  - appium_lib.gemspec
81
- - docs.md
81
+ - docs/android_docs.md
82
+ - docs/docs.md
83
+ - docs/ios_docs.md
84
+ - docs_gen/docs_from_js.md
85
+ - docs_gen/make_docs.rb
82
86
  - lib/appium_lib.rb
83
87
  - lib/appium_lib/android/element/alert.rb
84
88
  - lib/appium_lib/android/element/generic.rb
85
89
  - lib/appium_lib/android/element/textfield.rb
86
90
  - lib/appium_lib/android/helper.rb
87
91
  - lib/appium_lib/android/patch.rb
92
+ - lib/appium_lib/common/dynamic.rb
88
93
  - lib/appium_lib/common/element/button.rb
89
94
  - lib/appium_lib/common/element/text.rb
90
95
  - lib/appium_lib/common/element/window.rb
@@ -124,3 +129,4 @@ signing_key:
124
129
  specification_version: 4
125
130
  summary: Ruby lib for use with Appium
126
131
  test_files: []
132
+ has_rdoc: