Sha256: 2059d73074c5c5c8180f47ca5902516aead8cf6e7bbfc415bc5daeb93df3594f
Contents?: true
Size: 1.07 KB
Versions: 6
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bombard/version' Gem::Specification.new do |spec| spec.name = 'bombard' spec.version = Bombard::VERSION spec.authors = ['Todd Edwards'] spec.email = ['tedwards@mcclatchyinteractive.com'] spec.description = 'Bombard is a(nother) Siege wrapper for Ruby thats extensible.' spec.summary = spec.description spec.homepage = 'http://github.com/triangletodd/bombard' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rubocop' spec.add_development_dependency 'rake' spec.add_development_dependency 'flay' spec.add_development_dependency 'flog' spec.add_runtime_dependency 'thor' spec.add_runtime_dependency 'require_all' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
bombard-0.1.0 | bombard.gemspec |
bombard-0.0.6 | bombard.gemspec |
bombard-0.0.5 | bombard.gemspec |
bombard-0.0.4 | bombard.gemspec |
bombard-0.0.3 | bombard.gemspec |
bombard-0.0.2 | bombard.gemspec |