lib/braid.rb in braid-1.0.8 vs lib/braid.rb in braid-1.0.9
- old
+ new
@@ -1,8 +1,9 @@
require 'braid/version'
module Braid
- CONFIG_FILE = '.braids'
+ OLD_CONFIG_FILE = '.braids'
+ CONFIG_FILE = '.braids.json'
REQUIRED_GIT_VERSION = '1.6'
def self.verbose
!!@verbose
end