energon 0.0.2 → 0.0.3

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.rb +2 -2
  2. data/rdoc-header +3 -0
  3. metadata +4 -2
data/rakefile.rb CHANGED
@@ -25,7 +25,7 @@ spec = Gem::Specification::new do |s|
25
25
  s.platform = Gem::Platform::RUBY
26
26
 
27
27
  s.name = 'energon'
28
- s.version = "0.0.2"
28
+ s.version = "0.0.3"
29
29
  s.summary = "Report engine outputting Word/Excel OpenXML documents"
30
30
  s.description = <<EOF
31
31
  Energon is a report engine written in ruby, creating advanced and
@@ -46,7 +46,7 @@ EOF
46
46
  s.test_files = FileList['test/test*.rb']
47
47
 
48
48
  s.has_rdoc = true
49
- s.extra_rdoc_files = ["README"]
49
+ s.extra_rdoc_files = ["README", "rdoc-header"]
50
50
  s.rdoc_options.concat ['--main', 'README']
51
51
  end
52
52
 
data/rdoc-header ADDED
@@ -0,0 +1,3 @@
1
+ Author:: Woa! Kft (mailto:energon@woa.hu)
2
+ Copyright:: Copyright (c) 2006 Woa! Kft
3
+ License:: Distributes under the MIT-License[link:files/MIT-LICENSE.html] terms
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: energon
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.2
7
- date: 2007-03-22 00:00:00 +01:00
6
+ version: 0.0.3
7
+ date: 2007-03-23 00:00:00 +01:00
8
8
  summary: Report engine outputting Word/Excel OpenXML documents
9
9
  require_paths:
10
10
  - lib
@@ -46,6 +46,7 @@ files:
46
46
  - README
47
47
  - MIT-LICENSE
48
48
  - rakefile.rb
49
+ - rdoc-header
49
50
  test_files:
50
51
  - test/test_document.rb
51
52
  - test/test_excel_document.rb
@@ -58,6 +59,7 @@ rdoc_options:
58
59
  - README
59
60
  extra_rdoc_files:
60
61
  - README
62
+ - rdoc-header
61
63
  executables: []
62
64
 
63
65
  extensions: []