summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorBrendan G. Lim2009-07-20 19:15:09 -0400
committerBrendan G. Lim2009-07-20 19:15:09 -0400
commita9f07f6502b70143058219f8966cb7dc8b237d66 (patch)
treeb4200907da326b8572282d641ca851cd26ef627e /Rakefile
parent74d6e1c9a109d2b576df148a01a34a9548c1ffd6 (diff)
downloadsms-fu-a9f07f6502b70143058219f8966cb7dc8b237d66.tar.bz2
Adding in gemspec
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index de861dd..050e43a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,3 +20,17 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('README')
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