summaryrefslogtreecommitdiff
path: root/Rakefile
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 /Rakefile
parenta5e69629087338024882dfa0690a8e355d92e713 (diff)
add ruby_gntp... ummm... just for the heck of it. try it 'rake blah'
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile11
1 files changed, 11 insertions, 0 deletions
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