curses 1.0.2 → 1.1.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.
- checksums.yaml +4 -4
- data/README.md +42 -4
- data/ext/curses/curses.c +306 -20
- data/ext/curses/extconf.rb +4 -3
- data/lib/2.2/curses.so +0 -0
- data/lib/2.3/curses.so +0 -0
- data/lib/2.4/curses.so +0 -0
- data/lib/curses.rb +22 -1
- data/sample/hello.rb +13 -14
- data/sample/mouse.rb +16 -16
- data/sample/rain.rb +46 -50
- data/sample/view.rb +23 -38
- data/sample/view2.rb +37 -48
- metadata +30 -75
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.md +0 -18
- data/Manifest.txt +0 -16
- data/Rakefile +0 -41
- data/curses.gemspec +0 -13
- metadata.gz.sig +0 -1
metadata
CHANGED
@@ -1,121 +1,76 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: curses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Eric Hodel
|
8
7
|
- Shugo Maeda
|
8
|
+
- Eric Hodel
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
|
-
cert_chain:
|
12
|
-
-
|
13
|
-
-----BEGIN CERTIFICATE-----
|
14
|
-
MIIDNjCCAh6gAwIBAgIBAzANBgkqhkiG9w0BAQUFADBBMRAwDgYDVQQDDAdkcmJy
|
15
|
-
YWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZFgNu
|
16
|
-
ZXQwHhcNMTUwODA1MjE1NzQ5WhcNMTYwODA0MjE1NzQ5WjBBMRAwDgYDVQQDDAdk
|
17
|
-
cmJyYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZ
|
18
|
-
FgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCbbgLrGLGIDE76
|
19
|
-
LV/cvxdEzCuYuS3oG9PrSZnuDweySUfdp/so0cDq+j8bqy6OzZSw07gdjwFMSd6J
|
20
|
-
U5ddZCVywn5nnAQ+Ui7jMW54CYt5/H6f2US6U0hQOjJR6cpfiymgxGdfyTiVcvTm
|
21
|
-
Gj/okWrQl0NjYOYBpDi+9PPmaH2RmLJu0dB/NylsDnW5j6yN1BEI8MfJRR+HRKZY
|
22
|
-
mUtgzBwF1V4KIZQ8EuL6I/nHVu07i6IkrpAgxpXUfdJQJi0oZAqXurAV3yTxkFwd
|
23
|
-
g62YrrW26mDe+pZBzR6bpLE+PmXCzz7UxUq3AE0gPHbiMXie3EFE0oxnsU3lIduh
|
24
|
-
sCANiQ8BAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
|
25
|
-
BBS5k4Z75VSpdM0AclG2UvzFA/VW5DANBgkqhkiG9w0BAQUFAAOCAQEAXmQgUF6x
|
26
|
-
M/aBwZ0uaXzquQHbgAzH3bXlGIa3DrxCiSRAZ1xwYX4gRMV9iQ2kVDwafz5sg9/p
|
27
|
-
N/cMBNOjYRTX2XGv49PpaIiO/JRL/SLDdws/4tkIJOynFqpwcLNB66XeciXxh6nH
|
28
|
-
MS+S1O749pcMIFIBpMXvRS5mG7MPY3NhnmzcIQNYvXAcSXv675Cg4h1c6pxiqeAS
|
29
|
-
u3L+nuwJKNyOIWL3B5ek/yypK55RFUSwReqZTZQkVhNF4xlqPYGDsAxIE/xqadfP
|
30
|
-
+paXWY9JmO3d13yH2/nhDPAo/y7KwmEETFvtUoBmX4o44n/ELqSgb9NrL+613z9j
|
31
|
-
n8mbTOXmLGlTBA==
|
32
|
-
-----END CERTIFICATE-----
|
33
|
-
date: 2016-03-16 00:00:00.000000000 Z
|
11
|
+
cert_chain: []
|
12
|
+
date: 2017-01-24 00:00:00.000000000 Z
|
34
13
|
dependencies:
|
35
14
|
- !ruby/object:Gem::Dependency
|
36
|
-
name:
|
15
|
+
name: bundler
|
37
16
|
requirement: !ruby/object:Gem::Requirement
|
38
17
|
requirements:
|
39
|
-
- - "
|
18
|
+
- - ">="
|
40
19
|
- !ruby/object:Gem::Version
|
41
|
-
version: '
|
20
|
+
version: '0'
|
42
21
|
type: :development
|
43
22
|
prerelease: false
|
44
23
|
version_requirements: !ruby/object:Gem::Requirement
|
45
24
|
requirements:
|
46
|
-
- - "
|
25
|
+
- - ">="
|
47
26
|
- !ruby/object:Gem::Version
|
48
|
-
version: '
|
27
|
+
version: '0'
|
49
28
|
- !ruby/object:Gem::Dependency
|
50
|
-
name:
|
29
|
+
name: rake
|
51
30
|
requirement: !ruby/object:Gem::Requirement
|
52
31
|
requirements:
|
53
|
-
- - "
|
32
|
+
- - ">="
|
54
33
|
- !ruby/object:Gem::Version
|
55
|
-
version: '
|
34
|
+
version: '0'
|
56
35
|
type: :development
|
57
36
|
prerelease: false
|
58
37
|
version_requirements: !ruby/object:Gem::Requirement
|
59
38
|
requirements:
|
60
|
-
- - "
|
39
|
+
- - ">="
|
61
40
|
- !ruby/object:Gem::Version
|
62
|
-
version: '
|
41
|
+
version: '0'
|
63
42
|
- !ruby/object:Gem::Dependency
|
64
43
|
name: rake-compiler
|
65
44
|
requirement: !ruby/object:Gem::Requirement
|
66
45
|
requirements:
|
67
|
-
- - "
|
46
|
+
- - ">="
|
68
47
|
- !ruby/object:Gem::Version
|
69
|
-
version: '0
|
48
|
+
version: '0'
|
70
49
|
type: :development
|
71
50
|
prerelease: false
|
72
51
|
version_requirements: !ruby/object:Gem::Requirement
|
73
52
|
requirements:
|
74
|
-
- - "
|
75
|
-
- !ruby/object:Gem::Version
|
76
|
-
version: '0.8'
|
77
|
-
- !ruby/object:Gem::Dependency
|
78
|
-
name: hoe
|
79
|
-
requirement: !ruby/object:Gem::Requirement
|
80
|
-
requirements:
|
81
|
-
- - "~>"
|
53
|
+
- - ">="
|
82
54
|
- !ruby/object:Gem::Version
|
83
|
-
version: '
|
84
|
-
|
85
|
-
prerelease: false
|
86
|
-
version_requirements: !ruby/object:Gem::Requirement
|
87
|
-
requirements:
|
88
|
-
- - "~>"
|
89
|
-
- !ruby/object:Gem::Version
|
90
|
-
version: '3.14'
|
91
|
-
description: |-
|
92
|
-
A Ruby binding for curses, ncurses, and PDCurses.
|
93
|
-
curses is an extension library for text UI applications.
|
94
|
-
|
95
|
-
Formerly part of the Ruby standard library, [curses was removed and placed in this gem][1]
|
96
|
-
with the release of Ruby 2.1.0. (see [ruby/ruby@9c5b2fd][2])
|
55
|
+
version: '0'
|
56
|
+
description:
|
97
57
|
email:
|
58
|
+
- shugo@ruby-lang.org
|
98
59
|
- drbrain@segment7.net
|
99
|
-
- ''
|
100
60
|
executables: []
|
101
61
|
extensions:
|
102
62
|
- ext/curses/extconf.rb
|
103
|
-
extra_rdoc_files:
|
104
|
-
- History.md
|
105
|
-
- Manifest.txt
|
106
|
-
- README.md
|
107
|
-
- ext/curses/curses.c
|
63
|
+
extra_rdoc_files: []
|
108
64
|
files:
|
109
65
|
- BSDL
|
110
66
|
- COPYING
|
111
|
-
- History.md
|
112
|
-
- Manifest.txt
|
113
67
|
- README.md
|
114
|
-
- Rakefile
|
115
|
-
- curses.gemspec
|
116
68
|
- ext/curses/curses.c
|
117
69
|
- ext/curses/depend
|
118
70
|
- ext/curses/extconf.rb
|
71
|
+
- lib/2.2/curses.so
|
72
|
+
- lib/2.3/curses.so
|
73
|
+
- lib/2.4/curses.so
|
119
74
|
- lib/curses.rb
|
120
75
|
- sample/hello.rb
|
121
76
|
- sample/mouse.rb
|
@@ -128,16 +83,14 @@ licenses:
|
|
128
83
|
- BSD-2-Clause
|
129
84
|
metadata: {}
|
130
85
|
post_install_message:
|
131
|
-
rdoc_options:
|
132
|
-
- "--main"
|
133
|
-
- README.md
|
86
|
+
rdoc_options: []
|
134
87
|
require_paths:
|
135
88
|
- lib
|
136
89
|
required_ruby_version: !ruby/object:Gem::Requirement
|
137
90
|
requirements:
|
138
91
|
- - ">="
|
139
92
|
- !ruby/object:Gem::Version
|
140
|
-
version:
|
93
|
+
version: 2.1.0
|
141
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
142
95
|
requirements:
|
143
96
|
- - ">="
|
@@ -145,8 +98,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
98
|
version: '0'
|
146
99
|
requirements: []
|
147
100
|
rubyforge_project:
|
148
|
-
rubygems_version: 2.
|
101
|
+
rubygems_version: 2.6.8
|
149
102
|
signing_key:
|
150
103
|
specification_version: 4
|
151
|
-
summary: A Ruby binding for curses, ncurses, and PDCurses
|
104
|
+
summary: A Ruby binding for curses, ncurses, and PDCurses. curses is an extension
|
105
|
+
library for text UI applications. Formerly part of the Ruby standard library, [curses
|
106
|
+
was removed and placed in this gem][1] with the release of Ruby 2.1.0. (see [ruby/ruby@9c5b2fd][2])
|
152
107
|
test_files: []
|
checksums.yaml.gz.sig
DELETED
Binary file
|
data.tar.gz.sig
DELETED
Binary file
|
data/History.md
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
### 1.0.2 / 2016-03-15
|
2
|
-
|
3
|
-
Bug fixes:
|
4
|
-
|
5
|
-
* Fix ncursesw support. Pull request #16 by peter50216, patch by eTM. Issue
|
6
|
-
#6 by Jean Lazarou.
|
7
|
-
|
8
|
-
### 1.0.1 / 2014-03-26
|
9
|
-
|
10
|
-
Bug fixes:
|
11
|
-
|
12
|
-
* Curses install is a no-op on ruby with bundled curses. Pull request #4
|
13
|
-
tiredpixel.
|
14
|
-
|
15
|
-
### 1.0.0 / 2013-12-10
|
16
|
-
|
17
|
-
Birthday!
|
18
|
-
|
data/Manifest.txt
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
BSDL
|
2
|
-
COPYING
|
3
|
-
History.md
|
4
|
-
Manifest.txt
|
5
|
-
README.md
|
6
|
-
Rakefile
|
7
|
-
curses.gemspec
|
8
|
-
ext/curses/curses.c
|
9
|
-
ext/curses/depend
|
10
|
-
ext/curses/extconf.rb
|
11
|
-
lib/curses.rb
|
12
|
-
sample/hello.rb
|
13
|
-
sample/mouse.rb
|
14
|
-
sample/rain.rb
|
15
|
-
sample/view.rb
|
16
|
-
sample/view2.rb
|
data/Rakefile
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
# -*- ruby -*-
|
2
|
-
|
3
|
-
require 'rubygems'
|
4
|
-
require 'hoe'
|
5
|
-
begin
|
6
|
-
require 'rake/extensiontask'
|
7
|
-
rescue LoadError => e
|
8
|
-
warn "\nmissing #{e.path} (for rake-compiler)" if e.respond_to? :path
|
9
|
-
warn "run: rake newb\n\n"
|
10
|
-
end
|
11
|
-
|
12
|
-
Hoe.plugin :git
|
13
|
-
Hoe.plugin :minitest
|
14
|
-
Hoe.plugin :travis
|
15
|
-
|
16
|
-
HOE = Hoe.spec 'curses' do
|
17
|
-
self.version = '1.0.2'
|
18
|
-
|
19
|
-
developer 'Eric Hodel', 'drbrain@segment7.net'
|
20
|
-
developer 'Shugo Maeda', ''
|
21
|
-
|
22
|
-
license 'Ruby'
|
23
|
-
license 'BSD-2-Clause'
|
24
|
-
|
25
|
-
self.extra_rdoc_files << 'ext/curses/curses.c'
|
26
|
-
self.spec_extras[:extensions] = 'ext/curses/extconf.rb'
|
27
|
-
|
28
|
-
self.readme_file = 'README.md'
|
29
|
-
self.history_file = 'History.md'
|
30
|
-
|
31
|
-
self.extra_dev_deps << ['rake-compiler', '~> 0.8']
|
32
|
-
end
|
33
|
-
|
34
|
-
if Rake.const_defined? :ExtensionTask then
|
35
|
-
Rake::ExtensionTask.new 'curses', HOE.spec
|
36
|
-
|
37
|
-
task default: :compile
|
38
|
-
task test: :compile
|
39
|
-
end
|
40
|
-
|
41
|
-
# vim: syntax=ruby
|
data/curses.gemspec
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
require 'rubygems'
|
2
|
-
Gem::Specification.new { |s|
|
3
|
-
s.name = "curses"
|
4
|
-
s.version = "1.0.2"
|
5
|
-
s.author = "Shugo Maeda"
|
6
|
-
s.email = "shugo@ruby-lang.org"
|
7
|
-
s.homepage = "http://github.com/shugo/curses"
|
8
|
-
s.platform = Gem::Platform::RUBY
|
9
|
-
s.summary = "curses binding for Ruby"
|
10
|
-
s.files = Dir.glob('{lib,ext,sample}/**/*') + ['README.md', 'COPYING', 'BSDL']
|
11
|
-
s.extensions = ["ext/curses/extconf.rb"]
|
12
|
-
s.require_path = "lib"
|
13
|
-
}
|
metadata.gz.sig
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
]��1�&�Ŕ��|��S���[��m��;����}S+P�ג�����y������]�0X8�Dt>���p�\�]O���`*��x��dv��.a�N��!���8DH^sűM��hTF�u��}�#ղ���2re�ڲ��W�bq�ƨ��dw��bu�#��Ʉ*��V͂XvMI?�����$�9O&;O��z=�*:�溹�Pl,I�����
|