Created
March 31, 2017 06:13
-
-
Save tas50/cfad4b188a77ca420ead233b805713d9 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
bad_chars = [" ", "'", ",", "\"", "/", "]", "[", "{", "}", "-", "=", ">"] | |
invalid_platforms = %w( | |
aws | |
archlinux | |
amazonlinux | |
darwin | |
debuan | |
mingw32 | |
mswin | |
mac_os_x_server | |
linux | |
oel | |
oraclelinux | |
rhel | |
schientific | |
scientificlinux | |
sles | |
solaris | |
true | |
ubundu | |
ubunth | |
ubunutu | |
windwos | |
xcp | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment