texplay 0.2.721-i386-mingw32 → 0.2.722-i386-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +3 -1
  2. data/lib/texplay/version.rb +1 -1
  3. metadata +3 -3
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"
@@ -1,3 +1,3 @@
1
1
  module TexPlay
2
- VERSION = "0.2.721"
2
+ VERSION = "0.2.722"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 721
9
- version: 0.2.721
8
+ - 722
9
+ version: 0.2.722
10
10
  platform: i386-mingw32
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-13 00:00:00 +13:00
17
+ date: 2010-03-14 00:00:00 +13:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency