rghost 0.8 → 0.8.1

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 (2) hide show
  1. data/lib/rghost/grid/header.rb +1 -1
  2. metadata +3 -3
@@ -28,7 +28,7 @@ class RGhost::Grid::Header < RGhost::PsObject
28
28
  @data_types=[]
29
29
  @options=[]
30
30
  @titles=[]
31
- @header.set Variable.new(:new_page?,true)
31
+ @header.set RGhost::Variable.new(:new_page?,true)
32
32
  @default_options=DEFAULT_OPTIONS.merge(options)
33
33
  @header.set RGhost::Variable.new(:headings?,headings)
34
34
  @size=0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rghost
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.8"
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shairon Toledo
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-20 00:00:00 -03:00
12
+ date: 2008-07-09 00:00:00 -03:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -155,7 +155,7 @@ files:
155
155
  - lib/rghost/vertical_line.rb
156
156
  - lib/rghost.rb
157
157
  has_rdoc: false
158
- homepage: http://www.hashcode.eti.br/?page_id=74
158
+ homepage: http://rghost.rubyforge.org
159
159
  post_install_message:
160
160
  rdoc_options: []
161
161