Sha256: 41e4635f51c2d63412b8c3dd0525539a8713b525b2a562cc2c08e551257e3a99
Contents?: true
Size: 517 Bytes
Versions: 12
Compression:
Stored size: 517 Bytes
Contents
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
12 entries across 12 versions & 1 rubygems