exip 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 (2) hide show
  1. data/bin/exip +1 -1
  2. metadata +4 -4
data/bin/exip CHANGED
@@ -5,7 +5,7 @@ require 'exip'
5
5
 
6
6
  OptionParser.new do |o|
7
7
  o.on("-v", "--version", "Display version") do |h|
8
- puts "exip version 0.0.2"
8
+ puts "exip version 0.0.3"
9
9
  exit
10
10
  end
11
11
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: exip
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ed King
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-05-21 00:00:00 Z
13
+ date: 2012-07-21 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty
@@ -34,7 +34,7 @@ dependencies:
34
34
  version: 0.8.0
35
35
  type: :runtime
36
36
  version_requirements: *id002
37
- description: exip outputs your current external IP address. Nothing more, nothing less!
37
+ description: exip outputs your current external IP address. Nothing more, nothing less :D
38
38
  email: ed@victavision.co.uk
39
39
  executables:
40
40
  - exip
@@ -45,7 +45,7 @@ extra_rdoc_files: []
45
45
  files:
46
46
  - lib/exip.rb
47
47
  - bin/exip
48
- homepage: http://ed.victavision.co.uk/exip-a-rubygem-i-made/
48
+ homepage: http://ed.victavision.co.uk/blog/post/10-7-2012-exip---a-ruby-gem-i-made
49
49
  licenses: []
50
50
 
51
51
  post_install_message: