template/config.rb in gemirro-0.13.5 vs template/config.rb in gemirro-0.14.0
- old
+ new
@@ -1,6 +1,5 @@
-# -*- coding: utf-8 -*-
# This is the main configuration file for your RubyGems mirror. Here you can
# change settings such as the location to store Gem files in and what source
# and Gems you'd like to mirror at start.
Gemirro.configuration.configure do
# Define sinatra environment
@@ -28,10 +27,10 @@
# 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.
+ # You must define a source which 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'
end