Manifest.txt in screwcap-0.3.5 vs Manifest.txt in screwcap-0.5

- old
+ new

@@ -1,40 +1,42 @@ -Gemfile -Gemfile.lock History.txt Manifest.txt README.rdoc Rakefile TODO bin/screwcap lib/screwcap.rb lib/screwcap/base.rb -lib/screwcap/deployer.rb lib/screwcap/message_logger.rb lib/screwcap/runner.rb lib/screwcap/sequence.rb lib/screwcap/server.rb lib/screwcap/task.rb +lib/screwcap/task_manager.rb lib/trollop.rb recipes/setup_rails.rb +runrdoc screwcap.gemspec -spec/command_set_spec.rb -spec/deployer_spec.rb +spec/runner_spec.rb spec/sequence_spec.rb spec/server_spec.rb spec/spec.opts spec/spec_helper.rb +spec/task_manager_spec.rb spec/task_spec.rb tasks/rspec.rake +test/config/bad_use.rb test/config/command_sets.rb test/config/expect.rb test/config/gateway.rb test/config/local_task.rb test/config/no_server.rb test/config/rails_tasks.rb test/config/simple_recipe.rb +test/config/super_simple_recipe.rb test/config/undefined_command_set.rb test/config/undefined_item.rb test/config/undefined_server.rb test/config/unknown_use.rb test/config/upload.rb test/config/use.rb +test/config/use2.rb