README.md in gemirro-0.13.3 vs README.md in gemirro-0.13.4

- old
+ new

@@ -4,11 +4,11 @@ It does mirroring without any authentication and you can add your private gems in the `gems` directory. More, to mirroring a source, you only need to start the server, and gems will automaticly be downloaded when needed. ## Requirements -* Ruby 1.9.2 or newer +* Ruby 2.0.0 or newer * Enough space to store Gems * A recent version of Rubygems (`gem update --system`) ## Installation @@ -78,11 +78,11 @@ See `<command> --help` for more information on a specific command. ``` ## Apache configuration -You must active the apache `proxy` module. +You must activate the apache `proxy` module. ```bash $ sudo a2enmod proxy $ sudo a2enmod proxy_http ``` @@ -92,11 +92,11 @@ ``` <VirtualHost *:80> ServerName mirror.gemirro ProxyPreserveHost On ProxyRequests off - ProxyPass / http://localhost:2000 - ProxyPassReverse / http://localhost:2000 + ProxyPass / http://localhost:2000/ + ProxyPassReverse / http://localhost:2000/ </VirtualHost> ``` ## Nginx configuration