energon 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.
- data/README +0 -8
- data/rakefile.rb +5 -7
- metadata +3 -3
data/README
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
=Energon
|
2
2
|
|
3
|
-
|
4
3
|
Energon is a report engine written in ruby. It allows you to
|
5
4
|
create reliable and advanced reports from your templates.
|
6
5
|
Both templates and output documents are based on OpenXML and OpenDocument formats.
|
@@ -16,16 +15,9 @@ Energon supports currently Text, Word and Excel documents.
|
|
16
15
|
To install the lastest Energon, just type:
|
17
16
|
gem install energon
|
18
17
|
|
19
|
-
===Changes
|
20
|
-
0.0.1: First release
|
21
|
-
|
22
18
|
===License
|
23
19
|
Energon is released under the MIT License
|
24
20
|
|
25
|
-
===Woa! Kft
|
26
|
-
|
27
|
-
Woa! Kft is a hungarian based company, and provides top-notch Rails development at affordable prices for individuals and small to medium size businesses.
|
28
|
-
|
29
21
|
===Support
|
30
22
|
Any questions, enhancement proposals, bug notifications or corrections can be sent to mailto:energon@woa.hu.
|
31
23
|
You can visit our website: http://www.woa.hu.
|
data/rakefile.rb
CHANGED
@@ -25,23 +25,21 @@ 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.
|
28
|
+
s.version = "0.0.2"
|
29
29
|
s.summary = "Report engine outputting Word/Excel OpenXML documents"
|
30
30
|
s.description = <<EOF
|
31
|
-
Energon is a report engine written in ruby
|
32
|
-
|
33
|
-
Both templates and output documents are based on OpenXML format.
|
34
|
-
Energon supports currently Text, Word and Excel documents.
|
31
|
+
Energon is a report engine written in ruby, creating advanced and
|
32
|
+
reliable reports from templates.
|
35
33
|
EOF
|
36
34
|
s.author = 'Woa! Kft'
|
37
35
|
s.email = 'energon@woa.hu'
|
38
36
|
s.homepage = "http://www.woa.hu"
|
39
37
|
|
40
|
-
s.requirements << 'rubyzip, 0.9.1 or greater'
|
38
|
+
s.requirements << 'rubyzip, 0.9.1 or greater'
|
41
39
|
s.add_dependency('rubyzip', '>= 0.9.1')
|
42
40
|
|
43
41
|
s.requirements << 'activesupport, 1.3.1 or greater'
|
44
|
-
s.add_dependency('
|
42
|
+
s.add_dependency('activesupport', '>= 1.3.1')
|
45
43
|
|
46
44
|
s.require_path = 'lib'
|
47
45
|
s.files = FileList["lib/**/*.rb", "test/**/*.rb", "README","MIT-LICENSE","rakefile.rb"]
|
metadata
CHANGED
@@ -3,7 +3,7 @@ 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.
|
6
|
+
version: 0.0.2
|
7
7
|
date: 2007-03-22 00:00:00 +01:00
|
8
8
|
summary: Report engine outputting Word/Excel OpenXML documents
|
9
9
|
require_paths:
|
@@ -11,7 +11,7 @@ require_paths:
|
|
11
11
|
email: energon@woa.hu
|
12
12
|
homepage: http://www.woa.hu
|
13
13
|
rubyforge_project:
|
14
|
-
description: Energon is a report engine written in ruby
|
14
|
+
description: Energon is a report engine written in ruby, creating advanced and reliable reports from templates.
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|
@@ -76,7 +76,7 @@ dependencies:
|
|
76
76
|
version: 0.9.1
|
77
77
|
version:
|
78
78
|
- !ruby/object:Gem::Dependency
|
79
|
-
name:
|
79
|
+
name: activesupport
|
80
80
|
version_requirement:
|
81
81
|
version_requirements: !ruby/object:Gem::Version::Requirement
|
82
82
|
requirements:
|