Sha256: 5fd913516ad3740e6905edc6d9c5474585cb3a18d7552c1633a6ee4f301014a1
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
desc 'Rake task to build a lucid report' task :lucid_report, [:json_path, :report_path] do |t, args| args.with_defaults(:json_path => nil, :report_path => 'lucid-report') options = {:json_path => args.json_path, :report_path => args.report_path} LucidReport.build_report(options) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lucid_report-0.1.0 | lib/lucid_report.rake |