Sha256: 52448cc05676891521f5f1dc68706804de981f00197f431902e833e707ab2ac9
Contents?: true
Size: 257 Bytes
Versions: 4
Compression:
Stored size: 257 Bytes
Contents
# typed: false # frozen_string_literal: true namespace :graphwerk do desc 'Produce an updated packwerk.png architecture diagram using Graphwerk' task update: :environment do Graphwerk.for_application(png: Rails.root.join('packwerk.png')) end end
Version data entries
4 entries across 4 versions & 1 rubygems