lotus-router 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/lotus/router/version.rb +1 -1
- data/lotus-router.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53b681f4148b22f7bbcd6521eeb8b241673d9253
|
|
4
|
+
data.tar.gz: 94af70e6ee5f0d7a8e4ebf84c5ddc14a3bdba63d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98ae99df5474dbde90fc2c9fc8f27f09877cb1327a00a01ed7e3a897d37ce4501af4dce06a45bc78270e3a908fb6ac833d7784d24ea63be56aefa3c79b5a6599
|
|
7
|
+
data.tar.gz: 6200a6ba3498a91a123161f8f23e0e79e92a2bc903647fe43ac644733564148de73571da35d49f04fada7a34ac278f7dd38ff3b833fdc136e2aebca5c9d66838
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Lotus::Router
|
|
2
2
|
Rack compatible HTTP router for Ruby
|
|
3
3
|
|
|
4
|
+
## v0.4.3 - 2015-09-30
|
|
5
|
+
### Added
|
|
6
|
+
- [Luca Guidi] Official support for JRuby 9k+
|
|
7
|
+
|
|
4
8
|
## v0.4.2 - 2015-07-10
|
|
5
9
|
### Fixed
|
|
6
10
|
- [Alfonso Uceda Pompa] Ensure mounted applications to not repeat their prefix (eg `/admin/admin`)
|
data/README.md
CHANGED
data/lib/lotus/router/version.rb
CHANGED
data/lotus-router.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ require 'lotus/router/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'lotus-router'
|
|
8
8
|
spec.version = Lotus::Router::VERSION
|
|
9
|
-
spec.authors = ['Luca Guidi', 'Trung Lê', 'Alfonso Uceda
|
|
9
|
+
spec.authors = ['Luca Guidi', 'Trung Lê', 'Alfonso Uceda']
|
|
10
10
|
spec.email = ['me@lucaguidi.com', 'trung.le@ruby-journal.com', 'uceda73@gmail.com']
|
|
11
11
|
spec.description = %q{Rack compatible HTTP router for Ruby}
|
|
12
12
|
spec.summary = %q{Rack compatible HTTP router for Ruby and Lotus}
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lotus-router
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luca Guidi
|
|
8
8
|
- Trung Lê
|
|
9
|
-
- Alfonso Uceda
|
|
9
|
+
- Alfonso Uceda
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-
|
|
13
|
+
date: 2015-09-30 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: http_router
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
version: '0'
|
|
141
141
|
requirements: []
|
|
142
142
|
rubyforge_project:
|
|
143
|
-
rubygems_version: 2.4.
|
|
143
|
+
rubygems_version: 2.4.5.1
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: Rack compatible HTTP router for Ruby and Lotus
|