gosu 0.8.7-x86-mingw32 → 0.8.7.1-x86-mingw32

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: df73ca132662b34b18796107171a789df123ca86
4
- data.tar.gz: a7277391d6f01631d4168a4d7dc4883abe947a7d
3
+ metadata.gz: 5f3b9e87f7b81133951dbaeec709e8689a54ab2f
4
+ data.tar.gz: 2f23f543b10232e2323126f01e2bec8aa1a33408
5
5
  SHA512:
6
- metadata.gz: 6c18107d4fff35f8be824076b6932379e018f77f4a0bc7fec5b62f8313b96e899e43c5427ce84fe708c16279bdf37b09f469a07d1d3f49f02dd63fc34a766e55
7
- data.tar.gz: 110f9914d6fa2643d52297adfbad4af77b6b643b46345974b0736ae084abf6dde0979bf3e56148f0dcf02bcd1ab6c4d0ab9b4e1fe82bc966c0fcc949d52cc8f7
6
+ metadata.gz: b95d75ad0eb191b838503a060bf491efd668a484e80e65f0c296e44de3f11c92a4c3dc6226df4e722960276943c0d8a5bec6473500f580f0ea8e6b0887b0f0f1
7
+ data.tar.gz: abb847330ea9601dfc2fd42294fbb4ec2759570f851ac19e63b4b9c5caa8720724b0ae23279cbd2798e61a4c62ec3a83c67b4423e27317541135421c8ae9299e
@@ -4,7 +4,7 @@
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 8
6
6
  #define GOSU_POINT_VERSION 7
7
- #define GOSU_VERSION "0.8.7"
7
+ #define GOSU_VERSION "0.8.7.1"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  "This software uses the following third-party libraries:\n" \
@@ -109,7 +109,7 @@ module Gosu
109
109
  $window.draw_quad *args
110
110
  end
111
111
 
112
- def self.draw_rect x, y, width, height, color = 0xffffffff, z, mode = :default
112
+ def self.draw_rect x, y, width, height, color = 0xffffffff, z = 0, mode = :default
113
113
  $window.draw_quad x, y, color, x + width, y, color, x, y + height, color, x + width, y + height, color, z, mode
114
114
  end
115
115
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.8.7.1
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Julian Raschke