spob-flix_cloud-gem 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/flix_cloud/record.rb +1 -1
- metadata +3 -3
data/lib/flix_cloud/record.rb
CHANGED
@@ -33,7 +33,7 @@ protected
|
|
33
33
|
def post(path, body)
|
34
34
|
puts "========>https://flixcloud.com/#{path}<=================="
|
35
35
|
begin
|
36
|
-
FlixCloud::Response.new(HttpClient::Resource.new("https://
|
36
|
+
FlixCloud::Response.new(HttpClient::Resource.new("https://app.zencoder.com/#{path}",
|
37
37
|
:verify_ssl => OpenSSL::SSL::VERIFY_PEER).post(body, :content_type => 'application/xml', :accept => 'application/xml'))
|
38
38
|
rescue HttpClient::ServerBrokeConnection
|
39
39
|
raise FlixCloud::ServerBrokeConnection, $!.message
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spob-flix_cloud-gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 2
|
10
|
+
version: 0.6.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Bob Sturim
|