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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 695cfb94529f6b67693d65dd0f2aac8bbba90beddbd82ad6450e24cfc64c13d0
|
|
4
|
+
data.tar.gz: 19aabaaa7b3dd732cbed50896c4ff97c492f80da2e881bf7343271670fabd851
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
|
Binary file
|
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.
|
|
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:
|
|
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.
|
|
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: []
|