calabash-android 0.4.19 → 0.4.20

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: 4fd2d36e7a89070dd1f02f6f3642a9de74d60f56
4
- data.tar.gz: 5a485f7da6d902b48af4a8a5785a44a422c3215e
3
+ metadata.gz: 701470c57af65615e1bcfd8e011ba8987c9a3679
4
+ data.tar.gz: 665f5ecd4a6620537b70c119eaff4bbec3274e89
5
5
  SHA512:
6
- metadata.gz: 5b77215d9ba7d5d57b58c1d3b9e5c17bce13331d7279d571463ccf75020759c48a5782f855c3aa38d4b406f0bc9f5b7b17c7eac7625ce2348498b6fb8a64aa96
7
- data.tar.gz: 47dfc8d077cbb513b716e9c9ca5399d29d277482666cf3dc1e560b91c4f335c1ec5ead59bb57eb67727536cc90fe622d0b00db127b70b9a73d7760a76a7e5d9f
6
+ metadata.gz: 8abcd1b53478ca8a6dad440f77a3058f57acff331556bf0b7908db65041c783c5779859ca719d9688158ec718523824623970ee5da6571263985b61433728a0e
7
+ data.tar.gz: 73199da1e501b0c461f42821495915f49a645806223f075ceba071d3837e7c2eefa184bee1cd9d373b6bfcff9c8a3476748d58ec13a0a34b76b16af576d6fa7f
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calabash-android (0.4.19.pre4)
4
+ calabash-android (0.4.20)
5
5
  awesome_print
6
6
  cucumber
7
7
  escape (~> 0.0.4)
@@ -29,8 +29,8 @@ GEM
29
29
  multi_json (~> 1.3)
30
30
  httpclient (2.3.4.1)
31
31
  json (1.8.1)
32
- mime-types (2.0)
33
- multi_json (1.8.2)
32
+ mime-types (1.25.1)
33
+ multi_json (1.8.4)
34
34
  multi_test (0.0.3)
35
35
  rake (10.1.0)
36
36
  rest-client (1.6.7)
@@ -40,9 +40,10 @@ GEM
40
40
  slowhandcuke (0.0.3)
41
41
  cucumber
42
42
  thor (0.18.1)
43
- xamarin-test-cloud (0.9.27)
43
+ xamarin-test-cloud (0.9.28)
44
44
  bundler (>= 1.3.0, < 2.0)
45
45
  json
46
+ mime-types (< 2.0)
46
47
  rest-client (~> 1.6.7)
47
48
  retriable (~> 1.3.3.1)
48
49
  rubyzip (~> 0.9.9)
@@ -91,7 +91,7 @@ def fingerprint_from_apk(app_path)
91
91
  raise "No RSA file found in META-INF. Cannot proceed." if rsa_files.empty?
92
92
  raise "More than one RSA file found in META-INF. Cannot proceed." if rsa_files.length > 1
93
93
 
94
- cmd = "#{Env.keytool_path} -v -printcert -J'-Dfile.encoding=utf-8' -file \"#{rsa_files.first}\""
94
+ cmd = "#{Env.keytool_path} -v -printcert -J\"-Dfile.encoding=utf-8\" -file \"#{rsa_files.first}\""
95
95
  log cmd
96
96
  fingerprints = `#{cmd}`
97
97
  md5_fingerprint = extract_md5_fingerprint(fingerprints)
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.4.19"
3
+ VERSION = "0.4.20"
4
4
  end
5
5
  end
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.19
4
+ version: 0.4.20
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: 2014-01-24 00:00:00.000000000 Z
11
+ date: 2014-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber