curses 1.1.1-x86-mingw32 → 1.1.2-x86-mingw32
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 +20 -10
- 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/vendor/x86-mingw32/PDCurses/pdcurses.dll +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4429699d8569046eab10f0fe3191e9d44d901fc8
|
4
|
+
data.tar.gz: 803aa800040143cbb0496d79fadcf2761ec217a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f3c541fb84503fae23cc54c2dbe336799aa096c79f5d191a7c060535d89b98eb6bcf7cbf686c2cff2f1e807ce88c06727b7520bef4fcd6ef89fc86cddff075a
|
7
|
+
data.tar.gz: 8868923c8a78b81698650a4125e9db38451e4633650f73e699fc98d57e09cad066e277930bd53c1360ea36b5ae9bdc5befa91ef8c9ea59688418d6ce83d21c01
|
data/README.md
CHANGED
@@ -30,28 +30,38 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
30
30
|
|
31
31
|
1. Install development environment fo 32- and 64-bit Windows.
|
32
32
|
|
33
|
-
|
33
|
+
```
|
34
|
+
$ sudo apt-get install mingw-w64
|
35
|
+
```
|
34
36
|
|
35
37
|
2. Install rake-compiler.
|
36
38
|
|
37
|
-
|
39
|
+
```
|
40
|
+
$ gem install rake-compiler
|
41
|
+
```
|
38
42
|
|
39
43
|
3. Compile multiple versions of Ruby.
|
40
44
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
45
|
+
```
|
46
|
+
$ rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.2.6
|
47
|
+
$ rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.3.3
|
48
|
+
$ rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.4.0
|
49
|
+
$ rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.2.6
|
50
|
+
$ rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.3.3
|
51
|
+
$ rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.4.0
|
52
|
+
```
|
47
53
|
|
48
54
|
3. Compile PDCurses.
|
49
55
|
|
50
|
-
|
56
|
+
```
|
57
|
+
$ rake build:pdcurses
|
58
|
+
```
|
51
59
|
|
52
60
|
5. Compile curses.gem.
|
53
61
|
|
54
|
-
|
62
|
+
```
|
63
|
+
$ rake RUBY_CC_VERSION=2.3.3:2.4.0 cross clean compile native gem
|
64
|
+
```
|
55
65
|
|
56
66
|
Binary gems are generated in pkg/.
|
57
67
|
|
data/lib/2.2/curses.so
CHANGED
Binary file
|
data/lib/2.3/curses.so
CHANGED
Binary file
|
data/lib/2.4/curses.so
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: curses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Shugo Maeda
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-02-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|