# -*- encoding: utf-8 -*- # stub: rbhex-core 1.1.0.alpha3 ruby lib Gem::Specification.new do |s| s.name = "rbhex-core".freeze s.version = "1.1.0.alpha3".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Chris Arcand".freeze, "Rahul Kumar".freeze] s.date = "2014-10-14" s.description = "Ruby curses/ncurses widgets for easy application development on text terminals".freeze s.email = ["chris@chrisarcand.com".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG".freeze, "LICENSE".freeze, "README.md".freeze, "examples/abasiclist.rb".freeze, "examples/alpmenu.rb".freeze, "examples/app.sample".freeze, "examples/atree.rb".freeze, "examples/bline.rb".freeze, "examples/common/file.rb".freeze, "examples/data/README.markdown".freeze, "examples/data/brew.txt".freeze, "examples/data/color.2".freeze, "examples/data/gemlist.txt".freeze, "examples/data/lotr.txt".freeze, "examples/data/ports.txt".freeze, "examples/data/table.txt".freeze, "examples/data/tasks.csv".freeze, "examples/data/tasks.txt".freeze, "examples/data/todo.txt".freeze, "examples/data/todo.txt.bak".freeze, "examples/data/todocsv.csv".freeze, "examples/data/unix1.txt".freeze, "examples/data/unix2.txt".freeze, "examples/dbdemo.rb".freeze, "examples/dirtree.rb".freeze, "examples/newtabbedwindow.rb".freeze, "examples/newtesttabp.rb".freeze, "examples/tabular.rb".freeze, "examples/tasks.rb".freeze, "examples/term2.rb".freeze, "examples/testbuttons.rb".freeze, "examples/testcombo.rb".freeze, "examples/testfields.rb".freeze, "examples/testkeypress.rb".freeze, "examples/testlistbox.rb".freeze, "examples/testmessagebox.rb".freeze, "examples/testprogress.rb".freeze, "examples/testree.rb".freeze, "examples/testwsshortcuts.rb".freeze, "examples/testwsshortcuts2.rb".freeze, "lib/rbhex/core.rb".freeze, "lib/rbhex/core/docs/index.txt".freeze, "lib/rbhex/core/include/action.rb".freeze, "lib/rbhex/core/include/actionmanager.rb".freeze, "lib/rbhex/core/include/appmethods.rb".freeze, "lib/rbhex/core/include/bordertitle.rb".freeze, "lib/rbhex/core/include/chunk.rb".freeze, "lib/rbhex/core/include/io.rb".freeze, "lib/rbhex/core/include/listbindings.rb".freeze, "lib/rbhex/core/include/listcellrenderer.rb".freeze, "lib/rbhex/core/include/listeditable.rb".freeze, "lib/rbhex/core/include/listscrollable.rb".freeze, "lib/rbhex/core/include/listselectable.rb".freeze, "lib/rbhex/core/include/multibuffer.rb".freeze, "lib/rbhex/core/include/orderedhash.rb".freeze, "lib/rbhex/core/include/ractionevent.rb".freeze, "lib/rbhex/core/include/rchangeevent.rb".freeze, "lib/rbhex/core/include/rhistory.rb".freeze, "lib/rbhex/core/include/rinputdataevent.rb".freeze, "lib/rbhex/core/include/vieditable.rb".freeze, "lib/rbhex/core/include/widgetmenu.rb".freeze, "lib/rbhex/core/system/colormap.rb".freeze, "lib/rbhex/core/system/keyboard.rb".freeze, "lib/rbhex/core/system/keydefs.rb".freeze, "lib/rbhex/core/system/ncurses.rb".freeze, "lib/rbhex/core/system/panel.rb".freeze, "lib/rbhex/core/system/window.rb".freeze, "lib/rbhex/core/util/ansiparser.rb".freeze, "lib/rbhex/core/util/app.rb".freeze, "lib/rbhex/core/util/basestack.rb".freeze, "lib/rbhex/core/util/bottomline.rb".freeze, "lib/rbhex/core/util/colorparser.rb".freeze, "lib/rbhex/core/util/focusmanager.rb".freeze, "lib/rbhex/core/util/padreader.rb".freeze, "lib/rbhex/core/util/rcommandwindow.rb".freeze, "lib/rbhex/core/util/rdialogs.rb".freeze, "lib/rbhex/core/util/viewer.rb".freeze, "lib/rbhex/core/util/widgetshortcuts.rb".freeze, "lib/rbhex/core/version.rb".freeze, "lib/rbhex/core/widgets/applicationheader.rb".freeze, "lib/rbhex/core/widgets/box.rb".freeze, "lib/rbhex/core/widgets/divider.rb".freeze, "lib/rbhex/core/widgets/keylabelprinter.rb".freeze, "lib/rbhex/core/widgets/rcombo.rb".freeze, "lib/rbhex/core/widgets/rcontainer.rb".freeze, "lib/rbhex/core/widgets/rlink.rb".freeze, "lib/rbhex/core/widgets/rlist.rb".freeze, "lib/rbhex/core/widgets/rmenu.rb".freeze, "lib/rbhex/core/widgets/rmenulink.rb".freeze, "lib/rbhex/core/widgets/rmessagebox.rb".freeze, "lib/rbhex/core/widgets/rprogress.rb".freeze, "lib/rbhex/core/widgets/rtabbedpane.rb".freeze, "lib/rbhex/core/widgets/rtabbedwindow.rb".freeze, "lib/rbhex/core/widgets/rtextarea.rb".freeze, "lib/rbhex/core/widgets/rtextview.rb".freeze, "lib/rbhex/core/widgets/rtree.rb".freeze, "lib/rbhex/core/widgets/rwidget.rb".freeze, "lib/rbhex/core/widgets/scrollbar.rb".freeze, "lib/rbhex/core/widgets/statusline.rb".freeze, "lib/rbhex/core/widgets/tabular.rb".freeze, "lib/rbhex/core/widgets/tabularwidget.rb".freeze, "lib/rbhex/core/widgets/textpad.rb".freeze, "lib/rbhex/core/widgets/tree/treecellrenderer.rb".freeze, "lib/rbhex/core/widgets/tree/treemodel.rb".freeze, "rbhex-core.gemspec".freeze] s.homepage = "https://github.com/ChrisArcand/rbhex-core".freeze s.licenses = ["The Ruby License".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Ncurses Toolkit core infrastructure and widgets".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze, ">= 0.4.0".freeze]) end