authic_client 0.0.7 → 0.0.8

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.
@@ -1,3 +1,3 @@
1
1
  module AuthicClient
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -4,7 +4,7 @@ class AuthicCreate<%= table_name.camelize %> < ActiveRecord::Migration
4
4
  t.string :email, :null => false, :default => ""
5
5
  t.string :provider
6
6
  t.string :uid
7
- t.string :authic_data
7
+ t.text :authic_data
8
8
 
9
9
  t.string :first_name
10
10
  t.string :last_name
@@ -4,7 +4,7 @@ class AddAuthicTo<%= table_name.camelize %> < ActiveRecord::Migration
4
4
  t.string :email, :null => false, :default => "" unless t.column_exists?(:email)
5
5
  t.string :provider unless t.column_exists?(:provider)
6
6
  t.string :uid unless t.column_exists?(:uid)
7
- t.string :authic_data unless t.column_exists?(:authic_data)
7
+ t.text :authic_data unless t.column_exists?(:authic_data)
8
8
 
9
9
  t.string :first_name unless t.column_exists?(:first_name)
10
10
  t.string :last_name unless t.column_exists?(:last_name)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: authic_client
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - authic
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-11-16 00:00:00 Z
13
+ date: 2012-11-17 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -153,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
154
  - - ">="
155
155
  - !ruby/object:Gem::Version
156
- hash: -1275839006331813346
156
+ hash: 1681433633226970883
157
157
  segments:
158
158
  - 0
159
159
  version: "0"
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
163
  - - ">="
164
164
  - !ruby/object:Gem::Version
165
- hash: -1275839006331813346
165
+ hash: 1681433633226970883
166
166
  segments:
167
167
  - 0
168
168
  version: "0"