Sha256: cbab6c295247d22e3c0e549cd7766fb2e5517f0b74cd8aa89daf884ee59684b6
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{craigp-smartcall} s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Craig Paterson"] s.date = %q{2011-02-09} s.default_executable = %q{smartcall} s.description = %q{Gem to provide SMS functionality through the Smartcall Technology Solutions web services. Contact http://www.smartcalltech.co.za for an account. This gem is based on the smartcall gem written by Armand du Plessis (adp@bank.io) } s.email = %q{darksavant@gmail.com} s.executables = ["smartcall"] s.extra_rdoc_files = [ "README.rdoc", "README.txt" ] s.files = [ ".DS_Store", "README.rdoc", "README.txt", "Rakefile", "VERSION", "bin/smartcall", "config/website.yml.sample", "craigp-smartcall.gemspec", "lib/smartcall.rb", "lib/smartcall/soap/default.rb", "lib/smartcall/soap/default_driver.rb", "lib/smartcall/soap/smartcall_error.rb", "lib/smartcall/soap/sms_ws_client.rb", "lib/smartcall/utility.rb", "lib/smartcall/utility/options.rb", "test/test_helper.rb", "test/test_smartcall.rb" ] s.homepage = %q{http://github.com/craigp/smartcall} s.require_paths = ["lib"] s.rubygems_version = %q{1.5.0} s.summary = %q{Gem to provide SMS functionality through the Smartcall} s.test_files = [ "test/test_helper.rb", "test/test_smartcall.rb" ] if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<shoulda>, [">= 2.11.1"]) else s.add_dependency(%q<shoulda>, [">= 2.11.1"]) end else s.add_dependency(%q<shoulda>, [">= 2.11.1"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
craigp-smartcall-0.0.1 | craigp-smartcall.gemspec |