lib/mongoid/shell/commands/mongoimport.rb in mongoid-shell-0.4.5 vs lib/mongoid/shell/commands/mongoimport.rb in mongoid-shell-0.4.6

- old
+ new

@@ -4,9 +4,11 @@ class Mongoimport < Mongoid::Shell::Commands::Base include Mongoid::Shell::Properties::Host include Mongoid::Shell::Properties::Database include Mongoid::Shell::Properties::Username include Mongoid::Shell::Properties::Password + include Mongoid::Shell::Properties::AuthenticationDatabase + include Mongoid::Shell::Properties::SSL option :db option :host option :port option :sslCAFile