bossan 0.3.0 → 0.4.0

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bossan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiroki Noda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-27 00:00:00.000000000 Z
11
+ date: 2013-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -73,6 +73,7 @@ files:
73
73
  - lib/bossan/version.rb
74
74
  - lib/rack/handler/bossan.rb
75
75
  - test/test_rack_bad_http_method.rb
76
+ - test/test_rack_chunk_response.rb
76
77
  - test/test_rack_env_simple_get.rb
77
78
  - test/test_rack_env_simple_query.rb
78
79
  - test/test_rack_long_url.rb
@@ -87,12 +88,12 @@ require_paths:
87
88
  - ext
88
89
  required_ruby_version: !ruby/object:Gem::Requirement
89
90
  requirements:
90
- - - ! '>='
91
+ - - '>='
91
92
  - !ruby/object:Gem::Version
92
93
  version: 1.9.2
93
94
  required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  requirements:
95
- - - ! '>='
96
+ - - '>='
96
97
  - !ruby/object:Gem::Version
97
98
  version: '0'
98
99
  requirements: []
@@ -102,4 +103,3 @@ signing_key:
102
103
  specification_version: 4
103
104
  summary: high performance asynchronous rack web server
104
105
  test_files: []
105
- has_rdoc: