png_font 0.0.1 → 0.0.2

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/png_font.rb +1 -1
  3. metadata +11 -2
data/Rakefile CHANGED
@@ -12,5 +12,5 @@ Hoe.new('PNGFont', PNG::Font::VERSION) do |p|
12
12
  p.url = "http://nubyonrails.com/pages/png_font"
13
13
  p.clean_globs = ['test/output/*.png']
14
14
 
15
- p.extra_deps = ['png']
15
+ p.extra_deps << 'png'
16
16
  end
@@ -5,7 +5,7 @@ require 'font/p04b_03'
5
5
 
6
6
  class PNG
7
7
  module Font
8
- VERSION = '0.0.1'
8
+ VERSION = '0.0.2'
9
9
 
10
10
  def self.character_width(ascii_char, pointsize, font)
11
11
  # TODO Take pointsize into account
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: png_font
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2006-10-19 00:00:00 -07:00
6
+ version: 0.0.2
7
+ date: 2006-10-22 00:00:00 -07:00
8
8
  summary: Simple fonts.
9
9
  require_paths:
10
10
  - lib
@@ -51,6 +51,15 @@ extensions: []
51
51
  requirements: []
52
52
 
53
53
  dependencies:
54
+ - !ruby/object:Gem::Dependency
55
+ name: hoe
56
+ version_requirement:
57
+ version_requirements: !ruby/object:Gem::Version::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 1.1.1
62
+ version:
54
63
  - !ruby/object:Gem::Dependency
55
64
  name: png
56
65
  version_requirement: