Skip to content

Instantly share code, notes, and snippets.

@fuadsaud
fuadsaud / gemspec
Last active December 16, 2015 11:39 — forked from defunkt/gemspec
#!/usr/bin/env ruby
# encoding: utf-8
#
# 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