vagrant-hosts
vagrant-hosts copied to clipboard
Publish on rubygems.org
Seems that sometime between now and when the doc was written, the gem became unavailable. Any reason? I suppose I can install it manually on my own compy, but I was planning to add it to a workstation data_bag in chef (so that it goes onto all dev machines), and that uses the gem_package resource to install gems.
Anyhow, thanks for the awesome contrib! :)
Hi there,
Am 27.09.2011 um 20:15 schrieb Patrick Connolly:
Seems that sometime between now and when the doc was written, the gem became unavailable. Any reason? I suppose I can install it manually on my own compy, but I was planning to add it to a workstation data_bag in chef (so that it goes onto all dev machines), and that uses the gem_package resource to install gems.
Uhm, I fear I never got around to actually publish the gem to any host. So right now, you can only install it from source.
Reason being, that I never actually published a gem before, so I wasn't sure how to do it.
If you can give me a hand in how to do it, that would be awesome. :)
Anyhow, thanks for the awesome contrib! :)
:-)
Martin
Ah gotcha.
I've never actually created a gem before either -- just getting into ruby. But I signed up at rubygems.org and found this: http://help.rubygems.org/kb/gemcutter/publishing-your-own-rubygem
Ah gotcha.
I've never actually created a gem before either -- just getting into ruby. But I signed up at rubygems.org and found this: http://help.rubygems.org/kb/gemcutter/publishing-your-own-rubygem
That sounds helpful, I'll give it a try tonight. :-)
Thanks for the hint.
Regards, Martin