roo 0.2.0 → 0.2.1

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/Rakefile CHANGED
@@ -75,7 +75,7 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
75
75
  p.extra_deps = [
76
76
  # ['ruport', '>= 1.0.0'],
77
77
  # ['ruport-util', '>= 0.5.0'],
78
- ['parseexel', '>= 0.5.1'],
78
+ ['parseexcel', '>= 0.5.1.1'],
79
79
  ]
80
80
  #p.spec_extras = {} # A hash of extra values to set in the gemspec.
81
81
  end
data/lib/roo/version.rb CHANGED
@@ -2,7 +2,7 @@ module Roo #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,12 +33,12 @@
33
33
  <h1>roo</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/roo"; return false'>
35
35
  Get Version
36
- <a href="http://rubyforge.org/projects/roo" class="numbers">0.2.0</a>
36
+ <a href="http://rubyforge.org/projects/roo" class="numbers">0.2.1</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
 
40
40
 
41
- <p>This gem allows you to access the values from open-office documents (.ods).</p>
41
+ <p>This gem allows you to access the content of open-office and Excel spreadsheets (.ods/.xls).</p>
42
42
 
43
43
 
44
44
  <h2>Installing</h2>
@@ -156,7 +156,7 @@
156
156
 
157
157
  Replace Openoffice with
158
158
  <pre>
159
- <code>oo = Openoffice.new("/home/tp/Desktop/simple_spreadsheet.xls").
159
+ <code>oo = Excel.new("/home/tp/Desktop/simple_spreadsheet.xls").
160
160
 
161
161
  </code>
162
162
  </pre>
@@ -206,7 +206,7 @@ is the setting of the default-worksheet. OpenOffice uses the name of the workshe
206
206
 
207
207
  <ul>
208
208
  <li><a href="http://rubyforge.org/users/nicwilliams/">Dr Nic Williams</a> for his wonderful gem &#8216;<a href="http://rubyforge.org/projects/newgem/">newgem</a>&#8217; which makes it very convenient to create, manage and publish Ruby gems</li>
209
- <li>for the Excel-part the &#8216;parseexcel&#8217; gem is use. My functions are a convenient wrapper around the functions of this gem</li>
209
+ <li>for the Excel-part the &#8216;parseexcel&#8217; gem is used. My functions are a convenient wrapper around the functions of this gem</li>
210
210
  </ul>
211
211
  <p class="coda">
212
212
  <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 1st June 2007<br>
data/website/index.txt CHANGED
@@ -2,7 +2,7 @@ h1. roo
2
2
 
3
3
  h2. What
4
4
 
5
- This gem allows you to access the values from open-office documents (.ods).
5
+ This gem allows you to access the content of open-office and Excel spreadsheets (.ods/.xls).
6
6
 
7
7
  h2. Installing
8
8
 
@@ -104,7 +104,7 @@ You can also access MS-Excel spreadsheat.
104
104
 
105
105
  Replace Openoffice with
106
106
  <pre>
107
- <code>oo = Openoffice.new("/home/tp/Desktop/simple_spreadsheet.xls").
107
+ <code>oo = Excel.new("/home/tp/Desktop/simple_spreadsheet.xls").
108
108
 
109
109
  </code>
110
110
  </pre>
@@ -140,4 +140,4 @@ Comments are welcome. Send an email to "Thomas Preymesser":mailto:thopre@gmail.c
140
140
  h2. Thanks
141
141
 
142
142
  * "Dr Nic Williams":http://rubyforge.org/users/nicwilliams/ for his wonderful gem '"newgem":http://rubyforge.org/projects/newgem/' which makes it very convenient to create, manage and publish Ruby gems
143
- * for the Excel-part the 'parseexcel' gem is use. My functions are a convenient wrapper around the functions of this gem
143
+ * for the Excel-part the 'parseexcel' gem is used. My functions are a convenient wrapper around the functions of this gem
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: roo
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
6
+ version: 0.2.1
7
7
  date: 2007-06-01 00:00:00 +02:00
8
8
  summary: roo can access the contents of OpenOffice-Spreadsheets
9
9
  require_paths:
@@ -67,11 +67,11 @@ requirements: []
67
67
 
68
68
  dependencies:
69
69
  - !ruby/object:Gem::Dependency
70
- name: parseexel
70
+ name: parseexcel
71
71
  version_requirement:
72
72
  version_requirements: !ruby/object:Gem::Version::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
- version: 0.5.1
76
+ version: 0.5.1.1
77
77
  version: