diff options
| author | mo k <mo@mokhan.ca> | 2012-05-06 08:00:38 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-05-06 08:00:38 -0600 |
| commit | 0d5fb3b755092c479c4e8311bcb0fb514e7dd8fd (patch) | |
| tree | 1b53faac91c2566af2d861999099cf1073615870 | |
| parent | d2cff28599b9702d11f86534edc64b8e2891813f (diff) | |
remove ruby_gntp
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Rakefile | 10 |
2 files changed, 0 insertions, 11 deletions
@@ -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' @@ -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 |
