Rakefile in bobes-textmagic-0.3.1 vs Rakefile in bobes-textmagic-0.3.2
- old
+ new
@@ -5,13 +5,19 @@
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "textmagic"
gem.summary = %Q{Ruby interface to the TextMagic's Bulk SMS Gateway}
+ gem.description = %Q{
+ textmagic is a Ruby interface to the TextMagic's Bulk SMS Gateway.
+ It can be used to easily integrate SMS features into your application.
+ It supports sending messages, receiving replies and more.
+ You need to have a valid TextMagic account to use this gem. You can get one at http://www.textmagic.com.
+ }
gem.email = "vladimir.tuzinsky@gmail.com"
gem.homepage = "http://github.com/bobes/textmagic"
- gem.authors = ["Vladimir Bobes Tuzinsky"]
+ gem.authors = ["Vladimír Bobeš Tužinský"]
gem.rubyforge_project = "textmagic"
gem.add_runtime_dependency "httparty", ">= 0.4.3"
gem.add_development_dependency "mocha", ">= 0.9.5"
gem.add_development_dependency "fakeweb", ">= 1.2.2"
gem.add_development_dependency "jeremymcanally-matchy", ">= 0.1.0"
@@ -55,9 +61,11 @@
end
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "textmagic #{version}"
rdoc.rdoc_files.include('README*')
+ rdoc.rdoc_files.include('LICENSE')
+ rdoc.rdoc_files.include('History*')
rdoc.rdoc_files.include('lib/**/*.rb')
rdoc.options << '--charset' << 'utf8'
rdoc.options << '--fmt' << 'shtml'
rdoc.template = 'direct'
end