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 +4 -4
- data/README.md +2 -2
- data/lib/tkh_authentication/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d466049d8b3bea327fc5e5e66df0be9deba26a98
|
|
4
|
+
data.tar.gz: c98d0bb35daf3c923c88b4e8c9dc153b97ff96dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 '
|
|
13
|
+
gem 'tkh_authentication', '~> 0.9'
|
|
14
14
|
|
|
15
15
|
For prior versions of Rails, use this:
|
|
16
16
|
|
|
17
|
-
gem '
|
|
17
|
+
gem 'tkh_authentication', '< 0.9'
|
|
18
18
|
|
|
19
19
|
And then execute:
|
|
20
20
|
|