<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,9 +6,10 @@ plugins from plugins/ dir.
 
 Please send bug reports to Michael Ivey directly for the time being:
   ivey@gweezlebur.com or ivey on #merb
+
   
----
-Repo forked by fractious to provide configuration options:
+Configuration
+=============
 
 Merb::Plugins.config[:merb_has_rails_plugins]
  :rails_env    - Rails environment - probably want to leave this as the default: Merb.env
@@ -17,3 +18,7 @@ Merb::Plugins.config[:merb_has_rails_plugins]
  :only         - Optional array of the subset of plugins you want to load i.e. ['acts_as_hasselhoff', 'foo_fu']
 
 
+Contributors
+============
+Shay Arnett
+James Bebbington
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,30 +1,7 @@
 require 'rubygems'
 require 'rake/gempackagetask'
 
-PLUGIN = &quot;merb_has_rails_plugins&quot;
-NAME = &quot;merb_has_rails_plugins&quot;
-VERSION = &quot;0.1.1&quot;
-AUTHORS = [&quot;Michael D. Ivey&quot;, &quot;James Bebbington&quot;]
-EMAIL = &quot;ivey@gweezlebur.com&quot;
-HOMEPAGE = &quot;http://merb-plugins.rubyforge.org/merb_has_rails_plugins/&quot;
-SUMMARY = &quot;Merb plugin that provides autoloading of Rails plugins from plugins/ dir&quot;
-
-spec = Gem::Specification.new do |s|
-  s.name = NAME
-  s.version = VERSION
-  s.platform = Gem::Platform::RUBY
-  s.has_rdoc = true
-  s.extra_rdoc_files = [&quot;README&quot;, &quot;LICENSE&quot;, 'TODO']
-  s.summary = SUMMARY
-  s.description = s.summary
-  s.authors = AUTHORS
-  s.email = EMAIL
-  s.homepage = HOMEPAGE
-  s.add_dependency('merb', '&gt;= 0.5.0')
-  s.require_path = 'lib'
-  s.autorequire = PLUGIN
-  s.files = %w(LICENSE README Rakefile TODO) + Dir.glob(&quot;{lib,specs}/**/*&quot;)
-end
+spec = eval(File.read('merb_has_rails_plugins.gemspec'))
 
 Rake::GemPackageTask.new(spec) do |pkg|
   pkg.gem_spec = spec</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +0,0 @@
-TODO:
-Fix LICENSE with your name
-Fix Rakefile with your name and contact info
-Add your code to lib/merb_has_rails_plugins.rb
-Add your Merb rake tasks to lib/merb_has_rails_plugins/merbtasks.rb
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,15 @@
 Gem::Specification.new do |s|
   s.name = &quot;merb_has_rails_plugins&quot;
+  s.author = &quot;Michael D. Ivey&quot;
   s.version = &quot;0.1.1&quot;
+  s.platform = Gem::Platform::RUBY
   s.date = &quot;2008-06-30&quot;
-  s.summary = &quot;Use Rails plugins in Merb apps&quot;
+  s.summary = &quot;Merb plugin that provides autoloading of Rails plugins from plugins/ dir&quot;
   s.email = &quot;ivey@gweezlebur.com&quot;
   s.homepage = &quot;http://github.com/ivey/merb_has_rails_plugins&quot;
   s.description = s.summary
   s.has_rdoc = false
-  s.authors = [&quot;Michael D. Ivey&quot;, &quot;James Bebbington&quot;]
   s.files = [&quot;LICENSE&quot;, &quot;Rakefile&quot;, &quot;README&quot;, &quot;TODO&quot;, &quot;lib/merb_has_rails_plugins.rb&quot;]
   s.test_files = []
   s.add_dependency(&quot;merb&quot;, [&quot;&lt; 0.9.0&quot;])
-end
-
+end
\ No newline at end of file</diff>
      <filename>merb_has_rails_plugins.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>58e124415f2bcce40e967e714aea346d75e89ff2</id>
    </parent>
  </parents>
  <author>
    <name>Michael D. Ivey</name>
    <email>ivey@gweezlebur.com</email>
  </author>
  <url>http://github.com/ivey/merb_has_rails_plugins/commit/5acae6be9d16065113d1ee07d1ef48388d863d19</url>
  <id>5acae6be9d16065113d1ee07d1ef48388d863d19</id>
  <committed-date>2008-06-30T11:19:49-07:00</committed-date>
  <authored-date>2008-06-30T11:19:49-07:00</authored-date>
  <message>Update Rakefile to use gemspec, other cleanup of docs/build.  No code changes.</message>
  <tree>19ed176ca930930f8c2aabe914d40b372ba08e21</tree>
  <committer>
    <name>Michael D. Ivey</name>
    <email>ivey@gweezlebur.com</email>
  </committer>
</commit>
