Skip to content

Instantly share code, notes, and snippets.

View cgs's full-sized avatar

Chris Sepic cgs

  • https://www.bustout.com
  • Portland, OR
View GitHub Profile
@cgs
cgs / gemspec
Created May 13, 2010 17:10 — forked from defunkt/gemspec
#!/usr/bin/env ruby
# Usage: gemspec [-s] GEMNAME
#
# Prints a basic gemspec for GEMNAME based on your git-config info.
# If -s is passed, saves it as a GEMNAME.gemspec in the current
# directory. Otherwise prints to standard output.
#
# Once you check this gemspec into your project, releasing a new gem
# is dead simple:
#