Sha256: e54c03988e7117dc7390b5763aa2c03f5d07c4acf1a10741c99b0d1ff389f557

Contents?: true

Size: 178 Bytes

Versions: 12

Compression:

Stored size: 178 Bytes

Contents

module Xing::CLI::Templaters
  class CodeOfConductTemplater < Templater
    def template_files(arc)
      arc.copy file: "CODE_OF_CONDUCT.md", context: context
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
xing-framework-1.0.0.pre.beta.1 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-1.0.0.pre.beta lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-1.0.0.pre.alpha lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.3.2 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.3.1 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.3.0 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.2.9 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.2.9.beta1 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.2.8 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.2.8.beta1 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.2.7 lib/xing/cli/templaters/code_of_conduct_templater.rb
xing-framework-0.2.7.pre.beta1 lib/xing/cli/templaters/code_of_conduct_templater.rb