lib/synclenote.rb in synclenote-0.0.1 vs lib/synclenote.rb in synclenote-0.1.0
- old
+ new
@@ -1,6 +1,7 @@
# This module is a namespace for this gem.
module Synclenote
+ DRY_RUN = false
autoload :VERSION, "synclenote/varsion"
autoload :Command, "synclenote/command"
autoload :Configuration, "synclenote/configuration"