Skip to content

Instantly share code, notes, and snippets.

@fornellas
Created April 10, 2015 18:06
Show Gist options
  • Save fornellas/197c5ad5d2a2a89d0175 to your computer and use it in GitHub Desktop.
Save fornellas/197c5ad5d2a2a89d0175 to your computer and use it in GitHub Desktop.
Ruby Gem Template
Gem::Specification.new do |s|
# Required gemspec attributes
# author=
# authors=
# files
# name
# platform=
# require_paths=
# rubygems_version
# summary
# version
# Recommended gemspec attributes
# license=
# licenses=
# Optional gemspec attributes
# add_development_dependency
# add_runtime_dependency
# bindir
# cert_chain
# description
# email
# executables
# extensions
# extra_rdoc_files
# homepage
# metadata
# post_install_message
# rdoc_options
# required_ruby_version
# required_ruby_version=
# required_rubygems_version
# required_rubygems_version=
# requirements
# signing_key
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment