-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathrbcurse-core.gemspec
138 lines (133 loc) · 4.92 KB
/
rbcurse-core.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rbcurse-core"
s.version = "0.0.15"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rahul Kumar"]
s.date = "2014-03-24"
s.description = "Ruby curses/ncurses widgets for easy application development on text terminals (ruby 1.9)"
s.email = "[email protected]"
s.extra_rdoc_files = [
"README.md"
]
s.files = [
"CHANGELOG",
"NOTES",
"README.md",
"VERSION",
"examples/abasiclist.rb",
"examples/alpmenu.rb",
"examples/app.sample",
"examples/atree.rb",
"examples/bline.rb",
"examples/common/file.rb",
"examples/data/README.markdown",
"examples/data/brew.txt",
"examples/data/color.2",
"examples/data/gemlist.txt",
"examples/data/lotr.txt",
"examples/data/ports.txt",
"examples/data/table.txt",
"examples/data/tasks.csv",
"examples/data/tasks.txt",
"examples/data/todo.txt",
"examples/data/todocsv.csv",
"examples/data/unix1.txt",
"examples/data/unix2.txt",
"examples/dbdemo.rb",
"examples/dirtree.rb",
"examples/newtabbedwindow.rb",
"examples/newtesttabp.rb",
"examples/tabular.rb",
"examples/tasks.rb",
"examples/term2.rb",
"examples/testkeypress.rb",
"examples/testlistbox.rb",
"examples/testmessagebox.rb",
"examples/testree.rb",
"examples/testwsshortcuts.rb",
"examples/testwsshortcuts2.rb",
"lib/rbcurse.rb",
"lib/rbcurse/core/docs/index.txt",
"lib/rbcurse/core/include/action.rb",
"lib/rbcurse/core/include/actionmanager.rb",
"lib/rbcurse/core/include/appmethods.rb",
"lib/rbcurse/core/include/bordertitle.rb",
"lib/rbcurse/core/include/chunk.rb",
"lib/rbcurse/core/include/io.rb",
"lib/rbcurse/core/include/listbindings.rb",
"lib/rbcurse/core/include/listcellrenderer.rb",
"lib/rbcurse/core/include/listeditable.rb",
"lib/rbcurse/core/include/listscrollable.rb",
"lib/rbcurse/core/include/listselectable.rb",
"lib/rbcurse/core/include/multibuffer.rb",
"lib/rbcurse/core/include/orderedhash.rb",
"lib/rbcurse/core/include/ractionevent.rb",
"lib/rbcurse/core/include/rchangeevent.rb",
"lib/rbcurse/core/include/rhistory.rb",
"lib/rbcurse/core/include/rinputdataevent.rb",
"lib/rbcurse/core/include/vieditable.rb",
"lib/rbcurse/core/include/widgetmenu.rb",
"lib/rbcurse/core/system/colormap.rb",
"lib/rbcurse/core/system/keyboard.rb",
"lib/rbcurse/core/system/keydefs.rb",
"lib/rbcurse/core/system/ncurses.rb",
"lib/rbcurse/core/system/panel.rb",
"lib/rbcurse/core/system/window.rb",
"lib/rbcurse/core/util/ansiparser.rb",
"lib/rbcurse/core/util/app.rb",
"lib/rbcurse/core/util/basestack.rb",
"lib/rbcurse/core/util/bottomline.rb",
"lib/rbcurse/core/util/colorparser.rb",
"lib/rbcurse/core/util/focusmanager.rb",
"lib/rbcurse/core/util/padreader.rb",
"lib/rbcurse/core/util/rcommandwindow.rb",
"lib/rbcurse/core/util/rdialogs.rb",
"lib/rbcurse/core/util/viewer.rb",
"lib/rbcurse/core/util/widgetshortcuts.rb",
"lib/rbcurse/core/widgets/applicationheader.rb",
"lib/rbcurse/core/widgets/box.rb",
"lib/rbcurse/core/widgets/divider.rb",
"lib/rbcurse/core/widgets/keylabelprinter.rb",
"lib/rbcurse/core/widgets/rcombo.rb",
"lib/rbcurse/core/widgets/rcontainer.rb",
"lib/rbcurse/core/widgets/rlink.rb",
"lib/rbcurse/core/widgets/rlist.rb",
"lib/rbcurse/core/widgets/rmenu.rb",
"lib/rbcurse/core/widgets/rmenulink.rb",
"lib/rbcurse/core/widgets/rmessagebox.rb",
"lib/rbcurse/core/widgets/rprogress.rb",
"lib/rbcurse/core/widgets/rtabbedpane.rb",
"lib/rbcurse/core/widgets/rtabbedwindow.rb",
"lib/rbcurse/core/widgets/rtextarea.rb",
"lib/rbcurse/core/widgets/rtextview.rb",
"lib/rbcurse/core/widgets/rtree.rb",
"lib/rbcurse/core/widgets/rwidget.rb",
"lib/rbcurse/core/widgets/scrollbar.rb",
"lib/rbcurse/core/widgets/statusline.rb",
"lib/rbcurse/core/widgets/tabular.rb",
"lib/rbcurse/core/widgets/tabularwidget.rb",
"lib/rbcurse/core/widgets/textpad.rb",
"lib/rbcurse/core/widgets/tree/treecellrenderer.rb",
"lib/rbcurse/core/widgets/tree/treemodel.rb",
"rbcurse-core.gemspec"
]
s.homepage = "https://github.com/rkumar/rbcurse-core"
s.require_paths = ["lib"]
s.rubyforge_project = "rbcurse"
s.rubygems_version = "1.8.25"
s.summary = "Ruby Ncurses Toolkit core infrastructure and widgets"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<ffi-ncurses>, [">= 0.4.0"])
else
s.add_dependency(%q<ffi-ncurses>, [">= 0.4.0"])
end
else
s.add_dependency(%q<ffi-ncurses>, [">= 0.4.0"])
end
end