Created
January 21, 2014 04:22
-
-
Save sdliv/8534421 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |s| | |
s.name = "pleiro_game" | |
s.version = "1.0.0" | |
s.author = "Sean Livingston" | |
s.email = "[email protected]" | |
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