wizport 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Wizport
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.1.2
4
+ version: 0.1.3
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-07-05 00:00:00.000000000 Z
12
+ date: 2012-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -56,11 +56,6 @@ files:
56
56
  - lib/wizport.rb
57
57
  - lib/wizport/builder/pdf.rb
58
58
  - lib/wizport/builder/rtf.rb
59
- - lib/wizport/document/Rtf/document.rb
60
- - lib/wizport/document/Rtf/element.rb
61
- - lib/wizport/document/Rtf/spec.rb
62
- - lib/wizport/document/Rtf/table.rb
63
- - lib/wizport/document/Rtf/text.rb
64
59
  - lib/wizport/document/html/document.rb
65
60
  - lib/wizport/document/html/element.rb
66
61
  - lib/wizport/document/html/table.rb
@@ -75,6 +70,11 @@ files:
75
70
  - lib/wizport/document/pdf/x_ref_tbl.rb
76
71
  - lib/wizport/document/pdf_table.rb
77
72
  - lib/wizport/document/rtf.rb
73
+ - lib/wizport/document/rtf/document.rb
74
+ - lib/wizport/document/rtf/element.rb
75
+ - lib/wizport/document/rtf/spec.rb
76
+ - lib/wizport/document/rtf/table.rb
77
+ - lib/wizport/document/rtf/text.rb
78
78
  - lib/wizport/document/txt.rb
79
79
  - lib/wizport/engine/active_source.rb
80
80
  - lib/wizport/engine/column.rb