prawn-graph 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/lib/prawn/graph.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require "rake/gempackagetask"
4
4
 
5
- PRAWN_GRAPH_VERSION = '0.0.1'
5
+ PRAWN_GRAPH_VERSION = '0.0.2'
6
6
 
7
7
  spec = Gem::Specification.new do |spec|
8
8
  spec.name = "prawn-graph"
@@ -17,7 +17,7 @@ spec = Gem::Specification.new do |spec|
17
17
  spec.has_rdoc = true
18
18
  spec.extra_rdoc_files = %w{README.markdown}
19
19
  spec.rdoc_options << '--title' << 'Prawn Documentation' <<
20
- '--main' << 'README' << '-q'
20
+ '--main' << 'README.markdown' << '-q'
21
21
  spec.author = "Ryan Stenhouse"
22
22
  spec.email = " ryan@ryanstenhouse.eu"
23
23
  spec.rubyforge_project = "prawn"
data/lib/prawn/graph.rb CHANGED
@@ -12,7 +12,7 @@ module Prawn
12
12
 
13
13
  # Adds compatibility with the current stable version of prawn
14
14
  #
15
- alias text draw_text
15
+ alias draw_text text
16
16
 
17
17
  # Draws a fairly simple bar chart. Data should be passed in as an array of
18
18
  # arrays, much like how Tables are dealt with:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prawn-graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Stenhouse
@@ -347,7 +347,7 @@ rdoc_options:
347
347
  - --title
348
348
  - Prawn Documentation
349
349
  - --main
350
- - README
350
+ - README.markdown
351
351
  - -q
352
352
  require_paths:
353
353
  - lib