audited_controller 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,4 @@
1
1
  require "audited_controller/version"
2
- require 'rails'
3
- require 'active_support/core_ext/numeric/time'
4
- require 'active_support/dependencies'
5
2
 
6
3
  # -*- encoding : utf-8 -*-
7
4
  class ApplicationController < ActionController::Base
@@ -1,3 +1,3 @@
1
1
  module AuditedController
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: audited_controller
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Siwei Shen