artifact_logger 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module ArtifactLogger::ActiveRecord
3
3
  extend ActiveSupport::Concern
4
4
 
5
5
  module ClassMethods
6
- def enable_artifact_logger options
6
+ def enable_artifact_logger options={}
7
7
  #Configure the has_many
8
8
  has_many :log, :as => :artifact, :class_name => '::Log::Message'
9
9
  #Store the old logging method
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: artifact_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-08 00:00:00.000000000 -04:00
12
+ date: 2011-07-11 00:00:00.000000000 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: A very simple dropin engine for logging information on artifacts in a