sgruhier / foundation_rails_helper

Rails Helper for Zurb Fondation framework
MIT License
153 stars 84 forks source link

Gem version in the installation code #156

Closed jiop closed 8 years ago

jiop commented 8 years ago

The latest version released is the 2.0.0 but it is written 3.0.0 in the readme causing an issue when copy-pasting.

jiop commented 8 years ago

Hum, sorry about that, should have read opened issues.

dsandstrom commented 8 years ago

Yes, the readme is post dated. If you want Foundation 6 support, use github version:

gem 'foundation_rails_helper',
    git: 'https://github.com/sgruhier/foundation_rails_helper.git'

otherwise, you are correct, use '~> 2.0.0'.

jiop commented 8 years ago

Thanks!