hotchkiss 0.0.3 → 0.0.4

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.
@@ -22,7 +22,7 @@ module HK
22
22
  env = @env
23
23
  env['hk.controller'] = name
24
24
  env['hk.action'] = action
25
- env['hk.params'].merge args
25
+ env['hk.params'] ||= args
26
26
  c.call(env)
27
27
  end
28
28
 
@@ -1,5 +1,5 @@
1
1
  module HK
2
2
 
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
 
5
5
  end ## HK
metadata CHANGED
@@ -1,12 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotchkiss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thibaut Deloffre
9
- - Valerian Cubero
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
@@ -161,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
160
  version: '0'
162
161
  requirements: []
163
162
  rubyforge_project:
164
- rubygems_version: 1.8.24
163
+ rubygems_version: 1.8.25
165
164
  signing_key:
166
165
  specification_version: 3
167
166
  summary: Ruby web framework