simple_token_authentication 1.0.0.beta.5 → 1.0.0.pre.5

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
2
  SHA1:
3
- metadata.gz: 9c2d79ce58262c1e7fb777ada586ea55c4a33521
4
- data.tar.gz: 19fdd1730b6bc909a141b8ba20a6cd8e549ec67b
3
+ metadata.gz: 8ef9e5a098813b8f47e1d230a5078af6ceafc4e2
4
+ data.tar.gz: aa642e65c9d633fc669d45720f0070eb7e74d2db
5
5
  SHA512:
6
- metadata.gz: 763e44c12a5a5b6b52605a87b59a16743173f5ccb3e4f8d35559c2a3ff8f11eebea57d50904ebe89c99f229fbd009c798b7cca34279d82e7edf8ce09388127b8
7
- data.tar.gz: 2ebb58ec0f577771dd54e0e029b4bab384a71026c0cfd879039b1f87ba93ca52d8487694f0d360dd6924e08c7bf9ddd05b16fff287d18382e4d185f1afd0c944
6
+ metadata.gz: 418ca2d86a60351a1a71f9b274917fa030bab8b1dda9788f528bf2dbe6a8e1dfbd5b9254c2a32054bac2ad6a8178ff8965929d94b24b6bd04c0f98a351829ad6
7
+ data.tar.gz: eb5796cbc23091a81d9437e85433659da1ebe2b86597a7c47b2b0c95d81f33aad998772b4db183e7e96c66c210f3a91dacc9ba198d19215a8df61c30e9af8ee5
data/README.md CHANGED
@@ -2,7 +2,7 @@ Simple Token Authentication
2
2
  ===========================
3
3
 
4
4
  [![Gem Version](https://badge.fury.io/rb/simple_token_authentication.png)](http://badge.fury.io/rb/simple_token_authentication)
5
- [![Build Status](https://secure.travis-ci.org/gonzalo-bulnes/simple_token_authentication?branch=master)](http://travis-ci.org/gonzalo-bulnes/simple_token_authentication)
5
+ [![Build Status](https://travis-ci.org/gonzalo-bulnes/simple_token_authentication.png?branch=master)](https://travis-ci.org/gonzalo-bulnes/simple_token_authentication)
6
6
 
7
7
  Token authentication support has been removed from [Devise][devise] for security reasons. In [this gist][original-gist], Devise's [José Valim][josevalim] explains how token authentication should be performed in order to remain safe.
8
8
 
@@ -1,3 +1,3 @@
1
1
  module SimpleTokenAuthentication
2
- VERSION = "1.0.0.beta.5"
2
+ VERSION = "1.0.0.pre.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_token_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.5
4
+ version: 1.0.0.pre.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Bulnes Guilpain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-07 00:00:00.000000000 Z
11
+ date: 2014-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord