rumination 0.6.11 → 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
  SHA1:
3
- metadata.gz: 74e4a3c00c9d575b472d0702bd3e5511adc48d76
4
- data.tar.gz: 3ebf3bbae5c1b39ed7ecf3c239c5b5097190be59
3
+ metadata.gz: 4886442dd00507b69e4f820a32e520b97531c24d
4
+ data.tar.gz: d43bba35eb6466829eb36dfd74368ae9073aabe2
5
5
  SHA512:
6
- metadata.gz: f56d10df8fb5ffa3dc177c73b67f5cfc855686b34365172d55da60607f4e0a7b862b1bde4114af52218268073c7db4dde9014aa2cfd3780c341374524e6479bf
7
- data.tar.gz: 20c1414549b7c7833acecf713358793c68e6323730b7fe114311e74a1255de407e0fa03725857b1dab9f9ac959824930d873c5700c7f825dba882f33ee78c636
6
+ metadata.gz: e457ee488c93848ceba9d303847127a6e77f4d9d885b41c3ec198c8fc2557d394a43b5e7fe253b7add0de67896a1522e4106865e71631a1eb40de6f05448054e
7
+ data.tar.gz: 80e5b2c5bcb87cf018a58cd1e931ab7da18995f42bba61358054f1ff0f2d24b1e0d92d5e86d6a34c08715b6996c8d93b5f23d8dd26c2d56ceb98b255617fe28a
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/rumination.svg)](https://badge.fury.io/rb/rumination)
4
4
 
5
- /ruːmɪˈneɪʃ(ə)n/
5
+ [/ruːmɪˈneɪʃ(ə)n/](https://forvo.com/word/rumination/#en)
6
6
 
7
7
  noun
8
8
 
@@ -29,6 +29,10 @@ module Rumination
29
29
  load target_config_path
30
30
  env = docker_machine_env
31
31
  env["VIRTUAL_HOST"] = config.virtual_host
32
+ if config.letsencrypt_email.present?
33
+ env["LETSENCRYPT_HOST"] = config.virtual_host
34
+ env["LETSENCRYPT_EMAIL"] = config.letsencrypt_email
35
+ end
32
36
  env["COMPOSE_FILE"] = config.compose_file if config.compose_file
33
37
  env
34
38
  end
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.6.11"
2
+ VERSION = "0.7.0"
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.6.11
4
+ version: 0.7.0
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-03-23 00:00:00.000000000 Z
11
+ date: 2017-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler