decidim-maintainers_toolbox 0.3.0 → 0.5.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: c8142582f8acdfea5872ec1c41548fd542b59f9177ab8ba1e84f5cb89769d752
|
|
4
|
+
data.tar.gz: ac41c76cb5af425070039c77054c706fa94bfefc97fc46a9378b992b45977882
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41e26d587ca480f3934ab9fb1fc1e8c22460c63765b5e25ce9d6ac114200f2c8f9c3ceb403b65dd27c578240926a7a022feab30b7e909057c907f94ab499367b
|
|
7
|
+
data.tar.gz: f03c6dd6de38270c540bd31a9fdbc64685989b208b4a77f5c8b159f1600f70d957d363f1dacb83e68706c4fbe827a2d3954ce8444536b904bc5cb8c95acd66a2
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
"homepage_uri" => "https://decidim.org",
|
|
21
21
|
"source_code_uri" => "https://github.com/decidim/decidim"
|
|
22
22
|
}
|
|
23
|
-
spec.required_ruby_version = ">=
|
|
23
|
+
spec.required_ruby_version = ">= 3.0.2"
|
|
24
24
|
|
|
25
25
|
spec.files = Dir.chdir(__dir__) do
|
|
26
26
|
`git ls-files -z`.split("\x0").select do |f|
|
|
@@ -45,7 +45,7 @@ module Decidim
|
|
|
45
45
|
|
|
46
46
|
run("bin/rake bundle")
|
|
47
47
|
run("npm install")
|
|
48
|
-
run("bin/rake webpack") if Dir.
|
|
48
|
+
run("bin/rake webpack") if Dir.exist?("decidim_app-design")
|
|
49
49
|
|
|
50
50
|
check_tests
|
|
51
51
|
|
|
@@ -180,7 +180,7 @@ module Decidim
|
|
|
180
180
|
# @return [void]
|
|
181
181
|
def check_tests
|
|
182
182
|
puts "Running specs"
|
|
183
|
-
output, status = capture("bin/rspec", { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
|
|
183
|
+
output, status = capture("bin/rspec", env: { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
|
|
184
184
|
|
|
185
185
|
unless status.success?
|
|
186
186
|
run("git restore .")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-maintainers_toolbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrés Pereira de Lucena
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 1980-01-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -149,14 +149,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
requirements:
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
version:
|
|
152
|
+
version: 3.0.2
|
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
requirements:
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
|
-
rubygems_version: 3.
|
|
159
|
+
rubygems_version: 3.2.22
|
|
160
160
|
signing_key:
|
|
161
161
|
specification_version: 4
|
|
162
162
|
summary: Release related tools for the Decidim project
|