puma 2.0.0.b4-java → 2.0.0.b7-java

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puma might be problematic. Click here for more details.

metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: puma
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 2.0.0.b4
5
+ version: 2.0.0.b7
6
6
  platform: java
7
7
  authors:
8
8
  - Evan Phoenix
@@ -10,16 +10,19 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-12-13 00:00:00 Z
13
+ date: 2013-03-19 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rack
17
17
  version_requirements: &id001 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
- - - ~>
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: "1.1"
23
+ - - <
21
24
  - !ruby/object:Gem::Version
22
- version: "1.2"
25
+ version: "2.0"
23
26
  requirement: *id001
24
27
  prerelease: false
25
28
  type: :runtime
@@ -52,7 +55,7 @@ dependencies:
52
55
  requirements:
53
56
  - - ~>
54
57
  - !ruby/object:Gem::Version
55
- version: "3.0"
58
+ version: "3.5"
56
59
  requirement: *id004
57
60
  prerelease: false
58
61
  type: :development
@@ -121,15 +124,20 @@ files:
121
124
  - lib/puma/jruby_restart.rb
122
125
  - lib/puma/minissl.rb
123
126
  - lib/puma/null_io.rb
127
+ - lib/puma/rack_default.rb
124
128
  - lib/puma/rack_patch.rb
125
129
  - lib/puma/reactor.rb
126
130
  - lib/puma/server.rb
127
131
  - lib/puma/thread_pool.rb
132
+ - lib/puma/util.rb
128
133
  - lib/rack/handler/puma.rb
129
134
  - puma.gemspec
130
- - tools/jungle/README.md
131
- - tools/jungle/puma
132
- - tools/jungle/run-puma
135
+ - tools/jungle/init.d/README.md
136
+ - tools/jungle/init.d/puma
137
+ - tools/jungle/init.d/run-puma
138
+ - tools/jungle/upstart/README.md
139
+ - tools/jungle/upstart/puma-manager.conf
140
+ - tools/jungle/upstart/puma.conf
133
141
  - test/test_app_status.rb
134
142
  - test/test_cli.rb
135
143
  - test/test_config.rb