<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Ruby-Web-Sessions-Exercise/Makefile, branch master</title>
<subtitle>An exercise that demonstrates how to leverage server-side web sessions for authentication</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/'/>
<entry>
<title>Makefile: Add `pack` and `clean` tasks</title>
<updated>2015-12-08T06:59:41+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T06:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=8caaf977631f807e7994677a04174c37cb8d0da8'/>
<id>8caaf977631f807e7994677a04174c37cb8d0da8</id>
<content type='text'>
pack:
Zips relevant files for distribution

clean:
Removes the zip file generated in `pack`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pack:
Zips relevant files for distribution

clean:
Removes the zip file generated in `pack`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile</title>
<updated>2015-12-08T06:47:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-12-08T06:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Ruby-Web-Sessions-Exercise/commit/?id=968b1b131972738e82cd4a099bf3d75f3dc67969'/>
<id>968b1b131972738e82cd4a099bf3d75f3dc67969</id>
<content type='text'>
Provide a task that runs the development server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide a task that runs the development server.
</pre>
</div>
</content>
</entry>
</feed>
