cloudhdr_rails 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6221cee9ea97b0d5e7b8595372abcc70992c8b38
4
- data.tar.gz: 1db186876ccdf0b58c8218bddff8c0e01b9f3b4c
3
+ metadata.gz: c2ea15236015ef91b4a2c4fb7c00ab4fe08687fe
4
+ data.tar.gz: 8b7fb296fc5a0f9e55e1b2472bc7ab8333000dd5
5
5
  SHA512:
6
- metadata.gz: 67dd8e7529117343ee6304a3c64036fae0c4ad83634beaf15442fdec2ceb309bce5722df6a035a922139b93fd4237dcae1f59b43f03f67ee15869e40f4394666
7
- data.tar.gz: 0edbb28ab421a8669039b016af800b0e36a02664b9fc05ef9a0323adebf23708053bf022fba2fe7158461bba593569b0a98007ba5c728e8891e871a6dcbf1760
6
+ metadata.gz: 554f4e0ab450381980734653381f4de2c3902bee5719ab4b7c4fe4b8ea8c5cb7e15b6a003fa8c08636eb6e69c8814c3f1553fe292f32d4010d7532ff9e529278
7
+ data.tar.gz: 264c4c1b95a450ccc10833628796edea660b9b09a6c7df3340d0c2d4349d422f36b67d500e1d02790be747bb73057c682afeefac1ffd5fc1dfacc37483be63d6
@@ -6,6 +6,8 @@ class CloudhdrController < ApplicationController
6
6
  full_params = params
7
7
  puts "cloudhdr_notification_update"
8
8
  puts params
9
+ puts "request.raw_post-------------------------------------------------------"
10
+ puts request.raw_post
9
11
  CloudhdrJob.update_from_cloudhdr(full_params)
10
12
  respond_to do |format|
11
13
  format.json { render :json => {} }
@@ -1,3 +1,3 @@
1
1
  module CloudhdrRails
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudhdr_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Green