mini_auth_rb 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2be4dcff9c172128e84e5a9d85f0533ac24caf2a909522ffbbdb5c6654da7dcc
4
- data.tar.gz: 4c4e7403fa8c11c1946f4b54c2ffe6474c8dfa7cd7727f7401c048da99ac3cd3
3
+ metadata.gz: e9d6372d1a0c2f792dd40767132cfcc32e1248e15239168d1d11b92477402e9d
4
+ data.tar.gz: fc9ac37928995a29f66a8d95b5339ce1e7b9e7854b2e7327941535e4384a8fde
5
5
  SHA512:
6
- metadata.gz: 0c943cf880ad11851dfd52ab2fb8051db9541e20ef6d7523b6aa983a0636ec2f45330f92f0a16e45cabd2ee42a7c4401219053b2ee9430d48922f92ca1ec0306
7
- data.tar.gz: ed22336472f718da9fc15ff2087ce5abb649f96384bc674d31ca287f41079edcd945badf981df98afcb1165af2bd9fd5fc7d1c63553b6e24712fb07855c5f754
6
+ metadata.gz: 90d0fa0f54f7c9220dc729b94df8190249cac50766a1a69564a562dd2a08e872998ee9c31a52fa795388b36d04f9f7492afc4629d5f65ead58fdaf2146edbc06
7
+ data.tar.gz: c089f08cfc19e2e98e44a00610e4656953141dcc7712eca4bca0fe67d2b90ddbb40e81a38a2d958a16c4273243476a7b327ce758854435f4f350837fa4f80d3a
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_auth_rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ali Alhoshaiyan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 3.1.3
61
+ version: 1.0.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 3.1.3
68
+ version: 1.0.0
69
69
  description: MiniAuth is a pragmatic authentication gem for Rails that is inspired
70
70
  by Laravel's guards pattern that provides highly customizable and simple authentication
71
71
  for your web applications and APIs.