daengine 0.3.9.1 → 0.3.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ class DigitalAssetsController < ApplicationController
3
3
  respond_to :json, :html, :only => [:index, :show, :search]
4
4
  respond_to :json, :only => [:fund_docs]
5
5
 
6
+ skip_filter(*_process_action_callbacks.map(&:filter))
7
+
6
8
  CACHE_LAST_PARSE_TIME = 'last_parse_time'
7
9
  # GET /digital_assets
8
10
  # GET /digital_assets.json
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.3.9.1"
2
+ VERSION = "0.3.9.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.9.1
5
+ version: 0.3.9.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia