Sha256: 817cefd0972b37e21218c3222da338e54086febe7940820cd2ad3f6c96f429ce
Contents?: true
Size: 791 Bytes
Versions: 2
Compression:
Stored size: 791 Bytes
Contents
Quickstart for Rubyforge: 1) Checkout the zergxcode code git clone git@github.com:costan/zerg_xcode.git 2) Install the rubyforge gem gem install rubyforge 3) Save your rubyforge.org login information rubyforge setup 4) Get a login cookie rubyforge login 5) Get project configuration from rubyforge rubyforge config zerglings 6) Create a package to release under rubyforge create_package zerglings zerg_xcode 7) Install the echoe gem (required for building this gem) gem install echoe 8) Release the gem (finally!) rake release Releasing a new gemspec to Github 1) Build the gem rake package 2) Copy the spec cp pkg/zerg_xcode-0.1/zerg_xcode.gemspec . 3) Commit the spec git add zerg_xcode.gemspec git commit -m "New gemspec, for Github distribution." 4) Push to Github git push
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
costan-zerg_xcode-0.1 | RUBYFORGE |
zerg_xcode-0.1 | RUBYFORGE |