documatic 0.2.2 → 0.2.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.
- data/Rakefile +2 -2
- data/lib/documatic/open_document_text/template.rb +2 -0
- metadata +4 -4
data/Rakefile
CHANGED
@@ -11,7 +11,7 @@ require 'rake/testtask'
|
|
11
11
|
|
12
12
|
spec = Gem::Specification.new do |s|
|
13
13
|
s.name = 'documatic'
|
14
|
-
s.version = '0.2.
|
14
|
+
s.version = '0.2.3'
|
15
15
|
s.has_rdoc = true
|
16
16
|
s.extra_rdoc_files = ['README', 'LICENSE']
|
17
17
|
s.summary = 'Documatic is an OpenDocument extension for Ruby Reports (Ruport). It is a template-driven formatter that can be used to produce attractive printable documents such as database reports, invoices, letters, faxes and more.'
|
@@ -54,4 +54,4 @@ end
|
|
54
54
|
|
55
55
|
Rake::TestTask.new do |t|
|
56
56
|
t.test_files = FileList['test/**/*.rb']
|
57
|
-
end
|
57
|
+
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: documatic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "\"urbanus\" \"Antonio Liccardo\" \"Zachris Trolin\""
|
@@ -15,7 +15,7 @@ autorequire: documatic.rb
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-09-16 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|