Sha256: 389e7380e1f0c26c58f2034e3f5245a0bc1d32a1973fd13a2c3bc4efe1f1ab57
Contents?: true
Size: 775 Bytes
Versions: 1
Compression:
Stored size: 775 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'rspec-its/version' Gem::Specification.new do |gem| gem.name = "rspec-its" gem.version = Rspec::Its::VERSION gem.authors = ["Myron Marston"] gem.email = ["myron.marston@gmail.com"] gem.description = %q{its will be removed from RSpec 3 but will continue to be provided by this gem} gem.summary = %q{its from RSpec 2, extracted into its own gem} gem.homepage = "" 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.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-its-0.0.1.pre | rspec-its.gemspec |