knock_once 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a6b19f4ce7b6ecf6860cb9aee3b2af98081f49ee
4
- data.tar.gz: e1a5b63432a06499ed5c0d80dfc7b675d6ec9b76
2
+ SHA256:
3
+ metadata.gz: a52fdccf3b4818d15ac89de879bfe4eee3f4ec8a6e8e0aeb8025f6f9e8ac9582
4
+ data.tar.gz: dfc1427b4d6354c73ac7c0ba71c7ecd7c7cf4320ca8b7239bfdb71f59408745b
5
5
  SHA512:
6
- metadata.gz: 94cb28e74d99f01fd89f8c141ce9d5eb9849b109eb8505b5a6bf8e0563fb5256e910074630629edb7cdce978e4deddb52c48af1595fdc8ab8d357ae69a98943a
7
- data.tar.gz: c03af0c55fe402d1c127eeeafaa1dff2209b0cb5a5f371357810b6ee9783e6d4a729df3290c81a5adbf5a9c8fd2c1d6a8088f0795fa8d347e9d49b253696ba8b
6
+ metadata.gz: f73686997865aaba1d62d27f41dfe04da75606328d4f87a70bd839c5ae4e552949356383ceeff56993e67c43db226e1c0295876db0bcc8c1c3d4ca835acadd05
7
+ data.tar.gz: 96c711fb5f0292cf1c605860c59585922c409791cd986bd9c4f6f659c0dd0b7d887fbee552cd4e9b0de70acf8c929320bf9eb39f92dc917591a53b0d929c49a2
data/README.md CHANGED
@@ -199,14 +199,14 @@ Pull requests are very welcome.
199
199
 
200
200
  Current list of items that I would like to add to the gem
201
201
 
202
- * Tests! The current test suite needs work. Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/contributing.md) for the current test strategy.
202
+ * Tests! The current test suite needs work. Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/blob/master/CONTRIBUTING.md) for the current test strategy.
203
203
  * Initializer that lets user app decide when to require password for on update. Currently the default is for any changes to the user and to change password
204
204
  * Initializer + code changes to let users set password recovery method (e.g. token vs pin), length
205
205
  * Initializer + code changes to customize what is required on delete (default is a valid token only)
206
206
  * Forgot password mail template that generate based on the choosen strategy (e.g. reset link, email token, pin reset...) and the initializers to suppor this
207
207
  * Hook into knock initializer so that users can customize those options from the knock_once initializer file
208
208
 
209
- Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/contributing.md) for specicifics.
209
+ Please see [CONTRIBUTING](https://github.com/nicholasshirley/knock_once/blob/master/CONTRIBUTING.md) for specicifics.
210
210
 
211
211
  ## License
212
212
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module KnockOnce
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knock_once
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shirley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-30 00:00:00.000000000 Z
11
+ date: 2018-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.6.11
164
+ rubygems_version: 2.7.3
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: A basic API user authorization engine built on knock.