lesli_security 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  /*!************************************************************************************************************************************************************!*\
2
- !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-31.use[1]!./node_modules/sass-loader/dist/cjs.js!../LesliSecurity/lib/scss/application.scss ***!
2
+ !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-35.use[1]!./node_modules/sass-loader/dist/cjs.js!../LesliSecurity/lib/scss/application.scss ***!
3
3
  \************************************************************************************************************************************************************/
4
4
  @charset "UTF-8";
5
5
  /*
@@ -61,8 +61,11 @@ class CreateLesliUsers < ActiveRecord::Migration[5.2]
61
61
  t.integer :sign_in_count, default: 0, null: false
62
62
  t.datetime :current_sign_in_at
63
63
  t.datetime :last_sign_in_at
64
- t.inet :current_sign_in_ip
65
- t.inet :last_sign_in_ip
64
+ t.string :current_sign_in_ip
65
+ t.string :last_sign_in_ip
66
+
67
+ #t.inet :current_sign_in_ip
68
+ #t.inet :last_sign_in_ip
66
69
 
67
70
  # Confirmable
68
71
  t.string :unconfirmed_email # Only if using reconfirmable
@@ -33,7 +33,8 @@ Building a better future, one line of code at a time.
33
33
  class CreateLesliUserSessions < ActiveRecord::Migration[6.0]
34
34
  def change
35
35
  create_table :lesli_user_sessions do |t|
36
- t.inet :remote # IPv4 and IPv6 hosts and networks
36
+ #t.inet :remote # IPv4 and IPv6 hosts and networks
37
+ t.string :remote # IPv4 and IPv6 hosts and networks
37
38
 
38
39
  t.string :agent_platform
39
40
  t.string :agent_os
@@ -1,4 +1,4 @@
1
1
  module LesliSecurity
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  BUILD = "1713121383"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lesli_security
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Lesli Development Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-10 00:00:00.000000000 Z
11
+ date: 2024-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails