Sha256: acf92ce99864914670aee9e21bd3fa1f670af0db926941fc11ce9a48f91d484e
Contents?: true
Size: 494 Bytes
Versions: 12
Compression:
Stored size: 494 Bytes
Contents
module DaemonKit module Generators class NaniteAgentGenerator < Base def update_gemfile append_file 'Gemfile', "gem 'nanite'\n" end def create_config directory 'config' end def create_actors directory 'lib' end def create_libexec directory 'libexec' end protected def self.source_root File.expand_path( File.join( File.dirname(__FILE__), 'templates') ) end end end end
Version data entries
12 entries across 12 versions & 3 rubygems