gosu 0.7.44-x86-mingw32 → 0.7.45-x86-mingw32

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.
@@ -3,8 +3,8 @@
3
3
 
4
4
  #define GOSU_MAJOR_VERSION 0
5
5
  #define GOSU_MINOR_VERSION 7
6
- #define GOSU_POINT_VERSION 44
7
- #define GOSU_VERSION "0.7.44"
6
+ #define GOSU_POINT_VERSION 45
7
+ #define GOSU_VERSION "0.7.45"
8
8
 
9
9
  #define GOSU_COPYRIGHT_NOTICE \
10
10
  " " \
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gosu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.44
4
+ hash: 89
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 7
9
+ - 45
10
+ version: 0.7.45
5
11
  platform: x86-mingw32
6
12
  authors:
7
13
  - Julian Raschke
@@ -9,8 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2012-07-16 00:00:00 +08:00
13
- default_executable:
18
+ date: 2012-07-19 00:00:00 Z
14
19
  dependencies: []
15
20
 
16
21
  description: " 2D game development library.\n\n Gosu features easy to use and game-friendly interfaces to 2D graphics\n and text (accelerated by 3D hardware), sound samples and music as well as\n keyboard, mouse and gamepad/joystick input.\n\n Also includes demos for integration with RMagick, Chipmunk and OpenGL.\n"
@@ -94,7 +99,6 @@ files:
94
99
  - lib/FreeImage.dll
95
100
  - lib/libsndfile.dll
96
101
  - lib/OpenAL32.dll
97
- has_rdoc: true
98
102
  homepage: http://www.libgosu.org/
99
103
  licenses: []
100
104
 
@@ -103,7 +107,10 @@ rdoc_options:
103
107
  - README.txt
104
108
  - COPYING
105
109
  - reference/gosu.rb
106
- - reference/*.rdoc
110
+ - reference/Drawing_with_Colors.rdoc
111
+ - reference/Order_of_Corners.rdoc
112
+ - reference/Tileability.rdoc
113
+ - reference/Z_Ordering.rdoc
107
114
  - --title
108
115
  - Gosu
109
116
  - --main
@@ -111,21 +118,29 @@ rdoc_options:
111
118
  require_paths:
112
119
  - lib
113
120
  required_ruby_version: !ruby/object:Gem::Requirement
121
+ none: false
114
122
  requirements:
115
123
  - - ">="
116
124
  - !ruby/object:Gem::Version
125
+ hash: 51
126
+ segments:
127
+ - 1
128
+ - 8
129
+ - 2
117
130
  version: 1.8.2
118
- version:
119
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
+ none: false
120
133
  requirements:
121
134
  - - ">="
122
135
  - !ruby/object:Gem::Version
136
+ hash: 3
137
+ segments:
138
+ - 0
123
139
  version: "0"
124
- version:
125
140
  requirements: []
126
141
 
127
142
  rubyforge_project:
128
- rubygems_version: 1.3.5
143
+ rubygems_version: 1.8.24
129
144
  signing_key:
130
145
  specification_version: 3
131
146
  summary: 2D game development library.