--- !ruby/object:Gem::Specification name: us_geo version: !ruby/object:Gem::Version version: 2.0.0 platform: ruby authors: - Brian Durand autorequire: bindir: bin cert_chain: [] date: 2023-04-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activerecord requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5.2' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: email: - bbdurand@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - MIT_LICENSE.txt - README.md - UPDATING_TO_VERSION_2.md - VERSION - db/migrate/20190221054200_create_regions.rb - db/migrate/20190221054300_create_divisions.rb - db/migrate/20190221054400_create_states.rb - db/migrate/20190221054500_create_combined_statistical_areas.rb - db/migrate/20190221054600_create_core_based_statistical_areas.rb - db/migrate/20190221054650_create_metropolitan_divisions.rb - db/migrate/20190221054700_create_counties.rb - db/migrate/20190221054800_create_zctas.rb - db/migrate/20190221054900_create_zcta_counties.rb - db/migrate/20190221055000_create_urban_areas.rb - db/migrate/20190221055100_create_urban_area_counties.rb - db/migrate/20190221055200_create_zcta_urban_areas.rb - db/migrate/20190221060000_create_places.rb - db/migrate/20190221061000_create_place_counties.rb - db/migrate/20190221062000_create_zcta_places.rb - db/migrate/20190221063000_create_county_subdivisions.rb - db/migrate/20220722000000_allow_null_zcta_counties_demographics.rb - db/migrate/20220722000200_allow_null_zcta_places_demographics.rb - db/migrate/20230414000000_add_zcta_primary_place.rb - db/migrate/20230414000200_add_demographics_to_regions.rb - db/migrate/20230414000300_add_demographics_to_divisions.rb - db/migrate/20230414000400_add_demographics_to_states.rb - db/migrate/20230414000700_add_short_name_to_core_based_statistical_areas.rb - db/migrate/20230414000750_add_short_name_to_combined_statistical_areas.rb - db/migrate/20230414000800_create_zcta_mappings.rb - db/migrate/20230417000100_create_zcta_county_subdivisions.rb - db/migrate/20230417000200_add_unique_name_index_to_county_subdivisions.rb - db/migrate/20230417000250_add_zcta_primary_county_subdivision.rb - db/migrate/20230417000300_create_urban_area_county_subdivisions.rb - db/migrate/20230417000400_allow_null_urban_area_counties_demographics.rb - db/migrate/20230417000500_allow_null_zcta_urban_areas_demographics.rb - db/migrate/20230417000600_add_additional_time_zone_name_to_counties.rb - db/schema.rb - explorer_app/.gitattributes - explorer_app/.gitignore - explorer_app/Gemfile - explorer_app/Rakefile - explorer_app/app/assets/images/.keep - explorer_app/app/assets/stylesheets/application.css - explorer_app/app/controllers/application_controller.rb - explorer_app/app/controllers/combined_statistical_areas_controller.rb - explorer_app/app/controllers/concerns/.keep - explorer_app/app/controllers/core_based_statistical_areas_controller.rb - explorer_app/app/controllers/counties_controller.rb - explorer_app/app/controllers/county_subdivisions_controller.rb - explorer_app/app/controllers/divisions_controller.rb - explorer_app/app/controllers/home_controller.rb - explorer_app/app/controllers/metropolitan_divisions_controller.rb - explorer_app/app/controllers/places_controller.rb - explorer_app/app/controllers/regions_controller.rb - explorer_app/app/controllers/states_controller.rb - explorer_app/app/controllers/urban_areas_controller.rb - explorer_app/app/controllers/zctas_controller.rb - explorer_app/app/helpers/application_helper.rb - explorer_app/app/models/application_record.rb - explorer_app/app/models/concerns/.keep - explorer_app/app/views/combined_statistical_areas/_table.html.erb - explorer_app/app/views/combined_statistical_areas/index.html.erb - explorer_app/app/views/combined_statistical_areas/show.html.erb - explorer_app/app/views/core_based_statistical_areas/_table.html.erb - explorer_app/app/views/core_based_statistical_areas/index.html.erb - explorer_app/app/views/core_based_statistical_areas/show.html.erb - explorer_app/app/views/counties/_table.html.erb - explorer_app/app/views/counties/show.html.erb - explorer_app/app/views/county_subdivisions/_table.html.erb - explorer_app/app/views/county_subdivisions/show.html.erb - explorer_app/app/views/divisions/_table.html.erb - explorer_app/app/views/divisions/index.html.erb - explorer_app/app/views/divisions/show.html.erb - explorer_app/app/views/home/index.html.erb - explorer_app/app/views/layouts/application.html.erb - explorer_app/app/views/metropolitan_divisions/_table.html.erb - explorer_app/app/views/metropolitan_divisions/index.html.erb - explorer_app/app/views/metropolitan_divisions/show.html.erb - explorer_app/app/views/places/_table.html.erb - explorer_app/app/views/places/show.html.erb - explorer_app/app/views/regions/_table.html.erb - explorer_app/app/views/regions/index.html.erb - explorer_app/app/views/regions/show.html.erb - explorer_app/app/views/shared/_breadcrumbs.html.erb - explorer_app/app/views/shared/_demographics_cells.html.erb - explorer_app/app/views/shared/_demographics_headers.html.erb - explorer_app/app/views/states/_table.html.erb - explorer_app/app/views/states/index.html.erb - explorer_app/app/views/states/show.html.erb - explorer_app/app/views/urban_areas/_table.html.erb - explorer_app/app/views/urban_areas/index.html.erb - explorer_app/app/views/urban_areas/show.html.erb - explorer_app/app/views/zctas/_table.html.erb - explorer_app/app/views/zctas/show.html.erb - explorer_app/bin/bundle - explorer_app/bin/rails - explorer_app/bin/rake - explorer_app/bin/setup - explorer_app/config.ru - explorer_app/config/application.rb - explorer_app/config/boot.rb - explorer_app/config/database.yml - explorer_app/config/environment.rb - explorer_app/config/environments/development.rb - explorer_app/config/initializers/filter_parameter_logging.rb - explorer_app/config/locales/en.yml - explorer_app/config/puma.rb - explorer_app/config/routes.rb - explorer_app/db/seeds.rb - explorer_app/lib/assets/.keep - explorer_app/lib/tasks/.keep - explorer_app/log/.keep - explorer_app/public/404.html - explorer_app/public/422.html - explorer_app/public/500.html - explorer_app/public/apple-touch-icon-precomposed.png - explorer_app/public/apple-touch-icon.png - explorer_app/public/favicon.ico - explorer_app/public/robots.txt - explorer_app/tmp/.keep - explorer_app/tmp/pids/.keep - lib/tasks/us_geo/us_geo.rake - lib/us_geo.rb - lib/us_geo/area.rb - lib/us_geo/base_record.rb - lib/us_geo/combined_statistical_area.rb - lib/us_geo/core_based_statistical_area.rb - lib/us_geo/county.rb - lib/us_geo/county_subdivision.rb - lib/us_geo/division.rb - lib/us_geo/engine.rb - lib/us_geo/metropolitan_area.rb - lib/us_geo/metropolitan_division.rb - lib/us_geo/micropolitan_area.rb - lib/us_geo/place.rb - lib/us_geo/place_county.rb - lib/us_geo/population.rb - lib/us_geo/region.rb - lib/us_geo/state.rb - lib/us_geo/urban_area.rb - lib/us_geo/urban_area_county.rb - lib/us_geo/urban_area_county_subdivision.rb - lib/us_geo/urban_cluster.rb - lib/us_geo/urbanized_area.rb - lib/us_geo/version.rb - lib/us_geo/zcta.rb - lib/us_geo/zcta_county.rb - lib/us_geo/zcta_county_subdivision.rb - lib/us_geo/zcta_mapping.rb - lib/us_geo/zcta_place.rb - lib/us_geo/zcta_urban_area.rb - us_geo.gemspec homepage: https://github.com/bdurand/us_geo licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.6' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.12 signing_key: specification_version: 4 summary: Collection of geographic data for the United States for use with ActiveRecord test_files: []