Sha256: 5a5e35ff070ead2d12a8fee50ad04d0a354955e3f5fd01b0017de12059c85cb7
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
puts "Fancy hasn't been bootstrapped yet. Doing that now.\n\n" File.open("Makefile", "w") do |f| f.puts "install:" f.puts " cd ../ && rbx -S rake clean && rbx -S rake" end exit 0
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fancy-0.10.0 | boot/extconf.rb |
fancy-0.9.0 | boot/extconf.rb |