katalyst-koi 5.7.0 → 5.7.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eebb6eb78b256d385d6ac52f7868d61ccf877177c69d18095eee36e69d7ce710
|
|
4
|
+
data.tar.gz: 450a8d50dd9f5139690f10d394eb3bc7e7228ae5890070620ff8e7535d2c1c72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee7575375983c5b232c063560741ad608aadbc22705f1158942944c8dcdc16638ad72adc2e193f6a2e6ebead9386e020ead1eb7d5d392a3f4b816857011545fe
|
|
7
|
+
data.tar.gz: 21994dd6bd359b5064f3f07dd923adfd74cf5e1822a5be93bda786c3dd2f550f7410548dbd939120f8910aaba0435c537d4b6f139add00ca19254e0879268626
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Rails/BulkChangeTable
|
|
3
4
|
class UpdateAdminUsers < ActiveRecord::Migration[7.0]
|
|
4
5
|
class Admin < ApplicationRecord; end
|
|
5
6
|
|
|
@@ -38,3 +39,4 @@ class UpdateAdminUsers < ActiveRecord::Migration[7.0]
|
|
|
38
39
|
remove_column :admins, :name, :string
|
|
39
40
|
end
|
|
40
41
|
end
|
|
42
|
+
# rubocop:enable Rails/BulkChangeTable
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# rubocop:disable Rails/BulkChangeTable
|
|
3
4
|
class CleanUpAdminUserTimestamps < ActiveRecord::Migration[8.1]
|
|
4
5
|
def change
|
|
5
6
|
# remove 'last sign in' tracking columns, database sessions make these redundant
|
|
@@ -21,3 +22,4 @@ class CleanUpAdminUserTimestamps < ActiveRecord::Migration[8.1]
|
|
|
21
22
|
end
|
|
22
23
|
end
|
|
23
24
|
end
|
|
25
|
+
# rubocop:enable Rails/BulkChangeTable
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: katalyst-koi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.7.
|
|
4
|
+
version: 5.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Katalyst Interactive
|
|
@@ -511,6 +511,7 @@ files:
|
|
|
511
511
|
- lib/koi/middleware/url_redirect.rb
|
|
512
512
|
- lib/koi/release.rb
|
|
513
513
|
- spec/factories/admin_device_authorizations.rb
|
|
514
|
+
- spec/factories/admin_sessions.rb
|
|
514
515
|
- spec/factories/admins.rb
|
|
515
516
|
- spec/factories/url_rewrites.rb
|
|
516
517
|
- spec/factories/well_knowns.rb
|