diff --git a/OldVersions/PROJECT_LANGUAGE/Ruby/PROJECT_LANG_1_V1.gemspec b/OldVersions/PROJECT_LANGUAGE/Ruby/PROJECT_LANG_1_V1.gemspec new file mode 100644 index 0000000..c7cd631 --- /dev/null +++ b/OldVersions/PROJECT_LANGUAGE/Ruby/PROJECT_LANG_1_V1.gemspec @@ -0,0 +1,19 @@ +#!/usr/bin/ruby +# Start of script +# I chose Ruby as the main project language file for this project (Tap Pet Hotel Open) as for software diversity reasons, I can't write everything purely in Python. I don't have very many Ruby projects, and since the original creators of this game were Pocket Gems, and since Ruby distributes through Gemfiles, it fits here. Also, Ruby works well both in desktop and web applications, and seems to fit my needs here. It may be supplemented with other languages in the future. +class project_language_file_1(): + def projectLanguageFile1(): + puts "Project language file 1\n" + puts "For: Tap Pet Hotel Open\n" + puts "About: \n" + puts "I chose Ruby as the main project language file for this project (Tap Pet Hotel Open) as for software diversity reasons, I can't write everything purely in Python. I don't have very many Ruby projects, and since the original creators of this game were Pocket Gems, and since Ruby distributes through Gemfiles, it fits here. \nAlso, Ruby works well both in desktop and web applications, and seems to fit my needs here. It may be supplemented with other languages in the future." + break + return projectLanguageFile1() + return 0 + break +end # end class +# File info +# File type: Ruby source file (*.rb) +# File version: 1 (2022, Saturday, April 23rd at 8:12 pm PST) +# Line count (including blank lines and compiler line): 20 +# End of script