lib/pushyd/conf.rb in pushyd-0.5.1 vs lib/pushyd/conf.rb in pushyd-0.5.2
- old
+ new
@@ -1,9 +1,7 @@
require "chamber"
# FIXME: files named with hyphens will not be found by Chamber for now
-# FIXME: reloading of configuration from API
-
class ConfigMissingParameter < StandardError; end
class ConfigOtherError < StandardError; end
class ConfigParseError < StandardError; end
class ConfigMultipleGemspec < StandardError; end
class ConfigMissingGemspec < StandardError; end