Sha256: 29330d319968cf2fb47aa455825c8c61faa8c176eb44fa2664ce027c70c7f37f
Contents?: true
Size: 762 Bytes
Versions: 1
Compression:
Stored size: 762 Bytes
Contents
# Look in the tasks/setup.rb file for the various options that can be # configured in this Rakefile. The .rake files in the tasks directory # are where the options are used. begin require 'bones' Bones.setup rescue LoadError begin load 'tasks/setup.rb' rescue LoadError raise RuntimeError, '### please install the "bones" gem ###' end end ensure_in_path 'lib' ensure_in_path 'java' require 'buby' task :default => 'spec:run' PROJ.name = 'buby' PROJ.authors = 'Eric Monti - Matasano Security' PROJ.email = 'emonti@matasano.com' PROJ.url = 'http://emonti.github.com/buby' PROJ.version = Buby::VERSION PROJ.rubyforge.name = 'buby' PROJ.readme_file = 'README.rdoc' PROJ.libs << "java" PROJ.platform = 'java' PROJ.spec.opts << '--color' # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buby-1.1.6-java | Rakefile |