Sha256: 4a00db3d29a16cab4b7d4399c8e14bda2c47980c19c939d933f05c7d2e414a53
Contents?: true
Size: 722 Bytes
Versions: 4
Compression:
Stored size: 722 Bytes
Contents
require 'json' require 'rake/clean' CLOBBER.include('*.gem') CLOBBER.include('bin','obj','packages') 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}') SOURCE.include('**/*.{csproj,sln,nuspec,config}') SOURCE.exclude('**/obj/**/*.*') SOURCE.exclude('**/bin/**/*.*') SOURCE.exclude('commit.message') Dir.glob("#{File.dirname(__FILE__)}/commands/*.rb").each{|rb| require(rb) } require_relative('./msbuild.rb') COMMANDS=Commands.new MSBUILD=MSBuild.new
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dev-2.0.135 | lib/commands.rb |
dev-2.0.134 | lib/commands.rb |
dev-2.0.133 | lib/commands.rb |
dev-2.0.132 | lib/commands.rb |