Sha256: 641bfb45f1e7c2d14a4d2d2fd47213e2b16903fa2c039d52e23b1b7cacb058a7

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{orangutan}
  s.version = "0.0.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Mark Ryall"]
  s.date = %q{2009-05-13}
  s.description = %q{A mocking library that supports creation of ironruby mock objects (in addition to pure ruby ones)}
  s.email = %q{mark@ryall.name}
  s.extra_rdoc_files = [
    "README"
  ]
  s.files = [
    "README",
     "Rakefile",
     "VERSION.yml",
     "lib/orangutan.rb",
     "lib/orangutan/call.rb",
     "lib/orangutan/chantek.rb",
     "lib/orangutan/container.rb",
     "lib/orangutan/expectation.rb",
     "lib/orangutan/raiser.rb",
     "lib/orangutan/stub_base.rb",
     "orangutan.gemspec",
     "prepare.cmd",
     "spec/clr/ClassWithANonVirtualMethod.cs",
     "spec/clr/ClassWithANonVirtualProperty.cs",
     "spec/clr/ClassWithAVirtualMethod.cs",
     "spec/clr/ClassWithAVirtualProperty.cs",
     "spec/clr/Consumer.cs",
     "spec/clr/IHaveAMethod.cs",
     "spec/clr/IHaveAProperty.cs",
     "spec/clr/IHaveAnEvent.cs",
     "spec/spec_chantek.rb",
     "spec/spec_chantek_clr.rb",
     "spec/spec_chantek_recurse.rb",
     "spec/spec_expectation.rb"
  ]
  s.has_rdoc = true
  s.homepage = %q{http://github.com/markryall/orangutan}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{orangutan}
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{A mock objects library}
  s.test_files = [
    "spec/spec_chantek.rb",
     "spec/spec_chantek_clr.rb",
     "spec/spec_chantek_recurse.rb",
     "spec/spec_expectation.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
orangutan-0.0.4 orangutan.gemspec