Skip to content

Commit

Permalink
add homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mraidel committed Jun 21, 2012
1 parent 794422a commit dc44393
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
email_recipient_guard (0.9)
email_recipient_guard (0.9.2)
rails (>= 3.0.15, < 3.3)

GEM
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.7.1)
mime-types (1.18)
mime-types (1.19)
multi_json (1.3.6)
polyglot (0.3.3)
pry (0.9.9.6)
Expand Down
1 change: 1 addition & 0 deletions email_recipient_guard.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.email = ["m.raidel@autohaus24.de"]
s.summary = "configure your outgoing email to always go to the same address"
s.description = "By setting a config option you can configure your outgoing email to always go to the same address (useful for example for development or staging environments)"
s.homepage = "https://github.com/autohaus24/email_recipient_guard"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/email_recipient_guard/version.rb
@@ -1,3 +1,3 @@
module EmailRecipientGuard
VERSION = "0.9.1"
VERSION = "0.9.2"
end

0 comments on commit dc44393

Please sign in to comment.