Sha256: a21c002b4c76bef031bd191abd8ce75f8e4c654d9cc5376c5aec3cd284fcacb7

Contents?: true

Size: 1.65 KB

Versions: 2

Compression:

Stored size: 1.65 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{textmagic}
  s.version = "0.2.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Vladim\303\255r Bobe\305\241 Tu\305\276insk\303\275"]
  s.date = %q{2009-05-25}
  s.email = %q{vladimir.tuzinsky@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.rdoc"
  ]
  s.files = [
    ".document",
     ".gitignore",
     "LICENSE",
     "README.rdoc",
     "Rakefile",
     "VERSION.yml",
     "lib/api.rb",
     "lib/charset.rb",
     "lib/error.rb",
     "lib/executor.rb",
     "lib/response.rb",
     "lib/textmagic.rb",
     "lib/validation.rb",
     "test/test_api.rb",
     "test/test_charset.rb",
     "test/test_error.rb",
     "test/test_executor.rb",
     "test/test_helper.rb",
     "test/test_response.rb",
     "test/test_validation.rb",
     "textmagic.gemspec"
  ]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/bobes/textmagic}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{textmagic}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{Ruby interface to the TextMagic's SMS gateway}
  s.test_files = [
    "test/test_api.rb",
     "test/test_charset.rb",
     "test/test_error.rb",
     "test/test_executor.rb",
     "test/test_helper.rb",
     "test/test_response.rb",
     "test/test_validation.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bobes-textmagic-0.2.2 textmagic.gemspec
textmagic-0.2.2 textmagic.gemspec