texplay 0.2.7-x86-mswin32 → 0.2.700-x86-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 (5) hide show
  1. data/CHANGELOG +1 -1
  2. data/README.markdown +1 -1
  3. data/Rakefile +1 -1
  4. data/lib/texplay.rb +1 -1
  5. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,5 +1,5 @@
1
1
  16/10/09
2
- version 0.2.7
2
+ version 0.2.700
3
3
  * removed memory leak from Gosu::Image#to_blob, now writing directly to RSTRING_PTR
4
4
 
5
5
  12/10/09
data/README.markdown CHANGED
@@ -5,7 +5,7 @@
5
5
  INSTRUCTIONS
6
6
  ============
7
7
 
8
- **TexPlay version 0.2.7**
8
+ **TexPlay version 0.2.700**
9
9
 
10
10
  Gem installation:
11
11
 
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rake/clean'
2
2
  require 'rake/gempackagetask'
3
3
  require 'rake/extensiontask'
4
4
 
5
- TEXPLAY_VERSION = "0.2.7"
5
+ TEXPLAY_VERSION = "0.2.700"
6
6
 
7
7
  $dlext = Config::CONFIG['DLEXT']
8
8
 
data/lib/texplay.rb CHANGED
@@ -10,7 +10,7 @@ require 'rbconfig'
10
10
  require 'gosu'
11
11
 
12
12
  module TexPlay
13
- TEXPLAY_VERSION = "0.2.7"
13
+ TEXPLAY_VERSION = "0.2.700"
14
14
 
15
15
  def self::on_setup(&block)
16
16
  raise "need a block" if !block
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.700
5
5
  platform: x86-mswin32
6
6
  authors:
7
7
  - John Mair (banisterfiend)
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-16 00:00:00 -04:00
12
+ date: 2009-10-20 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency