trollo 0.3.3 → 0.3.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a49cee6ed2dd91dd9b057dd5263c2312850f1ebe
4
- data.tar.gz: b479c72d8b6a550a02a882be8e50f491e98b9a17
3
+ metadata.gz: edeed68c287003e336dccacb630ac3f7b9f1effc
4
+ data.tar.gz: e001cb8e790b15c366797b662b873d2a66349a9b
5
5
  SHA512:
6
- metadata.gz: a41f2bb717052b27681017413b54e5d82e23ea509199769ffd033a40bf066e96cfabd843aba9ccfa7963c35896fb87086f2e50a174bead480d77723b380a841b
7
- data.tar.gz: 2eb37f8685feb0068e132a046645b164ebe8f21d2dd23a3493d9a1254c068185ea13ef37dc5fcaa1200d914497dc777d6c176e94dbced47d9a1ec74b5422471b
6
+ metadata.gz: d873e484c7e9d5a86428a66a19241468255464fb32503c5d8aa232ef87e22365f94692e44ec9e1d088611d0f9c6c9395e1c1480b0a71a3b102f911c98c2cb179
7
+ data.tar.gz: 49d3ae635245821a9e3c624681772fc2d1c81ddd2108b6050d1adee2a9229a1ff52cf1e7ec1a88991695db75812e2f24e26f05a383f6d20ea106a0eb82961883
@@ -43,6 +43,7 @@ class CreateTrolloTables < ActiveRecord::Migration
43
43
  t.string :workflow_state
44
44
  t.datetime :due_at
45
45
  t.references :trollable, polymorphic: true
46
+ t.boolean :remind, index: true, default: false
46
47
  t.timestamps
47
48
  end
48
49
 
@@ -1,3 +1,3 @@
1
1
  module Trollo
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
@@ -42,6 +42,7 @@ ActiveRecord::Schema.define do
42
42
  t.string :workflow_state
43
43
  t.datetime :due_at
44
44
  t.references :trollable, polymorphic: true
45
+ t.boolean :remind, index: true, default: false
45
46
  t.timestamps
46
47
  end
47
48
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trollo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas Anderson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-04 00:00:00.000000000 Z
11
+ date: 2015-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport