<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/word/tagger.rb</filename>
    </added>
    <added>
      <filename>test/fixtures/tags.txt</filename>
    </added>
    <added>
      <filename>test/test_word_tagger.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,32 +2,3 @@ require 'config/requirements'
 require 'config/hoe' # setup Hoe + all gem configuration
 
 Dir['tasks/**/*.rake'].each { |rake| load rake }
-
-# redefine release
-
-desc 'Package and upload the release to rubyforge.'
-task :release_current =&gt; [:clean, :package] do |t|
-  require 'config/hoe'
-  version = ENV[&quot;VERSION&quot;] or abort &quot;Must supply VERSION=x.y.z&quot;
-  name = $hoe.name
-  rubyforge_name = $hoe.rubyforge_name
-  description = $hoe.description
-  pkg = &quot;pkg/#{name}-#{version}&quot;
-  abort &quot;Package doesn't exist =&gt; #{pkg}&quot; if !File.exist?(pkg)
-
-  rf = RubyForge.new
-  puts &quot;Logging in&quot;
-  rf.login
-
-  c = rf.userconfig
-  c[&quot;release_notes&quot;] = description if description
-  c[&quot;release_changes&quot;] = $hoe.changes if $hoe.changes
-  c[&quot;preformatted&quot;] = true
-
-  files = [(@need_tar ? &quot;#{pkg}.tgz&quot; : nil),
-           (@need_zip ? &quot;#{pkg}.zip&quot; : nil),
-           &quot;#{pkg}.gem&quot;].compact
-
-  puts &quot;Releasing #{rubyforge_name} v. #{version}&quot;
-  rf.add_release 'ruletagger', 'ruletagger/rbtagger', version, *files
-end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,3 +4,6 @@ $:.unshift(File.dirname(__FILE__)) unless
 module RbTagger
   
 end
+
+require 'word/tagger'
+require 'brill/tagger'</diff>
      <filename>lib/rbtagger.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,11 +3,16 @@ namespace :extconf do
   task :compile
 end
 
-task :compile =&gt; &quot;extconf:compile&quot;
+BIN = &quot;*.{bundle,jar,so,obj,pdb,lib,def,exp}&quot;
+
+task :compile =&gt; &quot;extconf:compile&quot; do
+  Dir[&quot;ext/**/*.{bundle,so,dll}&quot;].each do|lib|
+    sh &quot;cp #{lib} lib/&quot;
+  end
+end
 
 task :test =&gt; :compile
 
-BIN = &quot;*.{bundle,jar,so,obj,pdb,lib,def,exp}&quot;
 $hoe.clean_globs |= [&quot;ext/**/#{BIN}&quot;, &quot;lib/**/#{BIN}&quot;, 'ext/word_tagger/Makefile', 'ext/rule_tagger/Makefile']
 $hoe.spec.require_paths = Dir['{lib,ext/*}']
 $hoe.spec.extensions = FileList[&quot;ext/**/extconf.rb&quot;].to_a</diff>
      <filename>tasks/extconf.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>ext/word_tagger/tagger.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>e21d579adb3dd7ff5565ee73d2eb4c769c5b0d9d</id>
    </parent>
  </parents>
  <author>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </author>
  <url>http://github.com/taf2/rb-brill-tagger/commit/dadeb700a5dc04cd5aca6b3879c841ddace789ea</url>
  <id>dadeb700a5dc04cd5aca6b3879c841ddace789ea</id>
  <committed-date>2008-05-14T09:03:21-07:00</committed-date>
  <authored-date>2008-05-14T09:03:21-07:00</authored-date>
  <message>refactoring more to support some more tests</message>
  <tree>f0a263280d200ef3fd99c064f5f044a741abd918</tree>
  <committer>
    <name>Todd Fisher</name>
    <email>todd.fisher@gmail.com</email>
  </committer>
</commit>
