diff options
| author | mo k <mo@mokhan.ca> | 2012-03-21 20:33:28 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-03-21 20:33:28 -0600 |
| commit | f66c93aea3a6d030ccdb52a3868485b8ebc2f2e4 (patch) | |
| tree | c9979b47e82005d732667920dd3155fe706fa45f | |
| parent | a5e69629087338024882dfa0690a8e355d92e713 (diff) | |
add ruby_gntp... ummm... just for the heck of it. try it 'rake blah'
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | Rakefile | 11 |
3 files changed, 14 insertions, 0 deletions
@@ -37,6 +37,7 @@ group :test do # gem 'libnotify', :require => false if RUBY_PLATFORM =~ /linux/i # Pretty printed test output gem 'turn', :require => false + gem 'ruby_gntp' end group :production do gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index 0905a4e7..af319088 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -208,6 +208,7 @@ GEM railties (~> 3.0) rspec (~> 2.7.0) ruby-hmac (0.4.0) + ruby_gntp (0.3.4) rubyzip (0.9.4) sass (3.1.10) sass-rails (3.1.5) @@ -282,6 +283,7 @@ DEPENDENCIES rb-fsevent rmagick rspec-rails + ruby_gntp sass-rails sqlite3-ruby thinking-sphinx @@ -3,5 +3,16 @@ require File.expand_path('../config/application', __FILE__) require 'rake' +require 'ruby_gntp' Cake::Application.load_tasks + +#task :blah => :spec do +task :blah do + GNTP.notify({ + :app_name => 'cakeside', + :title => 'welcome to the cakeside', + :text => 'blah', + :icon => 'http://www.mokhan.ca/images/profile_2010.jpg' + }) +end |
