Sha256: 17dad653df5b33d618c1e35bab102fc15f21e5ddf08663bbc9656bd28d9fbdc4

Contents?: true

Size: 774 Bytes

Versions: 17

Compression:

Stored size: 774 Bytes

Contents

Quickstart for Rubyforge:

1) Get the 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-*/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

17 entries across 17 versions & 2 rubygems

Version Path
costan-zerg_xcode-0.2.1 RUBYFORGE
costan-zerg_xcode-0.2 RUBYFORGE
costan-zerg_xcode-0.3.1 RUBYFORGE
costan-zerg_xcode-0.3.2 RUBYFORGE
costan-zerg_xcode-0.3.3 RUBYFORGE
costan-zerg_xcode-0.3.4 RUBYFORGE
costan-zerg_xcode-0.3 RUBYFORGE
zerg_xcode-0.5.0 RUBYFORGE
zerg_xcode-0.4.0 RUBYFORGE
zerg_xcode-0.3.5 RUBYFORGE
zerg_xcode-0.3.4 RUBYFORGE
zerg_xcode-0.3.3 RUBYFORGE
zerg_xcode-0.3.1 RUBYFORGE
zerg_xcode-0.2 RUBYFORGE
zerg_xcode-0.2.1 RUBYFORGE
zerg_xcode-0.3 RUBYFORGE
zerg_xcode-0.3.2 RUBYFORGE