axlsx 1.1.2 → 1.1.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.
- data/README.md +6 -3
- data/lib/axlsx/version.rb +1 -1
- metadata +7 -7
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Axlsx: Office Open XML Spreadsheet Generation
|
|
|
16
16
|
|
|
17
17
|
**License**: MIT License
|
|
18
18
|
|
|
19
|
-
**Latest Version**: 1.1.
|
|
19
|
+
**Latest Version**: 1.1.3
|
|
20
20
|
|
|
21
21
|
**Ruby Version**: 1.8.7, 1.9.2, 1.9.3
|
|
22
22
|
|
|
@@ -24,7 +24,7 @@ Axlsx: Office Open XML Spreadsheet Generation
|
|
|
24
24
|
|
|
25
25
|
**Rubinius Version**: rubinius 2.0.0dev * lower versions may run, this gem always tests against head.
|
|
26
26
|
|
|
27
|
-
**Release Date**: April
|
|
27
|
+
**Release Date**: April 25th 2012
|
|
28
28
|
|
|
29
29
|
Synopsis
|
|
30
30
|
--------
|
|
@@ -474,11 +474,14 @@ This gem has 100% test coverage using test/unit. To execute tests for this gem,
|
|
|
474
474
|
|
|
475
475
|
#Change log
|
|
476
476
|
---------
|
|
477
|
+
- ** April.25.12:*: 1.1.3 release
|
|
478
|
+
- Primarily because I am stupid.....Updates to readme to properly report version, add in missing docs and restructure example directory.
|
|
479
|
+
|
|
477
480
|
- ** April.25.12:*: 1.1.2 release
|
|
478
481
|
- Conditional Formatting completely implemented.
|
|
479
482
|
- refactoring / documentation for Style#add_style
|
|
480
483
|
- added in label rotation for chart axis labels
|
|
481
|
-
- bugfix to
|
|
484
|
+
- bugfix to properly assign style and type info to cells when only partial information is provided in the types/style option
|
|
482
485
|
|
|
483
486
|
- ** April.18.12**: 1.1.1 release
|
|
484
487
|
- bugfix for autowidth calculations across multiple rows
|
data/lib/axlsx/version.rb
CHANGED
|
@@ -5,6 +5,6 @@ module Axlsx
|
|
|
5
5
|
# When using bunle exec rake and referencing the gem on github or locally
|
|
6
6
|
# it will use the gemspec, which preloads this constant for the gem's version.
|
|
7
7
|
# We check to make sure that it has not already been loaded
|
|
8
|
-
VERSION="1.1.
|
|
8
|
+
VERSION="1.1.3" unless defined? Axlsx::VERSION
|
|
9
9
|
|
|
10
10
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: axlsx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-04-25 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &2151842620 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 1.4.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *2151842620
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: rubyzip
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &2151837800 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: 0.9.5
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *2151837800
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: rake
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &2151835960 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ! '>='
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: 0.8.7
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *2151835960
|
|
47
47
|
description: ! ' xlsx generation with charts, images, automated column width, customizable
|
|
48
48
|
styles and full schema validation. Axlsx excels at helping you generate beautiful
|
|
49
49
|
Office Open XML Spreadsheet documents without having to understand the entire ECMA
|