Sha256: d9bc9cf5a4130c09fc3f7e71960162b05bcb6cc44ca0a3cf8ff233f7ddeb1ab9
Contents?: true
Size: 813 Bytes
Versions: 101
Compression:
Stored size: 813 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('**/*.{ico}') 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
101 entries across 101 versions & 1 rubygems
Version | Path |
---|---|
dev-2.1.52 | lib/base/source.rb |