sparkly-auth 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -43,7 +43,7 @@ class RemembranceToken < ActiveRecord::Base
43
43
  :authenticatable_id => authenticatable_id,
44
44
  :series_token => series_token
45
45
  })
46
- token.should_equal(remembrance_token)
46
+ token.should_equal(remembrance_token) if token
47
47
  token
48
48
  end
49
49
  end
data/sparkly-auth.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sparkly-auth}
8
- s.version = "1.0.1"
8
+ s.version = "1.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Colin MacKenzie IV"]
12
- s.date = %q{2010-08-09}
12
+ s.date = %q{2010-08-10}
13
13
  s.description = %q{As fate would have it, I found other authentication solutions unable to suit my needs. So I rolled my own.}
14
14
  s.email = %q{sinisterchipmunk@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -112,7 +112,6 @@ Gem::Specification.new do |s|
112
112
  "spec/mocks/models/user.rb",
113
113
  "spec/routes_spec.rb",
114
114
  "spec/spec_helper.rb",
115
- "spec/support",
116
115
  "spec/views_spec.rb"
117
116
  ]
118
117
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Colin MacKenzie IV
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-09 00:00:00 -04:00
17
+ date: 2010-08-10 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency