summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorBrendan G. Lim2010-08-28 23:43:35 -0500
committerBrendan G. Lim2010-08-28 23:43:35 -0500
commit52beb1ab47be6b5db42e4b420ed409f54e082b3a (patch)
treeae22354b1ed5b54e908efa64102de0970f8a2f6e /Rakefile
parent9dbac74702a33b844ad71c8353207b2f2767de71 (diff)
downloadsms-fu-52beb1ab47be6b5db42e4b420ed409f54e082b3a.tar.bz2
Now can use ActionMailer or Pony for delivery. Refactoring as well.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Rakefile b/Rakefile
index 050e43a..86d5669 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,16 +21,3 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end
-begin
- require 'jeweler'
- Jeweler::Tasks.new do |gemspec|
- gemspec.name = "sms-fu"
- gemspec.summary = "SMS Fu allows ou to send a text-message for free in the form of an e-mail to a mobile recipient."
- gemspec.description = "SMS Fu allows ou to send a text-message for free in the form of an e-mail to a mobile recipient."
- gemspec.email = "brendangl@gmail.com"
- gemspec.homepage = "http://github.com/brendanlim/sms-fu"
- gemspec.authors = ["Brendan G. Lim"]
- end
-rescue LoadError
- puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
-end