Sha256: 6462b9e4af05dc6700e97a3c0c6d165ec97afc3635d2f994559e04af89db7082
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
#!/usr/bin/env ruby path = __FILE__ while File.symlink?(path) path = File.expand_path(File.readlink(path), File.dirname(path)) end $:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'intent' Intent::Review::Manager.run(ARGV.dup)
Version data entries
15 entries across 15 versions & 1 rubygems