flixit 0.0.16 → 0.0.17

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/flixit/record.rb +1 -4
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.16
1
+ 0.0.17
@@ -34,10 +34,7 @@ protected
34
34
  begin
35
35
  flixcloud = RestClient::Resource.new(
36
36
  "https://flixcloud.com/#{path}",
37
- :ssl_client_cert => ENV['SSL_CERT'] ? OpenSSL::X509::Certificate.new(ENV['SSL_CERT']) : nil,
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
- - 16
9
- version: 0.0.16
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-05 00:00:00 +01:00
17
+ date: 2010-05-06 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency