Sha256: 481198dd01320c1070f1730e62c17ab6de69b0c8f541281ac954a28e43e8d040

Contents?: true

Size: 987 Bytes

Versions: 7

Compression:

Stored size: 987 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"
  spec.add_development_dependency "rspec"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fake_smith-0.6.3 fake_smith.gemspec
fake_smith-0.6.2 fake_smith.gemspec
fake_smith-0.6.1 fake_smith.gemspec
fake_smith-0.6.0 fake_smith.gemspec
fake_smith-0.5.0 fake_smith.gemspec
fake_smith-0.4.0 fake_smith.gemspec
fake_smith-0.3.0 fake_smith.gemspec