From c37c0d0d2c6ce601d26e5d861ffc382409e518f3 Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Fri, 10 Jul 2015 09:30:54 +0200 Subject: [PATCH] CHANGELOG & gemspec --- CHANGELOG.md | 5 +++++ lotus-router.gemspec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbcb192..c6d9075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`). diff --git a/lotus-router.gemspec b/lotus-router.gemspec index ed7d9fc..7b7fb18 100644 --- a/lotus-router.gemspec +++ b/lotus-router.gemspec @@ -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'