Sha256: 348f1bf024574fbc7ede1c61cef01b6783505e7a94cc0bed2a039d07f00471a7
Contents?: true
Size: 484 Bytes
Versions: 49
Compression:
Stored size: 484 Bytes
Contents
module Isomorfeus module Installer class NewProject extend Isomorfeus::Installer::DSL def self.execute begin create_common_framework_directories install_basic_components install_basic_policy install_spec_files install_rake_file rescue Exception => e puts e.backtrace.join("\n") puts "Installation failed: #{e.message}" end end end end end
Version data entries
49 entries across 49 versions & 1 rubygems