Sha256: 94bcd6355e281d7b11a4e5460906c7e18c36ce3e0106a751f35f17ec7abd24f9
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "highline" s.version = "1.6.21" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Edward Gray II"] s.date = "2014-02-28" 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", "LICENSE"] s.files = ["README.rdoc", "INSTALL", "TODO", "CHANGELOG", "LICENSE"] s.homepage = "http://highline.rubyforge.org" s.licenses = ["Ruby"] s.rdoc_options = ["--title", "HighLine Documentation", "--main", "README"] s.require_paths = ["lib"] s.rubyforge_project = "highline" s.rubygems_version = "2.0.3" s.summary = "HighLine is a high-level command-line IO library." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
asana2flowdock-1.0.0 | vendor/bundle/ruby/1.9.1/specifications/highline-1.6.21.gemspec |