Sha256: baf1b17bf4c8de48adee614df9b8a6800c0596acd75ffb33c2e72cac64d0d451
Contents?: true
Size: 168 Bytes
Versions: 3
Compression:
Stored size: 168 Bytes
Contents
#!/usr/bin/env ruby require "dash_timeline_validator" if ARGV.length == 0 p "You must pass the manifest!" return -1 end DashTimelineValidator::CLI.main(ARGV[0])
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dash_timeline_validator-0.1.2 | exe/dash_timeline_validator |
dash_timeline_validator-0.1.1 | exe/dash_timeline_validator |
dash_timeline_validator-0.1.0 | exe/dash_timeline_validator |