Sha256: 4a02398b885bb7d3ddf7b54eae846627347917ec7a9ae044b4e2f74050b24377

Contents?: true

Size: 171 Bytes

Versions: 8

Compression:

Stored size: 171 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'
lib = Pathname.new(__FILE__).dirname.join('..', 'lib').expand_path
$LOAD_PATH.unshift lib.to_s

require 'homesick'

Homesick.start

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
homesick-1.0.0 bin/homesick
homesick-0.9.8 bin/homesick
homesick-0.9.7 bin/homesick
homesick-0.9.6 bin/homesick
homesick-0.9.5 bin/homesick
homesick-0.9.4 bin/homesick
homesick-0.9.3 bin/homesick
homesick-0.9.2 bin/homesick