Sha256: f98c4b50b3d2e31dd6181c9bc35c1ac61d24e2b655898986f015cf6e9a18711f
Contents?: true
Size: 851 Bytes
Versions: 4
Compression:
Stored size: 851 Bytes
Contents
# -*- encoding: utf-8 -*- $:.unshift(File.expand_path("../lib", __FILE__)) require "riot/version" Gem::Specification.new do |s| s.name = %q{riot} s.version = Riot::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Justin 'Gus' Knowlden"] s.summary = %q{An extremely fast, expressive, and context-driven unit-testing framework. Protest the slow test.} s.description = %q{An extremely fast, expressive, and context-driven unit-testing framework. A replacement for all other testing frameworks. Protest the slow test.} s.email = %q{gus@gusg.us} s.files = `git ls-files`.split("\n") s.homepage = %q{http://github.com/thumblemonks/riot} s.require_paths = ["lib"] s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.add_dependency 'rr', '>=0' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
riot-0.12.7 | riot.gemspec |
riot-0.12.6 | riot.gemspec |
riot-0.12.5 | riot.gemspec |
riot-0.12.4 | riot.gemspec |