texplay 0.2.721-i386-mswin32 → 0.2.722-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 +4 -0
- data/Rakefile +3 -1
- data/lib/texplay/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -39,7 +39,9 @@ Rake::ExtensionTask.new('texplay', specification) do |ext|
|
|
39
39
|
end
|
40
40
|
|
41
41
|
|
42
|
-
|
42
|
+
#comment this when want to build normal gems.
|
43
|
+
#only have this code uncommented when building mswin32 and mingw32
|
44
|
+
#binary gems
|
43
45
|
specification = Gem::Specification.new do |s|
|
44
46
|
s.name = "texplay"
|
45
47
|
s.summary = "TexPlay is a light-weight image manipulation framework for Ruby and Gosu"
|
data/lib/texplay/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
8
|
+
- 722
|
9
|
+
version: 0.2.722
|
10
10
|
platform: i386-mswin32
|
11
11
|
authors:
|
12
12
|
- John Mair (banisterfiend)
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-03-
|
17
|
+
date: 2010-03-14 00:00:00 +13:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|