Skip to content

Commit

Permalink
minor cleanup of details
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh McGowan committed Apr 21, 2009
1 parent 62339dd commit 27d922f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -8,11 +8,11 @@ begin
s.name = 'roo'
s.rubyforge_project = 'roo'
s.platform = Gem::Platform::RUBY
s.email = 'thopre@gmail.com'
s.email = 'hmcgowan@yahoo.com'
s.homepage = "http://roo.rubyforge.org"
s.summary = "roo"
s.description = "roo can access the contents of OpenOffice-, Excel- or Google-Spreadsheets"
s.authors = ['Thomas Preymesser']
s.authors = ['Hugh McGowan','Thomas Preymesser']
s.files = FileList[ "{lib,test}/**/*"]
s.has_rdoc = true
s.extra_rdoc_files = ["README.markdown", "History.txt"]
Expand Down
4 changes: 2 additions & 2 deletions lib/roo/version.rb
@@ -1,8 +1,8 @@
module Roo #:nodoc:
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 3
MINOR = 3
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 27d922f

Please sign in to comment.