sgruhier / foundation_rails_helper

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

Release 3.0.0 #155

Closed dsandstrom closed 7 years ago

dsandstrom commented 8 years ago

TODO:

dsandstrom commented 8 years ago

Sorry, readme is incorrect. Use github version until 3.0.0 is released:

gem 'foundation_rails_helper',
    git: 'https://github.com/sgruhier/foundation_rails_helper.git'
josepjaume commented 7 years ago

Hi! Is there any progress on this? We're shipping a gem that needs the latest changes on foundation_rails_helper and it's kind of awkward to ask the developer to include GitHub's version.

Anything we can help you with?

Thanks for such a nice work!

josepjaume commented 7 years ago

Ping :). What are your goals for 3.0.0? Can I help you? It'd be so useful to get a stable release!

dsandstrom commented 7 years ago

See todos

dsandstrom commented 7 years ago

A beta is now available:

gem 'foundation_rails_helper', '>= 3.0.0.beta3', '< 4.0'
dsandstrom commented 7 years ago

A release candidate is now available:

gem 'foundation_rails_helper', '>= 3.0.0.rc', '< 4.0'
josepjaume commented 7 years ago

Thanks! Already using it 👍