decidim-maintainers_toolbox 0.5.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8142582f8acdfea5872ec1c41548fd542b59f9177ab8ba1e84f5cb89769d752
4
- data.tar.gz: ac41c76cb5af425070039c77054c706fa94bfefc97fc46a9378b992b45977882
3
+ metadata.gz: 53faf48c512923f75ecb4747703ad71a10d329f49b36b4484130da5050af4f0b
4
+ data.tar.gz: 0431ba0886cf45179ef7a24c7bd0889687e5481c8faa2b653f5f524a5ae57490
5
5
  SHA512:
6
- metadata.gz: 41e26d587ca480f3934ab9fb1fc1e8c22460c63765b5e25ce9d6ac114200f2c8f9c3ceb403b65dd27c578240926a7a022feab30b7e909057c907f94ab499367b
7
- data.tar.gz: f03c6dd6de38270c540bd31a9fdbc64685989b208b4a77f5c8b159f1600f70d957d363f1dacb83e68706c4fbe827a2d3954ce8444536b904bc5cb8c95acd66a2
6
+ metadata.gz: f47cd622df71a0c1ab0f31b54bb01f16078d96ccce157148e9bf6cbe274d7adba059f50840ed542b6aa98fd39738138443d0eaf267e1088eec8bdc2317111468
7
+ data.tar.gz: be841490f71a8bed3d60c56a3580dd470a9c8db3db1c0fc6cb026b69a0490e2e5809213147075f09ef2713efee3d60085f825075f5a7115b721297804eafc918
@@ -39,13 +39,13 @@ module Decidim
39
39
  run("git pull origin #{release_branch}")
40
40
 
41
41
  bump_decidim_version
42
- run("bin/rake update_versions")
42
+ run("bundle exec rake update_versions")
43
43
 
44
- run("bin/rake patch_generators")
44
+ run("bundle exec rake patch_generators")
45
45
 
46
- run("bin/rake bundle")
46
+ run("bundle exec rake bundle")
47
47
  run("npm install")
48
- run("bin/rake webpack") if Dir.exist?("decidim_app-design")
48
+ run("bundle exec 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", env: { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
183
+ output, status = capture("bundle exec rspec", env: { "ENFORCED_LOCALES" => "en,ca,es", "SKIP_NORMALIZATION" => "true" })
184
184
 
185
185
  unless status.success?
186
186
  run("git restore .")
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Decidim
4
4
  module MaintainersToolbox
5
- VERSION = "0.5.0"
5
+ VERSION = "0.7.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-maintainers_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrés Pereira de Lucena