bonio-axlsx 2.2.1 → 2.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/axlsx/version.rb +1 -1
- metadata +14 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6f80f036277a38a14c7a3687d23d59019828879
|
4
|
+
data.tar.gz: 366e13f121733aa7331754bb1afbdf2be3cfe3cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4390c2b458d60df8797e749fd007b89cfaa38d7b0ad05fa46809c376c03dec52e6f345f079aa5e5b6add2b55bde3e1d5bce01884b2518927266f51aec3ce357b
|
7
|
+
data.tar.gz: bfe4d265c5b7f846c82481c534bb3caa2c14de7cc387504c6ddb0f9d0f98235a87881f112d50174e3b6f30a6b8888f9db1dc2099a1c35f3c00642c96b21d54fa
|
data/lib/axlsx/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bonio-axlsx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Randy Morgan
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-06-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -29,16 +29,16 @@ dependencies:
|
|
29
29
|
name: rubyzip
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - "
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.1
|
34
|
+
version: 1.2.1
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- - "
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 1.1
|
41
|
+
version: 1.2.1
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: htmlentities
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -109,8 +109,13 @@ dependencies:
|
|
109
109
|
- - "~>"
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: 0.6.1
|
112
|
-
description:
|
113
|
-
|
112
|
+
description: " xlsx spreadsheet generation with charts, images, automated column
|
113
|
+
width, customizable styles and full schema validation. Axlsx helps you create beautiful
|
114
|
+
Office Open XML Spreadsheet documents ( Excel, Google Spreadsheets, Numbers, LibreOffice)
|
115
|
+
without having to understand the entire ECMA specification. Check out the README
|
116
|
+
for some examples of how easy it is. Best of all, you can validate your xlsx file
|
117
|
+
before serialization so you know for sure that anything generated is going to load
|
118
|
+
on your client's machine.\n"
|
114
119
|
email: digital.ipseity@gmail.com
|
115
120
|
executables: []
|
116
121
|
extensions: []
|
@@ -459,7 +464,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
459
464
|
version: '0'
|
460
465
|
requirements: []
|
461
466
|
rubyforge_project:
|
462
|
-
rubygems_version: 2.
|
467
|
+
rubygems_version: 2.4.8
|
463
468
|
signing_key:
|
464
469
|
specification_version: 4
|
465
470
|
summary: Excel OOXML (xlsx) with charts, styles, images and autowidth columns.
|