geonames_local 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,6 @@ Gem::Specification.new do |gem|
24
24
  "README.rdoc"
25
25
  ]
26
26
 
27
- gem.add_dependency('georuby', ['>= 3.0.0'])
28
27
 
29
28
  gem.post_install_message = %q{
30
29
  Geonames Local
@@ -33,20 +32,9 @@ Geonames Local
33
32
  To use the adapter, install the corresponding gem:
34
33
 
35
34
  PostgreSQL => pg
36
- MongoDB => mongodb (optional: mongo_ext)
35
+ MongoDB => mongoid (optional: mongo_ext)
37
36
  Tokyo => tokyocabinet
38
37
 
39
- PostgreSQL
40
- ----------
41
-
42
- Be sure to use a database based on the PostGIS template.
43
-
44
- MongoDB
45
- -------
46
-
47
- MongoDB 2D support is new, only mongo >= 1.3.3 mongodb gem >= 0.19.2
48
- http://github.com/mongodb/mongo-ruby-driver
49
-
50
38
  Have fun because:
51
39
  }
52
40
  end
@@ -1,3 +1,3 @@
1
1
  module Geonames
2
- VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geonames_local
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,23 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-10-31 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: georuby
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: 3.0.0
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: 3.0.0
13
+ dependencies: []
30
14
  description: Dump and feed a tokyo cabinet for local geonames search
31
15
  email: x@nofxx.com
32
16
  executables:
@@ -81,11 +65,8 @@ files:
81
65
  homepage: http://github.com/nofxx/geonames_local
82
66
  licenses: []
83
67
  post_install_message: ! "\nGeonames Local\n--------------\n\nTo use the adapter, install
84
- the corresponding gem:\n\n PostgreSQL => pg\n MongoDB => mongodb (optional:
85
- mongo_ext)\n Tokyo => tokyocabinet\n\nPostgreSQL\n----------\n\nBe sure
86
- to use a database based on the PostGIS template.\n\nMongoDB\n-------\n\nMongoDB
87
- 2D support is new, only mongo >= 1.3.3 mongodb gem >= 0.19.2\nhttp://github.com/mongodb/mongo-ruby-driver\n\nHave
88
- fun because:\n"
68
+ the corresponding gem:\n\n PostgreSQL => pg\n MongoDB => mongoid (optional:
69
+ mongo_ext)\n Tokyo => tokyocabinet\n\nHave fun because:\n"
89
70
  rdoc_options: []
90
71
  require_paths:
91
72
  - lib