File: manifest.rake

package info (click to toggle)
libinnate-ruby 2010.07-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 812 kB
  • ctags: 621
  • sloc: ruby: 4,242; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (4)
1
2
3
4
desc 'update manifest'
task :manifest do
  File.open('MANIFEST', 'w+'){|io| io.puts(*GEMSPEC.files) }
end