class Bundler::CLI::Gem

def initialize(options, gem_name, thor)

def initialize(options, gem_name, thor)
  @options = options
  @gem_name = resolve_name(gem_name)
  @thor = thor
  @name = @gem_name
  @target = Pathname.pwd.join(gem_name)
  validate_ext_name if options[:ext]
end