rumination 0.6.7 → 0.6.8

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
  SHA1:
3
- metadata.gz: e7931a40d3cb98cf96e8e14900ef6aaa5e0f9454
4
- data.tar.gz: 245694f7be405f460c75603bb96fcce08b384a45
3
+ metadata.gz: 52352bdb43b4394fabb6cfef23fb4e5320051fef
4
+ data.tar.gz: 41fb907c3cfdcf5ede334a05a426bdeb3da56464
5
5
  SHA512:
6
- metadata.gz: 74ff7b7d46e237adb183f5fd0d8bfae0550a6e630ce7260e5604186ef3826eb62d7fd9bdc10b4baeec5bb2d725b142f355043385fd50391926cc68f216a73ad7
7
- data.tar.gz: 0b349992d6d69a12a4a3ebaa40aae6e037f83c334be454f0239f869ad007a7283658668b8434aa0af5bf318d86283cff5fad4dc4088728e854b25721f889f88c
6
+ metadata.gz: 3eb7fc8494a4f27fc4a18bd2838c98647a9d432b42a69182086002b3d914e06cbb8c55b7c6e18adddf068877c007f2f60184a54becd38e0f30e00fa437ec26ad
7
+ data.tar.gz: c44b223019005135a4085eeae462d7466f5ff2f83104713f7d16a7985b83aa3eb591501fa0b7c9d83c93a86147e4129d588b635ff884d326afbf43303034ed91
@@ -48,7 +48,7 @@ module Rumination
48
48
 
49
49
  def on_fresh_containers
50
50
  raise BootstrappedAlready if bootstrapped?
51
- container(:backend).run("rake deploy:bootstap:inside[#{target}]")
51
+ container(:backend).run("rake deploy:bootstrap:inside[#{target}]")
52
52
  end
53
53
 
54
54
  def load_application_config_if_exists
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.6.7"
2
+ VERSION = "0.6.8"
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.6.7
4
+ version: 0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski