decidim-verifications 0.9.2 → 0.9.3
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: e674a0b1e962341cf29174556c19e2a47f240a51671b922d08414cb832fd8971
|
|
4
|
+
data.tar.gz: 132ee3ce99a490341af0283b3955969c146e036b6b03bd2e9d3329bafa782b3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a05a7dfc16a8bbd9136088528e73b038fcb1e5ba4ef72679586700b42117330324684545551b46704d7bc647cf2cc3332f1260c1e5b766e6cce28c128e2b1619
|
|
7
|
+
data.tar.gz: 05cd1188612e0527c8414495b698907e8aeb2ff72ab721e4e0ae04f223bc591b687004162d10e3e9d7dd4b6ea34fea0f0ff25aa3280e7801a00f03798464b535
|
|
@@ -11,7 +11,7 @@ module Decidim
|
|
|
11
11
|
#
|
|
12
12
|
def initialize(authorization, options)
|
|
13
13
|
@authorization = authorization
|
|
14
|
-
@options = options.deep_dup # options hash is cloned to allow changes applied to it without risks
|
|
14
|
+
@options = options.deep_dup || {} # options hash is cloned to allow changes applied to it without risks
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-verifications
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Rodriguez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,42 +16,42 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.9.
|
|
19
|
+
version: 0.9.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.9.
|
|
26
|
+
version: 0.9.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-admin
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.9.
|
|
33
|
+
version: 0.9.3
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.9.
|
|
40
|
+
version: 0.9.3
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-dev
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.9.
|
|
47
|
+
version: 0.9.3
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.9.
|
|
54
|
+
version: 0.9.3
|
|
55
55
|
description: Several verification methods for your decidim instance
|
|
56
56
|
email:
|
|
57
57
|
- deivid.rodriguez@riseup.net
|