open_uri_redirections 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/open_uri_redirections/version.rb +1 -1
- data/open_uri_redirections.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea3e4adff1b7ed0c420f7cbd8e61a8436926c2aa
|
4
|
+
data.tar.gz: d2779b83b92d12f3ec00c7a3b10f16a6277bb43a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae764d193dd401fa0a01bc38f9527088f89be18b43d5a006f1fb411272657c2e7a2cec25b22cd15fc9a9c5d66490714ac998122b9ce0ba972cb417667a7ec9af
|
7
|
+
data.tar.gz: 19c26ce3fc06f9b4a4653a374313b906689bd2d8fc8aa6c5b9b4cfc3e02a03b696a659c9c334324281d8830916720c314485330006530ebf143f4998c4d960cc
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
11
11
|
gem.description = %q{OpenURI patch to allow redirections between HTTP and HTTPS}
|
12
12
|
gem.summary = %q{OpenURI patch to allow redirections between HTTP and HTTPS}
|
13
13
|
gem.homepage = "https://github.com/jaimeiniesta/open_uri_redirections"
|
14
|
+
gem.license = "MIT"
|
14
15
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
16
17
|
gem.test_files = gem.files.grep(%r{^(spec)/})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: open_uri_redirections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jaime Iniesta
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-11-
|
12
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -77,7 +77,8 @@ files:
|
|
77
77
|
- spec/samples/https_unsafe.response
|
78
78
|
- spec/spec_helper.rb
|
79
79
|
homepage: https://github.com/jaimeiniesta/open_uri_redirections
|
80
|
-
licenses:
|
80
|
+
licenses:
|
81
|
+
- MIT
|
81
82
|
metadata: {}
|
82
83
|
post_install_message:
|
83
84
|
rdoc_options: []
|