template/config.rb in gemirro-0.13.4 vs template/config.rb in gemirro-0.13.5

- old
+ new

@@ -19,9 +19,18 @@ # server.host 'localhost' # server.port '2000' server.access_log File.expand_path('../logs/access.log', __FILE__) server.error_log File.expand_path('../logs/error.log', __FILE__) + # If you don't want to generate indexes after each fetched gem. + # + # update_on_fetch false + + # If you don't want to fetch gem if file does not exists when + # running gemirro server. + # + # fetch_gem false + # You must define a source wich where gems will be downloaded. # All gem in the block will be downloaded with the update command. # Other gems will be downloaded with the server. define_source 'rubygems', 'http://rubygems.org' do gem 'rack', '>= 1.0.0'