Skip to content

Commit

Permalink
Merge branch 'master' into 0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jul 10, 2015
2 parents 6034dcb + c37c0d0 commit 0338f5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Lotus::Router
Rack compatible HTTP router for Ruby

## v0.4.2 - 2015-07-10
### Fixed
- [Alfonso Uceda Pompa] Ensure mounted applications to not repeat their prefix (eg `/admin/admin`)
- [Thiago Felippe] Ensure router inspector properly prints routes with repeated entries (eg `/admin/dashboard/admin`)

## v0.4.1 - 2015-06-23
### Added
- [Alfonso Uceda Pompa] Force SSL (eg `Lotus::Router.new(force_ssl: true`).
Expand Down
4 changes: 2 additions & 2 deletions lotus-router.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'lotus/router/version'
Gem::Specification.new do |spec|
spec.name = 'lotus-router'
spec.version = Lotus::Router::VERSION
spec.authors = ['Luca Guidi']
spec.email = ['me@lucaguidi.com']
spec.authors = ['Luca Guidi', 'Trung Lê', 'Alfonso Uceda Pompa']
spec.email = ['me@lucaguidi.com', 'trung.le@ruby-journal.com', 'uceda73@gmail.com']
spec.description = %q{Rack compatible HTTP router for Ruby}
spec.summary = %q{Rack compatible HTTP router for Ruby and Lotus}
spec.homepage = 'http://lotusrb.org'
Expand Down

0 comments on commit 0338f5f

Please sign in to comment.