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.
Files changed (4) hide show
  1. data/CHANGELOG +4 -0
  2. data/Rakefile +3 -1
  3. data/lib/texplay/version.rb +1 -1
  4. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 12/03/10
2
+ version 0.2.721
3
+ * fixed bug in alpha_blend (now blends alpha channels too)
4
+
1
5
  6/12/09
2
6
  version 0.2.710
3
7
  * fixed bug in line drawing code (wasn't drawing final pixel)
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-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-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