jmazzi-atnotify 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/db.rb +1 -1
  2. metadata +1 -1
data/lib/db.rb CHANGED
@@ -12,7 +12,7 @@ class Post
12
12
  property :id, Integer, :serial => true
13
13
  property :username, String, :index => true
14
14
  property :name, String
15
- property :body, String
15
+ property :body, String, :length => 140
16
16
  property :last_post_id, String, :index => true
17
17
 
18
18
  validates_is_unique :last_post_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jmazzi-atnotify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Mazzi