Sha256: 5a6702622922e14dfd372b64d6cd8aaa2325310f4daa0fb352f7eaf7ef137c1d
Contents?: true
Size: 1.65 KB
Versions: 2
Compression:
Stored size: 1.65 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{jpmobile-ipaddresses} s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Shin-ichiro OGAWA"] s.date = %q{2010-09-06} s.description = %q{Carrier IP Address List for jpmobile} s.email = %q{rust.stnard@gmail.com} s.extra_rdoc_files = [ "README" ] s.files = [ ".gitignore", "MIT-LICENSE", "README", "Rakefile", "VERSION", "jpmobile-ipaddresses.gemspec", "lib/jpmobile-ipaddresses.rb", "lib/jpmobile/mobile/ip_addresses/abstract_ip_addresses.rb", "lib/jpmobile/mobile/ip_addresses/au.rb", "lib/jpmobile/mobile/ip_addresses/docomo.rb", "lib/jpmobile/mobile/ip_addresses/emobile.rb", "lib/jpmobile/mobile/ip_addresses/softbank.rb", "lib/jpmobile/mobile/ip_addresses/willcom.rb" ] s.homepage = %q{http://github.com/jpmobile/jpmobile-ipaddresses} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Carrier IP Address List for jpmobile} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<jeweler>, [">= 1.4.0"]) else s.add_dependency(%q<jeweler>, [">= 1.4.0"]) end else s.add_dependency(%q<jeweler>, [">= 1.4.0"]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jpmobile-ipaddresses-0.0.2 | jpmobile-ipaddresses.gemspec |
jpmobile-ipaddresses-0.0.1 | jpmobile-ipaddresses.gemspec |