We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1231a6 commit 4d6f6e5Copy full SHA for 4d6f6e5
zaxcel.gemspec
@@ -12,8 +12,8 @@ Gem::Specification.new do |spec|
12
spec.description = <<~DESC
13
Zaxcel is a Ruby library built on top of caxlsx that adds an abstraction layer#{' '}
14
to building Excel documents. It provides simple methods for building formulas#{' '}
15
- and references to other cells, even across many worksheets, using a clean Ruby#{' '}
16
- idiom without having to think about the underlying Excel implementation.
+ and references to other cells, even across many worksheets, using clean Ruby idioms#{' '}
+ without having to think about the underlying Excel implementation.
17
DESC
18
spec.homepage = 'https://github.com/angellist/zaxcel'
19
spec.license = 'MIT'
0 commit comments