lib/yac.rb in yac-1.3.1 vs lib/yac.rb in yac-1.3.2
- old
+ new
@@ -2,10 +2,10 @@
%w(git fileutils yaml format).each {|f| require f}
module Yac
include Format
extend self
- VERSION = '1.3.1'
+ VERSION = '1.3.2'
YACRC = File.join("#{ENV['HOME']}",".yacrc")
FileUtils.cp(File.join(File.dirname(__FILE__), "..","resources","yacrc"), YACRC) unless File.exist?(YACRC)
CONFIG = YAML.load_file(File.join(ENV['HOME'],".yacrc"))