summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-03-21 20:33:28 -0600
committermo k <mo@mokhan.ca>2012-03-21 20:33:28 -0600
commitf66c93aea3a6d030ccdb52a3868485b8ebc2f2e4 (patch)
treec9979b47e82005d732667920dd3155fe706fa45f
parenta5e69629087338024882dfa0690a8e355d92e713 (diff)
add ruby_gntp... ummm... just for the heck of it. try it 'rake blah'
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
-rw-r--r--Rakefile11
3 files changed, 14 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1d8bc477..e527b890 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
diff --git a/Rakefile b/Rakefile
index e03ef1d5..7db8df4e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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