Commit 0d5fb3b7
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'
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