# -*- encoding: utf-8 -*- # stub: ip2location_io_ruby 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "ip2location_io_ruby".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["IP2Location".freeze] s.date = "2024-11-21" s.description = "IP2Location.IO Ruby SDK allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information.".freeze s.email = ["support@ip2location.com".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "example.rb".freeze, "ip2location_io_ruby.gemspec".freeze, "lib/ip2location_io_ruby.rb".freeze, "lib/ip2location_io_ruby/api.rb".freeze, "lib/ip2location_io_ruby/api/domainwhois.rb".freeze, "lib/ip2location_io_ruby/api/ipgeolocation.rb".freeze, "lib/ip2location_io_ruby/configuration.rb".freeze, "lib/ip2location_io_ruby/version.rb".freeze, "spec/ip2location_io_ruby_domainwhois_spec.rb".freeze, "spec/ip2location_io_ruby_ipgeolocation_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/ip2location/ip2location-io-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "IP2Location IO Ruby SDK".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) end