<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README.markdown</filename>
    </added>
    <added>
      <filename>bin/twuckoo</filename>
    </added>
    <added>
      <filename>lib/twuckoo.rb</filename>
    </added>
    <added>
      <filename>spec/twuckoo_spec.rb</filename>
    </added>
    <added>
      <filename>twuckoo.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,17 +1,18 @@
-bin/cuckoo_twitterer
+bin/twuckoo
 CHANGELOG
 cuckoo_twitterer.gemspec
-lib/cuckoo_twitterer.rb
 lib/duration_string.rb
 lib/environments.rb
 lib/modules/one_line_from_file.rb
 lib/modules/wikipedia_tfa.rb
+lib/twuckoo.rb
 Manifest
 Rakefile
-spec/cuckoo_twitterer_spec.rb
+README.markdown
 spec/duration_string_spec.rb
 spec/one_line_from_file_spec.rb
 spec/spec.opts
 spec/spec_helper.rb
+spec/twuckoo_spec.rb
 spec/wikipedia_tfa_spec.rb
 tasks/spec.rake</diff>
      <filename>Manifest</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,9 @@ require 'rubygems'
 require 'rake'
 require 'echoe'
 
-Echoe.new('cuckoo_twitterer', '0.1.3') do |p|
+Echoe.new('twuckoo', '0.2') do |p|
   p.description    = &quot;A simple yet elegant solution to tweet a message regularly from a file (and in the future: from a webpage, a database, etc.)&quot;
-  p.url            = &quot;http://github.com/balinterdi/cuckoo_twitterer&quot;
+  p.url            = &quot;http://github.com/balinterdi/twuckoo&quot;
   p.author         = &quot;B&#225;lint &#201;rdi&quot;
   p.email          = &quot;balint@bucionrails.com&quot;
   p.ignore_pattern = [&quot;tmp/*&quot;, &quot;script/*&quot;, &quot;*.txt&quot;, &quot;pkg&quot;]</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-module CuckooEnvironment
+module TwuckooEnvironment
   def set_testing
     ENV[&quot;CUCKOO_ENV&quot;] = &quot;testing&quot;
   end</diff>
      <filename>lib/environments.rb</filename>
    </modified>
    <modified>
      <diff>@@ -9,15 +9,15 @@ Spec::Runner.configure do |config|
   config.mock_with :mocha
 end
 
-class CuckooTwittererWithOneLineFromFileSpec
+class TwuckooWithOneLineFromFileSpec
 
-  extend CuckooEnvironment
+  extend TwuckooEnvironment
   set_testing
 
   describe &quot;A cuckoo twitterer with one line from a file&quot; do
     before do
-      CuckooTwitterer.send(:include, OneLineFromFile)
-      @cuckoo = CuckooTwitterer.new
+      Twuckoo.send(:include, OneLineFromFile)
+      @cuckoo = Twuckoo.new
       # just so that no files will be written
       @cuckoo.stubs(:store).returns(nil)
     end</diff>
      <filename>spec/one_line_from_file_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require &quot;spec&quot;
 require &quot;mocha&quot;
 
 dir = File.join(File.dirname(__FILE__), '..', 'lib')
-require File.join(dir, 'cuckoo_twitterer')
+require File.join(dir, 'twuckoo')
 require File.join(dir, 'environments')
 
 Spec::Runner.configure do |config|</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,15 +3,15 @@ require File.join(File.dirname(__FILE__), 'spec_helper')
 dir = File.join(File.dirname(__FILE__), '..', 'lib')
 require File.join(dir, 'modules', 'wikipedia_tfa')
 
-class CuckooTwittererForWikipediaTfaSpec
+class TwuckooForWikipediaTfaSpec
 
-  extend CuckooEnvironment
+  extend TwuckooEnvironment
   set_testing
 
   describe &quot;A cuckoo twitterer for wikipedia featured article&quot; do
     before do
-      CuckooTwitterer.send(:include, WikipediaTFA)
-      @cuckoo = CuckooTwitterer.new
+      Twuckoo.send(:include, WikipediaTFA)
+      @cuckoo = Twuckoo.new
     end
     it &quot;works&quot; do
       @cuckoo.tweet</diff>
      <filename>spec/wikipedia_tfa_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>bin/cuckoo_twitterer</filename>
    </removed>
    <removed>
      <filename>lib/cuckoo_twitterer.rb</filename>
    </removed>
    <removed>
      <filename>spec/cuckoo_twitterer_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7cbff4ada8b8458bad8bdc33297d04e27b9c8b02</id>
    </parent>
  </parents>
  <author>
    <name>Balint Erdi</name>
    <email>balint.erdi@gmail.com</email>
  </author>
  <url>http://github.com/balinterdi/twuckoo/commit/a0cbf4fbeb4b9e2fb1983c797e13f768f0d68afe</url>
  <id>a0cbf4fbeb4b9e2fb1983c797e13f768f0d68afe</id>
  <committed-date>2009-06-16T00:48:02-07:00</committed-date>
  <authored-date>2009-06-16T00:48:02-07:00</authored-date>
  <message>renaming cuckoo_twitterer to twuckoo

Signed-off-by: Balint Erdi &lt;balint.erdi@gmail.com&gt;</message>
  <tree>6d4346991b742447f95105788491f785b4999894</tree>
  <committer>
    <name>Balint Erdi</name>
    <email>balint.erdi@gmail.com</email>
  </committer>
</commit>
