calabash-android 0.9.12 → 0.9.14

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
  SHA256:
3
- metadata.gz: 6953bbcacbb3e2c0d66194026f60b5d8910e1badeeaaa7bd5bc4d2b81df9f7d7
4
- data.tar.gz: c7e8a8a63252afc07a5892318694cf277559d6d8975bb5804e67a2f0ae2f4497
3
+ metadata.gz: 695cfb94529f6b67693d65dd0f2aac8bbba90beddbd82ad6450e24cfc64c13d0
4
+ data.tar.gz: 19aabaaa7b3dd732cbed50896c4ff97c492f80da2e881bf7343271670fabd851
5
5
  SHA512:
6
- metadata.gz: 5e11ca268fdf189290c203cb1a4d05785e363b666bca144a93f0fc9299f1295adac7424a9220ccd2b17e5fdff5aac2262890f2f7f8e64fc80d599e5fbc16b763
7
- data.tar.gz: de3ae19b3caa7397040848246331c76b37799e467f9cee3054e64e385b17f6e8b770a83af657e123176c17622d02d70c7d4d0dd839b030de6e7d068bdc10c148
6
+ metadata.gz: efac834ceaa7ac985335526cbbeac43790c3e3bd0d8ada97e7cc32410fdb69387a17d2df4ece52e6de4cd7d64d19417e5c7af576ea92f79afd56476ea5701d79
7
+ data.tar.gz: 81135440c30b237cb571f83846c2dace3a375032be0aaa2caf5bc16df49bdf9a97513219e166b0dce590acdf5740175a2730a62721aae5fe22ee937b19486f97
@@ -51,6 +51,10 @@ class JavaKeystore
51
51
 
52
52
  # E.g. MD5withRSA or MD5withRSAandMGF1
53
53
  encryption = signature_algorithm_name.split('with')[1].split('and')[0]
54
+
55
+ # keytool with newer java versions has "Signature algorithm name: SHA1withRSA (weak)"
56
+ encryption.gsub!(' (weak)', '')
57
+
54
58
  signing_algorithm = "SHA1with#{encryption}"
55
59
  digest_algorithm = 'SHA1'
56
60
 
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.9.12"
3
+ VERSION = "0.9.14"
4
4
 
5
5
  # A model of a software release version that can be used to compare two versions.
6
6
  #
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.9.12
4
+ version: 0.9.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Maturana Larsen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-22 00:00:00.000000000 Z
11
+ date: 2021-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -372,7 +372,7 @@ homepage: http://github.com/calabash
372
372
  licenses:
373
373
  - EPL-1.0
374
374
  metadata: {}
375
- post_install_message:
375
+ post_install_message:
376
376
  rdoc_options: []
377
377
  require_paths:
378
378
  - lib
@@ -387,8 +387,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
387
387
  - !ruby/object:Gem::Version
388
388
  version: '0'
389
389
  requirements: []
390
- rubygems_version: 3.0.1
391
- signing_key:
390
+ rubygems_version: 3.1.4
391
+ signing_key:
392
392
  specification_version: 4
393
393
  summary: Client for calabash-android for automated functional testing on Android
394
394
  test_files: []