gosu 0.14.4 → 0.14.5
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/Gosu/Buttons.hpp +1 -0
- data/Gosu/Version.hpp +1 -1
- data/src/RubyGosu.cxx +2 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61b26106f2220170e6e8aaeeff303363a1ba74e7380902fdb994ca7cb5380e10
|
|
4
|
+
data.tar.gz: 2c4c31879e62f94a6717b08e0b964294a3d969752867aa10e69b348ed1aa6b28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2a5661e5da0003d5225299f386fb05cecc22ee66ee2b7e9bf7a91e8f81e41f2845807d1816a80e814fa128088154bad53f5887eed851d09cae0c1457e084c6e
|
|
7
|
+
data.tar.gz: f68170c042c37db4f15a35c37f6f347076b26ed3c4582b45a7c9be896588479db07582fe3439206fdaf803142ff22709acd1c0e250fd2dae0a9abf2d5ff4f39c
|
data/Gosu/Buttons.hpp
CHANGED
data/Gosu/Version.hpp
CHANGED
data/src/RubyGosu.cxx
CHANGED
|
@@ -11701,7 +11701,7 @@ SWIGEXPORT void Init_gosu(void) {
|
|
|
11701
11701
|
rb_define_const(mGosu, "LICENSES", SWIG_From_std_string(static_cast< std::string >(Gosu::LICENSES)));
|
|
11702
11702
|
rb_define_const(mGosu, "MAJOR_VERSION", SWIG_From_int(static_cast< int >(0)));
|
|
11703
11703
|
rb_define_const(mGosu, "MINOR_VERSION", SWIG_From_int(static_cast< int >(14)));
|
|
11704
|
-
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(
|
|
11704
|
+
rb_define_const(mGosu, "POINT_VERSION", SWIG_From_int(static_cast< int >(5)));
|
|
11705
11705
|
rb_define_module_function(mGosu, "milliseconds", VALUEFUNC(_wrap_milliseconds), -1);
|
|
11706
11706
|
rb_define_module_function(mGosu, "random", VALUEFUNC(_wrap_random), -1);
|
|
11707
11707
|
rb_define_module_function(mGosu, "degrees_to_radians", VALUEFUNC(_wrap_degrees_to_radians), -1);
|
|
@@ -11946,6 +11946,7 @@ SWIGEXPORT void Init_gosu(void) {
|
|
|
11946
11946
|
rb_define_const(mGosu, "KB_NUMPAD_7", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_7)));
|
|
11947
11947
|
rb_define_const(mGosu, "KB_NUMPAD_8", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_8)));
|
|
11948
11948
|
rb_define_const(mGosu, "KB_NUMPAD_9", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_9)));
|
|
11949
|
+
rb_define_const(mGosu, "KB_NUMPAD_DELETE", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_DELETE)));
|
|
11949
11950
|
rb_define_const(mGosu, "KB_NUMPAD_PLUS", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_PLUS)));
|
|
11950
11951
|
rb_define_const(mGosu, "KB_NUMPAD_MINUS", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_MINUS)));
|
|
11951
11952
|
rb_define_const(mGosu, "KB_NUMPAD_MULTIPLY", SWIG_From_int(static_cast< int >(Gosu::KB_NUMPAD_MULTIPLY)));
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gosu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julian Raschke
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |2
|
|
14
14
|
2D game development library.
|
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
168
168
|
version: '0'
|
|
169
169
|
requirements: []
|
|
170
170
|
rubyforge_project:
|
|
171
|
-
rubygems_version: 2.7.
|
|
171
|
+
rubygems_version: 2.7.7
|
|
172
172
|
signing_key:
|
|
173
173
|
specification_version: 4
|
|
174
174
|
summary: 2D game development library.
|