calabash-android 0.4.10.pre1 → 0.4.10.pre2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d3a23228157e56e511aa96bdbdb7947d65d4ca5
4
- data.tar.gz: 19d05bb6a38811caeb1dba9faadbe259cf64f681
3
+ metadata.gz: eca1c2b618f5e1a0eae2efd4ac343c4cd116c093
4
+ data.tar.gz: b629099127e76a694fcb385dac08be6025cbb82d
5
5
  SHA512:
6
- metadata.gz: 50c4753229d9d7ad0ca8341289c084af3557d772acc9c7d6b3558c271bfd9029ffddcc010578550668e37e82324f69c7a8add8fd56e89e31a47505afcde65866
7
- data.tar.gz: 5b0b9a43deb710ab276af9db66a52437022d6bf49d295b9012eea65f5cf0f07166c7447bd0243402c928fac72878cc8191d54ad0ec3db3a20349c42e171c83dc
6
+ metadata.gz: 012c85a07ca6cff09116b3cef62f2db210fed15fa2e1b313515749e3b6370c84024c854db4646337313b31c2321bb1571fe64a8902638fe13ff6e448b00fa3fe
7
+ data.tar.gz: e24c6c300b64f1335dfc8c82e1ce9727c93c161ab524ed3d51af1b7dbf845c8fcf4851630e3e985db5fb5f616cc7b36fde766fad4a044cdd9ead672270d5bc49
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- calabash-android (0.4.10.pre1)
4
+ calabash-android (0.4.10.pre2)
5
5
  awesome_print
6
6
  cucumber
7
7
  escape (~> 0.0.4)
@@ -6,7 +6,7 @@ class JavaKeystore
6
6
  keystore_data = system_with_stdout_on_success(Env.keytool_path, '-list', '-v', '-alias', keystore_alias, '-keystore', location, '-storepass', password)
7
7
  unless keystore_data
8
8
  error = "Could not list certificates in keystore. Probably because the password was incorrect."
9
- @errors = [message: error]
9
+ @errors = [{:message => error}]
10
10
  log error
11
11
  #TODO: Handle the case where password is correct but the alias is missing.
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.4.10.pre1"
3
+ VERSION = "0.4.10.pre2"
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.10.pre1
4
+ version: 0.4.10.pre2
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-09-04 00:00:00.000000000 Z
11
+ date: 2013-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber