wmls 0.1.9 → 0.1.10
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
- metadata +36 -30
data/README
CHANGED
@@ -15,6 +15,7 @@ Usage: wmls [options]
|
|
15
15
|
-q, --query QUERYFILE Path to file containing query, delete, add or update template
|
16
16
|
-a cap|get|add|update|delete WITSML action; default is 'get'
|
17
17
|
--action
|
18
|
+
-o, --optionsin OPTIONSIN optionsIn string (optional)
|
18
19
|
-h, --help Show this message
|
19
20
|
|
20
21
|
Example:
|
metadata
CHANGED
@@ -1,51 +1,57 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: wmls
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.9
|
3
|
+
version: !ruby/object:Gem::Version
|
5
4
|
prerelease:
|
5
|
+
version: 0.1.10
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
- Hugh Winkler
|
7
|
+
authors:
|
8
|
+
- Hugh Winkler
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
12
|
+
|
13
|
+
date: 2012-05-01 00:00:00 Z
|
13
14
|
dependencies: []
|
14
|
-
|
15
|
-
|
15
|
+
|
16
|
+
description: Wmls calls GetCap, GetFromStore, AddToStore, UpdateInStore, or DeleteFromStore on a WITSML server.
|
16
17
|
email: hugh.winkler@wellstorm.com
|
17
|
-
executables:
|
18
|
-
- wmls
|
18
|
+
executables:
|
19
|
+
- wmls
|
19
20
|
extensions: []
|
21
|
+
|
20
22
|
extra_rdoc_files: []
|
21
|
-
|
22
|
-
|
23
|
-
-
|
24
|
-
-
|
25
|
-
-
|
23
|
+
|
24
|
+
files:
|
25
|
+
- README
|
26
|
+
- LICENSE
|
27
|
+
- lib/wmls.rb
|
28
|
+
- bin/wmls
|
26
29
|
homepage: https://github.com/wellstorm/wmls/
|
27
30
|
licenses: []
|
31
|
+
|
28
32
|
post_install_message:
|
29
33
|
rdoc_options: []
|
30
|
-
|
31
|
-
|
32
|
-
|
34
|
+
|
35
|
+
require_paths:
|
36
|
+
- lib
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
38
|
none: false
|
34
|
-
requirements:
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: "0"
|
43
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
44
|
none: false
|
40
|
-
requirements:
|
41
|
-
|
42
|
-
|
43
|
-
|
45
|
+
requirements:
|
46
|
+
- - ">="
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: "0"
|
44
49
|
requirements: []
|
50
|
+
|
45
51
|
rubyforge_project:
|
46
|
-
rubygems_version: 1.8.
|
52
|
+
rubygems_version: 1.8.9
|
47
53
|
signing_key:
|
48
54
|
specification_version: 3
|
49
|
-
summary: Calls GetCap, GetFromStore, AddToStore, UpdateInStore, or DeleteFromStore
|
50
|
-
on a WITSML server.
|
55
|
+
summary: Calls GetCap, GetFromStore, AddToStore, UpdateInStore, or DeleteFromStore on a WITSML server.
|
51
56
|
test_files: []
|
57
|
+
|