Sha256: 8a285a831007ef6dff0a05e8201208bdd475d54b7eaeb8f3b4c617b6cd53d6ab
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'open_uri_redirections/version' Gem::Specification.new do |gem| gem.name = "open_uri_redirections" gem.version = OpenUriRedirections::VERSION gem.authors = ["Jaime Iniesta", "Gabriel Cebrian", "Felix C. Stegerman"] gem.email = ["jaimeiniesta@gmail.com"] gem.description = %q{OpenURI patch to allow redirections between HTTP and HTTPS} gem.summary = %q{OpenURI patch to allow redirections between HTTP and HTTPS} gem.homepage = "https://github.com/jaimeiniesta/open_uri_redirections" gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.test_files = gem.files.grep(%r{^(spec)/}) gem.require_paths = ["lib"] gem.add_development_dependency 'rspec', '~> 3.1.0' gem.add_development_dependency 'fakeweb', '~> 1.3.0' gem.add_development_dependency 'rake', '~> 10.3.2' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
open_uri_redirections-0.2.1 | open_uri_redirections.gemspec |
open_uri_redirections-0.2.0 | open_uri_redirections.gemspec |