eivo-rails-api 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/eivo-rails-api.gemspec +1 -1
- data/lib/eivo-rails-api/environments/production.rb +1 -1
- data/lib/generators/eivo/install_generator.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6cf5286bf756614315d0ec238e8978617721f77c
|
4
|
+
data.tar.gz: 604629d23ea52bd9cbbf60eb3a4184fd86f1a5d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d59d782213d6429eb699a92f002c10f3c888f22b0016c73416711d955ebf897f07ddd0cd35a27b538c34976e7f9729f982cddcbaada942a677f57c00fa22cc8f
|
7
|
+
data.tar.gz: e30eb83695e71a2dadc1dc440e0304be3ca59a686665b4b53b6e97c05302bfa683ea4c91ea41df53c8b7368085ab798008f3f54011e5f2a1e910bd70628f1b76
|
data/README.md
CHANGED
data/eivo-rails-api.gemspec
CHANGED
@@ -35,7 +35,7 @@ module EIVO
|
|
35
35
|
config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
|
36
36
|
|
37
37
|
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
38
|
-
config.force_ssl = true
|
38
|
+
# config.force_ssl = true
|
39
39
|
|
40
40
|
# Use the lowest log level to ensure availability of diagnostic information
|
41
41
|
# when problems arise.
|
@@ -64,11 +64,13 @@ EOF
|
|
64
64
|
|
65
65
|
header_production = <<-'EOF'
|
66
66
|
#!/usr/bin/env bash
|
67
|
+
export RACK_ENV="production"
|
67
68
|
export RAILS_ENV="production"
|
68
69
|
|
69
70
|
EOF
|
70
71
|
header_staging = <<-'EOF'
|
71
72
|
#!/usr/bin/env bash
|
73
|
+
export RACK_ENV="staging"
|
72
74
|
export RAILS_ENV="staging"
|
73
75
|
|
74
76
|
EOF
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eivo-rails-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan VUKOVICH-TRIBOUHARET
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-06-
|
11
|
+
date: 2019-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|