Sha256: 1ade63df84f200066d4ab6a3bcb763d30b52ee392896eb4684141ef23173a252
Contents?: true
Size: 1016 Bytes
Versions: 1
Compression:
Stored size: 1016 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib",__FILE__) require "core/version" Gem::Specification.new do |s| s.name = "fakes" s.version = Fakes::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Develop With PassionĀ®"] s.email = ["open_source@developwithpassion.com"] s.homepage = "http://www.developwithpassion.com" s.summary = %q{Simple faking library} s.description = %q{Faking library that allows inspection of received calls after they have been made. Also supports tracking calls with multiple argument sets.} s.rubyforge_project = "fakes" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_paths = ["lib"] # specify any dependencies here; for example: s.add_development_dependency "rspec" s.add_development_dependency "rake" s.add_development_dependency "guard" s.add_development_dependency "guard-rspec" s.add_runtime_dependency "arrayfu" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fakes-0.2.1 | fakes.gemspec |