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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8def15fe94729d1d4b1c78fa4852a0990860598
4
- data.tar.gz: 822897ed3d8b22f28b3155a2ab09ef6f8986ef86
3
+ metadata.gz: ea3e4adff1b7ed0c420f7cbd8e61a8436926c2aa
4
+ data.tar.gz: d2779b83b92d12f3ec00c7a3b10f16a6277bb43a
5
5
  SHA512:
6
- metadata.gz: 1a04fd1cd49c2109376c758d0300f806dfb3e1d15292a29020aa0637ca542a507e3c634cff2d646f28d22771cb2a159fa1e27b1539a262f5988de2142970b134
7
- data.tar.gz: afb121dc1b104a956f4daba3ccfd89ef5271f4405bd9d5f862dc3d77909d1a8bf0c16b347f71ad05d7c4ac19a934d59f2591d4c82ea3f75137d7848d0c6aac1c
6
+ metadata.gz: ae764d193dd401fa0a01bc38f9527088f89be18b43d5a006f1fb411272657c2e7a2cec25b22cd15fc9a9c5d66490714ac998122b9ce0ba972cb417667a7ec9af
7
+ data.tar.gz: 19c26ce3fc06f9b4a4653a374313b906689bd2d8fc8aa6c5b9b4cfc3e02a03b696a659c9c334324281d8830916720c314485330006530ebf143f4998c4d960cc
@@ -1,3 +1,3 @@
1
1
  module OpenUriRedirections
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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.2
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-18 00:00:00.000000000 Z
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: []