edelight / chef-solo-search

Data bag search for Chef Solo
Apache License 2.0
177 stars 2 forks source link

Add version to treetop installation so that things work in an omnibus setting #31

Closed arjun810 closed 11 years ago

arjun810 commented 11 years ago

I couldn't get installation working in omnibus because I kept getting an "Illformed requirement" error. Apparently, if the version isn't set, it fails when creating a gem dependency. I'm not sure if the error comes up in other environments, but I'm in an omnibus one. Things seem to work fine with this, though.

There might be a more elegant fix, but I stopped here.

tobami commented 11 years ago

'1.4.10' is the latest version, but do we have to manually update it forever then? Can't we set at least 1.4.x? or >=1.4?

arjun810 commented 11 years ago

I wasn't sure if it'd work, but it seemed to, so I've updated the pull request.

tobami commented 11 years ago

Thanks!