summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-05-06 08:00:38 -0600
committermo k <mo@mokhan.ca>2012-05-06 08:00:38 -0600
commit0d5fb3b755092c479c4e8311bcb0fb514e7dd8fd (patch)
tree1b53faac91c2566af2d861999099cf1073615870 /Rakefile
parentd2cff28599b9702d11f86534edc64b8e2891813f (diff)
remove ruby_gntp
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Rakefile b/Rakefile
index 7db8df4e..e0011efb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,13 +6,3 @@ 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