streamio-cli 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.3 2012-12-03
2
+
3
+ * Don't verify SSL peer to avoid bugging out on Windows platforms (and possibly others).
4
+
1
5
  ## 0.7.2 2012-12-03
2
6
 
3
7
  * Bumped streamio gem version for ruby 1.8 support.
@@ -6,6 +6,10 @@ require 'streamio'
6
6
  require 'ruby-progressbar'
7
7
  require 'streamio-cli/version'
8
8
 
9
+ # Necessary evil to avoid the infamous OpenSSL::SSL::SSLError
10
+ # on certain platforms (we saw it happen last on Windows 7)
11
+ OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
12
+
9
13
  module Streamio::CLI
10
14
  class SlowDownloadError < StandardError
11
15
  end
@@ -1,5 +1,5 @@
1
1
  module Streamio
2
2
  module CLI
3
- VERSION = "0.7.2"
3
+ VERSION = "0.7.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: streamio-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  segments:
121
121
  - 0
122
- hash: -3018037699510311202
122
+ hash: -4534371522484736994
123
123
  required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  none: false
125
125
  requirements:
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  segments:
130
130
  - 0
131
- hash: -3018037699510311202
131
+ hash: -4534371522484736994
132
132
  requirements: []
133
133
  rubyforge_project:
134
134
  rubygems_version: 1.8.24