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

Commit

Permalink
Update Windows binary builds with Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed May 27, 2013
1 parent b7ba9a8 commit e63cd5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion do_mysql/tasks/release.rake
Expand Up @@ -3,7 +3,7 @@ task :build_all do
`rake clean`
`rake build`
`rake java gem`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.2`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0`
end

desc 'Release all gems (native, binaries for JRuby and Windows)'
Expand Down
2 changes: 1 addition & 1 deletion do_oracle/tasks/release.rake
Expand Up @@ -3,7 +3,7 @@ task :build_all do
`rake clean`
`rake build`
`rake java gem`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.2`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0`
end

desc 'Release all gems (native, binaries for JRuby and Windows)'
Expand Down
2 changes: 1 addition & 1 deletion do_postgres/tasks/release.rake
Expand Up @@ -3,7 +3,7 @@ task :build_all do
`rake clean`
`rake build`
`rake java gem`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.2`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0`
end

desc 'Release all gems (native, binaries for JRuby and Windows)'
Expand Down
2 changes: 1 addition & 1 deletion do_sqlite3/tasks/release.rake
Expand Up @@ -3,7 +3,7 @@ task :build_all do
`rake clean`
`rake build`
`rake java gem`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.2`
`rake cross native gem RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0`
end

desc 'Release all gems (native, binaries for JRuby and Windows)'
Expand Down

0 comments on commit e63cd5d

Please sign in to comment.