Sha256: 96a0f5fc8416e3d4b3d6df34ac34a76c18b66fdb2cccc1110fd274b660c3de1b
Contents?: true
Size: 739 Bytes
Versions: 3
Compression:
Stored size: 739 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://github.com/emonti/buby' PROJ.version = Buby::VERSION PROJ.rubyforge.name = 'buby' PROJ.readme_file = 'README.rdoc' PROJ.libs << "java" PROJ.spec.opts << '--color' # EOF
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
emonti-buby-1.0.0 | Rakefile |
emonti-buby-1.0.1 | Rakefile |
emonti-buby-1.1.0.0 | Rakefile |