rumination 0.10.3 → 0.10.4

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
  SHA1:
3
- metadata.gz: b5bd7258ac2f8af051fa2189c61f40704fbb6c24
4
- data.tar.gz: 2c4402b18ab360e66ad1d3bd162c67c32a114553
3
+ metadata.gz: a3740ea5f5e373eea2fe58d1edb57a65b4a0761b
4
+ data.tar.gz: f1051831a6ba0f5710172ded373f1b962be276b3
5
5
  SHA512:
6
- metadata.gz: f5167577259358cf4f44bfea81b385a23a6b8a1fa4bfcc70e3835ad75c2f607635a60cffaa75429c65c364cb6ad1fd38d768214fc9aa818b758bf7d2a58c59c2
7
- data.tar.gz: 7b8a5b9b76bddb3f5674764080b6d19acd00423a37ac32b51d9dd1bc7fb8261311886acb76ad85158f5854bd03c811d7ff353e4c80cb4f3b9915afefe28d77e0
6
+ metadata.gz: e5de2d58c5bc71c1710de634f3e15528c23ac0fdec98f27c1d145776bb0f333a86a5f28c1276c1e5c911b9cc43702d812b9b7d3f8e68bdb048787f2f9a02b182
7
+ data.tar.gz: fa0b357e79516f035bce2cd86dc5fea7de9bc9543d637b274fabd9c1f449812bbb99e6753748747fcb100cd40aad52b3994c1104b682bf37afaa53db7bb88204
@@ -28,7 +28,7 @@ module Rumination
28
28
  setup_outside_env
29
29
  DockerCompose.build.down("--remove-orphans").up
30
30
  yield if block_given?
31
- app_container.exec("rake deploy:unload[#{target}]")
31
+ app_container.run("rake deploy:unload[#{target}]")
32
32
  raise DeployError unless $? == 0
33
33
  app_container.run("rake deploy:finish[#{target}]")
34
34
  raise DeployError unless $? == 0
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.10.3"
2
+ VERSION = "0.10.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski