gosu 0.7.39-x86-mingw32 → 0.7.40-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardopts +1 -0
- data/Gosu/Version.hpp +2 -2
- data/lib/gosu.for_1_8.so +0 -0
- data/lib/gosu.for_1_9.so +0 -0
- metadata +4 -3
data/.yardopts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
reference/gosu.rb - README.txt COPYING reference/*.rdoc --output reference/rdoc
|
data/Gosu/Version.hpp
CHANGED
data/lib/gosu.for_1_8.so
CHANGED
Binary file
|
data/lib/gosu.for_1_9.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gosu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 83
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 7
|
9
|
-
-
|
10
|
-
version: 0.7.
|
9
|
+
- 40
|
10
|
+
version: 0.7.40
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Julian Raschke
|
@@ -27,6 +27,7 @@ extensions: []
|
|
27
27
|
extra_rdoc_files: []
|
28
28
|
|
29
29
|
files:
|
30
|
+
- .yardopts
|
30
31
|
- COPYING
|
31
32
|
- README.txt
|
32
33
|
- Gosu/Async.hpp
|