Posts Tagged “ruby gems bundler rubygems”
Publishing a gem with Bundler fails silently the first time
by Nick on March 30, 2011
If you’re writing your first gem and publishing it with Bundler, you may run into the same problem as myself. The issue is that when pushing to http://rubygems.org, Bundler will report a success when it has actually failed. To start (…)