beef-has_assets 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.10
1
+ 0.7.11
@@ -22,8 +22,9 @@ module Admin::AssetsHelper
22
22
  end
23
23
 
24
24
  def admin_assets_path_with_session_information
25
+ logger.debug "Nom Nom #{cookies.to_hash.compact.inspect}"
25
26
  session_key = ActionController::Base.session_options[:key]
26
- params = {request_forgery_protection_token => form_authenticity_token, :cookies => cookies}
27
+ params = {request_forgery_protection_token => form_authenticity_token, :cookies => cookies.reject{ |k,v| k.nil? } }
27
28
  admin_assets_path(params)
28
29
  end
29
30
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{beef-has_assets}
8
- s.version = "0.7.10"
8
+ s.version = "0.7.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Steve England"]
12
- s.date = %q{2010-07-23}
12
+ s.date = %q{2010-09-08}
13
13
  s.email = %q{steve@wearebeef.co.uk}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beef-has_assets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 10
10
- version: 0.7.10
9
+ - 11
10
+ version: 0.7.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve England
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-23 00:00:00 +01:00
18
+ date: 2010-09-08 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21