unicorn 4.8.1.1.g9b565 → 4.8.2

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.
Files changed (3) hide show
  1. data/GIT-VERSION-GEN +1 -1
  2. metadata +96 -51
  3. checksums.yaml +0 -7
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- DEF_VER = "v4.8.1"
2
+ DEF_VER = "v4.8.2"
3
3
  CONSTANT = "Unicorn::Const::UNICORN_VERSION"
4
4
  RVF = "lib/unicorn/version.rb"
5
5
  GVF = "GIT-VERSION-FILE"
metadata CHANGED
@@ -1,97 +1,138 @@
1
1
  --- !ruby/object:Gem::Specification
2
- name: unicorn
2
+ name: !binary |-
3
+ dW5pY29ybg==
3
4
  version: !ruby/object:Gem::Version
4
- version: 4.8.1.1.g9b565
5
+ version: 4.8.2
6
+ prerelease:
5
7
  platform: ruby
6
8
  authors:
7
9
  - Unicorn hackers
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2014-02-01 00:00:00.000000000 Z
13
+ date: 2014-02-05 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
- name: rack
16
+ name: !binary |-
17
+ cmFjaw==
15
18
  requirement: !ruby/object:Gem::Requirement
19
+ none: false
16
20
  requirements:
17
- - - ">="
21
+ - - ! '>='
18
22
  - !ruby/object:Gem::Version
19
23
  version: '0'
20
24
  type: :runtime
21
25
  prerelease: false
22
26
  version_requirements: !ruby/object:Gem::Requirement
27
+ none: false
23
28
  requirements:
24
- - - ">="
29
+ - - ! '>='
25
30
  - !ruby/object:Gem::Version
26
31
  version: '0'
27
32
  - !ruby/object:Gem::Dependency
28
- name: kgio
33
+ name: !binary |-
34
+ a2dpbw==
29
35
  requirement: !ruby/object:Gem::Requirement
36
+ none: false
30
37
  requirements:
31
- - - "~>"
38
+ - - !binary |-
39
+ fj4=
32
40
  - !ruby/object:Gem::Version
33
- version: '2.6'
41
+ version: !binary |-
42
+ Mi42
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
46
+ none: false
37
47
  requirements:
38
- - - "~>"
48
+ - - !binary |-
49
+ fj4=
39
50
  - !ruby/object:Gem::Version
40
- version: '2.6'
51
+ version: !binary |-
52
+ Mi42
41
53
  - !ruby/object:Gem::Dependency
42
- name: raindrops
54
+ name: !binary |-
55
+ cmFpbmRyb3Bz
43
56
  requirement: !ruby/object:Gem::Requirement
57
+ none: false
44
58
  requirements:
45
- - - "~>"
59
+ - - !binary |-
60
+ fj4=
46
61
  - !ruby/object:Gem::Version
47
- version: '0.7'
62
+ version: !binary |-
63
+ MC43
48
64
  type: :runtime
49
65
  prerelease: false
50
66
  version_requirements: !ruby/object:Gem::Requirement
67
+ none: false
51
68
  requirements:
52
- - - "~>"
69
+ - - !binary |-
70
+ fj4=
53
71
  - !ruby/object:Gem::Version
54
- version: '0.7'
72
+ version: !binary |-
73
+ MC43
55
74
  - !ruby/object:Gem::Dependency
56
- name: isolate
75
+ name: !binary |-
76
+ aXNvbGF0ZQ==
57
77
  requirement: !ruby/object:Gem::Requirement
78
+ none: false
58
79
  requirements:
59
- - - "~>"
80
+ - - !binary |-
81
+ fj4=
60
82
  - !ruby/object:Gem::Version
61
- version: '3.2'
83
+ version: !binary |-
84
+ My4y
62
85
  type: :development
63
86
  prerelease: false
64
87
  version_requirements: !ruby/object:Gem::Requirement
88
+ none: false
65
89
  requirements:
66
- - - "~>"
90
+ - - !binary |-
91
+ fj4=
67
92
  - !ruby/object:Gem::Version
68
- version: '3.2'
93
+ version: !binary |-
94
+ My4y
69
95
  - !ruby/object:Gem::Dependency
70
- name: wrongdoc
96
+ name: !binary |-
97
+ d3Jvbmdkb2M=
71
98
  requirement: !ruby/object:Gem::Requirement
99
+ none: false
72
100
  requirements:
73
- - - "~>"
101
+ - - !binary |-
102
+ fj4=
74
103
  - !ruby/object:Gem::Version
75
- version: 1.6.1
104
+ version: !binary |-
105
+ MS42LjE=
76
106
  type: :development
77
107
  prerelease: false
78
108
  version_requirements: !ruby/object:Gem::Requirement
109
+ none: false
79
110
  requirements:
80
- - - "~>"
111
+ - - !binary |-
112
+ fj4=
81
113
  - !ruby/object:Gem::Version
82
- version: 1.6.1
83
- description: |-
84
- \Unicorn is an HTTP server for Rack applications designed to only serve
114
+ version: !binary |-
115
+ MS42LjE=
116
+ description: ! '\Unicorn is an HTTP server for Rack applications designed to only
117
+ serve
118
+
85
119
  fast clients on low-latency, high-bandwidth connections and take
120
+
86
121
  advantage of features in Unix/Unix-like kernels. Slow clients should
122
+
87
123
  only be served by placing a reverse proxy capable of fully buffering
88
- both the the request and response in between \Unicorn and slow clients.
89
- email: mongrel-unicorn@rubyforge.org
124
+
125
+ both the the request and response in between \Unicorn and slow clients.'
126
+ email: !binary |-
127
+ bW9uZ3JlbC11bmljb3JuQHJ1Ynlmb3JnZS5vcmc=
90
128
  executables:
91
- - unicorn
92
- - unicorn_rails
129
+ - !binary |-
130
+ dW5pY29ybg==
131
+ - !binary |-
132
+ dW5pY29ybl9yYWlscw==
93
133
  extensions:
94
- - ext/unicorn_http/extconf.rb
134
+ - !binary |-
135
+ ZXh0L3VuaWNvcm5faHR0cC9leHRjb25mLnJi
95
136
  extra_rdoc_files:
96
137
  - FAQ
97
138
  - README
@@ -121,12 +162,12 @@ extra_rdoc_files:
121
162
  - Links
122
163
  - Application_Timeouts
123
164
  files:
124
- - ".CHANGELOG.old"
125
- - ".document"
126
- - ".gitignore"
127
- - ".mailmap"
128
- - ".manifest"
129
- - ".wrongdoc.yml"
165
+ - .CHANGELOG.old
166
+ - .document
167
+ - .gitignore
168
+ - .mailmap
169
+ - .manifest
170
+ - .wrongdoc.yml
130
171
  - Application_Timeouts
131
172
  - CONTRIBUTORS
132
173
  - COPYING
@@ -289,32 +330,36 @@ files:
289
330
  - unicorn.gemspec
290
331
  homepage: http://unicorn.bogomips.org/
291
332
  licenses:
292
- - GPLv2+
293
- - Ruby 1.8
294
- metadata: {}
333
+ - !binary |-
334
+ R1BMdjIr
335
+ - !binary |-
336
+ UnVieSAxLjg=
295
337
  post_install_message:
296
338
  rdoc_options:
297
- - "-t"
298
- - 'Unicorn: Rack HTTP server for fast clients and Unix'
299
- - "-W"
339
+ - -t
340
+ - ! 'Unicorn: Rack HTTP server for fast clients and Unix'
341
+ - -W
300
342
  - http://bogomips.org/unicorn.git/tree/%s
301
343
  require_paths:
302
344
  - lib
303
345
  required_ruby_version: !ruby/object:Gem::Requirement
346
+ none: false
304
347
  requirements:
305
- - - ">="
348
+ - - ! '>='
306
349
  - !ruby/object:Gem::Version
307
350
  version: '0'
308
351
  required_rubygems_version: !ruby/object:Gem::Requirement
352
+ none: false
309
353
  requirements:
310
- - - ">"
354
+ - - ! '>='
311
355
  - !ruby/object:Gem::Version
312
- version: 1.3.1
356
+ version: '0'
313
357
  requirements: []
314
- rubyforge_project: mongrel
315
- rubygems_version: 2.2.0
358
+ rubyforge_project: !binary |-
359
+ bW9uZ3JlbA==
360
+ rubygems_version: 1.8.23
316
361
  signing_key:
317
- specification_version: 4
362
+ specification_version: 3
318
363
  summary: Rack HTTP server for fast clients and Unix
319
364
  test_files:
320
365
  - test/unit/test_configurator.rb
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 0314b70db042f194a625fc45e4917b75c49387c3
4
- data.tar.gz: ce292f0a328e6d5320559104b86de152e43e7d77
5
- SHA512:
6
- metadata.gz: b323c5e692bd4f90e1e3b5fb4108164fde0f7a1fdf30f80a9ecd111977cd4a433bfd0a0888303451c1d3c96e4e651fbe2ba73cafe7438f9c649564d4de78a03d
7
- data.tar.gz: 13665de4db2d1dea234532b454e66cca23f743b7902a6e6a294438346266c3121bedca470af037f28e8e1fcf18baf01a0ea1da9dd0762e4bfb5bbbcb156d62c2