cloudhdr_rails 0.0.10 → 0.0.11

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d47178019688899d8fac45841c40c637c1da88c4
4
- data.tar.gz: 310d022f0df42f6dbafa688d5fc584a1dbfc9f0e
3
+ metadata.gz: 6221cee9ea97b0d5e7b8595372abcc70992c8b38
4
+ data.tar.gz: 1db186876ccdf0b58c8218bddff8c0e01b9f3b4c
5
5
  SHA512:
6
- metadata.gz: 0058e9ab5561bb295d5f3ef286b648d77231eb560cbcb821c8aec0a23a5dc467e781aaea35d37da96f70e373d62a5207c56b0dded36eb6886a3bdcaf7bbe5358
7
- data.tar.gz: 44bd70325ccb028408fa8bc064c07736bd6289781ec0a1816c0906eb02faa3897de87b4e2a2a11e483cde9d882b156ecf82078b92a77d2b33a63776c3275e6f7
6
+ metadata.gz: 67dd8e7529117343ee6304a3c64036fae0c4ad83634beaf15442fdec2ceb309bce5722df6a035a922139b93fd4237dcae1f59b43f03f67ee15869e40f4394666
7
+ data.tar.gz: 0edbb28ab421a8669039b016af800b0e36a02664b9fc05ef9a0323adebf23708053bf022fba2fe7158461bba593569b0a98007ba5c728e8891e871a6dcbf1760
@@ -4,6 +4,8 @@ class CloudhdrController < ApplicationController
4
4
 
5
5
  def cloudhdr_notification_update
6
6
  full_params = params
7
+ puts "cloudhdr_notification_update"
8
+ puts params
7
9
  CloudhdrJob.update_from_cloudhdr(full_params)
8
10
  respond_to do |format|
9
11
  format.json { render :json => {} }
data/config/routes.rb CHANGED
@@ -1,6 +1,8 @@
1
1
  Rails.application.routes.draw do
2
2
 
3
3
  match "cloudhdr/cloudhdr_notifications/:class/:id", :to=>"cloudhdr#cloudhdr_notification_update", :via=>:post
4
+ match "cloudhdr/cloudhdr_notifications/:class/:id", :to=>"cloudhdr#cloudhdr_notification_update", :via=>:get
5
+
4
6
  #match "cloudhdr/zencoder_notifications/:class/:id", :to=>"cloudhdr#zencoder_notification_update", :via=>:post
5
7
  match "cloudhdr/thumbnail_update", :to=>"cloudhdr#thumbnail_update", :via=>:post
6
8
  match "cloudhdr/multi_thumbnail_update", :to=>"cloudhdr#multi_thumbnail_update", :via=>:post
@@ -1,3 +1,3 @@
1
1
  module CloudhdrRails
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudhdr_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-07 00:00:00.000000000 Z
11
+ date: 2018-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 0.0.1
61
+ version: 0.0.2
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: 0.0.1
68
+ version: 0.0.2
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: safe_yaml
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
209
209
  version: '0'
210
210
  requirements: []
211
211
  rubyforge_project:
212
- rubygems_version: 2.2.2
212
+ rubygems_version: 2.5.2.3
213
213
  signing_key:
214
214
  specification_version: 4
215
215
  summary: Ruby wrapper for the CloudHdr Processing API