decidim-comparative_stats 1.0.1 → 1.1.0
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: 5903d4cda32b5806e0f85beb5bcc38dece3ee55866e7d996fc241e0706950e7b
|
|
4
|
+
data.tar.gz: 0e6f414ff57e0e51d961ecfe6ce9e08448b71719be106e852a84085295064321
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1ffc35315e671c51404e6ae9ff81892c2e8d7abc98992994883161c30542cd0f77c3e72f7f75e69dd5e09ffb5a5d0b9eea21106d44c3ba56fedba8e633aa8b1
|
|
7
|
+
data.tar.gz: facaa03e9b735684748b37628df09b70e5fe6076c698c9d88fbfa9baa9efa42c1b9528106724eddf4bd38b19af2bafaca203d0375f4faccf7a11b04b8b9cf3a5
|
data/README.md
CHANGED
|
@@ -42,7 +42,7 @@ You might want to customize the `height` parameter to match your particular case
|
|
|
42
42
|
Add this line to your application's Gemfile:
|
|
43
43
|
|
|
44
44
|
```ruby
|
|
45
|
-
gem "decidim-comparative_stats", "~> 1.0
|
|
45
|
+
gem "decidim-comparative_stats", "~> 1.1.0"
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
And then execute:
|
|
@@ -58,7 +58,8 @@ compatibility:
|
|
|
58
58
|
|
|
59
59
|
| Comparative stats version | Compatible Decidim versions |
|
|
60
60
|
|---|---|
|
|
61
|
-
| 1.0.x | 0.21.x
|
|
61
|
+
| 1.0.x | 0.21.x, 0.22.x |
|
|
62
|
+
| 1.1.x | 0.23.x |
|
|
62
63
|
|
|
63
64
|
## Configuration options
|
|
64
65
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
module Decidim
|
|
4
4
|
# This holds the decidim-module-comparative_stats version.
|
|
5
5
|
module ComparativeStats
|
|
6
|
-
VERSION = "1.0
|
|
7
|
-
DECIDIM_VERSION =
|
|
6
|
+
VERSION = "1.1.0"
|
|
7
|
+
DECIDIM_VERSION = ">= 0.23.0"
|
|
8
8
|
MIN_API_VERSION = "0.18.0"
|
|
9
9
|
end
|
|
10
10
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-comparative_stats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Vergés
|
|
@@ -29,9 +29,6 @@ dependencies:
|
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - ">="
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.21.0
|
|
34
|
-
- - "<"
|
|
35
32
|
- !ruby/object:Gem::Version
|
|
36
33
|
version: 0.23.0
|
|
37
34
|
type: :runtime
|
|
@@ -39,9 +36,6 @@ dependencies:
|
|
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
37
|
requirements:
|
|
41
38
|
- - ">="
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version: 0.21.0
|
|
44
|
-
- - "<"
|
|
45
39
|
- !ruby/object:Gem::Version
|
|
46
40
|
version: 0.23.0
|
|
47
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -49,9 +43,6 @@ dependencies:
|
|
|
49
43
|
requirement: !ruby/object:Gem::Requirement
|
|
50
44
|
requirements:
|
|
51
45
|
- - ">="
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: 0.21.0
|
|
54
|
-
- - "<"
|
|
55
46
|
- !ruby/object:Gem::Version
|
|
56
47
|
version: 0.23.0
|
|
57
48
|
type: :runtime
|
|
@@ -59,9 +50,6 @@ dependencies:
|
|
|
59
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
60
51
|
requirements:
|
|
61
52
|
- - ">="
|
|
62
|
-
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.21.0
|
|
64
|
-
- - "<"
|
|
65
53
|
- !ruby/object:Gem::Version
|
|
66
54
|
version: 0.23.0
|
|
67
55
|
- !ruby/object:Gem::Dependency
|
|
@@ -97,9 +85,6 @@ dependencies:
|
|
|
97
85
|
requirement: !ruby/object:Gem::Requirement
|
|
98
86
|
requirements:
|
|
99
87
|
- - ">="
|
|
100
|
-
- !ruby/object:Gem::Version
|
|
101
|
-
version: 0.21.0
|
|
102
|
-
- - "<"
|
|
103
88
|
- !ruby/object:Gem::Version
|
|
104
89
|
version: 0.23.0
|
|
105
90
|
type: :development
|
|
@@ -107,9 +92,6 @@ dependencies:
|
|
|
107
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
108
93
|
requirements:
|
|
109
94
|
- - ">="
|
|
110
|
-
- !ruby/object:Gem::Version
|
|
111
|
-
version: 0.21.0
|
|
112
|
-
- - "<"
|
|
113
95
|
- !ruby/object:Gem::Version
|
|
114
96
|
version: 0.23.0
|
|
115
97
|
description: A module to compare instances of Decidim by using their API.
|