Sha256: c2274e0c2ae2f2da09e4eb35605d67054303ee85dc4058a1225415944529c1c5
Contents?: true
Size: 735 Bytes
Versions: 3
Compression:
Stored size: 735 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'warp/version' Gem::Specification.new do |spec| spec.name = "warp" spec.version = Warp::VERSION spec.authors = ["Thomas Drake-Brockman"] spec.email = ["thom@sfedb.com"] spec.description = %q{Rails matchers for your RSpec specs.} spec.summary = %q{Warp provides matchers for testing your Rails application with RSpec.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.test_files = spec.files.grep(%r{^(spec)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "rspec", ">= 2.14.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
warp-1.2.2 | warp.gemspec |
warp-1.2.1 | warp.gemspec |
warp-1.2.0 | warp.gemspec |