beef-has_assets 0.7.11 → 0.7.12
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.
- data/VERSION +1 -1
- data/app/helpers/admin/assets_helper.rb +0 -1
- data/beef-has_assets.gemspec +1 -1
- metadata +3 -3
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            0.7. | 
| 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)
         | 
    
        data/beef-has_assets.gemspec
    CHANGED
    
    
    
        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:  | 
| 4 | 
            +
              hash: 27
         | 
| 5 5 | 
             
              prerelease: false
         | 
| 6 6 | 
             
              segments: 
         | 
| 7 7 | 
             
              - 0
         | 
| 8 8 | 
             
              - 7
         | 
| 9 | 
            -
              -  | 
| 10 | 
            -
              version: 0.7. | 
| 9 | 
            +
              - 12
         | 
| 10 | 
            +
              version: 0.7.12
         | 
| 11 11 | 
             
            platform: ruby
         | 
| 12 12 | 
             
            authors: 
         | 
| 13 13 | 
             
            - Steve England
         |