devise-token_authenticatable 0.2.0.beta1 → 0.2.0

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: efc7e438a5cbc91099707f3555ee5df174ba2bcf
4
- data.tar.gz: 4056376f20e6844b5c2609d1dbd481a727e530e7
3
+ metadata.gz: b47befaedd8c8b6db6dc55464494d33a453a41a9
4
+ data.tar.gz: 5ce4b4a3148a28cc2c79928e32896bab615f322d
5
5
  SHA512:
6
- metadata.gz: a3f9bb7ef09ee19689653736907a3db289e8ec562422d3a89534ce1af6ab7a96b60b19ff020b7039995ac1c3c382a279c11cf6f717aa5eafa662f1a4bc604e2a
7
- data.tar.gz: bf3dda8ca8db55cbbdc13babfadd9bf74a1b9c315803fbdda9f2add45b58a9c4dfc5810521b2f7d25acdd3a99df34ea9ad1d45ac51f94d56977dff74573a930f
6
+ metadata.gz: 4fcc8f5101931f8b731f0c429f3ad4f31d7c35bd684588e1d93396b5217935f1ee073ade0e7cff8d1ce94e18dc6995aacc15eef42ecf879afbe01e7ee0bd12da
7
+ data.tar.gz: 5b73d3a5e143c2f453675be9f1007f094d0a955c824dc0480eb3aec4c75f54c923db4254de6d9d231c5c3f7abb1a8bdb2f5352d09887fd2cb96994d723db088d
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/devise-token_authenticatable.png)](http://badge.fury.io/rb/devise-token_authenticatable) [![Build Status](https://travis-ci.org/baschtl/devise-token_authenticatable.png?branch=master)](https://travis-ci.org/baschtl/devise-token_authenticatable) [![Code Climate](https://codeclimate.com/github/baschtl/devise-token_authenticatable.png)](https://codeclimate.com/github/baschtl/devise-token_authenticatable)
4
4
 
5
- This gem provides the extracted Token Authenticatable module of devise. It includes the functionality that was also in [version 3.1.2](https://github.com/plataformatec/devise/tree/v3.1.2) of devise. With the inclusion of this module a user is able to sign in via an authentication token. This token can be given via a query string or HTTP Basic Authentication. This gem requires devise 3.2.0 or newer.
5
+ This gem provides the extracted Token Authenticatable module of devise. It includes the functionality that was also in [version 3.1.2](https://github.com/plataformatec/devise/tree/v3.1.2) of devise. With the inclusion of this module a user is able to sign in via an authentication token. This token can be given via a query string or HTTP Basic Authentication. This gem requires devise 3.3.0 or newer (see the hint below for older devise versions).
6
6
 
7
7
  Use this gem as a starting point for your own token authentication mechanism for devise. Furthermore, if you need token authentication in connection with newer devise releases this gem might be an appropriate solution, too.
8
8
 
@@ -20,9 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  $ gem install devise-token_authenticatable
22
22
 
23
- ### Users of Devise earlier than 3.3.0
23
+ ### Users of devise earlier than 3.3.0
24
24
 
25
- Please, use version 0.1.0 of this gem. All later versions do not support Devise < 3.3.0.
25
+ Please, use version 0.1.0 of this gem. All later versions do not support devise < 3.3.0.
26
26
 
27
27
  ## Usage
28
28
 
@@ -1,5 +1,5 @@
1
1
  module Devise
2
2
  module TokenAuthenticatable
3
- VERSION = "0.2.0.beta1".freeze
3
+ VERSION = "0.2.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise-token_authenticatable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.beta1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Oelke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-21 00:00:00.000000000 Z
11
+ date: 2014-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: devise
@@ -196,9 +196,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  requirements:
199
- - - ">"
199
+ - - ">="
200
200
  - !ruby/object:Gem::Version
201
- version: 1.3.1
201
+ version: '0'
202
202
  requirements: []
203
203
  rubyforge_project:
204
204
  rubygems_version: 2.2.2