gosu 0.7.44-universal-darwin → 0.7.45-universal-darwin

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: universal-darwin
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"
@@ -90,7 +95,7 @@ files:
90
95
  - reference/Tileability.rdoc
91
96
  - reference/Z_Ordering.rdoc
92
97
  - lib/gosu.for_1_8.bundle
93
- has_rdoc: true
98
+ - lib/gosu.for_1_9.bundle
94
99
  homepage: http://www.libgosu.org/
95
100
  licenses: []
96
101
 
@@ -99,7 +104,10 @@ rdoc_options:
99
104
  - README.txt
100
105
  - COPYING
101
106
  - reference/gosu.rb
102
- - reference/*.rdoc
107
+ - reference/Drawing_with_Colors.rdoc
108
+ - reference/Order_of_Corners.rdoc
109
+ - reference/Tileability.rdoc
110
+ - reference/Z_Ordering.rdoc
103
111
  - --title
104
112
  - Gosu
105
113
  - --main
@@ -107,21 +115,29 @@ rdoc_options:
107
115
  require_paths:
108
116
  - lib
109
117
  required_ruby_version: !ruby/object:Gem::Requirement
118
+ none: false
110
119
  requirements:
111
120
  - - ">="
112
121
  - !ruby/object:Gem::Version
122
+ hash: 51
123
+ segments:
124
+ - 1
125
+ - 8
126
+ - 2
113
127
  version: 1.8.2
114
- version:
115
128
  required_rubygems_version: !ruby/object:Gem::Requirement
129
+ none: false
116
130
  requirements:
117
131
  - - ">="
118
132
  - !ruby/object:Gem::Version
133
+ hash: 3
134
+ segments:
135
+ - 0
119
136
  version: "0"
120
- version:
121
137
  requirements: []
122
138
 
123
139
  rubyforge_project:
124
- rubygems_version: 1.3.5
140
+ rubygems_version: 1.8.24
125
141
  signing_key:
126
142
  specification_version: 3
127
143
  summary: 2D game development library.