Sha256: 1fac919714206a42caba7aad1fe35f334a56e9f2daffc9574d10d46f402ae4b7

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

require File.expand_path("../lib/textmagic/version", __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Vladimír Bobeš Tužinský"]
  gem.email         = ["vladimir@tuzinsky.com"]
  gem.summary       = "Ruby interface to the TextMagic's Bulk SMS Gateway"
  gem.description   = "
    textmagic is a Ruby interface to the TextMagic's Bulk SMS Gateway.
    It can be used to easily integrate SMS features into your application.
    It supports sending messages, receiving replies and more.
    You need to have a valid TextMagic account to use this gem. You can get one at http://www.textmagic.com.
  "
  gem.homepage      = "https://github.com/bobes/textmagic"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "textmagic"
  gem.licenses      = ["MIT"]
  gem.require_paths = ["lib"]
  gem.version       = Textmagic::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
textmagic-0.7.1 textmagic.gemspec
textmagic-0.7.0 textmagic.gemspec