hornetseye-frame 0.11.1 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ require 'rbconfig'
8
8
  require 'tempfile'
9
9
 
10
10
  PKG_NAME = 'hornetseye-frame'
11
- PKG_VERSION = '0.11.1'
11
+ PKG_VERSION = '0.12.0'
12
12
  CFG = RbConfig::CONFIG
13
13
  CXX = ENV[ 'CXX' ] || 'g++'
14
14
  RB_FILES = FileList[ 'lib/**/*.rb' ]
@@ -35,6 +35,10 @@ module Hornetseye
35
35
  to_s
36
36
  end
37
37
 
38
+ def rgb?
39
+ true
40
+ end
41
+
38
42
  def ==( other )
39
43
  ( other.is_a? FourCC ) and ( other.inspect == inspect )
40
44
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hornetseye-frame
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.11.1
5
+ version: 0.12.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jan Wedekind
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-10 00:00:00 Z
13
+ date: 2011-07-31 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: malloc