Sha256: df21d0b0a449dc2e5e4764e1841f7fd74133192427321412a6dd5981ceb1a121
Contents?: true
Size: 916 Bytes
Versions: 2
Compression:
Stored size: 916 Bytes
Contents
# -*- 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tnargav-1.3.3 | vendor/bundle/ruby/1.9.1/specifications/contest-0.1.3.gemspec |
tnargav-1.2.3 | vendor/bundle/ruby/1.9.1/specifications/contest-0.1.3.gemspec |