morpheus-cli 3.2.0.1 → 3.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Morpheus
3
3
  module Cli
4
- VERSION = "3.2.0.1"
4
+ VERSION = "3.3.1"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morpheus-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.1
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Estes
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2018-03-20 00:00:00.000000000 Z
14
+ date: 2018-03-30 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
@@ -185,6 +185,7 @@ files:
185
185
  - lib/morpheus/api/option_types_interface.rb
186
186
  - lib/morpheus/api/options_interface.rb
187
187
  - lib/morpheus/api/policies_interface.rb
188
+ - lib/morpheus/api/power_scheduling_interface.rb
188
189
  - lib/morpheus/api/provision_types_interface.rb
189
190
  - lib/morpheus/api/roles_interface.rb
190
191
  - lib/morpheus/api/security_group_rules_interface.rb
@@ -253,6 +254,7 @@ files:
253
254
  - lib/morpheus/cli/option_parser.rb
254
255
  - lib/morpheus/cli/option_types.rb
255
256
  - lib/morpheus/cli/policies_command.rb
257
+ - lib/morpheus/cli/power_scheduling_command.rb
256
258
  - lib/morpheus/cli/preseed_scripts_command.rb
257
259
  - lib/morpheus/cli/recent_activity_command.rb
258
260
  - lib/morpheus/cli/remote.rb
@@ -299,7 +301,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
301
  version: '0'
300
302
  requirements: []
301
303
  rubyforge_project:
302
- rubygems_version: 2.5.1
304
+ rubygems_version: 2.4.8
303
305
  signing_key:
304
306
  specification_version: 4
305
307
  summary: Provides CLI Interface to the Morpheus Public/Private Cloud Appliance