Live data from Hacker News

First platform to sell ruby gems?

gemforsale.com

1–10 of 25 posts

Re: First platform to sell ruby gems?

#3
Meanwhile, binpress is a general marketplace for people interesting in buying code: http://www.binpress.com/.

The site submitted lacks any detail whatsoever; they should at least be bothered to explain their service and its uses to developers and customers alike. The web design is basically boilerplate for Ruby web services, so it doesn't add any personal touches.

Re: First platform to sell ruby gems?

#6
marketplace for rubygems is a good idea, never thought about it.

Plain old download a gem file and unpack it in vendor in rails app would work for older projects.

There would be some challenges, how will you install via bundler?, does it need some authentication for gem download?

Re: First platform to sell ruby gems?

#10

marketplace for rubygems is a good idea, never thought about it. Plain old download a gem file and unpack it in vendor in rails app would work for older projects. There would be some challenges, how will you install via bundler?, does it need some authentication for gem download?

Trivially you could still unpack it into vendor and then use the :path option when specifying it in your Gemfile.
Post reply on HN