Changeset 1625

Show
Ignore:
Timestamp:
01/21/08 17:58:50 (4 months ago)
Author:
pdcawley
Message:

Removed the rcov task and removed dependencies from the gem that
are only used by the test and spec tests. People who need to
run these should be able to install the appropriate libraries
themselves.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/tasks/release.rake

    r1615 r1625  
    3737  s.add_dependency("rails-app-installer", ">= 0.2.0") 
    3838  s.add_dependency("xmpp4r", ">= 0.3.1") 
    39   s.add_dependency("rcov", ">= 0.8.1") 
    40   s.add_dependency("flexmock", ">= 0.8.0")   
    41   s.add_dependency("rspec", ">= 1.1.1") 
    42   s.add_dependency("ruby-debug", ">= 0.10.0") 
    4339end 
    4440