<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>VERSION</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,3 +10,24 @@ RedminePluginSupport::Base.setup do |plugin|
   # TODO: gem not getting this automaticly
   plugin.redmine_root = File.expand_path(File.dirname(__FILE__) + '/../../../')
 end
+
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |s|
+    s.name = &quot;timesheet_plugin&quot;
+    s.summary = &quot;A Timesheet plugin for Redmine to show timelogs for all projects&quot;
+    s.email = &quot;edavis@littlestreamsoftware.com&quot;
+    s.homepage = &quot;https://projects.littlestreamsoftware.com/projects/redmine-timesheet&quot;
+    s.description = &quot;A plugin to show and filter timelogs across all projects in Redmine.&quot;
+    s.authors = [&quot;Eric Davis&quot;]
+    s.files =  FileList[
+                        &quot;[A-Z]*&quot;,
+                        &quot;init.rb&quot;,
+                        &quot;rails/init.rb&quot;,
+                        &quot;{bin,generators,lib,test,app,assets,config,lang}/**/*&quot;,
+                        'lib/jeweler/templates/.gitignore'
+                       ]
+  end
+rescue LoadError
+  puts &quot;Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>361fdff624c014b74e6ebf077150ce6bcd745332</id>
    </parent>
  </parents>
  <author>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </author>
  <url>http://github.com/edavis10/redmine-timesheet-plugin/commit/9240e5293dcd21af8f2fe152bf1da0994fe777cc</url>
  <id>9240e5293dcd21af8f2fe152bf1da0994fe777cc</id>
  <committed-date>2009-10-03T20:19:46-07:00</committed-date>
  <authored-date>2009-10-03T20:19:46-07:00</authored-date>
  <message>Added and configured Jeweler</message>
  <tree>365727586238e8f77b614eed3efc90f56944bdeb</tree>
  <committer>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </committer>
</commit>
