Sha256: 16c7fdf9717bf68c1b266c7409c33bfd77dfc690c02b70a012f4d80bcd188588
Contents?: true
Size: 686 Bytes
Versions: 2
Compression:
Stored size: 686 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/twtest/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Nicholas E. Rabenau"] gem.email = ["nerab@gmx.net"] gem.description = %q{Provides helpers for writing TaskWarrior integration tests in Ruby} gem.summary = %q{Helpers for writing TaskWarrior tests in Ruby} 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 = "twtest" gem.require_paths = ["lib"] gem.version = TaskWarrior::Test::Integration::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twtest-0.0.2 | twtest.gemspec |
twtest-0.0.1 | twtest.gemspec |