statusbot-models 0.5.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/app/models/ping.rb CHANGED
@@ -1,6 +1,5 @@
1
1
  class Ping < ActiveRecord::Base
2
2
 
3
- validates_presence_of :description
4
3
  validates_presence_of :wait
5
4
 
6
5
  belongs_to :wait
@@ -2,7 +2,7 @@ class CreatePings < ActiveRecord::Migration
2
2
  def change
3
3
  create_table :pings do |t|
4
4
  t.references :wait
5
- t.string :description, :null => false
5
+ t.string :description
6
6
 
7
7
  t.timestamps
8
8
  end
@@ -1,5 +1,5 @@
1
1
  module Statusbot
2
2
  module Models
3
- VERSION = "0.5.1"
3
+ VERSION = "0.6.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statusbot-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -291,7 +291,7 @@ files:
291
291
  - db/migrate/20140822055355_create_pings.rb
292
292
  - bin/statusbot-models
293
293
  - Rakefile.gem
294
- homepage: http://www.statusbot.me
294
+ homepage: https://github.com/ejhayes/statusbot-models
295
295
  licenses:
296
296
  - MIT
297
297
  post_install_message:
@@ -306,7 +306,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
306
306
  version: '0'
307
307
  segments:
308
308
  - 0
309
- hash: -3842501515018418128
309
+ hash: -1995293445598451704
310
310
  required_rubygems_version: !ruby/object:Gem::Requirement
311
311
  none: false
312
312
  requirements:
@@ -315,7 +315,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
315
315
  version: '0'
316
316
  segments:
317
317
  - 0
318
- hash: -3842501515018418128
318
+ hash: -1995293445598451704
319
319
  requirements: []
320
320
  rubyforge_project:
321
321
  rubygems_version: 1.8.23.2