elecnix-ruby-geonames 0.2.2
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 +15 -0
- metadata +53 -0
data/README
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
h2. Geonames Ruby API
|
|
2
|
+
|
|
3
|
+
Ruby library for Geonames Web Services (http://www.geonames.org/export/)
|
|
4
|
+
|
|
5
|
+
Inspired by the Geonames Java Client API library
|
|
6
|
+
|
|
7
|
+
http://www.tbcn.ca/geonames
|
|
8
|
+
|
|
9
|
+
If you use the commercial service, you should put something like this in your configuration:
|
|
10
|
+
|
|
11
|
+
<pre>Geonames::username = 'username'
|
|
12
|
+
Geonames::base_url = 'http://ws.geonames.net'
|
|
13
|
+
</pre>
|
|
14
|
+
|
|
15
|
+
In a Rails application, this would go in the @config/environment.rb@ file.
|
metadata
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: elecnix-ruby-geonames
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.2.2
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Adam Wisniewski
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
|
|
12
|
+
date: 2009-05-07 00:00:00 -07:00
|
|
13
|
+
default_executable:
|
|
14
|
+
dependencies: []
|
|
15
|
+
|
|
16
|
+
description:
|
|
17
|
+
email: adamw@tbcn.ca
|
|
18
|
+
executables: []
|
|
19
|
+
|
|
20
|
+
extensions: []
|
|
21
|
+
|
|
22
|
+
extra_rdoc_files:
|
|
23
|
+
- README
|
|
24
|
+
files:
|
|
25
|
+
- README
|
|
26
|
+
has_rdoc: true
|
|
27
|
+
homepage: http://www.tbcn.ca/ruby_geonames
|
|
28
|
+
post_install_message:
|
|
29
|
+
rdoc_options: []
|
|
30
|
+
|
|
31
|
+
require_paths:
|
|
32
|
+
- lib
|
|
33
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
|
+
requirements:
|
|
35
|
+
- - ">="
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: "0"
|
|
38
|
+
version:
|
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - ">="
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: "0"
|
|
44
|
+
version:
|
|
45
|
+
requirements: []
|
|
46
|
+
|
|
47
|
+
rubyforge_project:
|
|
48
|
+
rubygems_version: 1.2.0
|
|
49
|
+
signing_key:
|
|
50
|
+
specification_version: 2
|
|
51
|
+
summary: Ruby library for Geonames Web Services (http://www.geonames.org/export/)
|
|
52
|
+
test_files: []
|
|
53
|
+
|