Skip to content

Instantly share code, notes, and snippets.

@hanachin
Forked from bluerabbit/gist_gem.gemspec
Last active August 29, 2015 14:02
Show Gist options
  • Save hanachin/db62a264c3214e78b1be to your computer and use it in GitHub Desktop.
Save hanachin/db62a264c3214e78b1be to your computer and use it in GitHub Desktop.
puts 'gist gem'
Gem::Specification.new do |spec|
spec.name = "gist_gem"
spec.version = "0.0.1"
spec.authors = ["-"]
spec.email = ["-"]
spec.summary = "-"
spec.files = ["gist.rb"]
spec.require_path = "."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment