Sha256: 802d599c6585b906db77d5968993ce5538e5c4340a1a5c378754a47ca4f025d8
Contents?: true
Size: 362 Bytes
Versions: 16
Compression:
Stored size: 362 Bytes
Contents
module Xcake class ProjectMetadataGenerator < Generator def visit_project(project) puts "Creating Project..." native_project = @context.native_object_for(project) native_project.class_prefix = project.class_prefix if project.class_prefix native_project.organization = project.organization if project.organization end end end
Version data entries
16 entries across 16 versions & 1 rubygems