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

Version Path
isomorfeus-23.9.0.rc12 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc11 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc10 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc9 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc8 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc7 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc6 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc5 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc4 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc3 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc2 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.9.0.rc1 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.8.0.rc3 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.8.0.rc2 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.8.0.rc1 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.7.0.rc5 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.7.0.rc4 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.7.0.rc3 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.7.0.rc2 lib/isomorfeus/installer/new_project.rb
isomorfeus-23.7.0.rc1 lib/isomorfeus/installer/new_project.rb