README: add links to github demo code, missing line spaces,

and activerecord-hackery links.
This commit is contained in:
jonatack 2013-12-18 20:39:33 +01:00
parent 3e5402848a
commit 884d1a2695
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ gem 'rake'
rails = ENV['RAILS'] || '4-0-stable'
# '3-2-stable' needs arel '~> 3.0.3'
# '3-1-stable' needs arel '~> 2.2.3'
# '3-0-stable' needs arel '~> 2.0.10' and i18n '~> 0.5.0'
gem 'arel'
case rails