Sha256: ebe62c8387841399fcc71f56cb486d899d198f95c7d6ec3cd27cd5962e92275b
Contents?: true
Size: 498 Bytes
Versions: 11
Compression:
Stored size: 498 Bytes
Contents
require 'json' require 'rake/clean' CLOBBER.include('*.gem') SOURCE=FileList.new('LICENSE','README','README.md',"Gemfile") SOURCE.include('*.{gitignore,yml,gemspec}') SOURCE.include('**/*.{rb}') SOURCE.include('**/*.{cs}') SOURCE.include('**/*.{c,h}') SOURCE.include('**/*.{cpp,hpp}') SOURCE.include('**/*.{swift}') SOURCE.include('**/*.{xcodeproj}') Dir.glob("#{File.dirname(__FILE__)}/commands/*.rb").each{|rb| require(rb) } COMMANDS=Commands.new MSBUILD=MSBuild.new
Version data entries
11 entries across 11 versions & 1 rubygems