eyepea 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -1,3 +1,14 @@
1
1
  About
2
2
  -
3
- A cute command line tool to get your external ip addy.
3
+ A cute command line tool to get your external ip addy.
4
+
5
+ Installation
6
+ -
7
+ gem install eyepea
8
+
9
+ Usage
10
+ -
11
+ eyepea
12
+
13
+
14
+ Follow me on Twitter: @_ty
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/eyepea.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eyepea}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Tyler Van Hoomissen}]
12
- s.date = %q{2011-08-28}
12
+ s.date = %q{2011-08-31}
13
13
  s.description = %q{Cute command line IP addy getter.}
14
14
  s.email = %q{linuxsable@gmail.com}
15
15
  s.executables = [%q{eyepea}]
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
29
29
  "lib/eyepea.rb",
30
30
  "lib/eyepea/client.rb",
31
31
  "pkg/eyepea-0.1.0.gem",
32
+ "pkg/eyepea-0.1.1.gem",
32
33
  "test/helper.rb",
33
34
  "test/test_eyepea.rb"
34
35
  ]
data/lib/eyepea/client.rb CHANGED
@@ -48,7 +48,7 @@ module EyePea
48
48
  msgs = [
49
49
  'Body massage machine go',
50
50
  'Searching the intertubes',
51
- 'Dailing up',
51
+ 'Dialing up',
52
52
  'Here we go'
53
53
  ]
54
54
  msgs[rand(msgs.size)] + '..'
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: eyepea
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tyler Van Hoomissen
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-28 00:00:00 Z
13
+ date: 2011-08-31 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
@@ -88,6 +88,7 @@ files:
88
88
  - lib/eyepea.rb
89
89
  - lib/eyepea/client.rb
90
90
  - pkg/eyepea-0.1.0.gem
91
+ - pkg/eyepea-0.1.1.gem
91
92
  - test/helper.rb
92
93
  - test/test_eyepea.rb
93
94
  homepage: http://github.com/linuxsable/eyepea
@@ -103,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
104
  requirements:
104
105
  - - ">="
105
106
  - !ruby/object:Gem::Version
106
- hash: -617320439597251421
107
+ hash: -2723474974205863842
107
108
  segments:
108
109
  - 0
109
110
  version: "0"