# -*- encoding: utf-8 -*- # stub: ip2location_ruby 8.1.0 ruby lib Gem::Specification.new do |s| s.name = "ip2location_ruby".freeze s.version = "8.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/ip2location/ip2location-ruby/issues", "documentation_uri" => "https://www.rubydoc.info/gems/ip2location_ruby", "homepage_uri" => "https://www.ip2location.com", "source_code_uri" => "https://github.com/ip2location/ip2location-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["ip2location".freeze] s.date = "2019-07-05" s.description = "The official IP2Location Ruby library to geolocate an IP address. You can lookup for country, region, city, latitude, longitude, zip code, time zone, ISP, domain, area code, usage type, mobile data, weather data and elevation from an IP address. Supported both IPv4 and IPv6 lookup.".freeze s.email = "support@ip2location.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".document".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "example.rb".freeze, "ip2location_ruby.gemspec".freeze, "lib/ip2location_ruby.rb".freeze, "lib/ip2location_ruby/database_config.rb".freeze, "lib/ip2location_ruby/i2l_float_data.rb".freeze, "lib/ip2location_ruby/i2l_ip_data.rb".freeze, "lib/ip2location_ruby/i2l_string_data.rb".freeze, "lib/ip2location_ruby/ip2location_config.rb".freeze, "lib/ip2location_ruby/ip2location_record.rb".freeze, "rb/data/IP2LOCATION-LITE-DB1.IPV6.BIN".freeze, "spec/assets/DB24.DEMO4.BIN".freeze, "spec/assets/DB24.DEMO6.BIN".freeze, "spec/assets/IP-COUNTRY-SAMPLE.BIN".freeze, "spec/ip2location_ruby_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/ip2location/ip2location-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "the ip2location ruby library".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.12".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end