ruby-sdl2 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/doc/po/ja.po +9838 -641
- data/event.c +2 -2
- data/lib/sdl2/version.rb +2 -2
- data/messagebox.c +2 -2
- data/mixer.c.m4 +2 -2
- data/ttf.c.m4 +1 -1
- data/video.c.m4 +172 -151
- metadata +4 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-sdl2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ippei Obayashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
Ruby/SDL2 is an extension library to use SDL 2.x
|
@@ -81,7 +81,7 @@ files:
|
|
81
81
|
- video.c.m4
|
82
82
|
homepage: https://github.com/ohai/ruby-sdl2
|
83
83
|
licenses:
|
84
|
-
- LGPL
|
84
|
+
- LGPL-3.0
|
85
85
|
metadata: {}
|
86
86
|
post_install_message:
|
87
87
|
rdoc_options: []
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
101
|
rubyforge_project:
|
102
|
-
rubygems_version: 2.
|
102
|
+
rubygems_version: 2.6.8
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: The simple ruby extension library for SDL 2.x
|