Sha256: d849d61393ac481c9d11c2ef443b42ac45f9210a11e4ddcd591a107240ad3a5c
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/todo_next/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Alain Ravet"] gem.email = ["alainravet@gmail.com"] gem.description = %q{small DSL to convert free text into pending tests/specs} gem.summary = %q{small DSL to convert free text into pending tests/specs} gem.homepage = "" 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 = "todo_next" gem.require_paths = ["lib"] gem.version = TodoNext::VERSION gem.add_development_dependency 'rake' # to run 'All specs in Rubymine' gem.add_development_dependency 'rspec' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
todo_next-0.0.2 | todo_next.gemspec |
todo_next-0.0.1 | todo_next.gemspec |