Sha256: 2f07f2439bceba88e3dd455beaf3ab49d5f182eb0b0bbb09b82c7b0db37a70ec
Contents?: true
Size: 906 Bytes
Versions: 3
Compression:
Stored size: 906 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rspec-mocks" s.version = "2.7.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["David Chelimsky", "Chad Humphries"] s.date = "2011-10-16" s.description = "RSpec's 'test double' framework, with support for stubbing and mocking" s.email = "dchelimsky@gmail.com;chad.humphries@gmail.com" s.extra_rdoc_files = ["README.md"] s.files = ["README.md"] s.homepage = "http://github.com/rspec/rspec-mocks" s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubyforge_project = "rspec" s.rubygems_version = "1.8.10" s.summary = "rspec-mocks-2.7.0" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
3 entries across 3 versions & 1 rubygems