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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8f4a3f438f4d39d4f1123cd043369b4a2f333bae2d5209cb6aa01a9269d17b8
4
- data.tar.gz: 74cf574060b9d79613dca5349bd144e0950434706a84c333e677ac547b954a99
3
+ metadata.gz: 061cc417f50da31f2f2455e5356b0d1071f1e165c7c66627e77ab5491b127ba8
4
+ data.tar.gz: 1e99f92efbf156318a29b55dbc81fafa0a18313b3a9ac16f3c218dee707b883e
5
5
  SHA512:
6
- metadata.gz: e2172d009ba3e3ea4ab51c6daad8daa2b50e13e57a6f52bfc440354b16010190afc2140dafb16261f917cc766415d3774ce23ae265fbd4b08a02d7869b6f8332
7
- data.tar.gz: a360da0725379fc793bcd11af6bfd258f0276bcecc86c56a8586cbc91b51a9c0ca1e717b15ecba00f69aff14efb4de15319491cbb0328bbdd40fc53ab3a0a0a0
6
+ metadata.gz: 8e78986aaa28e99dfb9863c7d8bb4db5bf0e08da27ac49dd198f56861c77acb77e4f55388cc09599998d799d86a7e8c75a2a7f31f7b39e19db99e5a094152ade
7
+ data.tar.gz: 46c587357691d54fa2e72974da5a4094595ea775ccc92b9f74bde88eb9807046be519c5a76da3bb86287bc8ff097e87c68cfed4cebe4fc302b34f5c59f1b4a33
data/eivo-rails.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'eivo-rails'
7
- spec.version = '0.1.8'
7
+ spec.version = '0.1.9'
8
8
  spec.authors = ['Jonathan VUKOVICH-TRIBOUHARET']
9
9
  spec.email = ['jonathan@eivo.co']
10
10
 
@@ -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.8
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-01 00:00:00.000000000 Z
11
+ date: 2020-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor