crowdblog 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- crowdblog (0.0.14)
12
+ crowdblog (0.0.15)
13
13
  backbone-rails
14
14
  carrierwave
15
15
  devise
@@ -1,5 +1,9 @@
1
1
  module Crowdblog
2
2
  class AssetsController < Controller
3
+ # TODO: Skipping filters is the worst solution ever to this problem
4
+ # Someone should fix the uploadify.js thing
5
+ skip_before_filter :verify_authenticity_token, :only => :create
6
+ skip_before_filter :authorize!
3
7
 
4
8
  def create
5
9
  @post = Post.find(params[:post_id])
@@ -1,3 +1,3 @@
1
1
  module Crowdblog
2
- VERSION = '0.0.14'
2
+ VERSION = '0.0.15'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crowdblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2012-05-03 00:00:00.000000000 Z
16
+ date: 2012-05-28 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rails
@@ -559,7 +559,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
559
559
  version: '0'
560
560
  segments:
561
561
  - 0
562
- hash: 2966274262529964148
562
+ hash: 947042220405031422
563
563
  required_rubygems_version: !ruby/object:Gem::Requirement
564
564
  none: false
565
565
  requirements:
@@ -568,7 +568,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
568
568
  version: '0'
569
569
  segments:
570
570
  - 0
571
- hash: 2966274262529964148
571
+ hash: 947042220405031422
572
572
  requirements: []
573
573
  rubyforge_project:
574
574
  rubygems_version: 1.8.23