Changeset 319

Show
Ignore:
Timestamp:
04/17/08 21:38:42 (3 months ago)
Author:
muness
Message:

moving to Echoe

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • rubygems/spec_converter/trunk/CHANGELOG

    r183 r319  
    1 == 0.0.4 
    2 * added history.txt to track things -- is there some way to do this easily and automatically via trac change logs? 
    3 * added conversion for ActionController::TestCase 
    4 * added conversion for ActiveSupport::TestCase 
    5 * move from rubyforge project spec-converter to thinkrelevance package spec_converter 
     1v0.5. converting to echoe for gem-ing 
    62 
    7 == 0.0.3 1/19/2008 
    8 * added more assert -> should conversions 
     3v0.0.4. added history.txt to track things -- is there some way to do this easily and automatically via trac change logs? ; added conversion for ActionController::TestCase ; added conversion for ActiveSupport::TestCase ; move from rubyforge project spec-converter to thinkrelevance package spec_converter 
     4 
     5v0.0.3. added more assert -> should conversions 
  • rubygems/spec_converter/trunk/Rakefile

    r184 r319  
    22require 'rake/testtask' 
    33require 'rubygems' 
    4 require 'hoe' 
    54require 'lib/spec_converter' 
    65require 'rcov/rcovtask' 
     6require 'echoe' 
    77 
    8 Hoe.new('spec_converter', SpecConverter::VERSION) do |p| 
     8Echoe.new("spec_converter") do |p| 
    99  p.rubyforge_name = "thinkrelevance" 
    1010  p.description = "Convert your tests to test/spec specs.  See http://opensource.thinkrelevance.com/wiki/spec_converter for details." 
    11   p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") 
    1211  p.name = 'spec_converter' 
    1312  p.summary = "Convert your tests to test/spec specs"