spreadsheet 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b59759809c79613f618aa76b1901fbe9f51395d
4
- data.tar.gz: f9139e4f955bbed1875b326f5754b751d215a8d2
3
+ metadata.gz: c1e48d570b32fccdb3506529962985f80e5316cf
4
+ data.tar.gz: 281786dfb442b0fa51b6500a5df295e1fe50cd4f
5
5
  SHA512:
6
- metadata.gz: 1fc8aa533c24d8207df51bf69a072438767d6783b55315bda0146b0e0da6fe4f98ca2c708b786f577206625869cd38436b9d3c0ce9a0d7cf8398ba7238ba223c
7
- data.tar.gz: ff2719b9da79dbba5d323d0c2626fb351e7dbf47b77e0988aaabbbf29e56780aed6b00fdc2c7348bfbe296f0a459b805266d8d44f14e4898b9282fca8a215e46
6
+ metadata.gz: df1b90fb481afa22d9178115aa84b8a9861fa2869630ecb0e78b1035c2575bcf55e900a763bda76f433e49a66b6c4eb730a47bf705ba9ca7ae4cf015afd1e245
7
+ data.tar.gz: 77cf849f576d390997b2341e8d2064d9b6d2c3bd0e0828e2bf63718169e4d2ea3d4fb14526c730f14c0aa6730eaf96bdb944a8ebd27de87f0530d2b2da294e01
data/History.md CHANGED
@@ -1,3 +1,10 @@
1
+ ### 1.1.1 / 03.01.2016
2
+
3
+ Author: ChouAndy <chouandy@ecoworkinc.com>
4
+ Date: Sun Jan 3 17:26:18 2016 +0800
5
+
6
+ Fixed Unknown Codepage 0x5212
7
+
1
8
  ### 1.1.0 / 08.12.2015
2
9
 
3
10
  Author: Matthew Boeh <matt@crowdcompass.com>
@@ -45,7 +45,7 @@ module Spreadsheet
45
45
 
46
46
  ##
47
47
  # The version of Spreadsheet you are using.
48
- VERSION = '1.1.0'
48
+ VERSION = '1.1.1'
49
49
 
50
50
  ##
51
51
  # Default client Encoding. Change this value if your application uses a
@@ -50,6 +50,7 @@ module Internals
50
50
  1258 => "WINDOWS-1258", #(Vietnamese)
51
51
  1361 => "WINDOWS-1361", #(Korean (Johab))
52
52
  10000 => "MACROMAN",
53
+ 21010 => "UTF-16LE",
53
54
  32768 => "MACROMAN",
54
55
  32769 => "WINDOWS-1252", #(Latin I) (BIFF2-BIFF3)
55
56
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreadsheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masaomi Hatakeyama, Zeno R.R. Davatz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-08 00:00:00.000000000 Z
11
+ date: 2016-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-ole