devise-argon2 2.0.3 → 2.0.4
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 +4 -4
- data/.github/workflows/test.yml +8 -55
- data/Gemfile +6 -10
- data/devise-argon2.gemspec +1 -1
- data/lib/devise-argon2/version.rb +1 -1
- metadata +5 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b13e34bfd72f10cc708b067b1153dc9cb8b3aa9a904e47bc25c8d2a75acc7f62
|
|
4
|
+
data.tar.gz: 8f925ef0029619168d1d01bef19adb9769b503c8b68bc1b94997f222aa86c989
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 512b621099a74b85a1dd79ca5f9108cb9cf8105fd499b14c78c4d2fb6e1de2c8edbb8eabc3be94a5d783ef2f2dcb5d0a063bdeb9ddf8c1ffdbc27a3368c61027
|
|
7
|
+
data.tar.gz: 25e032a128c02cb60012f3e20654e049a84cec7cbebbcbbfe0f1588f71d6b63a9158b7b5ec1ceeb0c77b4e103c89f9fca9d4d38e0c21029228e06e03c7483356
|
data/.github/workflows/test.yml
CHANGED
|
@@ -7,71 +7,24 @@ jobs:
|
|
|
7
7
|
runs-on: ubuntu-latest
|
|
8
8
|
strategy:
|
|
9
9
|
matrix:
|
|
10
|
-
ruby-version: ['
|
|
11
|
-
rails-version: ['~>
|
|
10
|
+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
|
|
11
|
+
rails-version: ['~> 7.2', '~> 8.0', '~> 8.1']
|
|
12
12
|
argon2-version: ['2.2', '2.3']
|
|
13
|
+
devise-version: ['~> 4.9', 'main']
|
|
13
14
|
orm:
|
|
14
15
|
- adapter: active_record
|
|
15
16
|
- adapter: mongoid
|
|
16
|
-
mongoid-version: 9.0.
|
|
17
|
+
mongoid-version: 9.0.3
|
|
17
18
|
- adapter: mongoid
|
|
18
|
-
mongoid-version: 8.1.
|
|
19
|
-
- adapter: mongoid
|
|
20
|
-
mongoid-version: 8.0.8
|
|
21
|
-
- adapter: mongoid
|
|
22
|
-
mongoid-version: 7.5.4
|
|
19
|
+
mongoid-version: 8.1.7
|
|
23
20
|
exclude:
|
|
24
|
-
- rails-version: '~>
|
|
25
|
-
ruby-version: '
|
|
26
|
-
- rails-version: '~> 7.2'
|
|
27
|
-
ruby-version: '3.0'
|
|
28
|
-
- rails-version: '~> 8.0'
|
|
29
|
-
ruby-version: '2.7'
|
|
30
|
-
- rails-version: '~> 8.0'
|
|
31
|
-
ruby-version: '3.0'
|
|
21
|
+
- rails-version: '~> 8.1'
|
|
22
|
+
ruby-version: '3.1'
|
|
32
23
|
- rails-version: '~> 8.0'
|
|
33
24
|
ruby-version: '3.1'
|
|
34
|
-
- rails-version: '~> 6.1'
|
|
35
|
-
ruby-version: '3.4'
|
|
36
|
-
- orm:
|
|
37
|
-
adapter: mongoid
|
|
38
|
-
rails-version: '~> 8.0'
|
|
39
|
-
- orm:
|
|
40
|
-
adapter: mongoid
|
|
41
|
-
mongoid-version: 8.0.8
|
|
42
|
-
ruby-version: '3.3'
|
|
43
|
-
- orm:
|
|
44
|
-
adapter: mongoid
|
|
45
|
-
mongoid-version: 8.0.8
|
|
46
|
-
ruby-version: '3.4'
|
|
47
|
-
- orm:
|
|
48
|
-
adapter: mongoid
|
|
49
|
-
mongoid-version: 8.0.8
|
|
50
|
-
ruby-version: '3.2'
|
|
51
|
-
- orm:
|
|
52
|
-
adapter: mongoid
|
|
53
|
-
mongoid-version: 7.5.4
|
|
54
|
-
ruby-version: '3.3'
|
|
55
|
-
- orm:
|
|
56
|
-
adapter: mongoid
|
|
57
|
-
mongoid-version: 7.5.4
|
|
58
|
-
ruby-version: '3.4'
|
|
59
|
-
- orm:
|
|
60
|
-
adapter: mongoid
|
|
61
|
-
mongoid-version: 7.5.4
|
|
62
|
-
ruby-version: '3.2'
|
|
63
|
-
- orm:
|
|
64
|
-
adapter: mongoid
|
|
65
|
-
mongoid-version: 8.0.8
|
|
66
|
-
rails-version: '~> 7.2'
|
|
67
|
-
- orm:
|
|
68
|
-
adapter: mongoid
|
|
69
|
-
mongoid-version: 7.5.4
|
|
70
|
-
rails-version: '~> 7.2'
|
|
71
25
|
- orm:
|
|
72
26
|
adapter: mongoid
|
|
73
|
-
|
|
74
|
-
rails-version: '~> 7.1'
|
|
27
|
+
rails-version: '~> 8.1'
|
|
75
28
|
env:
|
|
76
29
|
RAILS_VERSION: ${{ matrix.rails-version || '~> 8.0'}}
|
|
77
30
|
MONGOID_VERSION: ${{ matrix.orm.mongoid-version || '8.1.6'}}
|
data/Gemfile
CHANGED
|
@@ -7,19 +7,15 @@ gem 'simplecov'
|
|
|
7
7
|
gem 'activerecord'
|
|
8
8
|
gem 'rails', ENV['RAILS_VERSION'] || '~> 8.0'
|
|
9
9
|
gem 'argon2', ENV['ARGON2_VERSION'] || '~> 2.3'
|
|
10
|
-
gem 'devise', ENV['DEVISE_VERSION'] || '~> 4.9'
|
|
11
10
|
|
|
12
|
-
if ENV['
|
|
13
|
-
gem '
|
|
14
|
-
end
|
|
15
|
-
|
|
16
|
-
if ENV['RAILS_VERSION'] == '~> 8.0'
|
|
17
|
-
gem 'sqlite3', '~> 2.1'
|
|
11
|
+
if ENV['DEVISE_VERSION'] == 'main'
|
|
12
|
+
gem 'devise', github: 'heartcombo/devise'
|
|
18
13
|
else
|
|
19
|
-
gem '
|
|
14
|
+
gem 'devise', ENV['DEVISE_VERSION'] || '~> 4.9'
|
|
20
15
|
end
|
|
21
16
|
|
|
22
|
-
if ['
|
|
23
|
-
gem '
|
|
17
|
+
if ENV['ORM'] == 'mongoid'
|
|
18
|
+
gem 'mongoid', ENV['MONGOID_VERSION'] || '~> 7.5'
|
|
24
19
|
end
|
|
25
20
|
|
|
21
|
+
gem 'sqlite3', '~> 2.8'
|
data/devise-argon2.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise-argon2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tamas Erdos
|
|
8
8
|
- Moritz Höppner
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: devise
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
16
|
requirements:
|
|
18
|
-
- - "
|
|
17
|
+
- - ">="
|
|
19
18
|
- !ruby/object:Gem::Version
|
|
20
19
|
version: '4.0'
|
|
21
20
|
type: :runtime
|
|
22
21
|
prerelease: false
|
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
23
|
requirements:
|
|
25
|
-
- - "
|
|
24
|
+
- - ">="
|
|
26
25
|
- !ruby/object:Gem::Version
|
|
27
26
|
version: '4.0'
|
|
28
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -105,8 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
104
|
- !ruby/object:Gem::Version
|
|
106
105
|
version: '0'
|
|
107
106
|
requirements: []
|
|
108
|
-
rubygems_version: 3.
|
|
109
|
-
signing_key:
|
|
107
|
+
rubygems_version: 3.6.9
|
|
110
108
|
specification_version: 4
|
|
111
109
|
summary: Enables Devise to hash passwords with Argon2id
|
|
112
110
|
test_files:
|