Sha256: 1941dd37f3c7346c86c57903835ed5b65b863e524e81e6352fbb4b0a0f83162b
Contents?: true
Size: 783 Bytes
Versions: 26
Compression:
Stored size: 783 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,xaml,resx,settings}') SOURCE.include('**/*.{c,h}') SOURCE.include('**/*.{cpp,hpp}') SOURCE.include('**/*.{swift}') SOURCE.include('**/*.{xcodeproj,plist,storyboard,json}') SOURCE.include('**/*.{csproj,sln,nuspec,config,snk}') SOURCE.include('**/*.{saproj}') SOURCE.include('**/*.{jpeg,jpg,png,bmp,gif,tif}') SOURCE.include('**/*.{html,htm}') SOURCE.include('**/*.{txt}') SOURCE.include('**/*.{wxs,_wxs}') SOURCE.exclude('bin','obj','lib') SOURCE.exclude('**/obj/**/*.*') SOURCE.exclude('**/bin/**/*.*') SOURCE.exclude('commit.message') SOURCE.exclude('rakefile.default')
Version data entries
26 entries across 26 versions & 1 rubygems