waitress-core 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/lib/waitress/version.rb +1 -1
- data/lib/waitress/vhost.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e165073a230e88edcebb649c0668d0ac4ab6fa5
|
|
4
|
+
data.tar.gz: c6f14e9515ba43285d41fd057007f5ef6a65ac76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7d4ebffa66d1e35afe479e3411df3b336f7f155b1cc4e6826d452a7b0a39a143538df7ec3f69dbc0cb46127632861e2f647efaa5fb509574a265f6af2e4d6ca
|
|
7
|
+
data.tar.gz: ff2d8f2804e23808a26a5f384ccc8e624c111793357273cff199dc584dcbca49c256c3f026d9471884d411720cf4e6a4ef6240d1a3c6ddab34fe7ec7e305bcd0
|
data/lib/waitress/version.rb
CHANGED
data/lib/waitress/vhost.rb
CHANGED
|
@@ -132,7 +132,7 @@ module Waitress
|
|
|
132
132
|
# Params:
|
|
133
133
|
# +name+:: The desired name of the combo
|
|
134
134
|
# +targets+:: A list of all the libraries to bind to this combo
|
|
135
|
-
def
|
|
135
|
+
def combo name, *targets
|
|
136
136
|
@combos[name.to_sym] = targets
|
|
137
137
|
targets
|
|
138
138
|
end
|