Skip to content

Commit

Permalink
Fix homepage URL in gemspec. Fixes #3.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Sep 3, 2011
1 parent 2e5c7d1 commit bde64f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "errship"
gem.homepage = "http://github.com/logankoester/errship"
gem.homepage = "https://github.com/agoragames/errship"
gem.license = "MIT"
gem.summary = %Q{Errship is a Rails 3.1 engine for rendering error pages inside your layout.}
gem.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.}
Expand Down
4 changes: 2 additions & 2 deletions errship.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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}
Expand Down

0 comments on commit bde64f4

Please sign in to comment.