rghost 0.8 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rghost/grid/header.rb +1 -1
- metadata +3 -3
data/lib/rghost/grid/header.rb
CHANGED
@@ -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:
|
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-
|
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://
|
158
|
+
homepage: http://rghost.rubyforge.org
|
159
159
|
post_install_message:
|
160
160
|
rdoc_options: []
|
161
161
|
|