File: Rakefile

package info (click to toggle)
ruby-chunky-png 1.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,996 kB
  • sloc: ruby: 3,931; makefile: 24
file content (4 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (2)
1
2
3
4
Dir['tasks/*.rake'].each { |file| load(file) }

GithubGem::RakeTasks.new(:gem)
task :default => [:spec]