Skip to content

Instantly share code, notes, and snippets.

@sdliv
Created January 21, 2014 04:22
Show Gist options
  • Save sdliv/8534421 to your computer and use it in GitHub Desktop.
Save sdliv/8534421 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |s|
s.name = "pleiro_game"
s.version = "1.0.0"
s.author = "Sean Livingston"
s.email = "sean.d.livingston@gmail.com"
s.homepage = "http://gospelofjesusglory.com"
s.summary = "Short Text Game With Treasures"
s.description = File.read(File.join(File.dirname(__FILE__), 'README'))
s.files = Dir["{bin, lib, spec}/**/*"] + %w(LICENSE README)
s.test_files = Dir["spec/**/*"]
s.executables = [ 'pleiro_game' ]
s.required_ruby_version = '>=1.9'
s.add_development_dependency 'rspec'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment