CSCI 305 Programming Languages
Due Date: January 26, 2018
Instructions:
- Create an account at GitHub, if you don’t already have one
- Install Git on you system:
- Generate your GPG key and add it to your GitHub account so that you can sign your changes.
- Generating the GPG key:
- Adding the new key to your GitHub account
- Complete the following git tutorial
- On the finish page, which tells you about your badge, take a screenshot and save it as a PNG image file, which you will submit on BrightSpace.
- Go to the ruby lab site, which is the first course lab, and Fork the repository.
- Use the following tutorial if you are unfamiliar with forking a repository.
- Follow the appropriate link under the section Ruby of the ruby lab README and install Ruby on your system. Then follow the instructions in the section labeled Step 0 to install
bundler
.
- Open a console on your system and run the following commands:
ruby --Version
bundler -v
- Take a screen shot of only the console window showing the results of that, it should look something like this:
Submission:
You will need to submit a zip file named [first_name].[last_name]_hw0.zip (where [first_name] should be replaced by your first name and [last_name] should be replaced by your last name) containing the following two files:
- The image of the screenshot (5 pts)
- Screenshot showing that you have installed Ruby and associated tools (2 pts)
In the comment section of the submission, place the link to your GitHub page (3 pts).