rumination 0.13.5 → 0.13.6

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: 4615baee30b41ff631f5407f4d8d956f00274958
4
- data.tar.gz: 812d68212de558d06c8afa13e2a012a5848f1716
3
+ metadata.gz: 544fe9db2733167df44d290b23b992158517549c
4
+ data.tar.gz: ec4c1c13b073accbebb8458c33abdc761b0fa63f
5
5
  SHA512:
6
- metadata.gz: ac279a9e535f89b2e4677496d7c864d42f81e7ffb9337dfb943c5811e463fa04f42b42a651e700e661b0be38652e5c5c18090013c49c1c7cfca7f7be0193488c
7
- data.tar.gz: 056ec388650fba94a6042f0b78aef76240c79a51149e4e62f2ea21e0a44392f47e2be021e4bf72a9aa63ae15031aed29cfe9adeafa7aedb50488fcefee03e665
6
+ metadata.gz: 4df972340e782c69363859b43ad652dd019f39a31b7a8629964ee677aca059c35d6a4e7f183ceab70bfb1905c1bab5002f399f9a3fca2be0c76087b5396a34ba
7
+ data.tar.gz: 359b2d08542e885350607c41d0a91d76c9bea466724b4c9530a9b2aed4abf3379c4979abd4fe05f90f90a280198dde5c2bc17ae2ab29566b8e96b5274c128523
@@ -25,6 +25,7 @@ module Rumination
25
25
  env["LETSENCRYPT_HOST"] = config.virtual_host
26
26
  env["LETSENCRYPT_EMAIL"] = config.letsencrypt_email
27
27
  end
28
+ env = env.merge(config.docker_env || {})
28
29
  env
29
30
  end
30
31
 
@@ -29,7 +29,9 @@ namespace :deploy do
29
29
  puts <<-__.strip_heredoc
30
30
  # to load this into a bash environment run:
31
31
  #
32
- # eval $(rake deploy:env[#{Rumination::Deploy.target}])
32
+ # eval "$(rake deploy:env[#{Rumination::Deploy.target}])"
33
+ #
34
+ # Quotes aren't optional
33
35
  __
34
36
  end
35
37
 
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.13.5"
2
+ VERSION = "0.13.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.5
4
+ version: 0.13.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-28 00:00:00.000000000 Z
11
+ date: 2017-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler