Sha256: 2fd03a0e9ed255aa2b0c4ce560d331aae759b2dac7700e969cf8331031e8d921
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
# -*- encoding: utf-8 -*- # stub: highline 1.7.8 ruby lib Gem::Specification.new do |s| s.name = "highline" s.version = "1.7.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["James Edward Gray II"] s.date = "2015-10-09" s.description = "A high-level IO library that provides validation, type conversion, and more for\ncommand-line interfaces. HighLine also includes a complete menu system that can\ncrank out anything from simple list selection to complete shells with just\nminutes of work.\n" s.email = "james@graysoftinc.com" s.extra_rdoc_files = ["README.rdoc", "INSTALL", "TODO", "Changelog.md", "LICENSE"] s.files = ["Changelog.md", "INSTALL", "LICENSE", "README.rdoc", "TODO"] s.homepage = "https://github.com/JEG2/highline" s.licenses = ["Ruby"] s.rdoc_options = ["--title", "HighLine Documentation", "--main", "README"] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3") s.rubyforge_project = "highline" s.rubygems_version = "2.4.5.1" s.summary = "HighLine is a high-level command-line IO library." s.installed_by_version = "2.4.5.1" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<code_statistics>, [">= 0"]) else s.add_dependency(%q<code_statistics>, [">= 0"]) end else s.add_dependency(%q<code_statistics>, [">= 0"]) end end
Version data entries
2 entries across 2 versions & 2 rubygems