simple_token_authentication 1.0.0.pre.beta.2 → 1.0.0.pre.beta.3

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: c41ab3672afb81672f1511025753c789769f0f2b
4
- data.tar.gz: 630f34a18868c7060fb114db1a044e5065396d99
3
+ metadata.gz: 9390fdbcabdaa8aa202484a679525e231d235f2e
4
+ data.tar.gz: f41c87d33fe1c4493f784953251ac72ee3de901e
5
5
  SHA512:
6
- metadata.gz: 2d7470b4791486beaabbc5e207562c2ea9964afe3802727dbbe016344e9becd142addd2d3c82705686f1cb07b1083a7417b3945bbbd3251f85c5088643ea3162
7
- data.tar.gz: 2b10c2ea121cf26c613a5501f1517a2e69e820a12cd30540eed2ddf3807d9c237dcfd27fb7a5dbf605db5d5b72ee1654ab1953af7f2112bdaf1d9ccde3af77d5
6
+ metadata.gz: 8a73d97f45c59d2fa77ac719ed829f304f49e897a281d04d4c4154214581d2e739a418ac39ac168b12c8543d862b6200eb9d7a5acd0e5e0dc141bc664375aac7
7
+ data.tar.gz: 90f6e5762b2885f665e10da724a8ec4d5a08fe4ef9ba640efae8fc7507023ac37e08578e5cee0784f22a2f40c0d2268a9ef1b89edf105647260f9527628dd527
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  Simple Token Authentication
2
2
  ===========================
3
3
 
4
+ [![Gem Version](https://badge.fury.io/rb/simple_token_authentication.png)](http://badge.fury.io/rb/simple_token_authentication)
5
+
4
6
  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.
5
7
 
6
8
  This gem packages the content of the gist.
@@ -1,3 +1,3 @@
1
1
  module SimpleTokenAuthentication
2
- VERSION = "1.0.0-beta.2"
2
+ VERSION = "1.0.0-beta.3"
3
3
  end
@@ -6,5 +6,30 @@ SimpleTokenAuthenticationTest: test_truth
6
6
   (0.4ms) begin transaction
7
7
  -----------------------------------------
8
8
  SimpleTokenAuthenticationTest: test_truth
9
+ -----------------------------------------
10
+  (0.1ms) rollback transaction
11
+  (0.3ms) begin transaction
12
+ -----------------------------------------
13
+ SimpleTokenAuthenticationTest: test_truth
14
+ -----------------------------------------
15
+  (0.1ms) rollback transaction
16
+  (0.3ms) begin transaction
17
+ -----------------------------------------
18
+ SimpleTokenAuthenticationTest: test_truth
19
+ -----------------------------------------
20
+  (0.1ms) rollback transaction
21
+  (1.2ms) begin transaction
22
+ -----------------------------------------
23
+ SimpleTokenAuthenticationTest: test_truth
24
+ -----------------------------------------
25
+  (0.1ms) rollback transaction
26
+  (0.9ms) begin transaction
27
+ -----------------------------------------
28
+ SimpleTokenAuthenticationTest: test_truth
29
+ -----------------------------------------
30
+  (0.3ms) rollback transaction
31
+  (1.1ms) begin transaction
32
+ -----------------------------------------
33
+ SimpleTokenAuthenticationTest: test_truth
9
34
  -----------------------------------------
10
35
   (0.1ms) rollback transaction
metadata CHANGED
@@ -1,29 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_token_authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.2
4
+ version: 1.0.0.pre.beta.3
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: 2013-12-16 00:00:00.000000000 Z
11
+ date: 2013-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rails
14
+ name: activerecord
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: 3.2.6
20
+ - - <
18
21
  - !ruby/object:Gem::Version
19
- version: 4.0.0
22
+ version: '5'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - ~>
27
+ - - '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 3.2.6
30
+ - - <
31
+ - !ruby/object:Gem::Version
32
+ version: '5'
33
+ - !ruby/object:Gem::Dependency
34
+ name: actionmailer
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: 3.2.6
40
+ - - <
41
+ - !ruby/object:Gem::Version
42
+ version: '5'
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '>='
48
+ - !ruby/object:Gem::Version
49
+ version: 3.2.6
50
+ - - <
25
51
  - !ruby/object:Gem::Version
26
- version: 4.0.0
52
+ version: '5'
27
53
  - !ruby/object:Gem::Dependency
28
54
  name: devise
29
55
  requirement: !ruby/object:Gem::Requirement