Skip to content

Commit

Permalink
0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed May 19, 2010
1 parent dc0601a commit 9269f51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion do_oracle/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.old
*.old
*.gemspec
2 changes: 1 addition & 1 deletion do_oracle/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ begin
# and modify dependencies and extensions appropriately
gem.extensions << 'ext/do_oracle/extconf.rb'

gem.add_dependency 'data_objects', DataObjects::Oracle::VERSION
gem.add_dependency 'data_objects', '0.10.2' # DataObjects::Oracle::VERSION
gem.add_dependency 'ruby-oci8', '~>2.0'

gem.add_development_dependency 'bacon', '~>1.1'
Expand Down
2 changes: 1 addition & 1 deletion do_oracle/lib/do_oracle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DataObjects
module Oracle
VERSION = '0.10.3'
VERSION = '0.10.4'
end
end

0 comments on commit 9269f51

Please sign in to comment.