<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,7 @@ task :create, :destination do |_, params|
   
   mkdir destination rescue nil
   File.open destination/:Rakefile.rb, File::RDWR|File::TRUNC|File::CREAT do |rakefile|
-    rakefile.puts &quot;$:.unshift File.expand_path('#{GitBlog::Scope :lib}')&quot;
+    rakefile.puts &quot;$:.unshift File.expand_path('#{GitBlog::Scope / :lib}')&quot;
     rakefile.puts &quot;require 'git-blog'&quot;
     rakefile.print &quot;\n&quot;; rakefile.close
   end</diff>
      <filename>Rakefile.rb</filename>
    </modified>
    <modified>
      <diff>@@ -15,12 +15,12 @@ task :initialize do
   cd path
   mkdir 'posts'
   mkdir 'design'
-  cp GitBlog::Scope :prepped / '.gitignore', '.'
+  cp GitBlog::Scope / :prepped / '.gitignore', '.'
   %w(welcome_to_your_git_blog.markdown .gitignore).each do |file|
-    cp GitBlog::Scope :prepped / :posts / file, 'posts'
+    cp GitBlog::Scope / :prepped / :posts / file, 'posts'
   end
   %w(main.css post.haml index.haml).each do |file|
-    cp GitBlog::Scope :prepped / :design / file, 'design'
+    cp GitBlog::Scope / :prepped / :design / file, 'design'
   end
   
   Dir['**/**'].each do |file|
@@ -63,7 +63,7 @@ task :servable do
   should_be_initialized File.expand_path('.')
   
   mv '.git' / :hooks / 'post-receive', '.git' / :hooks / 'post-receive.old'
-  cp GitBlog::Scope :prepped / 'post-receive.hook', '.git' / :hooks / 'post-receive'
+  cp GitBlog::Scope / :prepped / 'post-receive.hook', '.git' / :hooks / 'post-receive'
   chmod 0775, '.git' / :hooks / 'post-receive'
   
   puts '** git-blog is prepared for serving (git post-recieve hook prepared)'</diff>
      <filename>lib/git-blog.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,9 +12,11 @@ module GitBlog
   
   # Returns the path of file relative to the git-blog root.
   # 'Borrowed' mostly wholesale from Haml 2.0.0 d-:
-  def self.Scope path
-    File.join(File.expand_path( File.dirname(__FILE__) / '..' / '..' ), path.to_s)
-  end
+  # def self.Scope path
+  #   File.join(File.expand_path( File.dirname(__FILE__) / '..' / '..' ), path.to_s)
+  # end
+  # Fuck that, using a constant. LAWL.
+  Scope = File.expand_path( File.dirname(__FILE__) / '..' / '..' )
 end
 
 require 'git-blog/parsers'
\ No newline at end of file</diff>
      <filename>lib/git-blog/core.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7404e6c75508fa48894ddc2289745bed42cb9f3e</id>
    </parent>
  </parents>
  <author>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </author>
  <url>http://github.com/elliottcable/git-blog/commit/97ad7c68902d136da034c539fe5d43d68ad38285</url>
  <id>97ad7c68902d136da034c539fe5d43d68ad38285</id>
  <committed-date>2008-06-26T01:17:38-07:00</committed-date>
  <authored-date>2008-06-26T01:17:38-07:00</authored-date>
  <message>Screw that, using a constant.</message>
  <tree>cf188893de360eb536ace9496c1a087e4d23ff3d</tree>
  <committer>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </committer>
</commit>
