creek 2.5.0 → 2.5.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.
- checksums.yaml +5 -5
- data/lib/creek/styles/converter.rb +1 -1
- data/lib/creek/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 39ef59b96aa1733768b24a21c8b393247fbdec6d2f9919da92e1329f352524da
|
|
4
|
+
data.tar.gz: 9b460a1530f18ceaf6d1884b0ac2040f33a88887895fbbe7fea39fa855d8b01c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01561d9355ea7f82d1523c887b8e0556f031bf579c36f0ada04b2a9ada5b5c19e10378098764604ae5bf7b18c371d58b787704f1ad84ccafbb93a9905b1e20ec
|
|
7
|
+
data.tar.gz: 5b9315c34588b2dea639252f188158bcbe6fef1519fd73f6337f7d995be7ac28ba62d35e7cf9ea64ba941c2d6e6b0b3091ca69cded65f06cd943f156998bf8c2
|
|
@@ -6,7 +6,7 @@ module Creek
|
|
|
6
6
|
include Creek::Styles::Constants
|
|
7
7
|
|
|
8
8
|
# Excel non-printable character escape sequence
|
|
9
|
-
HEX_ESCAPE_REGEXP = /_x[0-9A-
|
|
9
|
+
HEX_ESCAPE_REGEXP = /_x[0-9A-Fa-f]{4}_/
|
|
10
10
|
|
|
11
11
|
##
|
|
12
12
|
# The heart of typecasting. The ruby type is determined either explicitly
|
data/lib/creek/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: creek
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.5.
|
|
4
|
+
version: 2.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pythonicrubyist
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -161,8 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
162
|
version: '0'
|
|
163
163
|
requirements: []
|
|
164
|
-
|
|
165
|
-
rubygems_version: 2.5.2.3
|
|
164
|
+
rubygems_version: 3.0.3
|
|
166
165
|
signing_key:
|
|
167
166
|
specification_version: 4
|
|
168
167
|
summary: A Ruby gem for parsing large Excel(xlsx and xlsm) files.
|