Sha256: 564861c12748aaac71eb06047b1e7fe3b2e810405e70a013388633da802c75e7
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/textmagic/version", __FILE__) Gem::Specification.new do |gem| gem.authors = ["Vladimir Bobes Tuzinsky"] gem.email = ["vladimir@tuzinsky.com"] gem.summary = %q{Ruby interface to the TextMagic's Bulk SMS Gateway} gem.description = %q{ 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 = "" 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.require_paths = ["lib"] gem.version = Textmagic::VERSION gem.add_runtime_dependency "httparty", "~> 0.5" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
textmagic-0.6.0 | textmagic.gemspec |