# -*- encoding: utf-8 -*- # stub: rubytext 0.0.86 ruby lib Gem::Specification.new do |s| s.name = "rubytext".freeze s.version = "0.0.86".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hal Fulton".freeze] s.date = "2018-12-14" s.description = "Uses the curses gem and extends functionality and ease of use in Ruby.".freeze s.email = "rubyhacker@gmail.com".freeze s.executables = ["rubytext".freeze] s.files = ["./README.md".freeze, "./rubytext.gemspec".freeze, "bin/rubytext".freeze, "examples/README".freeze, "examples/check.rb".freeze, "examples/crap.rb".freeze, "examples/demo.rb".freeze, "examples/ide.rb".freeze, "examples/multitest.rb".freeze, "examples/prog01.rb".freeze, "examples/prog02.rb".freeze, "examples/prog03.rb".freeze, "examples/prog04.rb".freeze, "examples/prog05.rb".freeze, "examples/prog06.rb".freeze, "examples/prog07.rb".freeze, "examples/prog08.rb".freeze, "examples/prog09.rb".freeze, "examples/prog10.rb".freeze, "examples/prog11.rb".freeze, "examples/prog12.rb".freeze, "examples/prog13.rb".freeze, "examples/prog14.rb".freeze, "examples/prog15.rb".freeze, "examples/prog16.rb".freeze, "examples/prog17.rb".freeze, "examples/prog18.rb".freeze, "examples/prog19.rb".freeze, "examples/prog20.rb".freeze, "examples/prog20a.rb".freeze, "examples/prog21.rb".freeze, "examples/prog22.rb".freeze, "examples/prog23.rb".freeze, "examples/prog24.rb".freeze, "examples/prog25.rb".freeze, "examples/showme.rb".freeze, "examples/slides".freeze, "lib/color.rb".freeze, "lib/effects.rb".freeze, "lib/keys.rb".freeze, "lib/menu.rb".freeze, "lib/navigation.rb".freeze, "lib/output.rb".freeze, "lib/rubytext.rb".freeze, "lib/settings.rb".freeze, "lib/version.rb".freeze, "lib/widgets.rb".freeze, "lib/window.rb".freeze, "test/auto.rb".freeze, "tutorial/basic.css".freeze, "tutorial/colortest.png".freeze, "tutorial/colortest.rb".freeze, "tutorial/colortest.rb.html".freeze, "tutorial/damn.rb".freeze, "tutorial/hw.png".freeze, "tutorial/hw.rb".freeze, "tutorial/hw.rb.html".freeze, "tutorial/meh.html".freeze, "tutorial/modes.txt".freeze, "tutorial/stdscr.png".freeze, "tutorial/stdscr.rb".freeze, "tutorial/stdscr.rb.html".freeze, "tutorial/tutorial.html".freeze, "tutorial/tutorial.lt3".freeze, "tutorial/wrap-colortest.html".freeze, "tutorial/wrap-hw.html".freeze, "tutorial/wrap-stdscr.html".freeze] s.homepage = "https://github.com/Hal9000/rubytext".freeze s.licenses = ["Ruby".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A thick wrapper for Curses".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze, ">= 1.2.5".freeze]) end