lockie 0.2.9 → 0.2.10

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/lockie/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 25ba87a9c9345cf549912647fb08b4bb35abdfae8904a89d83ae44a38bc4c164
4
- data.tar.gz: 616b9774aacd68d28d44123455e961f27ae37b635eea411a82e1747f99afbd9a
3
+ metadata.gz: 7f5eadc2181de60b4d965a08230579f540718f1658c92f6164a879fe10a3697f
4
+ data.tar.gz: fd759a53259a042105097d847faa47f4e5ff21abdc51fff119078a832206b264
5
5
  SHA512:
6
- metadata.gz: 9087e1aca2a0185747150a72253ccb0a75b13a2ad4ec6be51d2148d33ae1a6fcb913cf1299bf35789cf0c081c499028ca04adf3b38c4b835d94fe8bc1570004b
7
- data.tar.gz: a91cdaf0387442309b0cf7f7544ea4fc9da6646205309d3d83a0d6379db5dcd5bf94f3ea596b608f4882e953a00c3f29877f4a8c3cccb2dc6537116d7bfcfed8
6
+ metadata.gz: 7270b68080b6d3431f2c6f133dd3062706bcba3ba7641d5669764cecd1081e2e02868465ab25e8b109c719acba363340c6fb07fc53a604ac78a5103e06cf799a
7
+ data.tar.gz: c2a2a9325a0581081bcd0d93608f4651b8b14db8629b36a259d3c86e993e6ad0fcb5d6e7c02b1ee35e72e0b4ff78cb2d1f3187febb2634099f68d7687172e373
data/README.md CHANGED
@@ -9,7 +9,7 @@ A drop-in, none assuming warden based Password and JWT authentication for Rails
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'lockie', '~> 0.2.8'
12
+ gem 'lockie', '~> 0.2.9'
13
13
  ```
14
14
 
15
15
  And then execute:
@@ -1,3 +1,3 @@
1
1
  module Lockie
2
- VERSION = '0.2.9'
2
+ VERSION = '0.2.10'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lockie
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Melvin Sembrano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-27 00:00:00.000000000 Z
11
+ date: 2019-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails