patricklindsay / simple_form-materialize

Rails gem which includes SimpleForm configuration generator and custom inputs for MaterializeSass users
MIT License
13 stars 16 forks source link

ERROR: Could not find a valid gem 'simple_form-materialize' #7

Open modusss opened 7 years ago

modusss commented 7 years ago

When I tried to install shows this message:

ERROR: Could not find a valid gem 'simple_form-materialize' ERROR: Possible alternatives: simple_form_materialize

Then when I tried "simple_form_materialize" it can do.

drevantonder commented 7 years ago

Same problem here

jeremiahlukus commented 7 years ago

That is a different gem.

foliwe commented 7 years ago

same problem

johnantoni commented 7 years ago

Doing:

gem 'simple_form-materialize', :git => 'https://github.com/patricklindsay/simple_form-materialize.git'

Fixes this for me