wizport 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module Wizport
29
29
 
30
30
  private
31
31
 
32
- def text(txt,options)
32
+ def text(txt,options = {})
33
33
  Wizport::Html::Text.new(self,txt,options)
34
34
  end
35
35
 
@@ -1,3 +1,3 @@
1
1
  module Wizport
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/wizport.rb CHANGED
@@ -12,16 +12,11 @@ require "wizport/document/html/document"
12
12
 
13
13
  require "wizport/visitor"
14
14
  require "wizport/document/rtf/element"
15
- require "wizport/document/rtf/plaintext"
16
- require "wizport/document/rtf/command"
17
- require "wizport/document/rtf/group"
18
15
  require "wizport/document/rtf/text"
19
- require "wizport/document/rtf/cell"
20
- require "wizport/document/rtf/row"
21
16
  require "wizport/document/rtf/table"
22
17
  require "wizport/document/rtf/document"
23
18
  require "wizport/document/rtf"
24
- require "wizport/document/rtf/rtf_builder"
19
+
25
20
 
26
21
  require "wizport/document/pdf/element"
27
22
  require "wizport/document/pdf/catalog"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wizport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-08 00:00:00.000000000 Z
12
+ date: 2012-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec