Sha256: 1ca9b09e97ee90a44bebb51a251dcdc7b68e03ee99939e6884187a94107db4ae
Contents?: true
Size: 356 Bytes
Versions: 7
Compression:
Stored size: 356 Bytes
Contents
# Copyright (C) 2003-2008 Kouichirou Eto, All rights reserved. # This is free software with ABSOLUTELY NO WARRANTY. # You can redistribute it and/or modify it under the terms of the GNU GPL 2. require 'rake' task :default => :extract task :extract do sh 'ruby dev-extract-catalog.rb' end task :chmod do sh "chmod 644 *" sh "chmod +x compat" end
Version data entries
7 entries across 7 versions & 2 rubygems