rbxl 1.0.1 → 1.0.2

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbxl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taro KOBAYASHI
@@ -43,7 +43,8 @@ dependencies:
43
43
  - - "<"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '2.0'
46
- description: A small Ruby gem for read-only and write-only xlsx workflows.
46
+ description: rbxl is a Ruby gem for read-only row-by-row iteration and write-only
47
+ XLSX generation, with an optional native extension for faster XML parsing.
47
48
  email:
48
49
  - taro@matzlika.co.jp
49
50
  executables: []
@@ -70,6 +71,7 @@ files:
70
71
  - lib/rbxl/write_only_cell.rb
71
72
  - lib/rbxl/write_only_workbook.rb
72
73
  - lib/rbxl/write_only_worksheet.rb
74
+ - sig/rbxl.rbs
73
75
  homepage: https://github.com/matzlika/rbxl
74
76
  licenses:
75
77
  - MIT
@@ -94,5 +96,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
96
  requirements: []
95
97
  rubygems_version: 4.0.3
96
98
  specification_version: 4
97
- summary: Streaming xlsx reader/writer inspired by openpyxl
99
+ summary: A fast, memory-friendly Ruby gem for row-by-row XLSX reads and append-only
100
+ writes.
98
101
  test_files: []