Sha256: 9c3c6cfaf726f2ed83a94278dfb95c9c3eb6aa517141917b5c054375213d95a7
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{coulda} s.version = "0.6.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan David Light"] s.date = %q{2010-11-20} s.description = %q{Behaviour Driven Development derived from Cucumber but as an internal DSL with methods for reuse} s.email = %q{evan@tiggerpalace.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = Dir.glob('lib/**/*.rb') + Dir.glob('*') + Dir.glob('lib/tasks/**/*.rake') s.homepage = %q{http://coulda.tiggerpalace.com} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Test::Unit-based acceptance testing DSL} s.test_files = Dir.glob('test/**') if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
coulda-0.6.1 | coulda.gemspec |