Sha256: 4f3135189bb21ccef22eda545f9ae52cb6e98a5b9c802d21e46e967b373bcbc8

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

Gem::Specification.new do |s|
  s.name     = "clickatell"
  s.version  = "0.5.1"
  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",
                "Manifest.txt",
		"Rakefile",
                "History.txt",
		"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"]
  s.rdoc_options = ["--main", "RDOC_README.txt"]
  s.extra_rdoc_files = ["RDOC_README.txt"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commonthread-clickatell-0.5.1 clickatell.gemspec