ilookup 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/ilookup.gemspec +1 -1
  2. data/lib/ilookup/version.rb +1 -1
  3. metadata +4 -4
data/ilookup.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jdyer@voxeolabs.com"]
11
11
  spec.description = "Look up ip's and tags from instance ID"
12
12
  spec.summary = "Look up ip's and tags from instance ID"
13
- spec.homepage = ""
13
+ spec.homepage = "http://rubygems.org/gems/ilookup"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Ilookup
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ilookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,7 +76,7 @@ files:
76
76
  - ilookup.gemspec
77
77
  - lib/ilookup.rb
78
78
  - lib/ilookup/version.rb
79
- homepage: ''
79
+ homepage: http://rubygems.org/gems/ilookup
80
80
  licenses:
81
81
  - MIT
82
82
  post_install_message:
@@ -92,7 +92,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  segments:
94
94
  - 0
95
- hash: 3170084281948909701
95
+ hash: -3116149049608048010
96
96
  required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  none: false
98
98
  requirements:
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  segments:
103
103
  - 0
104
- hash: 3170084281948909701
104
+ hash: -3116149049608048010
105
105
  requirements: []
106
106
  rubyforge_project:
107
107
  rubygems_version: 1.8.23