dokuen 0.0.6 → 0.0.7

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.
@@ -7,7 +7,7 @@ upstream <%= name %> {
7
7
 
8
8
  server {
9
9
  listen 80;
10
- listen 443 default ssl;
10
+ listen 443 ssl;
11
11
 
12
12
  server_name <%= name %>.<%= config.base_domain_name %>;
13
13
 
data/lib/dokuen/cli.rb CHANGED
@@ -111,7 +111,7 @@ class Dokuen::CLI < Thor
111
111
  def buildpacks
112
112
  system("#{@config.bin_path}/mason buildpacks")
113
113
  end
114
- nt
114
+
115
115
  private
116
116
 
117
117
  def setup_dirs
@@ -1,3 +1,3 @@
1
1
  module Dokuen
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dokuen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: