# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "highline/version" Gem::Specification.new do |spec| spec.name = "highline" spec.version = HighLine::VERSION spec.author = "James Edward Gray II" spec.email = "james@graysoftinc.com" spec.summary = "HighLine is a high-level command-line IO library." spec.description = <