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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af984c53902e9cd52124cb01df6b92b6c7291129
4
- data.tar.gz: d2e96c1950338ef7ccc9d4f530af1292e7679eeb
3
+ metadata.gz: 4429699d8569046eab10f0fe3191e9d44d901fc8
4
+ data.tar.gz: 803aa800040143cbb0496d79fadcf2761ec217a9
5
5
  SHA512:
6
- metadata.gz: dfb636803628eb505f04fbd6d9ed63107fc5a8f74d53325a76bedfe3ca761ee6bde4ac3f7d4af83899d77b930e40f930ec41b7e6f1554f2cd64a8c653e6c775a
7
- data.tar.gz: 30ff254cf47d50498d95f635a1641c016171cde3574abf9fc4ef41b7ee5ffc263813af507e0b294c8d194267588a415fc3c683153d57a6a2571d9ab3cd936a04
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
- $ 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
 
Binary file
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.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-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