Fixed manifest to include commands.

improve_associations
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
end
# DEBUG
puts options.inspect
# The options hash now contains the resolved defaults
# and the overrides from the command line.

View File

@ -11,6 +11,8 @@ Gem::Specification.new do |s|
s.files = %w{
lib/couchrest.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
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