Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created November 14, 2013 01:34
Show Gist options
  • Save Breefield/7459775 to your computer and use it in GitHub Desktop.
Save Breefield/7459775 to your computer and use it in GitHub Desktop.
s.files = Dir['lib/*.rb'] + Dir['locales/*']
Gem::Specification.new do |s|
s.files = 'lib/cold_shoulder.rb'
end
Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment