eivo-rails 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/eivo-rails.gemspec +1 -1
- data/lib/eivo-rails/environments/production.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 061cc417f50da31f2f2455e5356b0d1071f1e165c7c66627e77ab5491b127ba8
|
4
|
+
data.tar.gz: 1e99f92efbf156318a29b55dbc81fafa0a18313b3a9ac16f3c218dee707b883e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e78986aaa28e99dfb9863c7d8bb4db5bf0e08da27ac49dd198f56861c77acb77e4f55388cc09599998d799d86a7e8c75a2a7f31f7b39e19db99e5a094152ade
|
7
|
+
data.tar.gz: 46c587357691d54fa2e72974da5a4094595ea775ccc92b9f74bde88eb9807046be519c5a76da3bb86287bc8ff097e87c68cfed4cebe4fc302b34f5c59f1b4a33
|
data/eivo-rails.gemspec
CHANGED
@@ -42,6 +42,7 @@ module EIVO
|
|
42
42
|
|
43
43
|
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
44
44
|
config.force_ssl = true
|
45
|
+
config.ssl_options = { redirect: { exclude: -> request { request.path == '/status' } } }
|
45
46
|
|
46
47
|
# Use the lowest log level to ensure availability of diagnostic information
|
47
48
|
# when problems arise.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eivo-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
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: 2020-05-
|
11
|
+
date: 2020-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|