Sha256: e10f528561eaa90906a4df8eb217e7a0cbe6eda09b5594e40ada539b2ff3c12c
Contents?: true
Size: 1.63 KB
Versions: 2
Compression:
Stored size: 1.63 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{textmagic} s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Vladimir Bobes Tuzinsky"] 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.0 | textmagic.gemspec |
textmagic-0.2.0 | textmagic.gemspec |