cdk 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cdk
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: ruby
6
+ authors:
7
+ - Mo Morsi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ncursesw
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.4'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.4'
27
+ description: This is a pure ruby port of the CDK ncurses widget toolkit.
28
+ email:
29
+ - mo@morsi.org
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/cdk.rb
35
+ - lib/cdk/alphalist.rb
36
+ - lib/cdk/buttonbox.rb
37
+ - lib/cdk/calendar.rb
38
+ - lib/cdk/cdk_objs.rb
39
+ - lib/cdk/dialog.rb
40
+ - lib/cdk/display.rb
41
+ - lib/cdk/draw.rb
42
+ - lib/cdk/dscale.rb
43
+ - lib/cdk/entry.rb
44
+ - lib/cdk/fscale.rb
45
+ - lib/cdk/fselect.rb
46
+ - lib/cdk/fslider.rb
47
+ - lib/cdk/histogram.rb
48
+ - lib/cdk/itemlist.rb
49
+ - lib/cdk/label.rb
50
+ - lib/cdk/marquee.rb
51
+ - lib/cdk/matrix.rb
52
+ - lib/cdk/mentry.rb
53
+ - lib/cdk/menu.rb
54
+ - lib/cdk/radio.rb
55
+ - lib/cdk/scale.rb
56
+ - lib/cdk/screen.rb
57
+ - lib/cdk/scroll.rb
58
+ - lib/cdk/scroller.rb
59
+ - lib/cdk/selection.rb
60
+ - lib/cdk/slider.rb
61
+ - lib/cdk/swindow.rb
62
+ - lib/cdk/template.rb
63
+ - lib/cdk/traverse.rb
64
+ - lib/cdk/uscale.rb
65
+ - lib/cdk/uslider.rb
66
+ - lib/cdk/viewer.rb
67
+ homepage: http://github.com/movitto/cdk
68
+ licenses:
69
+ - BSD-3-Clause
70
+ metadata: {}
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: '0'
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: '0'
85
+ requirements: []
86
+ rubyforge_project:
87
+ rubygems_version: 2.6.13
88
+ signing_key:
89
+ specification_version: 4
90
+ summary: A Ruby version of Thomas Dickey version of the curses development kit
91
+ test_files: []