Fixed manifest to include commands.

This commit is contained in:
Geoffrey Grosenbach 2008-09-11 13:33:18 -07:00
parent c5397a9b6b
commit 742f245889
2 changed files with 2 additions and 3 deletions

View file

@ -36,9 +36,6 @@ unless (["push", "generate"].include?(options[:command]) && options[:directory]
exit exit
end end
# DEBUG
puts options.inspect
# The options hash now contains the resolved defaults # The options hash now contains the resolved defaults
# and the overrides from the command line. # and the overrides from the command line.

View file

@ -11,6 +11,8 @@ Gem::Specification.new do |s|
s.files = %w{ s.files = %w{
lib/couchrest.rb lib/couchrest.rb
lib/couch_rest.rb lib/database.rb lib/pager.rb lib/file_manager.rb lib/streamer.rb lib/couch_rest.rb lib/database.rb lib/pager.rb lib/file_manager.rb lib/streamer.rb
lib/couch_rest/commands.rb
lib/couch_rest/commands/generate.rb lib/couch_rest/commands/push.rb
Rakefile README.markdown Rakefile README.markdown
bin/couchdir bin/couchview bin/couchdir bin/couchview
spec/couchrest_spec.rb spec/database_spec.rb spec/pager_spec.rb spec/file_manager_spec.rb spec/streamer_spec.rb spec/couchrest_spec.rb spec/database_spec.rb spec/pager_spec.rb spec/file_manager_spec.rb spec/streamer_spec.rb