<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 *SVN*
 
+*0.1.4* (June 22nd, 2008)
+
+* Remove log files from gems
+
 *0.1.3* (May 5th, 2008)
 
 * Update documentation</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -3,11 +3,6 @@ require 'rake/rdoctask'
 require 'rake/gempackagetask'
 require 'rake/contrib/sshpublisher'
 
-PKG_NAME           = 'plugin_test_helper'
-PKG_VERSION        = '0.1.3'
-PKG_FILE_NAME      = &quot;#{PKG_NAME}-#{PKG_VERSION}&quot;
-RUBY_FORGE_PROJECT = 'pluginaweek'
-
 desc 'Default: run unit tests.'
 task :default =&gt; :test
 
@@ -29,20 +24,20 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
 end
 
 spec = Gem::Specification.new do |s|
-  s.name            = PKG_NAME
-  s.version         = PKG_VERSION
-  s.platform        = Gem::Platform::RUBY
-  s.summary         = 'Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application.'
+  s.name              = 'plugin_test_helper'
+  s.version           = '0.1.4'
+  s.platform          = Gem::Platform::RUBY
+  s.summary           = 'Simplifies plugin testing by creating an isolated Rails environment that simulates its usage in a real application.'
   
-  s.files           = FileList['{generators,lib,test}/**/*'].to_a + %w(CHANGELOG init.rb MIT-LICENSE Rakefile README)
-  s.require_path    = 'lib'
-  s.autorequire     = 'plugin_test_helper'
-  s.has_rdoc        = true
-  s.test_files      = Dir['test/**/*_test.rb']
+  s.files             = FileList['{generators,lib,test}/**/*'].to_a - FileList['generators/plugin_test_structure/templates/app_root/log/*'].to_a + %w(CHANGELOG init.rb MIT-LICENSE Rakefile README)
+  s.require_path      = 'lib'
+  s.has_rdoc          = true
+  s.test_files        = Dir['test/**/*_test.rb']
   
-  s.author          = 'Aaron Pfeifer'
-  s.email           = 'aaron@pluginaweek.org'
-  s.homepage        = 'http://www.pluginaweek.org'
+  s.author            = 'Aaron Pfeifer'
+  s.email             = 'aaron@pluginaweek.org'
+  s.homepage          = 'http://www.pluginaweek.org'
+  s.rubyforge_project = 'pluginaweek'
 end
   
 Rake::GemPackageTask.new(spec) do |p|
@@ -51,14 +46,14 @@ Rake::GemPackageTask.new(spec) do |p|
   p.need_zip = true
 end
 
-desc 'Publish the beta gem'
+desc 'Publish the beta gem.'
 task :pgem =&gt; [:package] do
-  Rake::SshFilePublisher.new('aaron@pluginaweek.org', '/home/aaron/gems.pluginaweek.org/public/gems', 'pkg', &quot;#{PKG_FILE_NAME}.gem&quot;).upload
+  Rake::SshFilePublisher.new('aaron@pluginaweek.org', '/home/aaron/gems.pluginaweek.org/public/gems', 'pkg', &quot;#{spec.name}-#{spec.version}.gem&quot;).upload
 end
 
-desc 'Publish the API documentation'
+desc 'Publish the API documentation.'
 task :pdoc =&gt; [:rdoc] do
-  Rake::SshDirPublisher.new('aaron@pluginaweek.org', &quot;/home/aaron/api.pluginaweek.org/public/#{PKG_NAME}&quot;, 'rdoc').upload
+  Rake::SshDirPublisher.new('aaron@pluginaweek.org', &quot;/home/aaron/api.pluginaweek.org/public/#{spec.name}&quot;, 'rdoc').upload
 end
 
 desc 'Publish the API docs and gem'
@@ -71,10 +66,10 @@ task :release =&gt; [:gem, :package] do
   ruby_forge = RubyForge.new.configure
   ruby_forge.login
   
-  %w( gem tgz zip ).each do |ext|
-    file = &quot;pkg/#{PKG_FILE_NAME}.#{ext}&quot;
+  %w(gem tgz zip).each do |ext|
+    file = &quot;pkg/#{spec.name}-#{spec.version}.#{ext}&quot;
     puts &quot;Releasing #{File.basename(file)}...&quot;
     
-    ruby_forge.add_release(RUBY_FORGE_PROJECT, PKG_NAME, PKG_VERSION, file)
+    ruby_forge.add_release(spec.rubyforge_project, spec.name, spec.version, file)
   end
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e042347634c759e69d6f70611688b15efa28bfb0</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </author>
  <url>http://github.com/pluginaweek/plugin_test_helper/commit/f79f6db5e72d53e3af8e32d884a12a7a08c84052</url>
  <id>f79f6db5e72d53e3af8e32d884a12a7a08c84052</id>
  <committed-date>2008-06-22T13:22:57-07:00</committed-date>
  <authored-date>2008-06-22T13:22:57-07:00</authored-date>
  <message>Tag 0.1.4 release</message>
  <tree>baf991f85747df78db4be3533427be89c7444333</tree>
  <committer>
    <name>Aaron Pfeifer</name>
    <email>aaron.pfeifer@gmail.com</email>
  </committer>
</commit>
