Sha256: b4a7afd647d13a8ea59c164192c4fc5d50422770c16a30488ca7e2653ed5f71e

Contents?: true

Size: 599 Bytes

Versions: 4

Compression:

Stored size: 599 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}')
SOURCE.include('**/*.{csproj,sln}')
SOURCE.exclude('**/obj/**/*.*')
SOURCE.exclude('**/bin/**/*.*')

Dir.glob("#{File.dirname(__FILE__)}/commands/*.rb").each{|rb| 
  require(rb)
}

COMMANDS=Commands.new
MSBUILD=MSBuild.new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dev-2.0.119 lib/commands.rb
dev-2.0.118 lib/commands.rb
dev-2.0.117 lib/commands.rb
dev-2.0.116 lib/commands.rb