Sha256: ff9c20d1455ba498043e7f6ef7c8fe9bc0476f74cb53869ea56b49694a373060
Contents?: true
Size: 945 Bytes
Versions: 16
Compression:
Stored size: 945 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fake_smith/version' Gem::Specification.new do |spec| spec.name = "fake_smith" spec.version = FakeSmith::VERSION spec.authors = ["Dylan Griffith"] spec.email = ["dyl.griffith@gmail.com"] spec.summary = %q{Gem For Stubbing Smith in tests} spec.description = %q{Gem For Stubbing Smith in tests} spec.homepage = "https://github.com/DylanGriffith/fake_smith" spec.license = "GPL-3" spec.files = `git ls-files -z`.split("\x0") 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.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "pry" end
Version data entries
16 entries across 16 versions & 1 rubygems