Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Evstigneev committed Jan 1, 2024
1 parent 6c2280e commit b0e62cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Version 0.5.0
#### Version 0.5.0 - 02 jan 2024

* Support ruby 3.3
* Sync latest libxlsxwriter
Expand Down
4 changes: 2 additions & 2 deletions fast_excel.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = "fast_excel"
s.version = "0.4.2"
s.version = "0.5.0"
s.author = ["Pavel Evstigneev"]
s.email = ["pavel.evst@gmail.com"]
s.homepage = "https://github.com/paxa/fast_excel"
s.summary = %q{Ultra Fast Excel Writer}
s.description = "Wrapper for libxlsxwriter using ffi"
s.license = 'MIT'
s.required_ruby_version = ['>= 2.0', '< 4.0']
s.required_ruby_version = ['>= 2.0']

s.files = `git ls-files`.split("\n")
s.test_files = []
Expand Down

0 comments on commit b0e62cc

Please sign in to comment.