# -*- encoding: utf-8 -*- # stub: ip_to_country 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "ip_to_country".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vincent Pochet".freeze] s.date = "2013-04-21" s.description = "IpToCountry is a simple rails tool to determine the origin (ISO country code or country name) of an IP address. The gem uses data from GeoLite by MaxMind.".freeze s.email = ["vincent.pochet@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/models/ip_to_country/geoip.rb".freeze, "lib/generators/geoip/geoip_generator.rb".freeze, "lib/generators/geoip/templates/migration.rb".freeze, "lib/ip_to_country.rb".freeze, "lib/ip_to_country/engine.rb".freeze, "lib/ip_to_country/loader.rb".freeze, "lib/ip_to_country/request.rb".freeze, "lib/ip_to_country/version.rb".freeze, "lib/tasks/ip_to_country.rake".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/001_create_geoips.rb".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/fixtures/geoips.yml".freeze, "test/fixtures/ips/test_ips.csv".freeze, "test/fixtures/ips/test_ips.zip".freeze, "test/geoip_test.rb".freeze, "test/ip_to_country_test.rb".freeze, "test/loader_test.rb".freeze, "test/request_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/vincent-pochet/ip_to_country".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails extension to get country name or country code from an IP address.".freeze s.test_files = ["test/ip_to_country_test.rb".freeze, "test/loader_test.rb".freeze, "test/geoip_test.rb".freeze, "test/test_helper.rb".freeze, "test/fixtures/geoips.yml".freeze, "test/fixtures/ips/test_ips.csv".freeze, "test/fixtures/ips/test_ips.zip".freeze, "test/request_test.rb".freeze, "test/dummy/log/test.log".freeze, "test/dummy/script/rails".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/404.html".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/Rakefile".freeze, "test/dummy/db/migrate/001_create_geoips.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2.12".freeze, "< 5.0".freeze]) end