curses 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f97633a537b9ff4b8482f9b7530fd45fa4d5c42e
4
- data.tar.gz: f04e5a694c48e0fe1ebf8d078802cd6e6cd1c457
3
+ metadata.gz: 03c25eea746e3f7cb15e45b7bc00ed8180e30cb0
4
+ data.tar.gz: a8a4eff04ef4ef35069d18bbcc8bb9fbf742eb33
5
5
  SHA512:
6
- metadata.gz: e7f7a69a9afe958f1859dab1a53b8c3a5c817f9e3d3cf08a9c833ecb849317755f5651692ef317a2a29e3038d9b273ae58ed3ab189f2814a997007d3040ae4c1
7
- data.tar.gz: 3489105ace5d1c8b2fd1f171b8206e120b35248a7f1415a0d227586359782b60f3b84cad97bbd2d4e5ac814cdc80c345201568fe584ed407fbe882ce61ba4d66
6
+ metadata.gz: d9a5c40fa6d03507bd44fc63f4cbb8fcbf157779e18ec383f18f0667e41461bf9f59c7d71f8a5f3de36a986ec808c009650133518a4ae145fb9bd6cda41a45ad
7
+ data.tar.gz: 34409fec484258022994adbb87736ec8254c8850b2e80100b745940e888b554aa4667cad5b6b09e8d5aa3bd01b640463523f7a520fdb00dc149e2a5e6f883bb3
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
- $ sudo apt-get install mingw-w64
33
+ ```
34
+ $ sudo apt-get install mingw-w64
35
+ ```
34
36
 
35
37
  2. Install rake-compiler.
36
38
 
37
- $ gem install rake-compiler
39
+ ```
40
+ $ gem install rake-compiler
41
+ ```
38
42
 
39
43
  3. Compile multiple versions of Ruby.
40
44
 
41
- $ rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.2.6
42
- $ rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.3.3
43
- $ rake-compiler cross-ruby HOST=i686-w64-mingw32 VERSION=2.4.0
44
- $ rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.2.6
45
- $ rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.3.3
46
- $ rake-compiler cross-ruby HOST=x86_64-w64-mingw32 VERSION=2.4.0
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
- $ rake build:pdcurses
56
+ ```
57
+ $ rake build:pdcurses
58
+ ```
51
59
 
52
60
  5. Compile curses.gem.
53
61
 
54
- $ rake RUBY_CC_VERSION=2.3.3:2.4.0 cross clean compile native gem
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
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.1
4
+ version: 1.1.2
5
5
  platform: ruby
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-01-24 00:00:00.000000000 Z
12
+ date: 2017-02-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler