simple-spreadsheet-extractor 0.2.1 → 0.2.2

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.rdoc CHANGED
@@ -1,7 +1,7 @@
1
1
  = Simple Spreadsheet Extractor
2
2
 
3
3
  Authors:: Stuart Owen
4
- Version:: 0.2
4
+ Version:: 0.2.2
5
5
  Contact:: mailto:stuart.owen@manchester.ac.uk
6
6
  Licence:: BSD (See LICENCE or http://www.opensource.org/licenses/bsd-license.php)
7
7
  Copyright:: (c) 2010 The University of Manchester, UK
@@ -23,14 +23,14 @@ Java 1.6 (JRE) is required.
23
23
 
24
24
  == Usage
25
25
 
26
- * require 'spreadsheet-extractor'
26
+ * require 'simple-spreadsheet-extractor'
27
27
  * include the module SysMODB::SpreadsheetExtractor
28
28
  * pass an IO object to the method spreedsheet_to_xml which responds with the XML for the contents of the sheet.
29
29
 
30
30
  e.g.
31
31
 
32
32
  require 'rubygems'
33
- require 'spreadsheet-extractor'
33
+ require 'simple-spreadsheet-extractor'
34
34
 
35
35
  include SysMODB::SpreadsheetExtractor
36
36
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-spreadsheet-extractor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stuart Owen
@@ -29,7 +29,7 @@ extra_rdoc_files:
29
29
  - README.rdoc
30
30
  - LICENCE
31
31
  files:
32
- - lib/spreadsheet-extractor.rb
32
+ - lib/simple-spreadsheet-extractor.rb
33
33
  - jars/lib/poi-ooxml-schemas-3.6.jar
34
34
  - jars/lib/poi-3.6.jar
35
35
  - jars/lib/xmlbeans-2.3.0.jar