Sha256: 786a8d7e1c6f901e38dd340b49aace7b7b5a15e792fd8c7ed9f6c384b5e38972

Contents?: true

Size: 223 Bytes

Versions: 3

Compression:

Stored size: 223 Bytes

Contents

#!/usr/bin/env ruby
# coding: utf-8

progpath = $0
progpath = File.expand_path(progpath)
progdir = "#{File.dirname(progpath)}"

require "#{progdir}/../lib/files"
require "#{progdir}/../lib/changes"

puts unchanged(ARGV[0])

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
githelp-0.1.2 exe/githelp-unchanged
githelp-0.1.1 exe/githelp-unchanged
githelp-0.1.0 exe/githelp-unchanged