Fixed manifest to include commands.
This commit is contained in:
parent
c5397a9b6b
commit
742f245889
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue