Sha256: 27d2fa1f1541945472379d546b1ce1f8658574bc6aad508e452398666a203d7a
Contents?: true
Size: 707 Bytes
Versions: 1
Compression:
Stored size: 707 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,jpg,png,bmp}') SOURCE.include('**/*.{html,htm}') 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dev-2.1.1 | lib/base/source.rb |