Skip to content

Blazing cloud private libraries

gnovos edited this page Mar 21, 2013 · 2 revisions

Here's how to share code that isn't public. For now, this just covers bzcharts, which is a Ruby Gem.

Ruby

Project Ananse is the first to use the BZCharts gem. Since BZCharts isn't open source, we are using a private gem server, Gemfury. You can login to Gemfury using GitHub, so we also created a blazinggems GitHub user (password is TyraEats18Rubies). This GitHub account has pull-only access to the BZCharts gem. When this gem is updated, we need to update the gem on Gemfury.

push with this:

curl -F p1=@pkg/bzcharts-0.0.4.gem https://push.fury.io/9zT6JTWbhtSpAskudHBc/

JavaScript

Objective-C

Clone this wiki locally