nishidayuya-rd2odt 0.0.1 → 0.0.1.20090403.01

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.
Binary file
Binary file
Binary file
Binary file
data/rd2odt.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "rd2odt"
3
- s.version = "0.0.1"
3
+ s.version = "0.0.1.20090403.01"
4
4
 
5
5
  s.authors = "Yuya.Nishida."
6
6
  s.email = "yuyaAT@ATj96DOT.DOTorg"
@@ -43,6 +43,16 @@ EOF
43
43
  "doc/sample/verbatim.rd",
44
44
  "doc/specification.ja.rd",
45
45
 
46
+ # "doc/**/*.odt"
47
+ "doc/sample/include-file-figure.odt",
48
+ "doc/sample/include-file-ole-object.odt",
49
+ "doc/sample/include-file-original-styled-text.odt",
50
+ "doc/sample/include-file-shape.odt",
51
+ "doc/sample/include-file-simple-styled-text.odt",
52
+ "doc/sample/include-file-simple-text.odt",
53
+ "doc/sample/include-file-table.odt",
54
+ "doc/sample/page-break.odt",
55
+
46
56
  # "test/**/*.rb",
47
57
  "test/functional/rd2odt-spec.rb",
48
58
  "test/test-helper.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nishidayuya-rd2odt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.1.20090403.01
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuya.Nishida.
@@ -39,6 +39,14 @@ files:
39
39
  - doc/sample/multi-paragraph.rd
40
40
  - doc/sample/verbatim.rd
41
41
  - doc/specification.ja.rd
42
+ - doc/sample/include-file-figure.odt
43
+ - doc/sample/include-file-ole-object.odt
44
+ - doc/sample/include-file-original-styled-text.odt
45
+ - doc/sample/include-file-shape.odt
46
+ - doc/sample/include-file-simple-styled-text.odt
47
+ - doc/sample/include-file-simple-text.odt
48
+ - doc/sample/include-file-table.odt
49
+ - doc/sample/page-break.odt
42
50
  - test/functional/rd2odt-spec.rb
43
51
  - test/test-helper.rb
44
52
  - test/unit/rd2odt-spec.rb