iv 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/iv.gemspec +1 -1
  2. data/lib/iv/version.rb +1 -1
  3. metadata +4 -4
data/iv.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["e.saxby@modcloth.com"]
7
7
  gem.description = %q{A wrapper for several gems related to infrastructure visualization}
8
8
  gem.summary = %q{Wrapper for infrastructure visualization}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/modcloth/iv"
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/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module IV
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.0.3
21
+ version: 0.0.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.0.3
29
+ version: 0.0.4
30
30
  description: A wrapper for several gems related to infrastructure visualization
31
31
  email:
32
32
  - e.saxby@modcloth.com
@@ -42,7 +42,7 @@ files:
42
42
  - iv.gemspec
43
43
  - lib/iv.rb
44
44
  - lib/iv/version.rb
45
- homepage: ''
45
+ homepage: https://github.com/modcloth/iv
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []