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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7a9c9761153f8eddd68faf42de96a0f24b2322b
4
- data.tar.gz: 1a061c973e8f66fd70c9ec729fdb5b57b0e62b51
3
+ metadata.gz: 53b681f4148b22f7bbcd6521eeb8b241673d9253
4
+ data.tar.gz: 94af70e6ee5f0d7a8e4ebf84c5ddc14a3bdba63d
5
5
  SHA512:
6
- metadata.gz: 4acb5fb5676f9ed4bcebf05654aef397a93ddefae101f3e5a10688a9c2b35bdcae343ba29205d0e522b397a83ad37455465dbe84d2f6ca24c842436e74e85eeb
7
- data.tar.gz: 410e13279ef4ea18b8e43189c5e70fcc42dda2c3dc6730846f721d5fda07673a91676292bd88af02cd6f34ee43fd9a1d5d52709f3ce8c2b2178c1c6068a93425
6
+ metadata.gz: 98ae99df5474dbde90fc2c9fc8f27f09877cb1327a00a01ed7e3a897d37ce4501af4dce06a45bc78270e3a908fb6ac833d7784d24ea63be56aefa3c79b5a6599
7
+ data.tar.gz: 6200a6ba3498a91a123161f8f23e0e79e92a2bc903647fe43ac644733564148de73571da35d49f04fada7a34ac278f7dd38ff3b833fdc136e2aebca5c9d66838
@@ -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
@@ -22,7 +22,7 @@ Rack compatible, lightweight and fast HTTP Router for Ruby and [Lotus](http://lo
22
22
 
23
23
  ## Rubies
24
24
 
25
- __Lotus::Router__ supports Ruby (MRI) 2+, JRuby 1.7 (with 2.0 mode)
25
+ __Lotus::Router__ supports Ruby (MRI) 2+, JRuby 9k+
26
26
 
27
27
 
28
28
  ## Installation
@@ -1,6 +1,6 @@
1
1
  module Lotus
2
2
  class Router
3
3
  # @since 0.1.0
4
- VERSION = '0.4.2'.freeze
4
+ VERSION = '0.4.3'.freeze
5
5
  end
6
6
  end
@@ -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 Pompa']
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.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca Guidi
8
8
  - Trung Lê
9
- - Alfonso Uceda Pompa
9
+ - Alfonso Uceda
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-07-10 00:00:00.000000000 Z
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.8
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