dailycred 0.1.46 → 0.1.461

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 Dailycred
2
- VERSION = "0.1.46"
2
+ VERSION = "0.1.461"
3
3
  end
@@ -5,7 +5,6 @@ class CreateUsers < ActiveRecord::Migration
5
5
  t.string :provider
6
6
  t.string :uid
7
7
  t.string :email
8
- t.timestamp :created
9
8
  t.string :username
10
9
  t.boolean :verified
11
10
  t.boolean :admin
@@ -28,7 +27,6 @@ class CreateUsers < ActiveRecord::Migration
28
27
  safe_column :users, :provider, :string
29
28
  safe_column :users, :uid, :string
30
29
  safe_column :users, :email, :string
31
- safe_column :users, :created, :timestamp
32
30
  safe_column :users, :username, :string
33
31
  safe_column :users, :verified, :booleanied
34
32
  safe_column :users, :admin, :boolean
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dailycred
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.46
4
+ version: 0.1.461
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: