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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b788b59420f9aa48b6ad259898e6190b9b697ee
4
- data.tar.gz: 06786d47a77c194e29ff0c4c41b3b44744b06a8e
3
+ metadata.gz: 2e165073a230e88edcebb649c0668d0ac4ab6fa5
4
+ data.tar.gz: c6f14e9515ba43285d41fd057007f5ef6a65ac76
5
5
  SHA512:
6
- metadata.gz: de9344d02bb004d4bf8b1a1650a1780a7d9347f59d90aa2cd53cedf8319a538c3155779040c539b8e64389d51da58c7da0d45ac07adebff0f1c3e313c370b6b0
7
- data.tar.gz: d8606b73b7f4a01e846dced6485bae88fed6fe89389e5e3d1ad35814acfd127da4fdc9e538e3d4df95a4a78ff132cec7a7ba2531384a1e925cb51af8f6cd16f2
6
+ metadata.gz: e7d4ebffa66d1e35afe479e3411df3b336f7f155b1cc4e6826d452a7b0a39a143538df7ec3f69dbc0cb46127632861e2f647efaa5fb509574a265f6af2e4d6ca
7
+ data.tar.gz: ff2d8f2804e23808a26a5f384ccc8e624c111793357273cff199dc584dcbca49c256c3f026d9471884d411720cf4e6a4ef6240d1a3c6ddab34fe7ec7e305bcd0
@@ -1,3 +1,3 @@
1
1
  module Waitress
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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 lib_combo name, *targets
135
+ def combo name, *targets
136
136
  @combos[name.to_sym] = targets
137
137
  targets
138
138
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waitress-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaci Brunning