Sha256: cbe80d0fa7e67865cf1dac9e6d5c813bee71a6974579b6fbc3138a8a351f9058

Contents?: true

Size: 315 Bytes

Versions: 4

Compression:

Stored size: 315 Bytes

Contents

require 'generators/danthes_generator'

module Danthes
  module Generators
    class InstallGenerator < Base
      desc 'Create sample config file and add rackup file'
      def copy_files
        template 'danthes.yml', 'config/danthes.yml'
        copy_file 'danthes.ru', 'danthes.ru'
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
edmond-danthes-2.1.1 lib/generators/danthes/install_generator.rb
edmond-danthes-2.1.0 lib/generators/danthes/install_generator.rb
danthes-2.0.1 lib/generators/danthes/install_generator.rb
danthes-2.0.0 lib/generators/danthes/install_generator.rb