unicorn 4.0.0.2.g19f7 → 4.0.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/configurator.rb +1 -1
- data/lib/unicorn/const.rb +1 -2
- metadata +8 -15
data/GIT-VERSION-GEN
CHANGED
data/lib/unicorn/configurator.rb
CHANGED
data/lib/unicorn/const.rb
CHANGED
@@ -8,8 +8,7 @@
|
|
8
8
|
# improve things much compared to constants.
|
9
9
|
module Unicorn::Const
|
10
10
|
|
11
|
-
|
12
|
-
UNICORN_VERSION = "4.0.0"
|
11
|
+
UNICORN_VERSION = "4.0.1"
|
13
12
|
|
14
13
|
# default TCP listen host address (0.0.0.0, all interfaces)
|
15
14
|
DEFAULT_HOST = "0.0.0.0"
|
metadata
CHANGED
@@ -1,18 +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: 61
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 4
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
|
11
|
-
- g
|
12
|
-
- 19
|
13
|
-
- f
|
14
|
-
- 7
|
15
|
-
version: 4.0.0.2.g19f7
|
9
|
+
- 1
|
10
|
+
version: 4.0.1
|
16
11
|
platform: ruby
|
17
12
|
authors:
|
18
13
|
- Unicorn hackers
|
@@ -419,14 +414,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
419
414
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
420
415
|
none: false
|
421
416
|
requirements:
|
422
|
-
- - "
|
417
|
+
- - ">="
|
423
418
|
- !ruby/object:Gem::Version
|
424
|
-
hash:
|
419
|
+
hash: 3
|
425
420
|
segments:
|
426
|
-
-
|
427
|
-
|
428
|
-
- 1
|
429
|
-
version: 1.3.1
|
421
|
+
- 0
|
422
|
+
version: "0"
|
430
423
|
requirements: []
|
431
424
|
|
432
425
|
rubyforge_project: mongrel
|