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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2168ca402f81259d76387cd64599c6cdd1470a8ce699fb2b294b8e2e023098e6
4
- data.tar.gz: d3984f99e712324d43ef8a17171b99b247179614367274bd10fa1bd4867ca019
3
+ metadata.gz: 61b26106f2220170e6e8aaeeff303363a1ba74e7380902fdb994ca7cb5380e10
4
+ data.tar.gz: 2c4c31879e62f94a6717b08e0b964294a3d969752867aa10e69b348ed1aa6b28
5
5
  SHA512:
6
- metadata.gz: a5ae5debb624c82b30ee850d9eb0488099e4884239f1e836073d174179e80e95ad5dfe990c923734b7b13ede800da62418ca288dca90e591e830f960c105ae81
7
- data.tar.gz: 2e30a324a79dc1a41ad21d6ed999bcbce5b0b585ba85cf3c74224f1be5de14ae114bc72725d40a69e7761447b1104b142cb6f2a1ac8a3fb5a418e6a9bc58f8b8
6
+ metadata.gz: c2a5661e5da0003d5225299f386fb05cecc22ee66ee2b7e9bf7a91e8f81e41f2845807d1816a80e814fa128088154bad53f5887eed851d09cae0c1457e084c6e
7
+ data.tar.gz: f68170c042c37db4f15a35c37f6f347076b26ed3c4582b45a7c9be896588479db07582fe3439206fdaf803142ff22709acd1c0e250fd2dae0a9abf2d5ff4f39c
@@ -104,6 +104,7 @@ namespace Gosu
104
104
  KB_NUMPAD_7 = 95,
105
105
  KB_NUMPAD_8 = 96,
106
106
  KB_NUMPAD_9 = 97,
107
+ KB_NUMPAD_DELETE = 99,
107
108
  KB_NUMPAD_PLUS = 87,
108
109
  KB_NUMPAD_MINUS = 86,
109
110
  KB_NUMPAD_MULTIPLY = 85,
@@ -4,7 +4,7 @@
4
4
 
5
5
  #define GOSU_MAJOR_VERSION 0
6
6
  #define GOSU_MINOR_VERSION 14
7
- #define GOSU_POINT_VERSION 4
7
+ #define GOSU_POINT_VERSION 5
8
8
 
9
9
  namespace Gosu
10
10
  {
@@ -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 >(4)));
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
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: 2018-10-08 00:00:00.000000000 Z
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.6
171
+ rubygems_version: 2.7.7
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: 2D game development library.