beef-has_assets 0.7.11 → 0.7.12

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.11
1
+ 0.7.12
@@ -22,7 +22,6 @@ 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}"
26
25
  session_key = ActionController::Base.session_options[:key]
27
26
  params = {request_forgery_protection_token => form_authenticity_token, :cookies => cookies.reject{ |k,v| k.nil? } }
28
27
  admin_assets_path(params)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{beef-has_assets}
8
- s.version = "0.7.11"
8
+ s.version = "0.7.12"
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"]
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: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 7
9
- - 11
10
- version: 0.7.11
9
+ - 12
10
+ version: 0.7.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve England