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.
Files changed (3) hide show
  1. data/README +1 -0
  2. data/bin/wmls +2 -0
  3. 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
@@ -102,6 +102,8 @@ end
102
102
  status, supp_msg, witsml = result
103
103
  if (status != 1)
104
104
  $stderr.puts "Error #{status}: #{supp_msg}"
105
+ status
105
106
  else
106
107
  $stdout.puts witsml
108
+ 0
107
109
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wmls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: