rods 0.0.1 → 0.0.9
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/README +4 -0
- data/Rakefile +3 -3
- data/lib/rods.rb +1 -1
- data/rods.gemspec +3 -3
- metadata +5 -5
data/README
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
spreadsheets conforming to Open Document Format v1.1. with Ruby 1.9.1 and 1.8.7..
|
|
4
4
|
Installiation of an office-application (LibreOffice, OpenOffice.org) is not required as the code directly
|
|
5
5
|
manipulates the XML-files in the zipped *.ods-container.
|
|
6
|
+
|
|
7
|
+
On my website http://ruby.homelinux.com/ruby/rods/ you can see the output of the script below.
|
|
8
|
+
|
|
9
|
+
link:images/Rods.jpg
|
|
6
10
|
|
|
7
11
|
= Copyright
|
|
8
12
|
Copyright (c) <em>Dr. Heinz Breinlinger</em> (2011).
|
data/Rakefile
CHANGED
|
@@ -2,10 +2,10 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('rods', '0.0.
|
|
6
|
-
p.description = "This class provides a convenient interface for fast reading and writing spreadsheets conforming to Open Document Format v1.1.
|
|
5
|
+
Echoe.new('rods', '0.0.9') do |p|
|
|
6
|
+
p.description = "This class provides a convenient interface for fast reading and writing, i.e. batch-processing spreadsheets conforming to Open Document Format v1.1. used by e.g. OpenOffice.org and LibreOffice. Please see the Rdoc-Documentation unter http://ruby.homelinux.com/ruby/rods/."
|
|
7
7
|
p.summary = "Automation of OpenOffice/LibreOffice by batch-processing of spreadsheets conforming to Open Document v1.1"
|
|
8
|
-
p.url = ""
|
|
8
|
+
p.url = "http://ruby.homelinux.com/ruby/rods/"
|
|
9
9
|
p.author = "Dr. Heinz Breinlinger"
|
|
10
10
|
p.email = "rods.ruby@online.de"
|
|
11
11
|
end
|
data/lib/rods.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# spreadsheets conforming to Open Document Format v1.1. with Ruby 1.9.1 and 1.8.7..
|
|
6
6
|
# Installiation of an office-application (LibreOffice, OpenOffice.org) is not required as the code directly
|
|
7
7
|
# manipulates the XML-files in the zipped *.ods-container.
|
|
8
|
-
#
|
|
8
|
+
#
|
|
9
9
|
# = Copyright
|
|
10
10
|
# Copyright (c) <em>Dr. Heinz Breinlinger</em> (2011).
|
|
11
11
|
# Licensed under the same terms as Ruby. No warranty is provided.
|
data/rods.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{rods}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.9"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Dr. Heinz Breinlinger"]
|
|
9
9
|
s.date = %q{2011-01-06}
|
|
10
|
-
s.description = %q{This class provides a convenient interface for fast reading and writing spreadsheets conforming to Open Document Format v1.1.
|
|
10
|
+
s.description = %q{This class provides a convenient interface for fast reading and writing, i.e. batch-processing spreadsheets conforming to Open Document Format v1.1. used by e.g. OpenOffice.org and LibreOffice. Please see the Rdoc-Documentation unter http://ruby.homelinux.com/ruby/rods/.}
|
|
11
11
|
s.email = %q{rods.ruby@online.de}
|
|
12
12
|
s.extra_rdoc_files = ["README", "lib/example.rb", "lib/rods.rb"]
|
|
13
13
|
s.files = ["Manifest", "README", "Rakefile", "lib/example.rb", "lib/rods.rb", "rods.gemspec"]
|
|
14
|
-
s.homepage = %q{}
|
|
14
|
+
s.homepage = %q{http://ruby.homelinux.com/ruby/rods/}
|
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rods", "--main", "README"]
|
|
16
16
|
s.require_paths = ["lib"]
|
|
17
17
|
s.rubyforge_project = %q{rods}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rods
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dr. Heinz Breinlinger
|
|
@@ -19,7 +19,7 @@ date: 2011-01-06 00:00:00 +01:00
|
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
22
|
-
description: This class provides a convenient interface for fast reading and writing spreadsheets conforming to Open Document Format v1.1.
|
|
22
|
+
description: This class provides a convenient interface for fast reading and writing, i.e. batch-processing spreadsheets conforming to Open Document Format v1.1. used by e.g. OpenOffice.org and LibreOffice. Please see the Rdoc-Documentation unter http://ruby.homelinux.com/ruby/rods/.
|
|
23
23
|
email: rods.ruby@online.de
|
|
24
24
|
executables: []
|
|
25
25
|
|
|
@@ -37,7 +37,7 @@ files:
|
|
|
37
37
|
- lib/rods.rb
|
|
38
38
|
- rods.gemspec
|
|
39
39
|
has_rdoc: true
|
|
40
|
-
homepage:
|
|
40
|
+
homepage: http://ruby.homelinux.com/ruby/rods/
|
|
41
41
|
licenses: []
|
|
42
42
|
|
|
43
43
|
post_install_message:
|