Uh oh!
There was an error while loading. Please reload this page.
Added install generator - #32
Conversation
| gemspec | ||
| # lower rails version | ||
| gem "rails", "~> 4.0.0" |
There was a problem hiding this comment.
@caseyli I went lower with rails 4 but can put this to whatever we want
There was a problem hiding this comment.
@7chris71000 so I like this functionality, but at the same time I don't want to restrict non-rails programs from using this gem. Would you mind researching how to make this optional? "Like if Rails is installed, run the generator. If Rails isn't installed, don't run it." I think that would be the best option.
| @@ -0,0 +1,43 @@ | |||
| module Spire | |||
There was a problem hiding this comment.
@caseyli I think this would warrant a version update. Not sure if its x, y, or z in the X.Y.Z version number.
caseyli
left a comment
There was a problem hiding this comment.
Left a comment about making Rails an optional requirement.
No description provided.