Skip to content

Commit

Permalink
Regenerate gemspec for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freerobby committed Aug 14, 2012
1 parent f7d1c51 commit b8bf83b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sendgrid_toolkit.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "sendgrid_toolkit" s.name = "sendgrid_toolkit"
s.version = "1.1.1" s.version = "1.2.0"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Robby Grossman"] s.authors = ["Robby Grossman"]
s.date = "2012-02-16" s.date = "2012-08-14"
s.description = "A Ruby wrapper and utility library for communicating with the Sendgrid API." s.description = "A Ruby wrapper and utility library for communicating with the Sendgrid API."
s.email = "robby@freerobby.com" s.email = "robby@freerobby.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
"VERSION", "VERSION",
"lib/sendgrid_toolkit.rb", "lib/sendgrid_toolkit.rb",
"lib/sendgrid_toolkit/abstract_sendgrid_client.rb", "lib/sendgrid_toolkit/abstract_sendgrid_client.rb",
"lib/sendgrid_toolkit/blocks.rb",
"lib/sendgrid_toolkit/bounces.rb", "lib/sendgrid_toolkit/bounces.rb",
"lib/sendgrid_toolkit/common.rb", "lib/sendgrid_toolkit/common.rb",
"lib/sendgrid_toolkit/invalid_emails.rb", "lib/sendgrid_toolkit/invalid_emails.rb",
Expand All @@ -37,6 +38,7 @@ Gem::Specification.new do |s|
"sendgrid_toolkit.gemspec", "sendgrid_toolkit.gemspec",
"spec/helper.rb", "spec/helper.rb",
"spec/lib/sendgrid_toolkit/abstract_sendgrid_client_spec.rb", "spec/lib/sendgrid_toolkit/abstract_sendgrid_client_spec.rb",
"spec/lib/sendgrid_toolkit/blocks_spec.rb",
"spec/lib/sendgrid_toolkit/bounces_spec.rb", "spec/lib/sendgrid_toolkit/bounces_spec.rb",
"spec/lib/sendgrid_toolkit/common_spec.rb", "spec/lib/sendgrid_toolkit/common_spec.rb",
"spec/lib/sendgrid_toolkit/invalid_emails_spec.rb", "spec/lib/sendgrid_toolkit/invalid_emails_spec.rb",
Expand All @@ -50,7 +52,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/freerobby/sendgrid_toolkit" s.homepage = "http://github.com/freerobby/sendgrid_toolkit"
s.licenses = ["MIT"] s.licenses = ["MIT"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = "1.8.10" s.rubygems_version = "1.8.24"
s.summary = "sendgrid_toolkit = Sendgrid + Ruby" s.summary = "sendgrid_toolkit = Sendgrid + Ruby"


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit b8bf83b

Please sign in to comment.