Sha256: c3004617df2cbfc70229dffd52c72df1413509ed8745bd201217536a41a9273d
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
# -*- ruby -*- require "rubygems" require "hoe" Hoe.plugin :isolate Hoe.plugin :minitest, :history, :email # Hoe.plugin :seattlerb - :perforce Hoe.plugin :rdoc Hoe.plugin :git Hoe.spec "graphics" do developer "Ryan Davis", "ryand-ruby@zenspider.com" license "MIT" dependency "rsdl", "~> 0.1" dependency "rubysdl", "~> 2.2" end task :demos do Dir["examples/*.rb"].each do |script| puts script system "rsdl -Ilib #{script}" end end # vim: syntax=ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
graphics-1.0.0b1 | Rakefile |