tkh_authentication 0.9.1 → 0.9.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2c7403da970fc4181bea045442e434fe45faca3f
4
- data.tar.gz: 2c8f630762a841f81d1d04adc5048242694101d4
3
+ metadata.gz: d466049d8b3bea327fc5e5e66df0be9deba26a98
4
+ data.tar.gz: c98d0bb35daf3c923c88b4e8c9dc153b97ff96dc
5
5
  SHA512:
6
- metadata.gz: eafb3d70ea059730b2e0a70e62df077d87207d6c5e5a4688d1c38509f0e6756e88ae45cae34960a26badaaa68cefa32262011fd3d2c4ff80e2a178d8936959e0
7
- data.tar.gz: 747e59722ceb99267b789d38d9e3bcc4f26d0d9750994e8c66ab77e1ac29ac5dccff6adb96308dd3de2742bb3f893cc079532b5c3dcbf5d0e6183b2defffa05f
6
+ metadata.gz: c3801142b727c8227956c77472dbfb446fa4c77670e1e3c939a299fcc4a0c8a9e71d6f6477c27997b399d5e8a672cd1ef28e4b8f2823ee10c0151b88e9b21528
7
+ data.tar.gz: 864d09cf6881b228ff872fc605e7132dbeeb0b829b5fe5ab3c0824516a070144c56f8db9349fbf566ac8dda7065a1df16b4fb492d7860ae00d518982f0af75a9
data/README.md CHANGED
@@ -10,11 +10,11 @@ It's still in its infancy. Many improvements to come.
10
10
 
11
11
  For Rails 4.0.0 and above add this line to your application's Gemfile:
12
12
 
13
- gem 'tkh_toolbox', '~> 0.9'
13
+ gem 'tkh_authentication', '~> 0.9'
14
14
 
15
15
  For prior versions of Rails, use this:
16
16
 
17
- gem 'tkh_toolbox', '< 0.9'
17
+ gem 'tkh_authentication', '< 0.9'
18
18
 
19
19
  And then execute:
20
20
 
@@ -1,3 +1,3 @@
1
1
  module TkhAuthentication
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma