Skip to content

Commit

Permalink
credit where credit is due, some docs changes and removing the befor_…
Browse files Browse the repository at this point in the history
…script from travis as it requires rake in the deps it seems.
  • Loading branch information
Randy Morgan committed Apr 9, 2012
1 parent 8c14a68 commit c5abe63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: ruby
before_script: "gem install rake"
notifications:
irc: "irc.freenode.org#axlsx"
email:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,8 @@ Please see the {file:CHANGELOG.md} document for past release information.

[joekain](https://github.com/joekain) - for keeping our references working even in the double digits!

[moskrin](https://github.com/moskrin) - for keeping border creation on the edge.

#Copyright and License
----------

Expand Down
2 changes: 1 addition & 1 deletion lib/axlsx/stylesheet/styles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def initialize()
# @option options [String] font_name The name of the font to use
# @option options [Integer] num_fmt The number format to apply
# @option options [String] format_code The formatting to apply. If this is specified, num_fmt is ignored.
# @option options [Integer] border The border style to use.
# @option options [Integer|Hash] border The border style to use.
# @option options [String] bg_color The background color to apply to the cell
# @option options [Boolean] hidden Indicates if the cell should be hidden
# @option options [Boolean] locked Indicates if the cell should be locked
Expand Down

0 comments on commit c5abe63

Please sign in to comment.