Skip to content

Commit

Permalink
Rename files to sendgrid for require purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtempelmeyer committed May 16, 2013
1 parent 81b3bf9 commit f23bc4b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/send_grid.rb → lib/sendgrid.rb
@@ -1,5 +1,5 @@
require 'json'
require 'send_grid/railtie'
require 'sendgrid/railtie'

module SendGrid

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sendgrid.gemspec
@@ -1,5 +1,5 @@
$:.push File.expand_path("../lib", __FILE__)
require 'send_grid/version'
require 'sendgrid/version'

Gem::Specification.new do |s|
s.name = "sendgrid"
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -5,7 +5,7 @@
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'action_mailer'
require 'send_grid'
require 'sendgrid'

class SendgridCampaignTestMailer < ActionMailer::Base
include SendGrid
Expand Down

0 comments on commit f23bc4b

Please sign in to comment.