Skip to content

Commit

Permalink
gemspec modifications. Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtempelmeyer committed May 16, 2013
1 parent b8e29fe commit 47a6931
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
sendgrid
=========

_Now updated to work with Rails 3._
The sendgrid gem makes it easy to make use of [SendGrid](http://sendgrid.com/) features in ActionMailer.

What is SendGrid?
-----------------
Expand Down
1 change: 0 additions & 1 deletion lib/send_grid.rb
@@ -1,5 +1,4 @@
require 'send_grid/railtie'
require 'json'

module SendGrid

Expand Down
22 changes: 6 additions & 16 deletions sendgrid.gemspec
Expand Up @@ -12,24 +12,14 @@ Gem::Specification.new do |s|
"LICENSE",
"README.md"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
"VERSION",
"lib/send_grid.rb",
"sendgrid.gemspec",
"test/sendgrid_test.rb",
"test/test_helper.rb"
]
s.homepage = "https://github.com/stephenb/sendgrid"
s.require_paths = ["lib"]
s.summary = "A gem that allows simple integration of ActionMailer with SendGrid (http://sendgrid.com)"

s.required_rubygems_version = ">= 1.3.6"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test}/*`.split("\n")
s.require_paths = ["lib"]

s.homepage = "https://github.com/stephenb/sendgrid"
s.summary = "A gem that allows simple integration of ActionMailer with SendGrid (http://sendgrid.com)"

s.add_runtime_dependency 'rails', '>= 3.0'
s.add_development_dependency 'shoulda', '>= 0'
Expand Down

0 comments on commit 47a6931

Please sign in to comment.