Skip to content

Commit

Permalink
Updated History.txt, Rakefile and lib/spreadsheet.rb (this time
Browse files Browse the repository at this point in the history
hopefully)
  • Loading branch information
zdavatz committed Jan 17, 2011
1 parent c3ca35e commit 7d7f246
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 0.6.5.1 / 17.1.2011

* One enhancement thanks to Qiong Peng, Moo Yu, and Thierry Thelliez

* http://dev.ywesee.com/wiki.php/Gem/Spreadsheet

=== 0.6.5 / 07.12.2010

* 2 Enhancements courtesy to ISS AG.
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ ENV['RDOCOPT'] = '-c utf8'

Hoe.spec('spreadsheet') do |p|
p.developer('Masaomi Hatakeyama, Zeno R.R. Davatz','mhatakeyama@ywesee.com, zdavatz@ywesee.com')
p.remote_rdoc_dir = ''
p.remote_rdoc_dir = 'spreadsheet'
p.extra_deps << ['ruby-ole', '>=1.0']
end

Expand Down
2 changes: 1 addition & 1 deletion lib/spreadsheet.rb
Expand Up @@ -42,7 +42,7 @@ module Spreadsheet

##
# The version of Spreadsheet you are using.
VERSION = '0.6.5.0'
VERSION = '0.6.5.1'

##
# Default client Encoding. Change this value if your application uses a
Expand Down

0 comments on commit 7d7f246

Please sign in to comment.