trollo 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ class CreateTrolloTables < ActiveRecord::Migration
13
13
  t.string :name
14
14
  t.text :description
15
15
  t.string :workflow_state
16
- t.timestamp :due_at
16
+ t.datetime :due_at
17
17
  t.references :trollable, polymorphic: true
18
18
  t.timestamps
19
19
  end
@@ -23,7 +23,7 @@ class CreateTrolloTables < ActiveRecord::Migration
23
23
  t.integer :ordinal
24
24
  t.string :name
25
25
  t.string :workflow_state
26
- t.timestamp :due_at
26
+ t.datetime :due_at
27
27
  t.references :trollable, polymorphic: true
28
28
  t.timestamps
29
29
  end
@@ -34,7 +34,7 @@ class CreateTrolloTables < ActiveRecord::Migration
34
34
  t.string :name
35
35
  t.string :group
36
36
  t.string :workflow_state
37
- t.timestamp :due_at
37
+ t.datetime :due_at
38
38
  t.references :trollable, polymorphic: true
39
39
  t.timestamps
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module Trollo
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -12,7 +12,7 @@ ActiveRecord::Schema.define do
12
12
  t.string :name
13
13
  t.text :description
14
14
  t.string :workflow_state
15
- t.timestamp :due_at
15
+ t.datetime :due_at
16
16
  t.references :trollable, polymorphic: true
17
17
  t.timestamps
18
18
  end
@@ -22,7 +22,7 @@ ActiveRecord::Schema.define do
22
22
  t.integer :ordinal
23
23
  t.string :name
24
24
  t.string :workflow_state
25
- t.timestamp :due_at
25
+ t.datetime :due_at
26
26
  t.references :trollable, polymorphic: true
27
27
  t.timestamps
28
28
  end
@@ -33,7 +33,7 @@ ActiveRecord::Schema.define do
33
33
  t.string :name
34
34
  t.string :group
35
35
  t.string :workflow_state
36
- t.timestamp :due_at
36
+ t.datetime :due_at
37
37
  t.references :trollable, polymorphic: true
38
38
  t.timestamps
39
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trollo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-17 00:00:00.000000000 Z
12
+ date: 2014-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport