calabash-android 0.4.15.pre2 → 0.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e755b2bf29c1fc5dfb3dcf8a268cc4a742af6153
4
- data.tar.gz: 0d9cb17214c52a01e58166d8fce6e6ab6fc01087
3
+ metadata.gz: a7314407709a63f7e8e463a01e2e12b5c9a697fe
4
+ data.tar.gz: 2d95c65ee050fec3409ccaf1ef7168bf89757290
5
5
  SHA512:
6
- metadata.gz: bc5a1b74c3e3cbca6e1ba51ec043392d4e2bf4fdf1ad66aaa39c7d8d74ada62c5859ab17d96f64c548d4c5e7c96acb50102d7dbe91ff3fc035f310db2807c29f
7
- data.tar.gz: 95c1a94f439c58ace65d2a9343736cec61f1ecd17f70f8dde301a31a86ad0d610e41b8da6a285b01a6a126eadc870884174b611914442ac48eedd5756cce21fb
6
+ metadata.gz: b6f1ebb7b0abff64917d9bf2db2ee0a064b4ef6ec3ec8c7b20fd9886b3914382a97277c68e88f72a9e7b7eadd281356602884c96e560cf45800d18c0e071f4ba
7
+ data.tar.gz: 2eb5199dafc58b36844e9198c80752e9bd517cebb89db931855afd22ff9aad993302a0471d16db42a51a10f486fab24034627d2501d9eaefbf39516c84fa3684
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calabash-android (0.4.14)
4
+ calabash-android (0.4.16)
5
5
  awesome_print
6
6
  cucumber
7
7
  escape (~> 0.0.4)
@@ -17,20 +17,20 @@ GEM
17
17
  specs:
18
18
  awesome_print (1.2.0)
19
19
  builder (3.2.2)
20
- cucumber (1.3.8)
20
+ cucumber (1.3.9)
21
21
  builder (>= 2.1.2)
22
22
  diff-lcs (>= 1.1.3)
23
- gherkin (~> 2.12.1)
23
+ gherkin (~> 2.12)
24
24
  multi_json (>= 1.7.5, < 2.0)
25
25
  multi_test (>= 0.0.2)
26
- diff-lcs (1.2.4)
26
+ diff-lcs (1.2.5)
27
27
  escape (0.0.4)
28
- gherkin (2.12.1)
28
+ gherkin (2.12.2)
29
29
  multi_json (~> 1.3)
30
30
  httpclient (2.3.4.1)
31
- json (1.8.0)
32
- mime-types (1.25)
33
- multi_json (1.8.0)
31
+ json (1.8.1)
32
+ mime-types (2.0)
33
+ multi_json (1.8.2)
34
34
  multi_test (0.0.2)
35
35
  rake (10.1.0)
36
36
  rest-client (1.6.7)
@@ -40,7 +40,7 @@ GEM
40
40
  slowhandcuke (0.0.3)
41
41
  cucumber
42
42
  thor (0.18.1)
43
- xamarin-test-cloud (0.9.25)
43
+ xamarin-test-cloud (0.9.26)
44
44
  bundler (>= 1.3.0, < 2.0)
45
45
  json
46
46
  rest-client (~> 1.6.7)
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.4.15.pre2"
3
+ VERSION = "0.4.16"
4
4
  end
5
5
  end
@@ -6,6 +6,6 @@
6
6
  <classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
7
7
  <classpathentry kind="src" path="src"/>
8
8
  <classpathentry kind="src" path="gen"/>
9
- <classpathentry kind="lib" path="libs/robotium-solo-4.2.jar"/>
9
+ <classpathentry kind="lib" path="libs/robotium-solo-4.3.1.jar"/>
10
10
  <classpathentry kind="output" path="bin/classes"/>
11
11
  </classpath>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.15.pre2
4
+ version: 0.4.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Maturana Larsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-30 00:00:00.000000000 Z
11
+ date: 2013-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -221,7 +221,7 @@ files:
221
221
  - test-server/instrumentation-backend/build-libs/antlr-3.4-complete.jar
222
222
  - test-server/instrumentation-backend/build-libs/junit.jar
223
223
  - test-server/instrumentation-backend/build.xml
224
- - test-server/instrumentation-backend/libs/robotium-solo-4.2.jar
224
+ - test-server/instrumentation-backend/libs/robotium-solo-4.3.1.jar
225
225
  - test-server/instrumentation-backend/project.properties
226
226
  - test-server/instrumentation-backend/res/drawable-hdpi/ic_launcher.png
227
227
  - test-server/instrumentation-backend/res/drawable-ldpi/ic_launcher.png
@@ -891,12 +891,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
891
891
  version: '0'
892
892
  required_rubygems_version: !ruby/object:Gem::Requirement
893
893
  requirements:
894
- - - '>'
894
+ - - '>='
895
895
  - !ruby/object:Gem::Version
896
- version: 1.3.1
896
+ version: '0'
897
897
  requirements: []
898
898
  rubyforge_project:
899
- rubygems_version: 2.1.5
899
+ rubygems_version: 2.1.10
900
900
  signing_key:
901
901
  specification_version: 4
902
902
  summary: Client for calabash-android for automated functional testing on Android