nulogy_sso 2.3.1 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c3aa58409da6e710843d8ec1436fca9d43cc06703aa24ad4cf03dfce9054d66
4
- data.tar.gz: 5f0a9b46ec00b53077b1a8912404fbb5a6e0510959b604eacc35cdceaa143dd5
3
+ metadata.gz: aa5aea3ea95e75844f94fc702a9cac1096135c9896460f0acac40c2b736d2442
4
+ data.tar.gz: 936d70656621ecc40e47e8f0f70347753d9662a04584482e68c6ab53db55d383
5
5
  SHA512:
6
- metadata.gz: 5594461909374b803f64e425d14bee4d2c17f3d44a3ea79c48f3fe0b2e692a0a776d0d84c0a23c278025e5d286530bfb7ba2e874a13089223a9d75a44fb6a90e
7
- data.tar.gz: 6afbea2d0ad0a83b0ef130ddb49a1722cb80875e4eac857214ebb0d56844b15f2748fd5f2611980e5060397f813421721187c0b2b86cbe8859f0cece8dc196c8
6
+ metadata.gz: 8aed5b7156f238dc974af4c7e3dfa34e08fe2f60e650aec4f072ae1a227f14b05b1c13b674ad7e6a686572804095df8a51545b651991d5b8e5ccc3f3a97260a8
7
+ data.tar.gz: 7647f9d1944d5cedf9eb6d79e503c8ee1a3f873d9bcaa507d6fe27c54ee032bcc1fcb6c380c75a517dc4bb477cecf2f8830d214f7610e24a415f0dad8060dc23
@@ -1,3 +1,3 @@
1
1
  module NulogySSO
2
- VERSION = "2.3.1"
2
+ VERSION = "2.5.0"
3
3
  end
File without changes
Binary file
Binary file
@@ -0,0 +1,26 @@
1
+ DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
2
+ `legacy_connection_handling` to `false` in your application.
3
+
4
+ The new connection handling does not support `connection_handlers`
5
+ getter and setter.
6
+
7
+ Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
8
+ (called from block in execute at /Users/jasony/.rvm/rubies/ruby-3.1.2/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/task.rb:281)
9
+  (0.1ms) DROP TABLE IF EXISTS "users"
10
+  (1.8ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
11
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
12
+ ActiveRecord::SchemaMigration Pluck (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
13
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (20190912211120)
14
+  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
15
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
16
+ TRANSACTION (0.1ms) begin transaction
17
+ ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2022-09-21 20:45:16.920513"], ["updated_at", "2022-09-21 20:45:16.920513"]]
18
+ TRANSACTION (1.2ms) commit transaction
19
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
20
+ TRANSACTION (0.0ms) begin transaction
21
+ ActiveRecord::InternalMetadata Update (0.4ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2022-09-21 20:45:16.926395"], ["key", "environment"]]
22
+ TRANSACTION (1.0ms) commit transaction
23
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "schema_sha1"], ["LIMIT", 1]]
24
+ TRANSACTION (0.0ms) begin transaction
25
+ ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2022-09-21 20:45:16.931739"], ["updated_at", "2022-09-21 20:45:16.931739"]]
26
+ TRANSACTION (1.3ms) commit transaction