# -*- encoding: utf-8 -*- # stub: tty-cursor 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "tty-cursor".freeze s.version = "0.7.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "bug_tracker_uri" => "https://github.com/piotrmurach/tty-cursor/issues", "changelog_uri" => "https://github.com/piotrmurach/tty-cursor/blob/master/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/tty-cursor", "homepage_uri" => "https://ttytoolkit.org", "source_code_uri" => "https://github.com/piotrmurach/tty-cursor" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Piotr Murach".freeze] s.bindir = "exe".freeze s.date = "2020-01-25" s.description = "The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls.".freeze s.email = ["piotr@piotrmurach.com".freeze] s.extra_rdoc_files = ["README.md".freeze, "CHANGELOG.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/tty-cursor.rb".freeze, "lib/tty/cursor.rb".freeze, "lib/tty/cursor/version.rb".freeze] s.homepage = "https://ttytoolkit.org".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Terminal cursor positioning, visibility and text manipulation.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end