forked from elecnix/ruby-geonames
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruby-geonames.gemspec
More file actions
19 lines (18 loc) · 1.03 KB
/
ruby-geonames.gemspec
File metadata and controls
19 lines (18 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Gem::Specification.new do |s|
s.name = "ruby-geonames"
s.version = "0.2.11"
s.authors = [ "Adam Wisniewski", "Rahul Ghose" ]
s.email = "adamw@tbcn.ca"
s.date = "2015-07-06"
s.homepage = "https://github.com/rghose/ruby-geonames"
s.platform = Gem::Platform::RUBY
s.summary = "Ruby library for Geonames Web Services (http://www.geonames.org/export/)"
s.files = ["README.markdown", "lib/timezone.rb", "lib/wikipedia_article.rb", "lib/geonames.rb", "lib/postal_code_search_criteria.rb", "lib/intersection.rb", "lib/country_subdivision.rb", "lib/toponym.rb", "lib/toponym_search_result.rb", "lib/bounding_box.rb", "lib/web_service.rb", "lib/postal_code.rb", "lib/toponym_search_criteria.rb", "lib/tc_country_info.rb", "lib/main.rb", "lib/address.rb", "lib/country_info.rb"]
s.require_path = "lib"
s.has_rdoc = true
s.extra_rdoc_files = ["README.markdown"]
s.required_rubygems_version = ">= 1.3.6"
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 2.99'
s.add_development_dependency 'fakeweb'
end