Sha256: 1f7156140f78cc98dad98c06ae2e12d9d43832787f4bc4fa22f3f71578822807

Contents?: true

Size: 356 Bytes

Versions: 21

Compression:

Stored size: 356 Bytes

Contents

module RubyEasyRSA
  module Commands
    module Mixins
      module CopyExtensionsConfig
        def configure_command(builder, opts)
          copy_extensions = opts[:copy_extensions]

          builder = super(builder, opts)
          builder = builder.with_flag('--copy-ext') if copy_extensions
          builder
        end
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ruby_easy_rsa-0.2.0.pre.6 lib/ruby_easy_rsa/commands/mixins/copy_extensions_config.rb