Sha256: 175423be7ffd2035beebbf961448fc1fd922162229469aab9d3d0ea147f28c1c
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fourchette/version' Gem::Specification.new do |spec| spec.name = "fourchette" spec.version = Fourchette::VERSION spec.authors = ["Jean-Philippe Boily"] spec.email = ["j@jipi.ca"] spec.description = %q{Fourchette is your new best friend for having isolated testing environements.} spec.summary = %q{Fourchette is your new best friend for having isolated testing environements.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fourchette-0.0.0 | fourchette.gemspec |