summaryrefslogtreecommitdiff
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
parentd2cff28599b9702d11f86534edc64b8e2891813f (diff)
remove ruby_gntp
-rw-r--r--Gemfile1
-rw-r--r--Rakefile10
2 files changed, 0 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index 19e633fd..e26ce70b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,6 @@ 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/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