strongmind-auth 1.1.111 → 1.1.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ce428c5cd3b0cfcbe821adda407545d5cc79326b3e7d4e9d7832be23aa5af54
4
- data.tar.gz: a652112283e2bb98e5135eb593cc1e0e8fd3d3f31403a413d6da10efd0ed6660
3
+ metadata.gz: b54499ae588ab3e6caa39b411255c9e528a89a425acc21b4d5416dcf1b884158
4
+ data.tar.gz: 1622da4c1965d63dbec5b02c5b1b5cf4991e14ffbd02d6fc77fd7f97f76d8ac7
5
5
  SHA512:
6
- metadata.gz: a172d22b509380c823ab9bc79422018d08ca2d1bb394bf09834f20c8763c27ee5127226dd27d639bc5ff9ceabb4893ec1f4ee209e4c3a60507e410d9590a6e97
7
- data.tar.gz: c0d33a8b0aa9e1deaa4abd8c27d2b307bb26af88bb5928f3ad0a7e596d551d891d3193014d2a2cba6060d2da866729f14993042e1ba581f0b8128fef3ea7127d
6
+ metadata.gz: d336fb20cf9435f094a83be4a5b893e5aeee7200a97a36cf31f09d808710759ea990378df5211d81336ac11ffa4ce7208997e590951b8c1dcefe4be3ad888801
7
+ data.tar.gz: 53eea3b50215d27226a69157e34476895b14e2f6aaa3aab51b30d5d42a3cba134b3204fa0d226af40ff503291b676cc5646a3a0ecf9e9af7d30e7d201a4ca974
data/config/routes.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  Rails.application.routes.draw do
2
2
 
3
- return if defined? Rails::Generators
3
+ return if defined?(Rails::Generators) && !Rails.env.production?
4
4
 
5
5
  devise_for :users, controllers: {
6
6
  omniauth_callbacks: 'users/omniauth_callbacks',
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.1.111"
3
+ VERSION = "1.1.114"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.111
4
+ version: 1.1.114
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Belding
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails