Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
freerobby committed Nov 1, 2011
1 parent 11b4bdd commit 40d046b
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions sendgrid_toolkit.gemspec
@@ -0,0 +1,80 @@
# 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 = "sendgrid_toolkit"
s.version = "1.0.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Robby Grossman"]
s.date = "2011-11-01"
s.description = "A Ruby wrapper and utility library for communicating with the Sendgrid API."
s.email = "robby@freerobby.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".rvmrc",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"lib/sendgrid_toolkit.rb",
"lib/sendgrid_toolkit/abstract_sendgrid_client.rb",
"lib/sendgrid_toolkit/bounces.rb",
"lib/sendgrid_toolkit/common.rb",
"lib/sendgrid_toolkit/invalid_emails.rb",
"lib/sendgrid_toolkit/sendgrid_error.rb",
"lib/sendgrid_toolkit/spam_reports.rb",
"lib/sendgrid_toolkit/statistics.rb",
"lib/sendgrid_toolkit/unsubscribes.rb",
"spec/helper.rb",
"spec/lib/sendgrid_toolkit/abstract_sendgrid_client_spec.rb",
"spec/lib/sendgrid_toolkit/bounces_spec.rb",
"spec/lib/sendgrid_toolkit/common_spec.rb",
"spec/lib/sendgrid_toolkit/invalid_emails_spec.rb",
"spec/lib/sendgrid_toolkit/spam_reports_spec.rb",
"spec/lib/sendgrid_toolkit/statistics_spec.rb",
"spec/lib/sendgrid_toolkit/unsubscribes_spec.rb",
"spec/lib/sendgrid_toolkit_spec.rb",
"spec/webconnect/sendgrid_toolkit_spec.rb"
]
s.homepage = "http://github.com/freerobby/sendgrid_toolkit"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "sendgrid_toolkit = Sendgrid + Ruby"

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_runtime_dependency(%q<activesupport>, [">= 2.3.5"])
s.add_runtime_dependency(%q<httparty>, [">= 0.7.6"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<fakeweb>, ["~> 1.3.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_development_dependency(%q<rspec>, ["~> 2.7.0"])
else
s.add_dependency(%q<activesupport>, [">= 2.3.5"])
s.add_dependency(%q<httparty>, [">= 0.7.6"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<fakeweb>, ["~> 1.3.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rspec>, ["~> 2.7.0"])
end
else
s.add_dependency(%q<activesupport>, [">= 2.3.5"])
s.add_dependency(%q<httparty>, [">= 0.7.6"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<fakeweb>, ["~> 1.3.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
s.add_dependency(%q<rspec>, ["~> 2.7.0"])
end
end

0 comments on commit 40d046b

Please sign in to comment.