Sha256: 2b09c483cbab8f05eb383595ec284d8abf3430d9e6b982f1a9fb890aac5d1bff
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cdyne-sms-notify} s.version = "0.7.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Sean Kibler"] s.date = %q{2010-04-05} s.email = %q{gems@skiblerspot.net} s.extra_rdoc_files = [ "History.txt", "License.txt", "README.rdoc" ] s.files = [ ".gitignore", "History.txt", "License.txt", "README.rdoc", "Rakefile", "cdyne-sms-notify.gemspec", "lib/sms_notify.rb", "lib/sms_notify/api.rb", "lib/sms_notify/api/command.rb", "lib/sms_notify/message_response.rb", "lib/sms_notify/message_status.rb", "lib/sms_notify/response.rb", "lib/sms_notify/version.rb", "spec/api_spec.rb", "spec/message_response_spec.rb", "spec/message_status_spec.rb", "spec/response_spec.rb", "spec/sms_notify_spec.rb", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/badreligion/cdyne-sms-notify} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = %q{cdyne-sms-notify} s.rubygems_version = %q{1.3.6} s.summary = %q{Ruby interface to the CDYNE SMSNotify! service.} s.test_files = [ "spec/response_spec.rb", "spec/spec_helper.rb", "spec/message_response_spec.rb", "spec/sms_notify_spec.rb", "spec/api_spec.rb", "spec/message_status_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cdyne-sms-notify-0.7.1 | cdyne-sms-notify.gemspec |