Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require "rake/extensiontask"
- spec = Gem::Specification.load('ice.gemspec')
- Rake::ExtensionTask.new("IceRuby", spec) do |ext|
- ext.lib_dir = "lib"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement