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

Version Path
dev-2.0.114 lib/commands.rb
dev-2.0.113 lib/commands.rb
dev-2.0.112 lib/commands.rb
dev-2.0.111 lib/commands.rb
dev-2.0.110 lib/commands.rb
dev-2.0.109 lib/commands.rb
dev-2.0.108 lib/commands.rb
dev-2.0.107 lib/commands.rb
dev-2.0.106 lib/commands.rb
dev-2.0.105 lib/commands.rb
dev-2.0.104 lib/commands.rb