selendroid 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/selendroid/version.rb +1 -1
- data/selendroid.gemspec +3 -3
- metadata +6 -6
data/lib/selendroid/version.rb
CHANGED
data/selendroid.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
|
|
8
8
|
gem.version = Selendroid::VERSION
|
9
9
|
gem.authors = ["Dominik Dary"]
|
10
10
|
gem.email = ["ddary@acm.org"]
|
11
|
-
gem.homepage = "http://github.com/
|
12
|
-
gem.description = %q{
|
13
|
-
gem.summary = %q{
|
11
|
+
gem.homepage = "http://dominikdary.github.com/selendroid/"
|
12
|
+
gem.description = %q{"Selenium for Android Apps" (Test automate native or hybrid Android apps with Selendroid.)}
|
13
|
+
gem.summary = %q{Utility so simplify usage of the selendroid-server.}
|
14
14
|
|
15
15
|
gem.files = `git ls-files`.split("\n") + Dir["selendroid-prebuild"]
|
16
16
|
gem.executables = "selendroid"
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 0.1.
|
8
|
+
- 2
|
9
|
+
version: 0.1.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Dominik Dary
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2013-02-
|
17
|
+
date: 2013-02-21 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: "0"
|
30
30
|
type: :runtime
|
31
31
|
version_requirements: *id001
|
32
|
-
description:
|
32
|
+
description: "\"Selenium for Android Apps\" (Test automate native or hybrid Android apps with Selendroid.)"
|
33
33
|
email:
|
34
34
|
- ddary@acm.org
|
35
35
|
executables:
|
@@ -52,7 +52,7 @@ files:
|
|
52
52
|
- selendroid-prebuild/selendroid-server.apk
|
53
53
|
- selendroid.gemspec
|
54
54
|
has_rdoc: true
|
55
|
-
homepage: http://github.com/
|
55
|
+
homepage: http://dominikdary.github.com/selendroid/
|
56
56
|
licenses: []
|
57
57
|
|
58
58
|
post_install_message:
|
@@ -80,6 +80,6 @@ rubyforge_project:
|
|
80
80
|
rubygems_version: 1.3.6
|
81
81
|
signing_key:
|
82
82
|
specification_version: 3
|
83
|
-
summary:
|
83
|
+
summary: Utility so simplify usage of the selendroid-server.
|
84
84
|
test_files: []
|
85
85
|
|