Sha256: 3938dd17d5024b596de8fcf3216ea71353a641a3972df2a1b8778b778e7b36f8

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 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}')
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.0.296 lib/base/source.rb