# -*- encoding: utf-8 -*- # stub: whereisthis 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "whereisthis".freeze s.version = "1.3.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 = ["Kent Gruber".freeze] s.date = "2016-11-22" s.description = "A command-line application to help determine the location information from a given ip address or url. This application is meant to be easy to operate and attempts to follow simple unix philosophies to easily sit right along side commands like whoami in your command-line arsenal.".freeze s.email = ["kgruber1@emich.edu".freeze] s.executables = ["whereisthis".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "bin/whereisthis".freeze, "lib/whereisthis.rb".freeze, "whereisthis.gemspec".freeze] s.homepage = "https://github.com/picatz/whereisthis".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A command-line application to help determine the location information from a given ip address or url.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end