require"date"namespace:appcachedodesc"update the date in the appcache file (in the gh-pages branch)"task:updatedoappcache=File.read("cache.appcache")updated="# Updated: #{DateTime.now}"File.write("cache.appcache",appcache.sub(/^# Updated:.*$/,updated))endend