Sha256: 66354be114d724bd47ee82d89edeb7bd24056097cecb66b147a32f60bb417bb7
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 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}') Dir.glob("#{File.dirname(__FILE__)}/commands/*.rb").each{|rb| require(rb) } COMMANDS=Commands.new MSBUILD=MSBuild.new
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dev-2.0.103 | lib/commands.rb |
dev-2.0.102 | lib/commands.rb |
dev-2.0.101 | lib/commands.rb |