Changelog for
ruby2.5-rubygem-spreadsheet-1.3.1-1.5.x86_64.rpm :
* Mon Jan 29 2024 dan.cermakAATTposteo.net- New upstream release 1.3.1, no changelog found
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 1.3.0 no changelog found
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 1.2.9 History.md removed upstream
* Mon Feb 10 2020 cooloAATTsuse.com- 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 cooloAATTsuse.com- 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 cooloAATTsuse.com- 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 cooloAATTsuse.com- 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
* Sat Mar 15 2014 cooloAATTsuse.com- updated to version 0.9.7
* Avoid exception when reading text objects
* Add test for drawings with text (currenty broken)
* Restore xlsopcodes script which had been mangled in previous commits
* Remove ruby 1.9 from roadmap, it\'s already working fine
* Fix excel file format documentation which had been mangled in previous commits
* Mon Dec 09 2013 cooloAATTsuse.com- updated to version 0.9.6
* Fixed issue whereby object author being null caused a gross failure.
* Now returns object author as an empty string
* Fri Nov 22 2013 cooloAATTsuse.com- updated to version 0.9.5
* Fixed author stringname error (damn this 1 based counting)
* Updating integration test to check for comments contained within the cells.
* Checking also for multiple comments in a sheet
* Refactor update_format for cloning format objects
* Added lib/spreadsheet/note.rb to Manifest.txt file
* \'update_format\' methods now receive a hash of key => values to update
* Corrected compressed string formatting -
*U (UTF-8) should have been
*S (16-bit string)
* Completed addition of notes hash to worksheet
* Bumped revision
* Updated reader and note Note class no longer extends string for simplicity and debug of class (pp now works a bit more easily) Reader has had loads of changes (still WIP) to allow objects of class Note and NoteObject to be created and combined in the postread_worksheet function
* Adding noteObject to deal with the Object (and ultimately text comment field) created by excel\'s madness
* Thu Oct 31 2013 cooloAATTsuse.com- updated to version 0.9.1
* Add support for worksheet visibility
* Fri Oct 04 2013 cooloAATTsuse.com- updated to version 0.9.0
* Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it.
* Page margins reader/writter
* Markdownify GUIDE
* Add page setup options (landscape or portrait and adjust_to)
* Mon Aug 26 2013 cooloAATTsuse.com- updated to version 0.8.9
* Work around to handle number formats that are being mistaken time formats
* Tue Aug 06 2013 cooloAATTsuse.com- updated to version 0.8.8
* Update excel/internals.rb to reference a valid Encoding type
* Encoding.find(\"MACINTOSH\") was throwing an error. Encoding.find(\"MACROMAN\") does not.
* Tue Jul 30 2013 cooloAATTsuse.com- updated to version 0.8.7
* Remove warnings for test suite
* warning: mismatched indentations at \'end\' with \'class\' at xxx
* warning: method redefined; discarding old xxx
* warning: assigned but unused variable xxx
* warning: previous definition of xxx was here
* The source :rubygems is deprecated because HTTP
* requests are insecure. (Gemfile)
* Allow editing of an existing worksheet.
* Tue May 07 2013 cooloAATTsuse.com- updated to version 0.8.5, 2 patches
* Sat Apr 13 2013 cooloAATTsuse.com- updated to version 0.8.3
* Typo correction in guide example.
* Requiring BigDecimal for checking.
* Made API friendly to BigDecimal precision.
* Changes introduced by the user \'valeriusjames\'.
* Adding support for converting color palette values to RGB values (not vice-versa..yet)
* by https://github.com/dancaugherty/spreadsheet/compare/master...rgb
* Sat Feb 09 2013 cooloAATTsuse.com- updated to version 0.7.9
* You can merge if you are interested in perl-like Workbook.set_custom_color implementation. I know it is not really a proper way to deal with custom colors, but nevertheless it makes it possible.
* Link to Travis CI on README
* Remove warnings \"assigned but unused variable\" in test
* Remove warnings \"assigned but unused variable\"
* Enable $VERBOSE flag when running test
* Wed Jan 23 2013 cooloAATTsuse.com- updated to version 0.7.7
* Make tests pass
* Readme updated
* RuntimeError when file is empty
* Hoe in dev deps
* Finish with bundler
* Add a Gemfile
* Mon Dec 24 2012 cooloAATTsuse.com- updated to version 0.7.5
* Add error tolerant values for Iconv when writing spreadsheet by andreaAATTspaghetticode.it
* Tue Oct 09 2012 cooloAATTsuse.com- updated to version 0.7.4
* Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data.
* patches by https://github.com/mdgreenfield/spreadsheet
* Wed Aug 01 2012 cooloAATTsuse.com- updated to version 0.7.3
* Sat Oct 08 2011 prusnakAATTopensuse.org- created package (version 0.6.5.9)