thecore_backend_commons 3.0.4 → 3.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +1 -2
- data/config/initializers/session_store.rb +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c1cfad3c1fb497d61bd61d3af9e43cc19495f3596251155190d2c6146be7286
|
4
|
+
data.tar.gz: 10c9e14880b8f21c1da6363fe96b8a8555779de19593c178f66413eddc9734a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af1e124dcf5ff5674febf7d827db80be4120a9309012894204434de211accb66d183c30386d60dcb1697fc12f56f1db37b83ffc35c2fb6ac1e8ed3715179113c
|
7
|
+
data.tar.gz: b5ad464830850b9f771e0232027e5f8b7ad4df20f464b6a3a2a4df31b2a1a3f5f0260640f430b42308bd503141bfa196993e6d2806e34cc4f690f3f4b594013a
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_backend_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
@@ -122,7 +122,6 @@ files:
|
|
122
122
|
- app/assets/config/thecore_backend_commons_manifest.js
|
123
123
|
- app/jobs/application_job.rb
|
124
124
|
- app/mailers/application_mailer.rb
|
125
|
-
- config/initializers/session_store.rb
|
126
125
|
- config/initializers/thecore_backend_commons_app_archetypes.rb
|
127
126
|
- config/initializers/thecore_backend_commons_app_configs.rb
|
128
127
|
- config/locales/en.devise.custom.yml
|
@@ -1,9 +0,0 @@
|
|
1
|
-
# Rails.application.config.session_store :cookie_store, {
|
2
|
-
# :key => "_#{ENV["COMPOSE_PROJECT_NAME"].presence || "localhost"}_session",
|
3
|
-
# :domain => :all,
|
4
|
-
# :same_site => :none,
|
5
|
-
# :secure => :true,
|
6
|
-
# :compress => true,
|
7
|
-
# :pool_size => 10,
|
8
|
-
# :expire_after => 1.year
|
9
|
-
# }
|