Sha256: 78dcf29c22bad080c28c5ca4b701d13b74629603b4f91de186f2de08c1d5c3ef
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bigbench/version" Gem::Specification.new do |s| s.name = "bigbench" s.version = BigBench::VERSION s.authors = ["Thomas Fankhauser"] s.email = ["tommylefunk@googlemail.com"] s.homepage = "http://southdesign.github.com/bigbench" s.summary = %q{A large scale ruby penetration tool} s.description = %q{Setup a network of bots only waiting to attack a few lonesome servers and force them to their limits} s.rubyforge_project = "bigbench" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.rdoc_options << '--include' << 'lib/bigbench/help/' s.add_development_dependency "rspec" s.add_development_dependency "active_support" s.add_development_dependency "rack" s.add_development_dependency "thin" s.add_runtime_dependency "redis" s.add_runtime_dependency "active_support" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bigbench-0.0.1 | bigbench.gemspec |