Sha256: e165a4063e437066106a9a72bc4a01b49dea2a431a9b1d8e98674286caadb8ee

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.8.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-14}
  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.8.1 cdyne-sms-notify.gemspec