geoip-c 0.8.0.rc1 → 0.8.0

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/Rakefile +1 -1
  2. metadata +9 -16
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ end
22
22
 
23
23
  spec = Gem::Specification.new do |s|
24
24
  s.name = 'geoip-c'
25
- s.version = "0.8.0.rc1"
25
+ s.version = "0.8.0"
26
26
 
27
27
  s.authors = ['Ryah Dahl', 'Matt Todd', 'Andy Lindeman']
28
28
  s.email = ['alindeman@gmail.com', 'mtodd@highgroove.com']
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
- hash: 15424151
5
- prerelease: 6
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 8
9
8
  - 0
10
- - rc
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-09-28 00:00:00 Z
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
- - 1
66
- - 3
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.8.10
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