ats 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9b3652a7841ef48ef4531ac219c95a3316b34b018980ab39bf660e898673d5d
4
- data.tar.gz: c3596bdd8f0fc9dd9291f0d4aee8c43ab2673cbbd962350d1974360039bc1b38
3
+ metadata.gz: 549e6f0076a120831fb54d0ab1d2f516c38bd426feed91a9fcfef77395410c23
4
+ data.tar.gz: e5ea540288300f2ed2daa5c8fa7a8fd04fe48366156ff324f90793ce97b5ce28
5
5
  SHA512:
6
- metadata.gz: 1f1066aef484dc8649776e8f1ee49e6be2d870c946336e30ae4c3a49a02dd46345b0ad6c0fe1745952160b73fcfeb291b47355822200a8874f7309caa5312c81
7
- data.tar.gz: a1c4ee41d675f554df2a039676f93870bea300e4445f60904cea8e06bb1fd6e442da3bd0e8c360eb02ff2d11ae946d173fd7a38a24b2a016d431cd287f1d871c
6
+ metadata.gz: 790bae34bdc6c1f5bb9dd8ba5278cdb3aec024edab9c35dce2f146e1e07feee0727aef9ea68ea9ab35ca60d61cbd7efccf7af6c5cd245a2664c7d3dacd3f207f
7
+ data.tar.gz: cd1cc9c634f5330ce6825c3774b3eaaaa812e9c40946f66576d37125e50624302300b5a242b6e8002dd5266cd03d904f195256551565c339796f20458b476968
@@ -2,8 +2,6 @@ module ATS
2
2
  module CLI
3
3
  module AMP4E
4
4
  class Application < Thor
5
- class_option :profile, default: :default, required: false
6
-
7
5
  desc 'computers SUBCOMMAND ...ARGS', 'interact with the AMP4E API'
8
6
  subcommand :computers, ATS::CLI::AMP4E::Computers
9
7
 
@@ -2,8 +2,6 @@ module ATS
2
2
  module CLI
3
3
  module AMP4E
4
4
  class Computers < Command
5
- class_option :profile, default: :default, required: false
6
-
7
5
  desc 'list', 'list'
8
6
  def list
9
7
  print_json api.computers.list
@@ -2,8 +2,6 @@ module ATS
2
2
  module CLI
3
3
  module AMP4E
4
4
  class Events < Command
5
- class_option :profile, default: :default, required: false
6
-
7
5
  desc 'list', 'list'
8
6
  def list
9
7
  print_json api.events.list
@@ -2,8 +2,6 @@ module ATS
2
2
  module CLI
3
3
  module AMP4E
4
4
  class Groups < Command
5
- class_option :profile, default: :default, required: false
6
-
7
5
  desc 'list', 'list'
8
6
  def list
9
7
  print_json api.groups.list
@@ -2,8 +2,6 @@ module ATS
2
2
  module CLI
3
3
  module AMP4E
4
4
  class Policies < Command
5
- class_option :profile, default: :default, required: false
6
-
7
5
  desc 'list', 'list'
8
6
  def list
9
7
  print_json api.policies.list
@@ -1,3 +1,3 @@
1
1
  module ATS
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - mokha