morpheus-cli 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/morpheus-cli.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'morpheus/cli/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "morpheus-cli"
8
8
  spec.version = Morpheus::Cli::VERSION
9
- spec.authors = ["David Estes"]
9
+ spec.authors = ["David Estes", "Bob Whiton", "Jeremy Michael Crosbie"]
10
10
  spec.email = ["davydotcom@gmail.com"]
11
11
  spec.summary = "Provides CLI Interface to the Morpheus Public/Private Cloud Appliance"
12
12
  spec.description = "Morpheus allows one to manage docker containers and deploy applications on the CLI"
13
- spec.homepage = "http://www.gomorpheus.com"
13
+ spec.homepage = "http://www.morpheusdata.com"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: morpheus-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Estes
8
+ - Bob Whiton
9
+ - Jeremy Michael Crosbie
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2015-09-29 00:00:00.000000000 Z
13
+ date: 2016-05-06 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: bundler
@@ -143,10 +145,14 @@ files:
143
145
  - lib/morpheus/api/groups_interface.rb
144
146
  - lib/morpheus/api/instance_types_interface.rb
145
147
  - lib/morpheus/api/instances_interface.rb
148
+ - lib/morpheus/api/security_group_rules_interface.rb
149
+ - lib/morpheus/api/security_groups_interface.rb
146
150
  - lib/morpheus/api/servers_interface.rb
147
151
  - lib/morpheus/api/zones_interface.rb
148
152
  - lib/morpheus/cli.rb
149
153
  - lib/morpheus/cli/apps.rb
154
+ - lib/morpheus/cli/cli_command.rb
155
+ - lib/morpheus/cli/cli_registry.rb
150
156
  - lib/morpheus/cli/credentials.rb
151
157
  - lib/morpheus/cli/deploys.rb
152
158
  - lib/morpheus/cli/error_handler.rb
@@ -154,11 +160,14 @@ files:
154
160
  - lib/morpheus/cli/instance_types.rb
155
161
  - lib/morpheus/cli/instances.rb
156
162
  - lib/morpheus/cli/remote.rb
163
+ - lib/morpheus/cli/security_group_rules.rb
164
+ - lib/morpheus/cli/security_groups.rb
157
165
  - lib/morpheus/cli/servers.rb
158
166
  - lib/morpheus/cli/version.rb
159
167
  - lib/morpheus/cli/zones.rb
168
+ - lib/morpheus/rest_client.rb
160
169
  - morpheus-cli.gemspec
161
- homepage: http://www.gomorpheus.com
170
+ homepage: http://www.morpheusdata.com
162
171
  licenses:
163
172
  - MIT
164
173
  metadata: {}
@@ -178,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
187
  version: '0'
179
188
  requirements: []
180
189
  rubyforge_project:
181
- rubygems_version: 2.2.2
190
+ rubygems_version: 2.4.3
182
191
  signing_key:
183
192
  specification_version: 4
184
193
  summary: Provides CLI Interface to the Morpheus Public/Private Cloud Appliance