# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "contest" s.version = "0.1.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Damian Janowski", "Michel Martens"] s.date = "2011-05-08" s.description = "Write declarative tests using nested contexts without performance penalties. Contest is less than 100 lines of code and gets the job done." s.email = ["djanowski@dimaion.com", "michel@soveran.com"] s.homepage = "http://github.com/citrusbyte/contest" s.require_paths = ["lib"] s.rubyforge_project = "contest" s.rubygems_version = "1.8.25" s.summary = "Write more readable tests in Test::Unit with this tiny script." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end