lib/rocket_job/dirmon_entry.rb in rocketjob-1.1.2 vs lib/rocket_job/dirmon_entry.rb in rocketjob-1.1.3
- old
+ new
@@ -49,16 +49,16 @@
# Symbol
# nil
# Regular Expression
#
# Note: Date is not supported, convert it to a UTC time
- key :arguments, Array, default: []
+ key :arguments, Array
# Any job properties to set
#
# Example, override the default job priority:
# { priority: 45 }
- key :properties, Hash, default: {}
+ key :properties, Hash
# Archive directory to move files to when processed to prevent processing the
# file again.
#
# If supplied, the file will be moved to this directory before the job is started