glyph_imager 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{glyph_imager}
8
- s.version = "0.0.4"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["William Melody"]
@@ -31,15 +31,7 @@ class IO
31
31
  self.pos = prev_pos
32
32
  ret
33
33
  end
34
-
35
- alias :old_read :read
36
-
37
- def read(*args)
38
- ret = old_read(*args)
39
- raise Font::TTF::MalformedFont if ret.nil?
40
- ret
41
- end
42
-
34
+
43
35
  def read_ushort
44
36
  read(SIZEOF_USHORT).unpack("n")[0]
45
37
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - William Melody