strongmind-auth 1.0.6 → 1.0.7

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: 29554b31cde55064956270ba9bd557e8390a49ec9a847ff417cd13e0983d0460
4
- data.tar.gz: 534b35f4fcfa0273ec3364b1bceca1b4e0bf9f1f99c681c21d2d489b97b861b5
3
+ metadata.gz: 717208fe25cfb0be9f006445e0e4e6fddcc282c7130f3555e856b7e71eefd19d
4
+ data.tar.gz: 0f41a6e97da4ec22a72921b5846fc2313b9f1b47f62fff5092cd41613f404785
5
5
  SHA512:
6
- metadata.gz: c00798ee297949194cb98ff045e46b222bcd3a5d60d244f9f78cf5ee336299c1ba19d9c1414cd2a9f14345cd8fd6372f09769bdcc928599bf610c325552ee342
7
- data.tar.gz: caeb996433c23a339c251f4617a525ead271377fa97d0d027ae87ae9a694cce1e07c596ebdd21f3fd3a2aab2e10ccbcc210cb0c8c9885a5c826d82e02ba80df8
6
+ metadata.gz: 0a9312df1eb222957874f91213c4f363be2122beed62f80923db387c015b1777fb81d6074e37e9e4f51306c744de6bfa692a0dd5446499a90375a265add8dd66
7
+ data.tar.gz: 50887fc064a25882bb03ca1d42a8338c382f5006394a2fadd2995ba41c5d1fb0996ce588625d25236493ecbab6228536bbe1d344046188d87ceceee7f9823b9d
@@ -19,7 +19,7 @@ module Strongmind
19
19
  # [
20
20
  # { name: 'Home', icon: 'fa-solid fa-house', path_method: :root_path }
21
21
  # ]
22
- # end"
22
+ # end\n\n"
23
23
 
24
24
  end
25
25
  end
@@ -5,4 +5,5 @@ IDENTITY_CLIENT_SECRET=
5
5
  IDENTITY_SCOPES=
6
6
 
7
7
  IDENTITY_BASE_URL=https://devlogin.strongmind.com
8
+ SM_CENTRAL_BASE_URL=https://stage-central.strongmind.com
8
9
  APP_BASE_URL=http://localhost:3000
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.0.6"
3
+ VERSION = "1.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strongmind-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Team Belding