Sha256: 5342da543e6a0e7ce30ccaa1705a23d42fd5faafc2d073a52214507689f56e23
Contents?: true
Size: 741 Bytes
Versions: 3
Compression:
Stored size: 741 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/quantum_leap/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Matthew Conway"] gem.email = ["mattonrails@shortmail.com"] gem.description = %q{Righting wrongs in your test suite with time travel!} gem.summary = %q{Lets you change the current time in your tests} gem.homepage = "http://mattonrails.github.com/quantum_leap/" 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 = "quantum_leap" gem.require_paths = ["lib"] gem.version = QuantumLeap::VERSION end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quantum_leap-0.2.0 | quantum_leap.gemspec |
quantum_leap-0.1.0 | quantum_leap.gemspec |
quantum_leap-0.0.3 | quantum_leap.gemspec |