houdini 0.3.3 → 0.3.4

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- houdini (0.3.3)
4
+ houdini (0.3.4)
5
5
  rails (> 3.0.0)
6
6
 
7
7
  GEM
@@ -116,7 +116,7 @@ GEM
116
116
  treetop (1.4.12)
117
117
  polyglot
118
118
  polyglot (>= 0.3.1)
119
- tzinfo (0.3.35)
119
+ tzinfo (0.3.37)
120
120
  xpath (0.1.4)
121
121
  nokogiri (~> 1.3)
122
122
 
@@ -1,6 +1,6 @@
1
1
  require 'cgi'
2
2
  class Houdini::PostbacksController < ApplicationController
3
- skip_before_filter :protect_from_forgery
3
+ skip_before_filter :verify_authenticity_token
4
4
 
5
5
  def create
6
6
  task_results = HashWithIndifferentAccess.new ActiveSupport::JSON.decode(request.raw_post)
@@ -1,3 +1,3 @@
1
1
  module Houdini
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: houdini
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-21 00:00:00.000000000 Z
12
+ date: 2013-05-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  segments:
163
163
  - 0
164
- hash: 2863160700506716491
164
+ hash: -2103792209209919788
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  none: false
167
167
  requirements:
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  segments:
172
172
  - 0
173
- hash: 2863160700506716491
173
+ hash: -2103792209209919788
174
174
  requirements: []
175
175
  rubyforge_project:
176
176
  rubygems_version: 1.8.23