# -*- encoding: utf-8 -*-
# stub: bobes-textmagic 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "bobes-textmagic".freeze
  s.version = "0.3.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Vladimir Bobes Tuzinsky".freeze]
  s.date = "2009-05-28"
  s.email = "vladimir.tuzinsky@gmail.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/api.rb".freeze, "lib/charset.rb".freeze, "lib/error.rb".freeze, "lib/executor.rb".freeze, "lib/response.rb".freeze, "lib/textmagic.rb".freeze, "lib/validation.rb".freeze, "test/test_api.rb".freeze, "test/test_charset.rb".freeze, "test/test_error.rb".freeze, "test/test_executor.rb".freeze, "test/test_helper.rb".freeze, "test/test_response.rb".freeze, "test/test_validation.rb".freeze, "textmagic.gemspec".freeze]
  s.homepage = "http://github.com/bobes/textmagic".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby interface to the TextMagic's Bulk SMS Gateway".freeze
  s.test_files = ["test/test_api.rb".freeze, "test/test_charset.rb".freeze, "test/test_error.rb".freeze, "test/test_executor.rb".freeze, "test/test_helper.rb".freeze, "test/test_response.rb".freeze, "test/test_validation.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<httparty>.freeze, [">= 0.4.3".freeze])
  s.add_development_dependency(%q<mocha>.freeze, [">= 0.9.5".freeze])
  s.add_development_dependency(%q<fakeweb>.freeze, [">= 1.2.2".freeze])
  s.add_development_dependency(%q<jeremymcanally-matchy>.freeze, [">= 0.1.0".freeze])
end