-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gemspec to reflect new ownership
- Loading branch information
Showing
1 changed file
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ Gem::Specification.new do |s| | |
s.name = "route_downcaser" | ||
s.version = RouteDowncaser::VERSION | ||
s.licenses = ["MIT"] | ||
s.authors = ["Carsten Gehling"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "https://github.com/carstengehling/route_downcaser" | ||
s.authors = ["Carsten Gehling", "Jakob Skjerning"] | ||
s.email = ["[email protected]"] | ||
s.homepage = "https://github.com/substancelab/route_downcaser" | ||
s.summary = "Makes routing in Rails case-insensitive" | ||
s.description = | ||
"This gem hooks into the Rack middleware of Rails. This way all paths are " \ | ||
|