wmls 0.1.13 → 0.1.14
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/README +1 -0
- data/bin/wmls +2 -0
- metadata +1 -1
data/README
CHANGED
|
@@ -33,3 +33,4 @@ History:
|
|
|
33
33
|
01 May 2012 -- added support for capabilitiesIn parameter to all calls (0.1.9)
|
|
34
34
|
04 May 2012 -- added support for a headers parameter to all calls (0.1.11)
|
|
35
35
|
07 May 2012 -- fix headers param to get_cap (default should be {}) (0.1.13)
|
|
36
|
+
14 Jun 2012 -- return values to shell from wmls script (0.1.14)
|
data/bin/wmls
CHANGED