generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
GemSpec.gemspec
25 lines (25 loc) · 1.34 KB
/
GemSpec.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/ruby
# Start of script
# Gemspec configuration and bundling
# Gems are sorted in A-Z order
# Linux Gems
gem: "/Linux.Arch_TapPetHotelOpen.gemspec"
gem: "/Linux.Debian_TapPetHotelOpen.gemspec"
gem: "/Linux.Fedora_TapPetHotelOpen.gemspec"
gem: "/Linux.RedHatEnterpriseLinux_TapPetHotelOpen.gemspec"
gem: "/Linux.Ubuntu_TapPetHotelOpen.gemspec"
puts "I have plans to support far more than 5 Linux distributions. Android (while not pure Linux) will be supported in the future, while ChromiumOS and ChromeOS will NOT be supported"
# BSD gems
gem: "/BSD.MacOS_X_TapPetHotelOpen.gemspec"
puts "I have plans to support MacOS 11 and higher in the future, just not yet."
# Windows NT gems
gem: "/WIN-NT.Windows7_TapPetHotelOpen.gemspec"
gem: "/WIN-NT.Windows8_TapPetHotelOpen.gemspec"
gem: "/WIN-NT.WindowsVista_TapPetHotelOpen.gemspec"
gem: "/WIN-NT.WindowsXP_TapPetHotelOpen.gemspec"
puts "I have absolutely no plans to support Windows 10 and up. I also can't support Windows 2000 and below for compatibility reasons. I also feel that it isn't necessary to port the game to server versions of Windows (such as Windows Server 2003) as hardly anyone uses those in virtual machines"
# File info
# File type: Ruby Gemspec file (*.gemspec)
# File version: 1 (2022, Sunday, April 24th at 6:36 pm PST)
# Line count (including blank lines and compiler line): 26
# End of script