summaryrefslogtreecommitdiffstats
path: root/sms_fu.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'sms_fu.gemspec')
-rw-r--r--sms_fu.gemspec9
1 files changed, 4 insertions, 5 deletions
diff --git a/sms_fu.gemspec b/sms_fu.gemspec
index d24e0b4..b020457 100644
--- a/sms_fu.gemspec
+++ b/sms_fu.gemspec
@@ -2,12 +2,12 @@
Gem::Specification.new do |s|
s.name = %q{sms_fu}
- s.version = "1.1.0"
+ s.version = "1.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brendan G. Lim"]
s.date = %q{2010-08-23}
- s.description = %q{sms_fu allows you to send free text messages to a mobile recipient.}
+ s.description = %q{SMS Fu allows you to send text messages to a mobile recipient for free. It leverages ActionMailer or Pony for delivery of text messages through e-mail.}
s.email = %q{brendangl@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
@@ -25,15 +25,14 @@ Gem::Specification.new do |s|
"sms_fu.gemspec",
"tasks/sms_fu_tasks.rake",
"templates/sms_fu.yml",
- "test/sms_fu_test.rb",
- "views/sms_notifier/sms_message.html.erb"
+ "test/sms_fu_test.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/brendanlim/sms-fu}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
- s.summary = %q{sms_fu allows you to send free text messages to a mobile recipient using an e-mail to sms gateway.}
+ s.summary = %q{sms_fu allows you to send free text messages to a mobile recipient.}
s.test_files = [
"test/sms_fu_test.rb"
]