# -*- encoding: utf-8 -*-
# stub: textmagic 0.2.1 ruby lib

Gem::Specification.new do |s|
  s.name = "textmagic".freeze
  s.version = "0.2.1".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-25"
  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 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]
end