curses 1.1.1-x64-mingw32 → 1.1.2-x64-mingw32

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: 3db0468e9375ff0cdaf8bc13215fb2e4c6da1cb7
4
- data.tar.gz: 6cf2fc46f5af2d0f25afb9c6b128313166027109
3
+ metadata.gz: 28ea7d82f8e909e5ab7166a223798e81bf472090
4
+ data.tar.gz: ec09007232d6e80a7abcbb854f49e5fc026255a0
5
5
  SHA512:
6
- metadata.gz: b5331c3345fe542390dcf004eca8a91d947fa1dce2348e07193cc5feb5a2892a44930cbc4b580afbf616a40d14d00cfb42c61b930e8eaa925e5beb66bcc296cc
7
- data.tar.gz: 42f5361f2668036bbbb4dd3d42caa6c3db270df7f0c340012c2a2653b94c8e63b3aa796095c6f84da6b6703fa4b661ca0ea776d06169a307558ee92755c20706
6
+ metadata.gz: 3b719e5d38ed323be8274a7dff2639d7405a95656e88ab9cea138f637c676675d7d273650bb74d97f73d1494cfdaea94d4a7d032eacfb466c70ff577c3f6f183
7
+ data.tar.gz: 26c1da6607554ecac79cc7ebe03c474ae0ef7fc2b0767c388ca6d6f18367fd908b073460e56896dfa8306871659e7d43ed8c946ebcebe674e723acfceb1f2635
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: x64-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-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