flixit 0.0.16 → 0.0.17
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/flixit/record.rb +1 -4
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.17
|
data/lib/flixit/record.rb
CHANGED
@@ -34,10 +34,7 @@ protected
|
|
34
34
|
begin
|
35
35
|
flixcloud = RestClient::Resource.new(
|
36
36
|
"https://flixcloud.com/#{path}",
|
37
|
-
:
|
38
|
-
:ssl_client_key => ENV['SSL_KEY'] ? OpenSSL::PKey::RSA.new(ENV['SSL_KEY'], "") : nil,
|
39
|
-
:ssl_ca_file => Flixit::CA_FILE,
|
40
|
-
:verify_ssl => OpenSSL::SSL::VERIFY_PEER
|
37
|
+
:verify_ssl => false
|
41
38
|
)
|
42
39
|
Flixit::Response.new(flixcloud.post body, :content_type => :xml, :accept => :xml)
|
43
40
|
# rescue HTTPClient::KeepAliveDisconnected
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 17
|
9
|
+
version: 0.0.17
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Leandro Pedroni
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-05-
|
17
|
+
date: 2010-05-06 00:00:00 +01:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|