dxruby_sdl 0.0.16 → 0.0.17

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: b492f2b06c03cae99fd83c1f0a97d6d39013c2d3
4
- data.tar.gz: 2d1b0b218869b7f4f7d3f97d34111c3989b89e1a
3
+ metadata.gz: 8e1ef6b2ad0449152f1e4603aa11a31b86740794
4
+ data.tar.gz: 02b3e7b6141115f839acf851a63072a49abc7500
5
5
  SHA512:
6
- metadata.gz: e9ef344818ea84dae3b66ac4cb8bd378769543bd90b3ae3fef6274737b9fbd49d76932e7bb7ac27f799f6378618e9e591215e6f9561684d717560f8e843a1ede
7
- data.tar.gz: 47844fd4b4e7f397d3114f4cb20c488894f50197611e7120141c0977afe2c20d04347444f40dd2c14f63894f43d8c4fb80bc88dc9970509c3bffe20b53990cb2
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) MS PGohic (DXRuby's default font)
57
+ (3) Ume-font
58
58
 
59
- Search and download from internet. A keyword example is "ms pgothic download".
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
 
@@ -2,4 +2,5 @@
2
2
 
3
3
  require_relative 'dxruby_sdl'
4
4
 
5
- include DXRubySDL
5
+ DXRuby = DXRubySDL
6
+ include DXRuby
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module DXRubySDL
4
- VERSION = '0.0.16'
4
+ VERSION = '0.0.17'
5
5
  end
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.16
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: 2017-12-13 00:00:00.000000000 Z
11
+ date: 2018-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler