iv-cli 0.0.3 → 0.0.4.a
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/iv-cli.gemspec +2 -2
- data/lib/iv-cli/command.rb +2 -0
- data/lib/iv-cli/commands/init.rb +2 -0
- data/lib/iv-cli/version.rb +1 -1
- metadata +6 -6
data/iv-cli.gemspec
CHANGED
|
@@ -3,10 +3,10 @@ require File.expand_path('../lib/iv-cli/version', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Eric Saxby"]
|
|
6
|
-
gem.email = ["
|
|
6
|
+
gem.email = ["e.saxby@modcloth.com"]
|
|
7
7
|
gem.description = %q{Peer into your cloud infrastructure, using APIs from various providers}
|
|
8
8
|
gem.summary = %q{Infrastructure Visualization}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "https://github.com/modcloth/iv-cli"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
data/lib/iv-cli/command.rb
CHANGED
data/lib/iv-cli/commands/init.rb
CHANGED
data/lib/iv-cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iv-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.4.a
|
|
5
|
+
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Eric Saxby
|
|
@@ -157,7 +157,7 @@ dependencies:
|
|
|
157
157
|
version: '0'
|
|
158
158
|
description: Peer into your cloud infrastructure, using APIs from various providers
|
|
159
159
|
email:
|
|
160
|
-
-
|
|
160
|
+
- e.saxby@modcloth.com
|
|
161
161
|
executables:
|
|
162
162
|
- iv
|
|
163
163
|
extensions: []
|
|
@@ -196,7 +196,7 @@ files:
|
|
|
196
196
|
- spec/spec_helper.rb
|
|
197
197
|
- spec/support/config.rb
|
|
198
198
|
- spec/support/env.rb
|
|
199
|
-
homepage:
|
|
199
|
+
homepage: https://github.com/modcloth/iv-cli
|
|
200
200
|
licenses: []
|
|
201
201
|
post_install_message:
|
|
202
202
|
rdoc_options: []
|
|
@@ -211,9 +211,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
212
|
none: false
|
|
213
213
|
requirements:
|
|
214
|
-
- - ! '
|
|
214
|
+
- - ! '>'
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
|
-
version:
|
|
216
|
+
version: 1.3.1
|
|
217
217
|
requirements: []
|
|
218
218
|
rubyforge_project:
|
|
219
219
|
rubygems_version: 1.8.22
|