onering-client 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/onering +1 -1
  2. metadata +3 -3
@@ -56,7 +56,7 @@ subcommand :devices, "Operations related to Onering's assets database" do |devic
56
56
  devices.subcommand :list, "List field values" do |sc|
57
57
  sc.usage = "onering devices list [-f FILTER] FIELD"
58
58
  sc.opt :filter, '-f', '--filter FILTER', "A urlquery filter string"
59
- sc.ops :as_txt, '-t', '--as-text', "Return the results as text"
59
+ sc.opt :as_txt, '-t', '--as-text', "Return the results as text"
60
60
 
61
61
  sc.exec do
62
62
  field = sc[:args].first
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onering-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gary Hetzel