Sha256: 0f51bf0a930f04c73c283c27033998bc563f9787f8cbe175fa2d7ce6c96e0939
Contents?: true
Size: 495 Bytes
Versions: 1
Compression:
Stored size: 495 Bytes
Contents
begin require 'bones' rescue LoadError abort '### Please install the "bones" gem ###' end task :default => 'test:run' ensure_in_path 'lib' require 'qtext/version.rb' Bones { name 'qtext' authors 'John Anderson' email 'panic@semiosix.com' url 'http://qtext.rubyforge.org' version QtExt::VERSION::STRING depend_on 'qtbindings', '>=4.6.3' depend_on 'gather', '>=0.0.7' depend_on 'test-unit', :development => true depend_on 'shoulda', :development => true }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qtext-0.6.9 | Rakefile |