Sha256: 321286b8a0d622aa4c61c33d62f4442c4162296d33bb2e3e819fa630fbdf7254

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib",__FILE__)
require "developwithpassion_fakes/version"

Gem::Specification.new do |s|
  s.name        = "developwithpassion_fakes"
  s.version     = DevelopWithPassion::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 = "developwithpassion_fakes"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  # specify any dependencies here; for example:
  s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
developwithpassion_fakes-0.0.2 developwithpassion_fakes.gemspec
developwithpassion_fakes-0.0.1 developwithpassion_fakes.gemspec