summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
AgeCommit message (Collapse)Author
2012-07-14remove yard dependency as it requires redcarpet an jruby does not like ↵Randy Morgan
native extensions all that much WARNING: JRuby does not support native extensions or the `mkmf' library very well.
2012-07-141.1.8 release prepRandy Morgan
2012-07-14fix for #112 - encode html entitiesRandy Morgan
2012-05-13exclude cover_me gem from 1.8.7Randy Morgan
2012-05-13adding in coverage reportingRandy Morgan
2012-05-13make sure rake is included for travis specs against ruby headRandy Morgan
2012-04-16The beginning of the end of RMagick! Still needs lots of testing but seems ↵Randy Morgan
comparable to the current autowidth calculations, is much faster than RMagick and more than anything - it removes a dependency on a Gem that is a huge pain in the ass.
2012-04-09good to see I remembered why I needed rake in here in the first place.. Randy Morgan
Need to sort out a better way methinks.. but for now - I am more interested in keeping travis green than I am in keeping rake out of the gem deps.
2012-04-09remove rake and yard dependencies. Randy Morgan
2012-04-05Removed rake 0.8.7 dependency specific to ruby 1.9.2, as it didn't seemScott
to break anything without it Made border definitions access instead of delete hash params, as calling it from within a loop without cloning the style hash was causing it to be empty on subsequent loops. Didn't see any reason to be deleting them. Added :edges param to :border hash to specify [:top,:bottom], etc. If it's absent, defaults to all edges.
2012-04-05improper version pin for using ZipOutputStream to StringIO for those folks ↵Randy Morgan
who are still on the 2009 version of rubyzip
2012-04-03patching gemspecRandy Morgan
2012-04-01remove perftools from gemset.Randy Morgan
2012-03-26add perftools.rbochko
2012-03-10adding in quick patch for catAxis, valAxis on charts to specify gridlines = ↵Randy Morgan
false. Needs specs once I work out what the hell happened to nokogiri in 1.5.1
2012-03-09lower rake min requirement - because some people find it better to use ↵Randy Morgan
outdated software than fix warnings and bugs.
2012-03-01adding rake as runtime requirement for ruby 2.0.0Randy Morgan
2012-02-22fixing tests for JRUBYRandy Morgan
2012-02-22require rmagick4j if using jrubyRandy Morgan
2012-02-13Remove entirely the dependancies on i18n and active support. Randy Morgan
2012-02-07Accept i18n 0.4.1 and see what breaks.Mike Gunderloy
2011-12-15Added a check for the gemspec/rakefile included VERSION constant so bundler ↵Randy Morgan
does not puke warnings.
2011-12-15silence warning from bundler when requiring this gem off of github.Randy Morgan
2011-12-14release prep for 1.0.14.Randy Morgan
2011-12-08patch to gem spec to be sure to include testsRandy Morgan
2011-12-08crunched the gemspec and pushed a bunk gem.Randy Morgan
2011-12-07patch for issue #1Randy Morgan
force binary encoding for zip entries. [bug] fixed error in app.rb so extended properties can now be used. improved support for OOXML cell element types.
2011-12-06attempt to fix recursive rake requireRandy Morgan
2011-12-06Formatting float values for column width and date values in an attempt to ↵Randy Morgan
resolve https://github.com/randym/axlsx/issues/1
2011-12-03update gemspec to require proper rake version so 1.9.2 does not break on DSL ↵Randy Morgan
missing.
2011-12-03Testing if travis can pull the requirements from gemspec.Randy Morgan
2011-11-30pre 1.0.10 release commitRandy Morgan
2011-11-29bundle needs rake for travis. Seeing if it will work as a development ↵Randy Morgan
dependency.
2011-11-27adding yields for package workbook, workbook styles and cols collection on ↵Randy Morgan
worksheet to make charting easier.
2011-11-27adding in row_style and col_style methods to worksheet and active record ↵Randy Morgan
'acts_as_axlsx' to provide to_xlsx.
2011-11-26adding in support for ruby 1.9.3Randy Morgan
release version 1.0.9
2011-11-22updating rake file, readme and other docs. Also moving version constant to ↵Randy Morgan
its own file and re-enabling package serialization tests with a bit more robust error handling when the current user does not have write permissions the directory.
2011-11-22bumping version to batch bug in gemspec that did not include docsRandy Morgan
2011-11-21moving example.rb into example dir and altering gemspec to point to githubRandy Morgan
2011-11-21update to attempt rdocsRandy Morgan
2011-11-20pushing docsRandy Morgan
2011-11-20first commitRandy Morgan