hostip 0.2.0 → 0.2.1
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/Rakefile +2 -2
- metadata +42 -50
data/Rakefile
CHANGED
|
@@ -7,10 +7,10 @@ require 'rubygems/specification'
|
|
|
7
7
|
|
|
8
8
|
spec = Gem::Specification.new do |s|
|
|
9
9
|
s.name = "hostip"
|
|
10
|
-
s.version = "0.2.
|
|
10
|
+
s.version = "0.2.1"
|
|
11
11
|
s.authors = ['Philipp Fehre']
|
|
12
12
|
s.email = "philipp.fehre@googlemail.com"
|
|
13
|
-
s.homepage = "
|
|
13
|
+
s.homepage = "https://github.com/sideshowcoder/hostip-gem"
|
|
14
14
|
s.description = s.summary = "A simple Ruby wrapper for hostip.info"
|
|
15
15
|
s.summary = "Get geolocation, ip, country and city information for current or any other ip from hostip.info"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,43 +1,40 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hostip
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 0
|
|
7
|
-
- 2
|
|
8
|
-
- 0
|
|
9
|
-
version: 0.2.0
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.1
|
|
5
|
+
prerelease:
|
|
10
6
|
platform: ruby
|
|
11
|
-
authors:
|
|
7
|
+
authors:
|
|
12
8
|
- Philipp Fehre
|
|
13
9
|
autorequire: hostip
|
|
14
10
|
bindir: bin
|
|
15
11
|
cert_chain: []
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
dependencies:
|
|
20
|
-
- !ruby/object:Gem::Dependency
|
|
12
|
+
date: 2012-09-09 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
21
15
|
name: httparty
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
requirements:
|
|
25
|
-
- -
|
|
26
|
-
- !ruby/object:Gem::Version
|
|
27
|
-
|
|
28
|
-
- 0
|
|
29
|
-
version: "0"
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
30
22
|
type: :runtime
|
|
31
|
-
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0'
|
|
32
30
|
description: A simple Ruby wrapper for hostip.info
|
|
33
31
|
email: philipp.fehre@googlemail.com
|
|
34
|
-
executables:
|
|
32
|
+
executables:
|
|
35
33
|
- hostip
|
|
36
34
|
extensions: []
|
|
37
|
-
|
|
38
|
-
extra_rdoc_files:
|
|
35
|
+
extra_rdoc_files:
|
|
39
36
|
- README.rdoc
|
|
40
|
-
files:
|
|
37
|
+
files:
|
|
41
38
|
- README.rdoc
|
|
42
39
|
- Rakefile
|
|
43
40
|
- lib/hostip.rb
|
|
@@ -46,37 +43,32 @@ files:
|
|
|
46
43
|
- tests/test_helper.rb
|
|
47
44
|
- tests/ts_alltests.rb
|
|
48
45
|
- bin/hostip
|
|
49
|
-
|
|
50
|
-
homepage: http://bitbucket.org/sideshowcoder/hostip-gem/
|
|
46
|
+
homepage: https://github.com/sideshowcoder/hostip-gem
|
|
51
47
|
licenses: []
|
|
52
|
-
|
|
53
48
|
post_install_message:
|
|
54
49
|
rdoc_options: []
|
|
55
|
-
|
|
56
|
-
require_paths:
|
|
50
|
+
require_paths:
|
|
57
51
|
- lib
|
|
58
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
requirements:
|
|
67
|
-
- -
|
|
68
|
-
- !ruby/object:Gem::Version
|
|
69
|
-
|
|
70
|
-
- 0
|
|
71
|
-
version: "0"
|
|
52
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
53
|
+
none: false
|
|
54
|
+
requirements:
|
|
55
|
+
- - ! '>='
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: '0'
|
|
58
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
59
|
+
none: false
|
|
60
|
+
requirements:
|
|
61
|
+
- - ! '>='
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: '0'
|
|
72
64
|
requirements: []
|
|
73
|
-
|
|
74
65
|
rubyforge_project:
|
|
75
|
-
rubygems_version: 1.
|
|
66
|
+
rubygems_version: 1.8.23
|
|
76
67
|
signing_key:
|
|
77
68
|
specification_version: 3
|
|
78
|
-
summary: Get geolocation, ip, country and city information for current or any other
|
|
79
|
-
|
|
69
|
+
summary: Get geolocation, ip, country and city information for current or any other
|
|
70
|
+
ip from hostip.info
|
|
71
|
+
test_files:
|
|
80
72
|
- tests/tc_hostip.rb
|
|
81
73
|
- tests/tc_hostipbin.rb
|
|
82
74
|
- tests/test_helper.rb
|