README.md in rail-0.0.4 vs README.md in rail-0.0.5
- old
+ new
@@ -15,10 +15,10 @@
First of all, include the gem in your `Gemfile`. Here is an example:
```ruby
source 'https://rubygems.org'
-gem 'rail', '~> 0.0.4'
+gem 'rail', '~> 0.0.5'
# The rest is optional
gem 'redcarpet', '~> 3.1.2' # your favorit complement to Haml
gem 'thin', '~> 1.6.2' # your favorit Web server
```