Sha256: c4b10620413e7975f29c534e5652da01cf57baba32b2849fdf2cea90f2e5b70d
Contents?: true
Size: 553 Bytes
Versions: 33
Compression:
Stored size: 553 Bytes
Contents
puts __FILE__ if defined?(DEBUG) 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,snk}') SOURCE.include('**/*.{wxs}') SOURCE.exclude('**/obj/**/*.*') SOURCE.exclude('**/bin/**/*.*') SOURCE.exclude('commit.message') SOURCE.exclude('rakefile.default')
Version data entries
33 entries across 33 versions & 1 rubygems