thecore_auth_commons 3.1.1 → 3.1.2

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: 3dc3b3c79a59287dc60e08206a387de340f4fe0468cf5a26ebe180c41bdbdf0c
4
- data.tar.gz: 2fb7a2f4bcea8ed1255d1aee528c55227a318cb483810a8f3917216d5712276b
3
+ metadata.gz: da7079eb6a4a9ab8d40f295b09447c8acb32ceb7b0c89b9f1a320e7f2965e358
4
+ data.tar.gz: d1adb8030fe9a7f00aa851d939695d22644bd1eb11ff6595d2f433da1ca32eca
5
5
  SHA512:
6
- metadata.gz: 3e08724bb8af92936bcec3c769fb5bc2b3fabcd73e2d012fec4a910528b5e967f6c2794471b73b9c4a38dd5d3dad960e8c127215ae1634c5b23f60df92829775
7
- data.tar.gz: 3105ee2424bc3443b0fb614ca0585b73abbe137a65321af16244d70b1fe30dc63f75dcfa23e26570ed31afc1019e9f211d56bb69f439639290b63b39b042132a
6
+ metadata.gz: 11a4fdfca964e94b4002f0734af2248ab7714da7b9ff09a5cf4137d766bc2349bd060b7b82384c410b0449e9f4a46430ac5d9ba8f9a883400356973c97d5dd35
7
+ data.tar.gz: 590560680b38ea487daf59fb3287e9b2b231deb3856d81d2f25232b1ef5c19943e5ba4a3dd85d6db52b248c30cc4082dd138b56940f8f80b97acc8993bfadf39
data/db/seeds.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  puts "Loading ThecoreAuthCommons seeds"
2
2
 
3
- # Need this since in the rake task is not aeger loaded
3
+ # Needing this since in the rake task is not aeger loaded
4
4
  Zeitwerk::Loader.eager_load_all
5
5
 
6
6
  email = "admin@#{ENV["BASE_DOMAIN"].presence || "example.com"}"
@@ -1,3 +1,3 @@
1
1
  module ThecoreAuthCommons
2
- VERSION = "3.1.1"
2
+ VERSION = "3.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_auth_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni