Sha256: e93dcec4836359819e9728afa90b37455b835d1bae8d19587e3ce90dd7331a7b
Contents?: true
Size: 1.6 KB
Versions: 0
Compression: gzip
Compressed size: 741 Bytes
Stored size: 741 Bytes
Contents
--- !ruby/object:Gem::Specification name: caricature version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - Ivan Porto Carrero autorequire: bindir: bin cert_chain: [] date: 2009-05-16 00:00:00 +02:00 default_executable: dependencies: [] description: This project aims to make interop between IronRuby objects and .NET objects easier. The idea is that it integrates nicely with bacon and later rspec and that it transparently lets you mock ironruby ojbects as well as CLR objects/interfaces. Caricature handles interfaces, interface inheritance, CLR objects, CLR object instances, Ruby classes and instances of Ruby classes. email: ivan@flanders.co.nz executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - README.markdown has_rdoc: true homepage: http://github.com/casualjim/caricature licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: caricature rubygems_version: 1.3.2 signing_key: specification_version: 3 summary: Caricature - Bringing simple mocking to the DLR test_files: - spec/bacon_helper.rb - spec/core_ext_spec.rb - spec/expectation_spec.rb - spec/integration_spec.rb - spec/interop_spec.rb - spec/isolation_spec.rb - spec/isolator_spec.rb - spec/method_call_spec.rb - spec/verification_spec.rb