texplay 0.3.0-i386-mswin32 → 0.3.1-i386-mswin32
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.
- data/CHANGELOG +3 -0
- data/README.markdown +1 -1
- data/Rakefile +16 -10
- data/ext/texplay/utils.c +430 -426
- data/lib/1.8/texplay.so +0 -0
- data/lib/1.9/texplay.so +0 -0
- data/lib/texplay/version.rb +1 -1
- metadata +9 -5
data/lib/1.8/texplay.so
CHANGED
Binary file
|
data/lib/1.9/texplay.so
CHANGED
Binary file
|
data/lib/texplay/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: texplay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 17
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 3
|
8
|
-
-
|
9
|
-
version: 0.3.
|
9
|
+
- 1
|
10
|
+
version: 0.3.1
|
10
11
|
platform: i386-mswin32
|
11
12
|
authors:
|
12
13
|
- John Mair (banisterfiend)
|
@@ -14,7 +15,7 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-11-
|
18
|
+
date: 2010-11-13 00:00:00 +13:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
@@ -25,11 +26,12 @@ dependencies:
|
|
25
26
|
requirements:
|
26
27
|
- - ">="
|
27
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 49
|
28
30
|
segments:
|
29
31
|
- 0
|
30
32
|
- 7
|
31
|
-
-
|
32
|
-
version: 0.7.
|
33
|
+
- 25
|
34
|
+
version: 0.7.25
|
33
35
|
type: :runtime
|
34
36
|
version_requirements: *id001
|
35
37
|
description: TexPlay is a light-weight image manipulation framework for Ruby and Gosu
|
@@ -138,6 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
140
|
requirements:
|
139
141
|
- - ">="
|
140
142
|
- !ruby/object:Gem::Version
|
143
|
+
hash: 3
|
141
144
|
segments:
|
142
145
|
- 0
|
143
146
|
version: "0"
|
@@ -146,6 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
149
|
requirements:
|
147
150
|
- - ">="
|
148
151
|
- !ruby/object:Gem::Version
|
152
|
+
hash: 3
|
149
153
|
segments:
|
150
154
|
- 0
|
151
155
|
version: "0"
|