Sha256: f7d8ba699a572ca30ee03da2b470a0f05a8e78826398831b0d4926b08e48f937
Contents?: true
Size: 660 Bytes
Versions: 16
Compression:
Stored size: 660 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('**/*.{jpeg}') SOURCE.include('**/*.{wxs}') SOURCE.exclude('bin','obj','lib') SOURCE.exclude('**/obj/**/*.*') SOURCE.exclude('**/bin/**/*.*') SOURCE.exclude('commit.message') SOURCE.exclude('rakefile.default')
Version data entries
16 entries across 16 versions & 1 rubygems