Skip to content

Commit

Permalink
change rake default and dkver
Browse files Browse the repository at this point in the history
  • Loading branch information
windwiny committed Jan 29, 2016
1 parent 2b9b47e commit 0b45bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/devkit.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'ostruct'

module DevKitInstaller
DEFAULT_VERSION = 'tdm-32-4.5.2'
DEFAULT_VERSION = 'mingw64-32-4.7.2'
COMPILERS = {}
end

Expand Down
4 changes: 2 additions & 2 deletions recipes/defaults.rake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'rake'
require 'rake/clean'

desc "Build Ruby 1.8"
task :default => [:ruby18]
desc "Build Ruby 2.3"
task :default => [:ruby23]

# Bring DevKit onto PATH before building
task :compiler => ['devkit:activate']
Expand Down

0 comments on commit 0b45bc4

Please sign in to comment.