dxruby_sdl 0.0.16 → 0.0.17
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 +6 -2
- data/lib/dxruby.rb +2 -1
- data/lib/dxruby_sdl/version.rb +1 -1
- 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: 8e1ef6b2ad0449152f1e4603aa11a31b86740794
|
|
4
|
+
data.tar.gz: 02b3e7b6141115f839acf851a63072a49abc7500
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2982872f8df6b477771bcc2c7e4b763090736f0b0eff294b3f526d76e57de6748ca011f6b41f25366583676711d92f8bf574391f4340c543046afd32071ad6c3
|
|
7
|
+
data.tar.gz: 4392e20915b1eb94aa138e27a6a630897bda6bd816337aa3d5c71bc4388dca60b8b2e5909e00ef355f6f487de0cc2e224422978e7b300cfb0a2cf882b977513a
|
data/README.md
CHANGED
|
@@ -54,9 +54,13 @@ with Homebrew
|
|
|
54
54
|
$ brew install https://gist.githubusercontent.com/ymmtmdk/5b15f2b06aef5549eb5a/raw/ebf4c9758b1f772f0f6073e7b2bdbb5e9665ee74/libsge.rb
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
(3)
|
|
57
|
+
(3) Ume-font
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
DXRuby's default font is MS P Gothic, so if you want to same look on windows, you should install MS P Gothic. However MS-font is not free.
|
|
60
|
+
|
|
61
|
+
Ume-font is same width MS-font (MS P Gothic, MS P Mincho, etc.) and it's free.
|
|
62
|
+
|
|
63
|
+
Download from https://ja.osdn.net/projects/ume-font/wiki/FrontPage and install.
|
|
60
64
|
|
|
61
65
|
#### Linux
|
|
62
66
|
|
data/lib/dxruby.rb
CHANGED
data/lib/dxruby_sdl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dxruby_sdl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kouji Takao
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|