rubyexcel 0.3.2 → 0.3.3
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.
- checksums.yaml +4 -4
- data/lib/rubyexcel/address.rb +1 -1
- data/lib/rubyexcel/element.rb +2 -2
- data/lib/rubyexcel/section.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc15333e40633038ed0ed4d6c57fd67a978b3bb6
|
4
|
+
data.tar.gz: c4ae59d243e7fb209247bf41f73d21e6ccad2c32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fcc164c88a1c3e8b17d8ce62434d891980b60ccd90fed2d4f040935d24c7d9e741364485d76a4efd272ebed93593691f58a264c724d53ea4d94f480c1bdb793
|
7
|
+
data.tar.gz: 82ea96341ab519b5d6cc060502b5b142ffad6cc3cb222a08d80eb06267a514700c8429923b666f11706cea9143e4315c61893b7d3ff0d8652d6c5df8193b9b33
|
data/lib/rubyexcel/address.rb
CHANGED
data/lib/rubyexcel/element.rb
CHANGED
data/lib/rubyexcel/section.rb
CHANGED
metadata
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyexcel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Pearson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-09-
|
11
|
+
date: 2013-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A tabular data structure in Ruby, with header-based helper methods for
|
14
14
|
analysis and editing, and some of Excel's API style. Can output as 2D Array, HTML,
|
15
|
-
CSV, TSV, or
|
15
|
+
CSV, TSV, or an Excel WIN32OLE Object
|
16
16
|
email: VirtuosoJoel@gmail.com
|
17
17
|
executables: []
|
18
18
|
extensions: []
|