SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.1-rubygem-spreadsheet-testsuite-1.1.4-1.2.i586.rpm :
Sat Dec 3 13:00:00 2016 cooloAATTsuse.com
- updated to version 1.1.4
see installed History.md

Sun Aug 7 14:00:00 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 6 14:00:00 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 13:00:00 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 9 13:00:00 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 13:00:00 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 14:00:00 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 14:00:00 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 14:00:00 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 2 14:00:00 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 14:00:00 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 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.0.3

Fri Mar 6 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.0.2

Mon Feb 9 13:00:00 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 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Sat Mar 15 13:00:00 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 9 13:00:00 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 13:00:00 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 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.9.1

* Add support for worksheet visibility

Fri Oct 4 14:00:00 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 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.8.9

* Work around to handle number formats that are being mistaken time formats

Tue Aug 6 14:00:00 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 14:00:00 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 7 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.8.5, 2 patches

Sat Apr 13 14:00:00 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 9 13:00:00 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 13:00:00 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 13:00:00 2012 cooloAATTsuse.com
- updated to version 0.7.5

* Add error tolerant values for Iconv when writing spreadsheet
by andreaAATTspaghetticode.it

Tue Oct 9 14:00:00 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 1 14:00:00 2012 cooloAATTsuse.com
- updated to version 0.7.3

Sat Oct 8 14:00:00 2011 prusnakAATTopensuse.org
- created package (version 0.6.5.9)


 
ICM