svlt-ruby-geonames 0.2.7

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.
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: svlt-ruby-geonames
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 2
8
+ - 7
9
+ version: 0.2.7
10
+ platform: ruby
11
+ authors:
12
+ - Ahto Jussila
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-04-09 00:00:00 +03:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description:
22
+ email: ahto@on-line.fi
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files:
28
+ - README.markdown
29
+ files:
30
+ - README.markdown
31
+ - lib/timezone.rb
32
+ - lib/wikipedia_article.rb
33
+ - lib/geonames.rb
34
+ - lib/postal_code_search_criteria.rb
35
+ - lib/intersection.rb
36
+ - lib/country_subdivision.rb
37
+ - lib/toponym.rb
38
+ - lib/toponym_search_result.rb
39
+ - lib/bounding_box.rb
40
+ - lib/web_service.rb
41
+ - lib/postal_code.rb
42
+ - lib/toponym_search_criteria.rb
43
+ - lib/tc_country_info.rb
44
+ - lib/main.rb
45
+ - lib/Rakefile.rb
46
+ - lib/address.rb
47
+ - lib/country_info.rb
48
+ - lib/search_criteria.rb
49
+ has_rdoc: true
50
+ homepage: http://svlt.mycodebasehq.com/svlt-geonames
51
+ licenses: []
52
+
53
+ post_install_message:
54
+ rdoc_options: []
55
+
56
+ require_paths:
57
+ - lib
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ segments:
63
+ - 0
64
+ version: "0"
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ segments:
70
+ - 0
71
+ version: "0"
72
+ requirements: []
73
+
74
+ rubyforge_project:
75
+ rubygems_version: 1.3.6
76
+ signing_key:
77
+ specification_version: 3
78
+ summary: Ruby library for Geonames Web Services (http://www.geonames.org/export/)
79
+ test_files: []
80
+