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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/axlsx/version.rb +1 -1
  3. metadata +14 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5caa00be1db952f9a273fe51a4cf2dd28b03d4e4
4
- data.tar.gz: 75d2b646921733abe583a71496c87e9b71987955
3
+ metadata.gz: e6f80f036277a38a14c7a3687d23d59019828879
4
+ data.tar.gz: 366e13f121733aa7331754bb1afbdf2be3cfe3cc
5
5
  SHA512:
6
- metadata.gz: 8e5790814c6fd4e917cba9944d27c6cab98dd4d047b5f4e2d728c7b20c641c157f8387b96701237998df487f10206d5429babbd6df4f09c881542036c79a0ba8
7
- data.tar.gz: 8906958454a9448a6eed7288b3b0efbec23609e15c3e57f61f45289a7136b0851d4e6132fd9e07dc238e06b0dc28731bfe577991d593c7640a6bd9ad9c321259
6
+ metadata.gz: 4390c2b458d60df8797e749fd007b89cfaa38d7b0ad05fa46809c376c03dec52e6f345f079aa5e5b6add2b55bde3e1d5bce01884b2518927266f51aec3ce357b
7
+ data.tar.gz: bfe4d265c5b7f846c82481c534bb3caa2c14de7cc387504c6ddb0f9d0f98235a87881f112d50174e3b6f30a6b8888f9db1dc2099a1c35f3c00642c96b21d54fa
@@ -1,5 +1,5 @@
1
1
  module Axlsx
2
2
 
3
3
  # The current version
4
- VERSION = "2.2.1"
4
+ VERSION = "2.2.2"
5
5
  end
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.1
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: 2016-12-09 00:00:00.000000000 Z
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.7
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.7
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: |2
113
- xlsx spreadsheet generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx helps you create beautiful Office Open XML Spreadsheet documents ( Excel, Google Spreadsheets, Numbers, LibreOffice) without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
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.2.5
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.