Skip to content

Instantly share code, notes, and snippets.

@mkristian
Last active August 29, 2015 14:08
Show Gist options
  • Save mkristian/b318c8501a79f548eee5 to your computer and use it in GitHub Desktop.
Save mkristian/b318c8501a79f548eee5 to your computer and use it in GitHub Desktop.
gem build example.gemspec
#-*- mode: ruby -*-
Gem::Specification.new do |s|
s.name = 'example'
s.version = "2.0.0"
s.author = 'example person'
s.email = [ '[email protected]' ]
s.summary = 'example'
# s.files << Dir[ '*file' ]
s.files << 'example.gemspec'
end
# vim: syntax=Ruby
---
:rubygems_api_key: something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment