SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.7-rubygem-spreadsheet-1.3.1-lp155.1.3.x86_64.rpm :

* Mon Jan 29 2024 Dan Čermák - New upstream release 1.3.1, no changelog found
* Tue Jan 25 2022 Stephan Kulow updated to version 1.3.0 no changelog found
* Thu Jun 24 2021 Stephan Kulow updated to version 1.2.9 History.md removed upstream
* Mon Feb 10 2020 Stephan Kulow - updated to version 1.2.6 see installed History.md [#]## 1.2.6 22.1.2020 Author: tetsuya-ogawa Date: Wed Jan 22 15:18:00 2020 +0900
* add instance method \"<<\" to Spreadsheet::Worksheet [#]## 1.2.5 23.10.2019 Author: Jesús Manuel García Muñoz Date: Wed Oct 23 20:26:01 2019 +0200
* Fixes unrecognized date format
* Fri Jul 19 2019 Stephan Kulow - updated to version 1.2.4 see installed History.md [#]## 1.2.4 24.05.2019 Author: Cyril Champier Date: Fri May 24 12:56:52 2019 +0200
* correct ruby version check
* can read frozen string io
* Thu Mar 14 2019 Stephan Kulow - updated to version 1.2.3 see installed History.md [#]## 1.2.3 12.03.2019 Author: taichi Date: Tue Mar 12 22:29:12 2019 +0900
* Remove workaround for ruby-ole gem
* Sat Mar 02 2019 Stephan Kulow - updated to version 1.2.2 see installed History.md [#]## 1.2.2 01.03.2019 Author: taichi Date: Fri Mar 1 13:00:28 2019 +0900
* fixed unit test errors caused by frozen-string-literal
* removed ruby 2.3.8 with frozen-string-literal from CI regression (It seems that standard libraries for this version does not support the feature enough.)
* enable \'--enable-frozen-string-literal\' option on CI test [#]## 1.2.1 28.02.2019 Author: taichi Date: Thu Feb 28 10:30:46 2019 +0900
* Merge pull request #231 from taichi-ishitani/separated_version_file
* Merge pull request #230 from taichi-ishitani/frozen_string_literal_support [#]## 1.2.0 17.2.2019 Author: James McLaren
* spreadsheet-1.2.0.gem released [#]## 1.1.9 26.1.2019 Author: Nick Weiland
* spreadsheet-1.1.9.gem released.
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.1.8 see installed History.md [#]## 1.1.8 / 20.08.2018 Author: VitaliyAdamkov Date: Mon Aug 20 09:48:31 2018 +0300
* Cancel :lazy usage
* Use lazy select to speed up a little
* Omit rails :try usage
* stub for :postread_worksheet method
* sometimes it selects empty array.. Author: 545ch4 Date: Wed Mar 28 15:33:04 2018 +0200
* [ruby-2.4] Fix weird first line of spreadsheet.gemspec
* Doesn\'t seem to be a valid .gemspec command/field.
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 1.1.7 see installed History.md [#]## 1.1.7 / 15.03.2018 commit 34ece5f4e7ab2907c4a8809d96ef2a33b7ccd4b5 Author: Maarten Brouwers Date: Thu Mar 15 15:10:23 2018 +0100
* shadowing outer local variable - i
* Running rake resulted in the following warning: `lib/spreadsheet/worksheet.rb:345: warning: shadowing outer local variable - i`; this patch fixes that. [#]## 1.1.6 / 12.03.2018 Author: Todd Hambley Date: Mon Mar 12 14:20:39 2018 -0400
* fix reject for ruby 1.8.7
* fix using invalid code pages when writing workbook
* Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 1.1.5 see installed History.md [#]## 1.1.5 / 20.11.2017 Author: Paco Guzmán Date: Sun Nov 19 18:10:57 2017 +0100
* Avoid creating a class variable, that variable cannot be garbage collected and it retains a lot of memory [#]## 1.1.4 / 02.12.2016 Author: Richard Lee Date: Mon Jan 16 03:52:42 2017 +0800
* Update Travis CI rubies Author: Zeno R.R. Davatz Date: Fri Dec 2 10:36:20 2016 +0100
* updated Gem to use the correct License on Rubygems to GPL-3.0 as stated in the LICENSE File.
* Sat Dec 03 2016 cooloAATTsuse.com- updated to version 1.1.4 see installed History.md
* Sun Aug 07 2016 cooloAATTsuse.com- updated to version 1.1.3 see installed History.md [#]## 1.1.3 / 06.08.2016 Author: Alexandre Balon-Perin Date: Fri Aug 5 17:19:29 2016 +0900
* Fix issue with iconv on Ubuntu 12.04
* This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
* For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
* When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 1.1.2 see installed History.md [#]## 1.1.2 / 29.03.2016 Author: Aleksandr Boykov Date: Mon Mar 28 14:07:35 2016 -0400 fixes compact! method when the excel document has dates
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 1.1.1 see installed History.md [#]## 1.1.1 / 03.01.2016 Author: ChouAndy Date: Sun Jan 3 17:26:18 2016 +0800 Fixed Unknown Codepage 0x5212
* Wed Dec 09 2015 cooloAATTsuse.com- updated to version 1.1.0 see installed History.md [#]## 1.1.0 / 08.12.2015 Author: Matthew Boeh Date: Mon Dec 7 11:18:55 2015 -0800
* Disregard locale indicators when determining whether a cell contains a date/time.
* Thu Nov 19 2015 cooloAATTsuse.com- updated to version 1.0.9 see installed History.md [#]## 1.0.9 / 18.11.2015 Author: 545ch4 Date: Mon Nov 16 10:26:27 2015 +0100
* Add smart method compact! to worksheet
* Use compact! to reduce the number of rows and columns by striping empty one at both ends.
* Wed Oct 21 2015 cooloAATTsuse.com- updated to version 1.0.8 see installed History.md [#]## 1.0.8 / 20.10.2015 commit e9bd1dd34998803b63460f4951e9aa34e569bd8f Author: Pierre Laprée Date: Tue Oct 20 03:12:22 2015 +0200
* Remove stray `puts`
* A `puts` instruction pollutes the log and doesn\'t serve any purpose. As such, we propose its removal.
* Thu Sep 24 2015 cooloAATTsuse.com- updated to version 1.0.7 see installed History.md [#]## 1.0.7 / 23.09.2015 Author: Leopoldo Lee Agdeppa III Date: Wed Sep 23 08:24:16 2015 +0800
* Update worksheet.rb
* Adding Test for Freeze panels
* Update worksheet.rb
* Added freeze (freeze panel) functionality
* Update worksheet.rb
* Freeze (freeze window) functionality added to worksheet
* Tue Sep 15 2015 cooloAATTsuse.com- updated to version 1.0.6 see installed History.md [#]## 1.0.6 / 14.09.2015 Author: Yann Plancqueel Date: Sat Sep 12 15:32:49 2015 +0200
* bugfix opening a spreadsheet with missing format
* Wed Sep 02 2015 cooloAATTsuse.com- updated to version 1.0.5 see installed History.md [#]## 1.0.5 / 01.09.2015 Author: kunashir Date: Tue Sep 1 13:12:49 2015 +0300
* add format for nubmer with out #
* Sun Jul 19 2015 cooloAATTsuse.com- updated to version 1.0.4 see installed History.md [#]## 1.0.4 / 18.07.2015 Author: Edmund Mai Date: Fri Jul 17 15:32:47 2015 -0400
* Fixes slow Spreadsheet.open response in console
* Wed Mar 11 2015 cooloAATTsuse.com- updated to version 1.0.3
* Fri Mar 06 2015 cooloAATTsuse.com- updated to version 1.0.2
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 1.0.1
* Fixing Excel::Worksheet#dimensions
* added spreadsheet/errors.rb to Manifest.txt
* Add custom error classes
* Raise custom error for unknown code page or unsupported encoding
* Fix Encoding for MRI 2.1.0
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
 
ICM