# -*- encoding: utf-8 -*- # stub: welike-geography 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "welike-geography".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kevin Elliott".freeze] s.date = "2009-09-15" s.description = "TODO".freeze s.email = "kevin@welikeinc.com".freeze s.extra_rdoc_files = ["README".freeze, "README.rdoc".freeze] s.files = ["MIT-LICENSE".freeze, "README".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "generators/geography/geography_generator.rb".freeze, "generators/geography/templates/geography_tasks.rake".freeze, "generators/geography/templates/migrations/combined_v1.rb".freeze, "generators/geography/templates/migrations/continents.rb".freeze, "generators/geography/templates/migrations/counties.rb".freeze, "generators/geography/templates/migrations/countries.rb".freeze, "generators/geography/templates/migrations/regions.rb".freeze, "generators/geography/templates/migrations/states.rb".freeze, "generators/geography/templates/models/continent.rb".freeze, "generators/geography/templates/models/country.rb".freeze, "generators/geography/templates/models/county.rb".freeze, "generators/geography/templates/models/region.rb".freeze, "generators/geography/templates/models/state.rb".freeze, "geography.gemspec".freeze, "init.rb".freeze, "install.rb".freeze, "lib/geography.rb".freeze, "lib/geography/data_loaders.rb".freeze, "lib/geography/data_loaders/continents.rb".freeze, "lib/geography/data_loaders/countries.rb".freeze, "rails/init.rb".freeze, "test/geography_test.rb".freeze, "test/test_helper.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://github.com/welike/geography".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Commonly needed geography classes, migrations, and helpers".freeze s.test_files = ["test/geography_test.rb".freeze, "test/test_helper.rb".freeze] end