geoip-c 0.8.0.rc1 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- metadata +9 -16
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,15 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geoip-c
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease: 6
|
4
|
+
prerelease: false
|
6
5
|
segments:
|
7
6
|
- 0
|
8
7
|
- 8
|
9
8
|
- 0
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 0.8.0.rc1
|
9
|
+
version: 0.8.0
|
13
10
|
platform: ruby
|
14
11
|
authors:
|
15
12
|
- Ryah Dahl
|
@@ -19,7 +16,8 @@ autorequire:
|
|
19
16
|
bindir: bin
|
20
17
|
cert_chain: []
|
21
18
|
|
22
|
-
date: 2011-
|
19
|
+
date: 2011-10-03 00:00:00 -04:00
|
20
|
+
default_executable:
|
23
21
|
dependencies: []
|
24
22
|
|
25
23
|
description: Generic GeoIP lookup tool. Based on the geoip_city RubyGem by Ryah Dahl
|
@@ -38,6 +36,7 @@ files:
|
|
38
36
|
- test.rb
|
39
37
|
- geoip.c
|
40
38
|
- README.md
|
39
|
+
has_rdoc: true
|
41
40
|
homepage: http://github.com/mtodd/geoip
|
42
41
|
licenses: []
|
43
42
|
|
@@ -47,29 +46,23 @@ rdoc_options: []
|
|
47
46
|
require_paths:
|
48
47
|
- .
|
49
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
50
|
-
none: false
|
51
49
|
requirements:
|
52
50
|
- - ">="
|
53
51
|
- !ruby/object:Gem::Version
|
54
|
-
hash: 3
|
55
52
|
segments:
|
56
53
|
- 0
|
57
54
|
version: "0"
|
58
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
|
-
none: false
|
60
56
|
requirements:
|
61
|
-
- - "
|
57
|
+
- - ">="
|
62
58
|
- !ruby/object:Gem::Version
|
63
|
-
hash: 25
|
64
59
|
segments:
|
65
|
-
-
|
66
|
-
|
67
|
-
- 1
|
68
|
-
version: 1.3.1
|
60
|
+
- 0
|
61
|
+
version: "0"
|
69
62
|
requirements: []
|
70
63
|
|
71
64
|
rubyforge_project:
|
72
|
-
rubygems_version: 1.
|
65
|
+
rubygems_version: 1.3.6
|
73
66
|
signing_key:
|
74
67
|
specification_version: 3
|
75
68
|
summary: A Binding to the GeoIP C library
|