Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Stripped whitespace with 'sake strip'
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Aug 26, 2008
1 parent 5f56413 commit 8af2972
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data_objects/lib/data_objects/version.rb
@@ -1,3 +1,3 @@
module DataObjects
VERSION = "0.9.5" unless defined?(DataObjects::VERSION)
end
end
2 changes: 1 addition & 1 deletion do_derby/lib/do_derby/version.rb
Expand Up @@ -2,4 +2,4 @@ module DataObjects
module Derby
VERSION = "0.9.5"
end
end
end
2 changes: 1 addition & 1 deletion do_jdbc-support/lib/do_jdbc-support/version.rb
Expand Up @@ -2,4 +2,4 @@ module DataObjects
module Jdbc
VERSION = "0.9.5"
end
end
end
2 changes: 1 addition & 1 deletion do_mysql/lib/do_mysql/version.rb
Expand Up @@ -2,4 +2,4 @@ module DataObjects
module Mysql
VERSION = "0.9.5"
end
end
end
2 changes: 1 addition & 1 deletion do_postgres/lib/do_postgres/version.rb
Expand Up @@ -2,4 +2,4 @@ module DataObjects
module Postgres
VERSION = "0.9.5"
end
end
end
2 changes: 1 addition & 1 deletion do_sqlite3/lib/do_sqlite3/version.rb
Expand Up @@ -2,4 +2,4 @@ module DataObjects
module Sqlite3
VERSION = "0.9.5"
end
end
end
2 changes: 1 addition & 1 deletion tasks/hoe.rb
Expand Up @@ -44,4 +44,4 @@ def rubyforge_username
require Pathname(__FILE__).dirname.expand_path + 'ext_helper_java'
setup_extension "#{GEM_NAME}_ext", hoe.spec
setup_extension_java "#{GEM_NAME}_ext", hoe.spec
end
end

0 comments on commit 8af2972

Please sign in to comment.