[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / spec / bundled_gems.mspec
blob762fa1c16529f8f073080647b68e65b73efff036
1 load File.dirname(__FILE__) + '/default.mspec'
3 class MSpecScript
4   set :library, get(:stdlibs).to_a & get(:bundled_gems).to_a
5   set :files, get(:library)
6 end