<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@ This gem provides a automated API for working with github.
 
 This will give you a session to work with.
 
-    sess = MechanicalGitHub::Session.new
+    sess = MechanicalGithub::Session.new
 
 Make the session logged in to github - needed for private repos or write
 operations.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-%w[rubygems rake rake/clean fileutils newgem rubigen].each { |f| require f }
+%w[rubygems rake rake/clean fileutils newgem].each { |f| require f }
 require File.dirname(__FILE__) + '/lib/mechanical_github'
 
 # Generate all the Rake tasks</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,6 +2,10 @@
 # automates the creation of a git repository on github.
 require 'rubygems'
 require 'mechanize'
- 
+
+module MechanicalGithub
+  VERSION=&quot;0.2.0&quot;
+end
+
 # load all files
 Dir[&quot;#{File.join(File.dirname(__FILE__), &quot;mechanical_github&quot;)}/*.rb&quot;].each { |file| require(file) }
\ No newline at end of file</diff>
      <filename>lib/mechanical_github.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module MechanicalGitHub
+module MechanicalGithub
   
   # represents a project
   class Repository</diff>
      <filename>lib/mechanical_github/repository.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module MechanicalGitHub
+module MechanicalGithub
   class Session
     attr_reader :agent, :username, :logged_in
     </diff>
      <filename>lib/mechanical_github/session.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module MechanicalGitHub
+module MechanicalGithub
   
   class Wiki
     attr_reader :project</diff>
      <filename>lib/mechanical_github/wiki.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5784388211346f9c917f3ad1fb37e553e8eaf519</id>
    </parent>
  </parents>
  <author>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </author>
  <url>http://github.com/lstoll/mechanical_github/commit/ec8b340f676075127024f9cdcf00ebe57f018a27</url>
  <id>ec8b340f676075127024f9cdcf00ebe57f018a27</id>
  <committed-date>2009-01-22T20:53:05-08:00</committed-date>
  <authored-date>2009-01-22T20:19:03-08:00</authored-date>
  <message>fixed up constant + VERSION

Signed-off-by: Lincoln Stoll &lt;lstoll@lstoll.net&gt;</message>
  <tree>bfe59208ea86f7fe13ac0038f6fe6cdf968c79e2</tree>
  <committer>
    <name>Lincoln Stoll</name>
    <email>lstoll@lstoll.net</email>
  </committer>
</commit>
