Sha256: b4fb995331f6980c89e752615d5c6faf38caca0f0314b8bb46abb1e3058310c7

Contents?: true

Size: 1.36 KB

Versions: 38

Compression:

Stored size: 1.36 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'highline/version'

GEM_VERSION = HighLine::VERSION

SPEC = Gem::Specification.new do |spec|
  spec.name     = "highline"
  spec.version  = GEM_VERSION
  spec.platform = Gem::Platform::RUBY
  spec.summary  = "HighLine is a high-level command-line IO library."
  spec.files    = `git ls-files`.split("\n")

  spec.test_files       =  `git ls-files -- test/*.rb`.split("\n")
  spec.has_rdoc         =  true
  spec.extra_rdoc_files =  %w[README.rdoc INSTALL TODO Changelog.md LICENSE]
  spec.rdoc_options     << '--title' << 'HighLine Documentation' <<
                           '--main'  << 'README'

  spec.require_path      = 'lib'

  spec.author            = "James Edward Gray II"
  spec.email             = "james@graysoftinc.com"
  spec.rubyforge_project = "highline"
  spec.homepage          = "https://github.com/JEG2/highline"
  spec.license           = "Ruby"
  spec.description       = <<END_DESC
A high-level IO library that provides validation, type conversion, and more for
command-line interfaces. HighLine also includes a complete menu system that can
crank out anything from simple list selection to complete shells with just
minutes of work.
END_DESC

  spec.add_development_dependency "code_statistics"
  spec.required_ruby_version = '>= 1.9.3'
end

Version data entries

38 entries across 38 versions & 5 rubygems

Version Path
brakeman-4.5.0 bundle/ruby/2.5.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.4.0 bundle/ruby/2.5.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.3.1 bundle/ruby/2.5.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.3.0 bundle/ruby/2.5.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.2.1 bundle/ruby/2.5.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.2.0 bundle/ruby/2.3.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.1.1 bundle/ruby/2.3.0/gems/highline-1.7.10/highline.gemspec
brakeman-4.1.0 bundle/ruby/2.3.0/gems/highline-1.7.10/highline.gemspec
highline-1.7.10 highline.gemspec
brakeman-4.0.1 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-4.0.1.pre1 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-4.0.0 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.7.2 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.7.1 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.7.0 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.6.2 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.6.1 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.6.0 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.5.0 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec
brakeman-3.4.1 bundle/ruby/2.3.0/gems/highline-1.7.8/highline.gemspec