twitter-auth 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 9
3
+ :patch: 10
4
4
  :major: 0
@@ -10,6 +10,9 @@ class TwitterAuthMigration < ActiveRecord::Migration
10
10
  t.string :salt
11
11
  <% end -%>
12
12
 
13
+ t.string :remember_token
14
+ t.datetime :remember_token_expires_at
15
+
13
16
  # This information is automatically kept
14
17
  # in-sync at each login of the user. You
15
18
  # may remove any/all of these columns.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh