clickatell.gemspec in commonthread-clickatell-0.5.1 vs clickatell.gemspec in commonthread-clickatell-0.5.2

- old
+ new

@@ -1,33 +1,32 @@ Gem::Specification.new do |s| s.name = "clickatell" - s.version = "0.5.1" + s.version = "0.5.2" s.date = "2009-03-03" s.summary = "Ruby interface to the Clickatell SMS Gateway API" s.email = "ben@commonthread.com" s.homepage = "http://clickatell.rubyforge.org" s.description = "Ruby interface to the Clickatell SMS Gateway API" s.has_rdoc = true s.authors = ["Luke Redpath", "Ben Wyrosdick", "Anthony Crumley"] s.files = ["README.textile", "RDOC_README.txt", - "License.txt", + "License.txt", "Manifest.txt", - "Rakefile", + "Rakefile", "History.txt", - "clickatell.gemspec", + "clickatell.gemspec", "setup.rb", "lib/clickatell.rb", - "lib/clickatell/api.rb", - "lib/clickatell/response.rb", - "lib/clickatell/utility.rb", - "lib/clickatell/version.rb", - "lib/clickatell/api/command.rb", - "lib/clickatell/api/command_executor.rb", - "lib/clickatell/api/error.rb", - "lib/clickatell/api/message_status.rb", - "lib/clickatell/utility/options.rb", - "lib/clickatell/core-ext/hash.rb", - "lib/clickatell/core-ext/object.rb"] + "lib/clickatell/api.rb", + "lib/clickatell/response.rb", + "lib/clickatell/utility.rb", + "lib/clickatell/version.rb", + "lib/clickatell/api/command.rb", + "lib/clickatell/api/command_executor.rb", + "lib/clickatell/api/error.rb", + "lib/clickatell/api/message_status.rb", + "lib/clickatell/utility/options.rb", + "lib/core-ext/hash.rb", + "lib/core-ext/object.rb"] s.rdoc_options = ["--main", "RDOC_README.txt"] - s.extra_rdoc_files = ["RDOC_README.txt"] end