generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ad953d4
commit 6dd12f0
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
OldVersions/GemSpec/Windows-NT/Windows-8_&_Windows-8.1/README.gemspec
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/ruby | ||
# Start of script | ||
# -*- encoding: utf-8 -*- | ||
require File.expand_path('/seanpm2001/TapPetHotelOpen', File.dirname(__FILE__)) | ||
Gem::Specification.new do |gem| | ||
gem.name = 'Tap Pet Hotel Open for Windows 8 & 8.1 (Windows NT)' | ||
gem.version = TapPetHotelOpenWindows8::VERSION | ||
gem.date = TapPetHotelOpen::DATE | ||
gem.description = %q{An open source fan recreation of the Pocket Gems game Tap Pet Hotel. Written in Ruby.} | ||
gem.summary = %q{The video game "tap pet hotel open" is an open source recreation of the game Tap Pet Hotel by Pocket Gems. Ported to Windows 8 (also supports Windows 8.1)} | ||
gem.email = ['[email protected]'] | ||
gem.homepage = 'https://github.com/seanpm2001/TapPetHotelOpen' | ||
gem.license = 'GPL3' | ||
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } | ||
gem.files = `git ls-files`.split("\n") | ||
gem.authors = `git log --pretty='format:%an' -- . ':!README*'|sort|uniq -c|sort -k2|sort -srnk1|sed -E 's/^ *[0-9]+ //'`.split("\n") | ||
end | ||
# File info | ||
# File type: Ruby Gemfile specification (*.gemspec) | ||
# File version: 1 (2022, Sunday, April 24th at 6:19 pm PST) | ||
# Line count (including blank lines and compiler line): 23 | ||
# End of script |