lib/boom/config.rb in boom-0.1.1 vs lib/boom/config.rb in boom-0.1.2
- old
+ new
@@ -46,10 +46,10 @@
# new user setup.
#
# Returns whether the attributes were saved.
def bootstrap
@attributes = {
- :backend => 'JSON'
+ :backend => 'json'
}
save
end
# Public: assigns a hash to the configuration attributes object. The