GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: The official `github` command line helper for simplifying your GitHub experience.
Homepage: http://github.com
Clone URL: git://github.com/defunkt/github-gem.git
defunkt (author)
Sat Mar 01 18:18:29 -0800 2008
commit  d462d2a2e60438ded3dd9e8e6593ca4146c5a0ba
tree    f1e7bb98b835ba5a348aee4a3e21fd6a4d33242b
parent  5a4afe762223bdd63b5f9424a1433b718d5be28e
github-gem / Rakefile
100644 8 lines (7 sloc) 0.128 kb
1
2
3
4
5
6
7
8
desc 'Build the gem'
task :build do
  require 'rubygems'
  require 'rubygems/builder'
  require 'gemify'
  Gemify.new.main
end