lib/sfn/config/export.rb in sfn-0.3.8 vs lib/sfn/config/export.rb in sfn-0.4.0
- old
+ new
@@ -2,10 +2,10 @@
module Sfn
class Config
# Export command configuration
- class Export < Bogo::Config
+ class Export < Config
attribute(
:name, String,
:description => 'Export file base name'
)