documatic 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
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.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
@@ -140,6 +140,8 @@ module Documatic::OpenDocumentText
140
140
  end
141
141
 
142
142
  def close
143
+ self.jar.remove('documatic/master/styles.erb')
144
+ self.jar.remove('documatic/master/content.erb')
143
145
  self.jar.close
144
146
  end
145
147
 
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.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-07-30 00:00:00 +02:00
18
+ date: 2010-09-16 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency