railman 0.6.11 → 0.6.12

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: d4ccd0a01bf240e4fccd757955afa58b6395156b
4
- data.tar.gz: 2e8935070c396fb0a8e459ef22efea2c9fe8dd9c
3
+ metadata.gz: 0765b25e422ff4156cce6a14dcadd45c025d30b4
4
+ data.tar.gz: 4968dd62c06c7939662e0f5ad68238d019dd51f8
5
5
  SHA512:
6
- metadata.gz: 16abf6afa69de5e2d9841b9385a35ab36dd8b85b3250f91c8da38c8f894b89b99e3d62e882bd7a6ec409fa5a2543a85f84f5832cfb94ef3c41d7238b5d93b1fd
7
- data.tar.gz: c4c5e1b738c11ec293f60cb64dee327a10b9f38733941df0b1215a424653ae6693d3c0a17fa5717aea0b1912d4576af56a5dbd6e3a71b9c8013ef4b1ad229264
6
+ metadata.gz: b629a963c288fc4dead475265625cb1ae0d1a64a278b38af5b4dc413effbc4f641e2322de40f49348dc00a0d32410d49903be4a48a1224fe8d51668572af7d97
7
+ data.tar.gz: 3479a1d3ed26ff47574d6f3f9ae0fd8c1a48949232dddf8130c6277828e53feaf29b977c484f28eba05b537bdeae911a58022d11f3e65b787fc1f9b2a75500b8
@@ -1,3 +1,3 @@
1
1
  module Railman
2
- VERSION = '0.6.11'
2
+ VERSION = '0.6.12'
3
3
  end
@@ -1,6 +1,6 @@
1
1
  # Put server-specific environment variables here
2
2
  # .env is loaded by the dotenv gem on startup
3
- # Don't commit this file to Git !!! Copy from .env.example.production and modify for each machine
3
+ # Don't commit this file to Git !!! Copy from .env.example.test and modify for each machine
4
4
 
5
5
  # Application settings
6
6
  APP_NAME = '<%= @config.app_name %>'
@@ -26,3 +26,10 @@ Things you may want to cover:
26
26
 
27
27
  Please feel free to use a different markup language if you do not plan to run
28
28
  <tt>rake doc:app</tt>.
29
+
30
+
31
+ ## How-Tos
32
+
33
+ ### Add executable to bin
34
+
35
+ bundle binstubs some-gem-name
@@ -42,7 +42,7 @@ Rails.application.configure do
42
42
  # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
43
43
 
44
44
  # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
45
- # config.force_ssl = true
45
+ config.force_ssl = true
46
46
 
47
47
  # Use the lowest log level to ensure availability of diagnostic information
48
48
  # when problems arise.
@@ -11,4 +11,4 @@ domains = <%= @config.domains.join(',') %>
11
11
  text = True
12
12
 
13
13
  # authenticate by placing a file in the webroot (under .well-known/acme-challenge/) and then letting LE fetch it
14
- webroot-path = /home/deploy/apps/<%= @config.app_name %>
14
+ webroot-path = /home/deploy/apps/<%= @config.app_name %>/public
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.11
4
+ version: 0.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Jancev