geoip-extensions 0.0.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 45094606d9fcb654b21f07cf5fceb42b884454fa
4
+ data.tar.gz: 2ceacc002b27657d26ede00f55f11f37933b822f
5
+ SHA512:
6
+ metadata.gz: 65b692e98174522b004ffe08bd161873e6dfbae04dc058fe0cfa05e2ef071ccf55b1bf070017f9e872e493826390ce19e4074b00bd4b8b1ed1a01a27bba4d280
7
+ data.tar.gz: fef1839f819912dd1d24b9e2d80afd299630918ff454498944fb6d26958af13be09d1cfae22d57c284c385e99a692ff0e3539a24f20b37c6a23e4fe9cae84c79
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 2167961 Ontario Inc., Zoocasa <code@zoocasa.com>
1
+ Copyright (c) 2012-2016 J Smith <dark.panda@gmail.com>
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person
4
4
  obtaining a copy of this software and associated documentation
@@ -10,14 +10,15 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["J Smith"]
11
11
  s.description = "Extensions to the GeoIP library."
12
12
  s.summary = s.description
13
- s.email = "code@zoocasa.com"
13
+ s.email = "dark.panda@gmail.com"
14
+ s.license = "MIT"
14
15
  s.extra_rdoc_files = [
15
16
  "README.rdoc"
16
17
  ]
17
18
  s.files = `git ls-files`.split($\)
18
19
  s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }
19
20
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
20
- s.homepage = "https://github.com/zoocasa/geoip-extensions"
21
+ s.homepage = "https://github.com/dark-panda/geoip-extensions"
21
22
  s.require_paths = ["lib"]
22
23
 
23
24
  s.add_dependency("geoip-c")
@@ -1,6 +1,6 @@
1
1
 
2
2
  module GeoIP
3
3
  module Extensions
4
- VERSION = '0.0.2'
4
+ VERSION = '1.0.0'.freeze
5
5
  end
6
6
  end
@@ -18,6 +18,8 @@ end
18
18
 
19
19
  require File.join(File.dirname(__FILE__), %w{ .. lib geoip-extensions })
20
20
 
21
+ puts "Ruby version #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL} - #{RbConfig::CONFIG['RUBY_INSTALL_NAME']}"
22
+
21
23
  module TestHelper
22
24
  CITY_DB = begin
23
25
  GeoIP::City.new(ENV['GEOIP_DB'])
metadata CHANGED
@@ -1,56 +1,51 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geoip-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
5
- prerelease:
4
+ version: 1.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - J Smith
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-12-24 00:00:00.000000000 Z
11
+ date: 2016-02-01 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: geoip-c
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: ffi-geos
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: Extensions to the GeoIP library.
47
- email: code@zoocasa.com
42
+ email: dark.panda@gmail.com
48
43
  executables: []
49
44
  extensions: []
50
45
  extra_rdoc_files:
51
46
  - README.rdoc
52
47
  files:
53
- - .gitignore
48
+ - ".gitignore"
54
49
  - Gemfile
55
50
  - Guardfile
56
51
  - MIT-LICENSE
@@ -63,29 +58,29 @@ files:
63
58
  - lib/geoip/extensions/version.rb
64
59
  - test/geos_tests.rb
65
60
  - test/test_helper.rb
66
- homepage: https://github.com/zoocasa/geoip-extensions
67
- licenses: []
61
+ homepage: https://github.com/dark-panda/geoip-extensions
62
+ licenses:
63
+ - MIT
64
+ metadata: {}
68
65
  post_install_message:
69
66
  rdoc_options: []
70
67
  require_paths:
71
68
  - lib
72
69
  required_ruby_version: !ruby/object:Gem::Requirement
73
- none: false
74
70
  requirements:
75
- - - ! '>='
71
+ - - ">="
76
72
  - !ruby/object:Gem::Version
77
73
  version: '0'
78
74
  required_rubygems_version: !ruby/object:Gem::Requirement
79
- none: false
80
75
  requirements:
81
- - - ! '>='
76
+ - - ">="
82
77
  - !ruby/object:Gem::Version
83
78
  version: '0'
84
79
  requirements: []
85
80
  rubyforge_project:
86
- rubygems_version: 1.8.24
81
+ rubygems_version: 2.5.1
87
82
  signing_key:
88
- specification_version: 3
83
+ specification_version: 4
89
84
  summary: Extensions to the GeoIP library.
90
85
  test_files:
91
86
  - test/geos_tests.rb