diff options
| author | Brendan G. Lim | 2010-08-29 14:18:45 -0500 |
|---|---|---|
| committer | Brendan G. Lim | 2010-08-29 14:18:45 -0500 |
| commit | a32865aef001a833cb0d9538e652bd7335180a0c (patch) | |
| tree | 6d693f888b1967b37ce0d66d1982a36a15c48423 /sms_fu.gemspec | |
| parent | 04364348aaab21cfed81df492c37d8e7a00097c7 (diff) | |
| download | sms-fu-a32865aef001a833cb0d9538e652bd7335180a0c.tar.bz2 | |
Updating to 1.1.1
Diffstat (limited to 'sms_fu.gemspec')
| -rw-r--r-- | sms_fu.gemspec | 9 |
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" ] |
