# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- # stub: ip2location_ruby 7.0.0 ruby lib Gem::Specification.new do |s| s.name = "ip2location_ruby" s.version = "7.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Vincent.Z"] s.date = "2014-08-13" s.description = "the ip2location ruby library" s.email = "zhu1230@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", ".rspec", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "ip2location_ruby.gemspec", "lib/ip2location_ruby.rb", "lib/ip2location_ruby/database_config.rb", "lib/ip2location_ruby/i2l_float_data.rb", "lib/ip2location_ruby/i2l_ip_data.rb", "lib/ip2location_ruby/i2l_string_data.rb", "lib/ip2location_ruby/ip2location_config.rb", "lib/ip2location_ruby/ip2location_record.rb", "spec/assets/DB24.DEMO4.BIN", "spec/assets/DB24.DEMO6.BIN", "spec/assets/IP-COUNTRY-SAMPLE.BIN", "spec/ip2location_ruby_spec.rb", "spec/spec_helper.rb" ] s.homepage = "http://github.com/zhu1230/ip2location" s.licenses = ["MIT"] s.rubygems_version = "2.4.1" s.summary = "the ip2location ruby library" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 2.8.0"]) s.add_development_dependency(%q, ["~> 3.12"]) s.add_development_dependency(%q, [">= 1.2.0"]) s.add_development_dependency(%q, ["~> 1.8.4"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 2.8.0"]) s.add_dependency(%q, ["~> 3.12"]) s.add_dependency(%q, [">= 1.2.0"]) s.add_dependency(%q, ["~> 1.8.4"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 2.8.0"]) s.add_dependency(%q, ["~> 3.12"]) s.add_dependency(%q, [">= 1.2.0"]) s.add_dependency(%q, ["~> 1.8.4"]) s.add_dependency(%q, [">= 0"]) end end