Sha256: cf5d96f16ce874f95e38f898eb37cdd14055b2f379d6adacce62b7a0fa00c72c
Contents?: true
Size: 427 Bytes
Versions: 13
Compression:
Stored size: 427 Bytes
Contents
module DaemonKit module Generators class XmppGenerator < Base def update_gemfile append_file 'Gemfile', "gem 'blather'\n" end def create_config directory 'config' end def create_daemon directory 'libexec' end protected def self.source_root File.expand_path( File.join( File.dirname(__FILE__), 'templates') ) end end end end
Version data entries
13 entries across 13 versions & 3 rubygems