# -*- encoding: utf-8 -*- # stub: us_geo 2.0.2 ruby lib Gem::Specification.new do |s| s.name = "us_geo".freeze s.version = "2.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Brian Durand".freeze] s.date = "2023-05-16" s.email = ["bbdurand@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "MIT_LICENSE.txt".freeze, "README.md".freeze, "UPDATING_TO_VERSION_2.md".freeze, "VERSION".freeze, "db/migrate/20190221054200_create_regions.rb".freeze, "db/migrate/20190221054300_create_divisions.rb".freeze, "db/migrate/20190221054400_create_states.rb".freeze, "db/migrate/20190221054500_create_combined_statistical_areas.rb".freeze, "db/migrate/20190221054600_create_core_based_statistical_areas.rb".freeze, "db/migrate/20190221054650_create_metropolitan_divisions.rb".freeze, "db/migrate/20190221054700_create_counties.rb".freeze, "db/migrate/20190221054800_create_zctas.rb".freeze, "db/migrate/20190221054900_create_zcta_counties.rb".freeze, "db/migrate/20190221055000_create_urban_areas.rb".freeze, "db/migrate/20190221055100_create_urban_area_counties.rb".freeze, "db/migrate/20190221055200_create_zcta_urban_areas.rb".freeze, "db/migrate/20190221060000_create_places.rb".freeze, "db/migrate/20190221061000_create_place_counties.rb".freeze, "db/migrate/20190221062000_create_zcta_places.rb".freeze, "db/migrate/20190221063000_create_county_subdivisions.rb".freeze, "db/migrate/20220722000000_allow_null_zcta_counties_demographics.rb".freeze, "db/migrate/20220722000200_allow_null_zcta_places_demographics.rb".freeze, "db/migrate/20230414000000_add_zcta_primary_place.rb".freeze, "db/migrate/20230414000200_add_demographics_to_regions.rb".freeze, "db/migrate/20230414000300_add_demographics_to_divisions.rb".freeze, "db/migrate/20230414000400_add_demographics_to_states.rb".freeze, "db/migrate/20230414000700_add_short_name_to_core_based_statistical_areas.rb".freeze, "db/migrate/20230414000750_add_short_name_to_combined_statistical_areas.rb".freeze, "db/migrate/20230414000800_create_zcta_mappings.rb".freeze, "db/migrate/20230417000100_create_zcta_county_subdivisions.rb".freeze, "db/migrate/20230417000200_add_unique_name_index_to_county_subdivisions.rb".freeze, "db/migrate/20230417000250_add_zcta_primary_county_subdivision.rb".freeze, "db/migrate/20230417000300_create_urban_area_county_subdivisions.rb".freeze, "db/migrate/20230417000400_allow_null_urban_area_counties_demographics.rb".freeze, "db/migrate/20230417000500_allow_null_zcta_urban_areas_demographics.rb".freeze, "db/migrate/20230417000600_add_additional_time_zone_name_to_counties.rb".freeze, "db/migrate/20230426000100_add_index_on_zctas_geoids.rb".freeze, "db/schema.rb".freeze, "explorer_app/.gitattributes".freeze, "explorer_app/.gitignore".freeze, "explorer_app/Gemfile".freeze, "explorer_app/Rakefile".freeze, "explorer_app/app/assets/images/.keep".freeze, "explorer_app/app/assets/stylesheets/application.css".freeze, "explorer_app/app/controllers/application_controller.rb".freeze, "explorer_app/app/controllers/combined_statistical_areas_controller.rb".freeze, "explorer_app/app/controllers/concerns/.keep".freeze, "explorer_app/app/controllers/core_based_statistical_areas_controller.rb".freeze, "explorer_app/app/controllers/counties_controller.rb".freeze, "explorer_app/app/controllers/county_subdivisions_controller.rb".freeze, "explorer_app/app/controllers/divisions_controller.rb".freeze, "explorer_app/app/controllers/home_controller.rb".freeze, "explorer_app/app/controllers/metropolitan_divisions_controller.rb".freeze, "explorer_app/app/controllers/places_controller.rb".freeze, "explorer_app/app/controllers/regions_controller.rb".freeze, "explorer_app/app/controllers/states_controller.rb".freeze, "explorer_app/app/controllers/urban_areas_controller.rb".freeze, "explorer_app/app/controllers/zctas_controller.rb".freeze, "explorer_app/app/helpers/application_helper.rb".freeze, "explorer_app/app/models/application_record.rb".freeze, "explorer_app/app/models/concerns/.keep".freeze, "explorer_app/app/views/combined_statistical_areas/_table.html.erb".freeze, "explorer_app/app/views/combined_statistical_areas/index.html.erb".freeze, "explorer_app/app/views/combined_statistical_areas/show.html.erb".freeze, "explorer_app/app/views/core_based_statistical_areas/_table.html.erb".freeze, "explorer_app/app/views/core_based_statistical_areas/index.html.erb".freeze, "explorer_app/app/views/core_based_statistical_areas/show.html.erb".freeze, "explorer_app/app/views/counties/_table.html.erb".freeze, "explorer_app/app/views/counties/show.html.erb".freeze, "explorer_app/app/views/county_subdivisions/_table.html.erb".freeze, "explorer_app/app/views/county_subdivisions/show.html.erb".freeze, "explorer_app/app/views/divisions/_table.html.erb".freeze, "explorer_app/app/views/divisions/index.html.erb".freeze, "explorer_app/app/views/divisions/show.html.erb".freeze, "explorer_app/app/views/home/index.html.erb".freeze, "explorer_app/app/views/layouts/application.html.erb".freeze, "explorer_app/app/views/metropolitan_divisions/_table.html.erb".freeze, "explorer_app/app/views/metropolitan_divisions/index.html.erb".freeze, "explorer_app/app/views/metropolitan_divisions/show.html.erb".freeze, "explorer_app/app/views/places/_table.html.erb".freeze, "explorer_app/app/views/places/show.html.erb".freeze, "explorer_app/app/views/regions/_table.html.erb".freeze, "explorer_app/app/views/regions/index.html.erb".freeze, "explorer_app/app/views/regions/show.html.erb".freeze, "explorer_app/app/views/shared/_breadcrumbs.html.erb".freeze, "explorer_app/app/views/shared/_demographics_cells.html.erb".freeze, "explorer_app/app/views/shared/_demographics_headers.html.erb".freeze, "explorer_app/app/views/states/_table.html.erb".freeze, "explorer_app/app/views/states/index.html.erb".freeze, "explorer_app/app/views/states/show.html.erb".freeze, "explorer_app/app/views/urban_areas/_table.html.erb".freeze, "explorer_app/app/views/urban_areas/index.html.erb".freeze, "explorer_app/app/views/urban_areas/show.html.erb".freeze, "explorer_app/app/views/zctas/_table.html.erb".freeze, "explorer_app/app/views/zctas/show.html.erb".freeze, "explorer_app/bin/bundle".freeze, "explorer_app/bin/rails".freeze, "explorer_app/bin/rake".freeze, "explorer_app/bin/setup".freeze, "explorer_app/config.ru".freeze, "explorer_app/config/application.rb".freeze, "explorer_app/config/boot.rb".freeze, "explorer_app/config/database.yml".freeze, "explorer_app/config/environment.rb".freeze, "explorer_app/config/environments/development.rb".freeze, "explorer_app/config/initializers/filter_parameter_logging.rb".freeze, "explorer_app/config/locales/en.yml".freeze, "explorer_app/config/puma.rb".freeze, "explorer_app/config/routes.rb".freeze, "explorer_app/db/seeds.rb".freeze, "explorer_app/lib/assets/.keep".freeze, "explorer_app/lib/tasks/.keep".freeze, "explorer_app/log/.keep".freeze, "explorer_app/public/404.html".freeze, "explorer_app/public/422.html".freeze, "explorer_app/public/500.html".freeze, "explorer_app/public/apple-touch-icon-precomposed.png".freeze, "explorer_app/public/apple-touch-icon.png".freeze, "explorer_app/public/favicon.ico".freeze, "explorer_app/public/robots.txt".freeze, "explorer_app/tmp/.keep".freeze, "explorer_app/tmp/pids/.keep".freeze, "lib/tasks/us_geo/us_geo.rake".freeze, "lib/us_geo.rb".freeze, "lib/us_geo/area.rb".freeze, "lib/us_geo/base_record.rb".freeze, "lib/us_geo/combined_statistical_area.rb".freeze, "lib/us_geo/core_based_statistical_area.rb".freeze, "lib/us_geo/county.rb".freeze, "lib/us_geo/county_subdivision.rb".freeze, "lib/us_geo/division.rb".freeze, "lib/us_geo/engine.rb".freeze, "lib/us_geo/metropolitan_area.rb".freeze, "lib/us_geo/metropolitan_division.rb".freeze, "lib/us_geo/micropolitan_area.rb".freeze, "lib/us_geo/place.rb".freeze, "lib/us_geo/place_county.rb".freeze, "lib/us_geo/population.rb".freeze, "lib/us_geo/region.rb".freeze, "lib/us_geo/state.rb".freeze, "lib/us_geo/urban_area.rb".freeze, "lib/us_geo/urban_area_county.rb".freeze, "lib/us_geo/urban_area_county_subdivision.rb".freeze, "lib/us_geo/urban_cluster.rb".freeze, "lib/us_geo/urbanized_area.rb".freeze, "lib/us_geo/version.rb".freeze, "lib/us_geo/zcta.rb".freeze, "lib/us_geo/zcta_county.rb".freeze, "lib/us_geo/zcta_county_subdivision.rb".freeze, "lib/us_geo/zcta_mapping.rb".freeze, "lib/us_geo/zcta_place.rb".freeze, "lib/us_geo/zcta_urban_area.rb".freeze, "us_geo.gemspec".freeze] s.homepage = "https://github.com/bdurand/us_geo".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Collection of geographic data for the United States for use with ActiveRecord".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end