unicorn 4.3.0.2.g4551 → 4.3.1
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.
- data/GIT-VERSION-GEN +1 -1
- data/lib/unicorn/const.rb +1 -1
- data/script/isolate_for_tests +1 -1
- metadata +10 -15
data/GIT-VERSION-GEN
CHANGED
data/lib/unicorn/const.rb
CHANGED
data/script/isolate_for_tests
CHANGED
metadata
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unicorn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 49
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 4
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
- g
|
|
12
|
-
- 4551
|
|
13
|
-
version: 4.3.0.2.g4551
|
|
9
|
+
- 1
|
|
10
|
+
version: 4.3.1
|
|
14
11
|
platform: ruby
|
|
15
12
|
authors:
|
|
16
13
|
- Unicorn hackers
|
|
@@ -18,7 +15,7 @@ autorequire:
|
|
|
18
15
|
bindir: bin
|
|
19
16
|
cert_chain: []
|
|
20
17
|
|
|
21
|
-
date: 2012-04-
|
|
18
|
+
date: 2012-04-29 00:00:00 Z
|
|
22
19
|
dependencies:
|
|
23
20
|
- !ruby/object:Gem::Dependency
|
|
24
21
|
name: rack
|
|
@@ -417,18 +414,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
417
414
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
418
415
|
none: false
|
|
419
416
|
requirements:
|
|
420
|
-
- - "
|
|
417
|
+
- - ">="
|
|
421
418
|
- !ruby/object:Gem::Version
|
|
422
|
-
hash:
|
|
419
|
+
hash: 3
|
|
423
420
|
segments:
|
|
424
|
-
-
|
|
425
|
-
|
|
426
|
-
- 1
|
|
427
|
-
version: 1.3.1
|
|
421
|
+
- 0
|
|
422
|
+
version: "0"
|
|
428
423
|
requirements: []
|
|
429
424
|
|
|
430
425
|
rubyforge_project: mongrel
|
|
431
|
-
rubygems_version: 1.8.
|
|
426
|
+
rubygems_version: 1.8.24
|
|
432
427
|
signing_key:
|
|
433
428
|
specification_version: 3
|
|
434
429
|
summary: Rack HTTP server for fast clients and Unix
|