<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MIT-LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -38,7 +38,7 @@ task :default =&gt; :specs
 task :emrpc =&gt; [:clean, :rdoc, :package]
 
 RUBY_FORGE_PROJECT  = &quot;emrpc&quot;
-PROJECT_URL         = &quot;http://strokedb.com&quot;
+PROJECT_URL         = &quot;http://oleganza.com/&quot;
 PROJECT_SUMMARY     = &quot;Efficient RPC library with evented and blocking APIs. In all ways better than DRb.&quot;
 PROJECT_DESCRIPTION = PROJECT_SUMMARY
 
@@ -65,17 +65,21 @@ spec = Gem::Specification.new do |s|
   s.description  = s.summary
   s.executables  = %w( em_console )
   s.require_path = &quot;lib&quot;
-  s.files        = %w( README Rakefile TODO ) + Dir[&quot;{docs,bin,spec,lib,examples,script}/**/*&quot;]
+  s.files        = %w( README Rakefile TODO MIT-LICENSE ) + Dir[&quot;{docs,bin,spec,lib,examples,script}/**/*&quot;]
 
   # rdoc
   s.has_rdoc         = true
-  s.extra_rdoc_files = %w( README TODO )
+  s.extra_rdoc_files = %w( README TODO MIT-LICENSE )
   #s.rdoc_options     += RDOC_OPTS + [&quot;--exclude&quot;, &quot;^(app|uploads)&quot;]
 
   # Dependencies
   s.add_dependency &quot;eventmachine&quot;
   s.add_dependency &quot;rake&quot;
   s.add_dependency &quot;rspec&quot;
+  
+  # See sources on github.com/oleganza
+  s.add_dependency &quot;gem_console&quot;
+  
   # Requirements
   s.requirements &lt;&lt; &quot;You need to install the json (or json_pure), yaml, rack gems to use related features.&quot;
   s.required_ruby_version = &quot;&gt;= 1.8.4&quot;
@@ -87,10 +91,10 @@ end
 
 desc &quot;Run :package and install the resulting .gem&quot;
 task :install =&gt; :package do
-  sh %{#{sudo} gem install #{install_home} --local pkg/#{NAME}-#{EMRPC::VERSION}.gem --no-rdoc --no-ri}
+  sh %{#{sudo} gem install #{install_home} --local pkg/#{GEM_NAME}-#{GEM_VERSION}.gem --no-rdoc --no-ri}
 end
 
 desc &quot;Run :clean and uninstall the .gem&quot;
 task :uninstall =&gt; :clean do
-  sh %{#{sudo} gem uninstall #{NAME}}
+  sh %{#{sudo} gem uninstall #{GEM_NAME}}
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c3a4a85b3f01b0b1e9cf0fe3b1a312fc7e6feae7</id>
    </parent>
  </parents>
  <author>
    <name>Oleg Andreev</name>
    <email>oleganza@gmail.com</email>
  </author>
  <url>http://github.com/oleganza/emrpc/commit/3d37910020e4a0b9f301533da63b19671ca0b6a6</url>
  <id>3d37910020e4a0b9f301533da63b19671ca0b6a6</id>
  <committed-date>2008-09-11T02:54:19-07:00</committed-date>
  <authored-date>2008-09-11T02:54:19-07:00</authored-date>
  <message>added license stuff, refactored Rakefile a bit</message>
  <tree>3f3e6ca465bf66eae4d912373db68b67e1449b9b</tree>
  <committer>
    <name>Oleg Andreev</name>
    <email>oleganza@gmail.com</email>
  </committer>
</commit>
