Sha256: 066a1000fa7212f5d47840886585ffda3c4d5ec997e2c97097439491f28d21b4
Contents?: true
Size: 902 Bytes
Versions: 1
Compression:
Stored size: 902 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/toadie/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Johannes Opper"] gem.email = ["xijo@gmx.de"] gem.description = "Analyze your source code, find open todos and output a nice html report." gem.summary = "Analyze your source code, find open todos and output a nice html report." gem.homepage = "http://github.com/xijo/toadie" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "toadie" gem.require_paths = ["lib"] gem.version = Toadie::VERSION gem.add_runtime_dependency 'slim' gem.add_development_dependency 'rake' gem.add_development_dependency 'rspec' gem.add_development_dependency 'simplecov' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadie-0.0.7 | toadie.gemspec |