centresource / generator-playbook

A Yeoman generator for prototyping and building experiences.
http://playbook.centresource.com
MIT License
41 stars 11 forks source link

Exit if current Ruby is < 2.x #73

Closed maxbeizer closed 9 years ago

maxbeizer commented 9 years ago

related #71 and closing #68 .

This uses shelljs to get the current Ruby version and tests to make sure it starts with 2. If not it errors out using the dependencies check already in use.

maxbeizer commented 9 years ago

I suggest a version bump for this, fwiw