diff --git a/bin/couchview b/bin/couchview index 578c81a..0314aad 100755 --- a/bin/couchview +++ b/bin/couchview @@ -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. diff --git a/couchrest.gemspec b/couchrest.gemspec index 1b64895..9f16fb9 100644 --- a/couchrest.gemspec +++ b/couchrest.gemspec @@ -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