geoinfo 0.0.4 → 0.0.5
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/README.md +3 -0
- data/geoinfo.gemspec +3 -3
- data/lib/geoinfo/version.rb +1 -1
- metadata +12 -4
data/README.md
CHANGED
|
@@ -4,6 +4,9 @@ GeoInfo gem offers comprehensive and reliable databases of localities and zip co
|
|
|
4
4
|
Such data may be integrated to professional software, websites, may be used to generate statistics and to various
|
|
5
5
|
other ends. Gem will provide localities, administrative subdivisions, state and geographical coordinates.
|
|
6
6
|
|
|
7
|
+
### Demo application at https://github.com/diatmpravin/geoinf-demo
|
|
8
|
+
(follow readme for installation steps)
|
|
9
|
+
|
|
7
10
|
### This gem allows you to perform the following conversions:
|
|
8
11
|
|
|
9
12
|
A zipcode to a place
|
data/geoinfo.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Geoinfo::VERSION
|
|
9
9
|
gem.authors = ["Pravin Mishra"]
|
|
10
10
|
gem.email = ["diatm.pravin.it.07.27@gmail.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
11
|
+
gem.description = %q{GeoInfo gem offers comprehensive and reliable databases of localities and zip codes for numerous state of india. Such data may be integrated to professional software, websites, may be used to generate statistics and to various other ends. Gem will provide localities, administrative subdivisions, state and geographical coordinates.}
|
|
12
|
+
gem.summary = %q{GeoInfo gem offers comprehensive and reliable databases of localities and zip codes for numerous state of india. Such data may be integrated to professional software, websites, may be used to generate statistics and to various other ends. Gem will provide localities, administrative subdivisions, state and geographical coordinates.}
|
|
13
13
|
gem.homepage = "https://github.com/diatmpravin/geoinfo.git"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
@@ -18,4 +18,4 @@ Gem::Specification.new do |gem|
|
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
|
|
20
20
|
gem.add_development_dependency "rspec"
|
|
21
|
-
end
|
|
21
|
+
end
|
data/lib/geoinfo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geoinfo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rspec
|
|
@@ -27,7 +27,11 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
description:
|
|
30
|
+
description: GeoInfo gem offers comprehensive and reliable databases of localities
|
|
31
|
+
and zip codes for numerous state of india. Such data may be integrated to professional
|
|
32
|
+
software, websites, may be used to generate statistics and to various other ends.
|
|
33
|
+
Gem will provide localities, administrative subdivisions, state and geographical
|
|
34
|
+
coordinates.
|
|
31
35
|
email:
|
|
32
36
|
- diatm.pravin.it.07.27@gmail.com
|
|
33
37
|
executables: []
|
|
@@ -68,6 +72,10 @@ rubyforge_project:
|
|
|
68
72
|
rubygems_version: 1.8.24
|
|
69
73
|
signing_key:
|
|
70
74
|
specification_version: 3
|
|
71
|
-
summary:
|
|
75
|
+
summary: GeoInfo gem offers comprehensive and reliable databases of localities and
|
|
76
|
+
zip codes for numerous state of india. Such data may be integrated to professional
|
|
77
|
+
software, websites, may be used to generate statistics and to various other ends.
|
|
78
|
+
Gem will provide localities, administrative subdivisions, state and geographical
|
|
79
|
+
coordinates.
|
|
72
80
|
test_files:
|
|
73
81
|
- spec/spec_helper.rb
|