Sha256: 2844504097b3da45f563f1560c05e5fa9f7e43caf08d96ed185f7fa38b3cb308

Contents?: true

Size: 1.6 KB

Versions: 25

Compression:

Stored size: 1.6 KB

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
require "mocha/version"

Gem::Specification.new do |s|
  s.name = "mocha"
  s.version = Mocha::VERSION

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["James Mead"]
  s.description = "Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes."
  s.email = "mocha-developer@googlegroups.com"
  s.extra_rdoc_files = ["README.rdoc", "COPYING.rdoc"]

  s.files = `git ls-files`.split("\n") - ["TODO", ".travis.yml", ".gitignore"]

  s.homepage = "http://gofreerange.com/mocha/docs"
  s.rdoc_options = ["--title", "Mocha", "--main", "README.rdoc", "--line-numbers"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "mocha"
  s.summary = "Mocking and stubbing library"

  s.add_dependency("metaclass", "~> 0.0.1")
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency("rake", ">= 0")
      s.add_development_dependency("introspection", "~> 0.0.1")
      s.add_development_dependency("yard")
    else
      s.add_dependency("rake", ">= 0")
      s.add_dependency("introspection", "~> 0.0.1")
      s.add_dependency("yard")
    end
  else
    s.add_dependency("rake", ">= 0")
    s.add_dependency("introspection", "~> 0.0.1")
    s.add_dependency("yard")
  end
end

Version data entries

25 entries across 20 versions & 3 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/mocha-0.12.3/mocha.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/mocha-0.12.3/mocha.gemspec
challah-0.8.3 vendor/bundle/gems/mocha-0.12.3/mocha.gemspec
mocha-0.12.6 mocha.gemspec
mocha-0.12.5 mocha.gemspec
challah-0.8.1 vendor/bundle/gems/mocha-0.12.3/mocha.gemspec
mocha-0.12.4 mocha.gemspec
challah-rolls-0.1.0 vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-rolls-0.1.0 vendor/bundle/gems/mocha-0.12.3/mocha.gemspec
challah-0.8.0.pre vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-0.7.1 vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-0.7.0 vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
challah-0.7.0.pre2 vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
mocha-0.12.3 mocha.gemspec
challah-0.7.0.pre vendor/bundle/gems/mocha-0.12.2/mocha.gemspec
mocha-0.12.2 mocha.gemspec
mocha-0.12.1 mocha.gemspec