cow_auth 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +31 -18
  4. data/lib/cow_auth/version.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5287296159ba0b9e6768102d3efda06d2622072a10b04ad3a1dbcd276e276a39
4
- data.tar.gz: 8b1b885c4689735f6af90fbbd8156f0ecc646194fa7733d3a6262d2a4cbefec2
3
+ metadata.gz: d89212db7b1291a91471b2c02d5c7242f513fa8587b2735f6fbcbde4ba22a097
4
+ data.tar.gz: f07253a6a8540500dea979df881855a874d7621009543c2d4c6c7f015f740d3a
5
5
  SHA512:
6
- metadata.gz: 3fc07060b931733576d1acf0358f90fc7c6274e974d6833854da995dc074fcb007d714a4a9d168e8778ee72d1aee7f032428784b763ae7b7334fa63cbd2b3448
7
- data.tar.gz: 2272403f84cf980a3603e74943d24e37408d91e771ac658c7aedc8fdda48263019c008431eca3ea4adfa975d3e3fde83ce350be5872e5441c7267134fef6aba1
6
+ metadata.gz: 03c45c58f9dbc358e089ec7388172643c40e835b7fbad1701bc13683a5e91da9add2d2d8c0245bcd068ec7401da0f4afba2b65b89e744ee4fbabb0225bc071e8
7
+ data.tar.gz: 1a74589dcc9c131415675e04fb4e0db7af94add7c17cb5be93121edb7dd2e4cc7e19e0387ba905d2d194d8ebc0400fbe7ebf3a463d8ac21b86a44fb8fd5fb06a
data/Gemfile CHANGED
@@ -5,4 +5,4 @@ gemspec
5
5
 
6
6
  gem 'rake', '~> 13.0'
7
7
 
8
- gem 'minitest', '~> 5.0'
8
+ gem 'minitest', '~> 5.16'
data/Gemfile.lock CHANGED
@@ -1,35 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cow_auth (0.8.0)
4
+ cow_auth (0.8.1)
5
5
  activerecord (~> 7.0)
6
6
  scrypt (~> 3.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (7.0.4)
12
- activesupport (= 7.0.4)
13
- activerecord (7.0.4)
14
- activemodel (= 7.0.4)
15
- activesupport (= 7.0.4)
16
- activesupport (7.0.4)
11
+ activemodel (7.1.3.4)
12
+ activesupport (= 7.1.3.4)
13
+ activerecord (7.1.3.4)
14
+ activemodel (= 7.1.3.4)
15
+ activesupport (= 7.1.3.4)
16
+ timeout (>= 0.4.0)
17
+ activesupport (7.1.3.4)
18
+ base64
19
+ bigdecimal
17
20
  concurrent-ruby (~> 1.0, >= 1.0.2)
21
+ connection_pool (>= 2.2.5)
22
+ drb
18
23
  i18n (>= 1.6, < 2)
19
24
  minitest (>= 5.1)
25
+ mutex_m
20
26
  tzinfo (~> 2.0)
21
- concurrent-ruby (1.1.10)
22
- ffi (1.15.5)
23
- ffi-compiler (1.0.1)
24
- ffi (>= 1.0.0)
27
+ base64 (0.2.0)
28
+ bigdecimal (3.1.8)
29
+ concurrent-ruby (1.3.3)
30
+ connection_pool (2.4.1)
31
+ drb (2.2.1)
32
+ ffi (1.17.0)
33
+ ffi-compiler (1.3.2)
34
+ ffi (>= 1.15.5)
25
35
  rake
26
- i18n (1.12.0)
36
+ i18n (1.14.5)
27
37
  concurrent-ruby (~> 1.0)
28
- minitest (5.16.3)
29
- rake (13.0.6)
30
- scrypt (3.0.7)
38
+ minitest (5.24.1)
39
+ mutex_m (0.2.0)
40
+ rake (13.2.1)
41
+ scrypt (3.0.8)
31
42
  ffi-compiler (>= 1.0, < 2.0)
32
- tzinfo (2.0.5)
43
+ rake (>= 9, < 14)
44
+ timeout (0.4.1)
45
+ tzinfo (2.0.6)
33
46
  concurrent-ruby (~> 1.0)
34
47
 
35
48
  PLATFORMS
@@ -37,8 +50,8 @@ PLATFORMS
37
50
 
38
51
  DEPENDENCIES
39
52
  cow_auth!
40
- minitest (~> 5.0)
53
+ minitest (~> 5.16)
41
54
  rake (~> 13.0)
42
55
 
43
56
  BUNDLED WITH
44
- 2.3.22
57
+ 2.5.16
@@ -1,3 +1,3 @@
1
1
  module CowAuth
2
- VERSION = '0.8.0'
2
+ VERSION = '0.8.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cow_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mickey Cowden
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-04 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubygems_version: 3.3.22
87
+ rubygems_version: 3.5.16
88
88
  signing_key:
89
89
  specification_version: 4
90
90
  summary: Authentication gem