Sha256: c2a14809c4b74fd01689280d3def6c0c60862094599aec1e0cadc41c6be8d1d0
Contents?: true
Size: 858 Bytes
Versions: 1
Compression:
Stored size: 858 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "postrank-uri/version" Gem::Specification.new do |s| s.name = "postrank-uri" s.version = PostRank::URI::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik"] s.email = ["ilya@igvita.com"] s.homepage = "http://rubygems.org/gems/postrank-uri" s.summary = "URI normalization, c18n, escaping, and extraction" s.description = s.summary s.rubyforge_project = "postrank-uri" s.add_dependency "addressable" s.add_dependency "domainatrix" s.add_development_dependency "rspec" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
postrank-uri-1.0.0 | postrank-uri.gemspec |