Sha256: 5adcf9611a634898295ca8dd2ff306cace65ee785a1c1aa994cf26894848c009

Contents?: true

Size: 182 Bytes

Versions: 24

Compression:

Stored size: 182 Bytes

Contents

#!/usr/bin/env ruby

if RUBY_VERSION < "1.9"
  puts "Ruby Version #{RUBY_VERSION} is not supported. Please use >= 1.9."
else
  require 'phrase/tool'
  Phrase::Tool.new(ARGV).run
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
phrase-0.4.33 bin/phrase
phrase-0.4.32 bin/phrase
phrase-0.4.31 bin/phrase
phrase-0.4.30 bin/phrase
phrase-0.4.29 bin/phrase
phrase-0.4.28 bin/phrase
phrase-0.4.27 bin/phrase
phrase-0.4.26 bin/phrase
phrase-0.4.25 bin/phrase
phrase-0.4.24 bin/phrase
phrase-0.4.23 bin/phrase
phrase-0.4.22 bin/phrase
phrase-0.4.21 bin/phrase
phrase-0.4.20 bin/phrase
phrase-0.4.19 bin/phrase
phrase-0.4.18 bin/phrase
phrase-0.4.17 bin/phrase
phrase-0.4.16 bin/phrase
phrase-0.4.15 bin/phrase
phrase-0.4.14 bin/phrase