<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>xmpp4r-simple.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,10 @@
+xmpp4r-simple (0.8.8)
+
+  [ Blaine Cook]
+  * Add xmpp4r-simple.gemspec, remove gem-related code from Rakefile
+
+-- Blaine Cook &lt;romeda@gmail.com&gt; Wed, 30 Jul 2008 16:03:00 -0800
+
 xmpp4r-simple (0.8.7)
 
   [ Blaine Cook ]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -15,41 +15,13 @@
 # along with Jabber::Simple; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-require 'rubygems'
-Gem::manage_gems
-require 'rake/gempackagetask'
 require 'rake/testtask'
 require 'rake/rdoctask'
 require 'rcov/rcovtask'
 
-spec = Gem::Specification.new do |s| 
-  s.add_dependency('xmpp4r', '&gt;= 0.3.0')
-  s.add_dependency('rake')
-  s.add_dependency('rcov')
-  s.name = &quot;xmpp4r-simple&quot; 
-  s.version = &quot;0.8.7&quot; 
-  s.author = &quot;Blaine Cook&quot; 
-  s.email = &quot;romeda@gmail.com&quot; 
-  s.homepage = &quot;http://xmpp4r-simple.rubyforge.org/&quot; 
-  s.platform = Gem::Platform::RUBY 
-  s.summary = &quot;A simplified Jabber client library.&quot; 
-  s.description = &lt;&lt;-EOF
-    Jabber::Simple takes the strong foundation laid by xmpp4r
-    and hides the relatively high complexity of maintaining a simple instant
-    messenger bot in Ruby.
-  EOF
-  s.files = FileList[&quot;{test,lib}/**/*&quot;, '[A-Z]*'].exclude(&quot;rdoc&quot;, &quot;.svn&quot;).to_a 
-  s.require_path = &quot;lib&quot; 
-  s.test_files = Dir.glob(&quot;test/test_*.rb&quot;)
-  s.has_rdoc = true 
-  s.extra_rdoc_files = [&quot;README&quot;, &quot;COPYING&quot;] 
-  s.rubyforge_project = &quot;xmpp4r-simple&quot;
-end 
-
-Rake::GemPackageTask.new(spec) do |pkg| 
-  pkg.gem_spec = spec
-  pkg.need_tar = true 
-  pkg.need_zip = true
+desc &quot;Package Gem&quot;
+task :package do
+  system('gem build xmpp4r-simple.gemspec')
 end
 
 desc &quot;Default Task&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dfde2c5bdfabbaa078cd6cfb41092257c5132689</id>
    </parent>
  </parents>
  <author>
    <name>Blaine Cook</name>
    <email>romeda@gmail.com</email>
  </author>
  <url>http://github.com/timshadel/xmpp4r-simple/commit/37d466f703a71dd624319bb272731661aa24497c</url>
  <id>37d466f703a71dd624319bb272731661aa24497c</id>
  <committed-date>2008-07-30T16:04:09-07:00</committed-date>
  <authored-date>2008-07-30T16:04:09-07:00</authored-date>
  <message>add xmpp4r-simple.gemspec</message>
  <tree>8d7c64b4fcb03625446811902eb7a149e76f2693</tree>
  <committer>
    <name>Blaine Cook</name>
    <email>romeda@gmail.com</email>
  </committer>
</commit>
