sync_attr_with_auth0 0.0.15 → 0.0.16

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
  SHA1:
3
- metadata.gz: b76419c157c5efcb09afaea222cfd203ee37430e
4
- data.tar.gz: 977b0c6fe1baf2f74ed83ed845a9feaf94a4e162
3
+ metadata.gz: 218422160f3d6a380d6f44db0f523bd26d513dbe
4
+ data.tar.gz: 0cad0b6561cf3419589672c5ae448c799e86fb7a
5
5
  SHA512:
6
- metadata.gz: 29c4339221af8e3520b9dd871c9ca7be2b0c7a8b9944d3c839ac3f06e3777521e788b25f6e318d8e4f4b7a0cb050d325e0e2671487ac7f2cc1683329a7e299d4
7
- data.tar.gz: d1325783fd9e56816624cb81e68d51dd4ab579eb4762393272bf2b7f7269cc09b601add476e25d285cb653a7f43816745ff84d4775cb201f0ee8fa814ef2bd33
6
+ metadata.gz: 4b27b11f1409e36f29b278d7a50aa1cd79a1c20048fcc59125dcaa4700ee35c9785f76483e7f9be0545c4f0c3e870fddbf90291929036e49762b801fa2030589
7
+ data.tar.gz: c8180144dbf54589510a00c9fad29fb9769285fbffe4107329f4698b9fba07b8545a81a19b5c0aa168fcc2df2dba0c6514a768369253d631aa7873d377d4754a
@@ -152,7 +152,7 @@ module SyncAttrWithAuth0
152
152
 
153
153
  def auth0_default_password
154
154
  # Need a9 or something similar to guarantee one letter and one number in the password
155
- "#{auth0_new_uuid[0..19]}a9"
155
+ "#{auth0_new_uuid[0..19]}aA9"
156
156
  end
157
157
 
158
158
  def auth0_new_uuid
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sync_attr_with_auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick McGraw