fast_excel.gemspec in fast_excel-0.2.5 vs fast_excel.gemspec in fast_excel-0.2.6
- old
+ new
@@ -1,14 +1,13 @@
Gem::Specification.new do |s|
s.name = "fast_excel"
- s.version = "0.2.5"
+ s.version = "0.2.6"
s.author = ["Pavel Evstigneev"]
s.email = ["pavel.evst@gmail.com"]
s.homepage = "https://github.com/paxa/fast_excel"
- s.summary = %q{Ultra Fast Excel Writter}
+ s.summary = %q{Ultra Fast Excel Writer}
s.description = "Wrapper for libxlsxwriter using ffi"
s.license = 'MIT'
- s.has_rdoc = false
s.required_ruby_version = '~> 2.0'
s.files = `git ls-files`.split("\n")
s.test_files = []