streamio-cli 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.7.4 2012-12-03
2
+
3
+ * Use the skip_ssl_verification option on the updated Streamio gem.
4
+
1
5
  ## 0.7.3 2012-12-03
2
6
 
3
7
  * Don't verify SSL peer to avoid bugging out on Windows platforms (and possibly others).
@@ -1,5 +1,5 @@
1
1
  module Streamio
2
2
  module CLI
3
- VERSION = "0.7.3"
3
+ VERSION = "0.7.4"
4
4
  end
5
5
  end
data/lib/streamio-cli.rb CHANGED
@@ -6,10 +6,6 @@ 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
-
13
9
  module Streamio::CLI
14
10
  class SlowDownloadError < StandardError
15
11
  end
@@ -39,6 +35,7 @@ module Streamio::CLI
39
35
  Streamio.configure do |c|
40
36
  c.username = options[:username]
41
37
  c.password = options[:password]
38
+ c.skip_ssl_verification = true # to support windows clients etc
42
39
  end
43
40
  end
44
41
 
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.3
4
+ version: 0.7.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.0.4
21
+ version: 1.0.6
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.0.4
29
+ version: 1.0.6
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: thor
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  segments:
121
121
  - 0
122
- hash: -4534371522484736994
122
+ hash: 373271147543857237
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: -4534371522484736994
131
+ hash: 373271147543857237
132
132
  requirements: []
133
133
  rubyforge_project:
134
134
  rubygems_version: 1.8.24