lib/gist_updater/debug.rb in gist_updater-0.3.0 vs lib/gist_updater/debug.rb in gist_updater-0.3.1

- old
+ new

@@ -1,6 +1,7 @@ # frozen_string_literal: true +# Updates your Gist files defined in YAML module GistUpdater class << self attr_accessor :debug end end