decidim-system 0.9.3 → 0.10.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: 5f2c87236bb427d71d884f64c9f516596f1a7f82c795ac79659c911dd0de9c5f
|
|
4
|
+
data.tar.gz: 0d41c25f1914da526411c416986c6a1b6ade7084fcf86c91fc609a6b73e5df29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f37798c0a193c4548e21c0a05e20568d1066160880db122d27025ad04beb458a85687ca2e5eb29f5884b0fb481a99db96f575b991cb69ca9f8972d04e204b4d
|
|
7
|
+
data.tar.gz: 2bb69fce489d98b2393170d1e3f5cce11e26910e17a4551c8c8a1486429a96afa35178f743f4a118e67e52fee48fcea511c2648c99c49279ab2d2468ada0dc2b
|
|
@@ -396,7 +396,10 @@ $button-margin: 0;
|
|
|
396
396
|
// 24. Off-canvas
|
|
397
397
|
// --------------
|
|
398
398
|
|
|
399
|
-
// $offcanvas-
|
|
399
|
+
// $offcanvas-sizes: (
|
|
400
|
+
// small: 250px
|
|
401
|
+
// );
|
|
402
|
+
//
|
|
400
403
|
$offcanvas-background: $black;
|
|
401
404
|
// $offcanvas-zindex: -1;
|
|
402
405
|
// $offcanvas-transition-length: 0.5s;
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-
|
|
13
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: active_link_to
|
|
@@ -32,14 +32,14 @@ dependencies:
|
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.
|
|
35
|
+
version: 0.10.0
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.
|
|
42
|
+
version: 0.10.0
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: devise
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -116,14 +116,14 @@ dependencies:
|
|
|
116
116
|
requirements:
|
|
117
117
|
- - '='
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 0.
|
|
119
|
+
version: 0.10.0
|
|
120
120
|
type: :development
|
|
121
121
|
prerelease: false
|
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
|
124
124
|
- - '='
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: 0.
|
|
126
|
+
version: 0.10.0
|
|
127
127
|
description: System administration to create new organization in an installation.
|
|
128
128
|
email:
|
|
129
129
|
- josepjaume@gmail.com
|
|
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
228
228
|
version: '0'
|
|
229
229
|
requirements: []
|
|
230
230
|
rubyforge_project:
|
|
231
|
-
rubygems_version: 2.7.
|
|
231
|
+
rubygems_version: 2.7.6
|
|
232
232
|
signing_key:
|
|
233
233
|
specification_version: 4
|
|
234
234
|
summary: Decidim system administration
|