-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix homepage URL in gemspec. Fixes #3.
- Loading branch information
David Czarnecki
committed
Sep 3, 2011
1 parent
2e5c7d1
commit bde64f4
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s| | |
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = [%q{Logan Koester}, %q{Matthew Wilson}, %q{David Czarnecki}] | ||
s.date = %q{2011-09-02} | ||
s.date = %q{2011-09-03} | ||
s.description = %q{Errship is a Rails 3.1 engine for rendering error pages inside your layout. It supports i18n, custom exceptions, and Airbrake (Hoptoad) error tracking.} | ||
s.email = [%q{[email protected]}, %q{[email protected]}, %q{[email protected]}] | ||
s.extra_rdoc_files = [ | ||
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s| | |
"lib/rescuers/mongo_mapper.rb", | ||
"lib/rescuers/mongoid.rb" | ||
] | ||
s.homepage = %q{http://github.com/logankoester/errship} | ||
s.homepage = %q{https://github.com/agoragames/errship} | ||
s.licenses = [%q{MIT}] | ||
s.require_paths = [%q{lib}] | ||
s.rubygems_version = %q{1.8.6} | ||
|