# -*- encoding: utf-8 -*- # stub: caricature 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "caricature".freeze s.version = "0.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ivan Porto Carrero".freeze] s.date = "2009-05-19" s.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.".freeze s.email = "ivan@flanders.co.nz".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = [".gitignore".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "caricature.gemspec".freeze, "doc/Array.html".freeze, "doc/Caricature.html".freeze, "doc/Caricature/ArgumentRecording.html".freeze, "doc/Caricature/ClrClassDescriptor.html".freeze, "doc/Caricature/ClrClassMessenger.html".freeze, "doc/Caricature/ClrInterfaceDescriptor.html".freeze, "doc/Caricature/ClrInterfaceIsolator.html".freeze, "doc/Caricature/ClrInterfaceMessenger.html".freeze, "doc/Caricature/ClrIsolator.html".freeze, "doc/Caricature/Expectation.html".freeze, "doc/Caricature/ExpectationBuilder.html".freeze, "doc/Caricature/ExpectationSyntax.html".freeze, "doc/Caricature/Expectations.html".freeze, "doc/Caricature/Interception.html".freeze, "doc/Caricature/Interception/ClassMethods.html".freeze, "doc/Caricature/Isolation.html".freeze, "doc/Caricature/Isolator.html".freeze, "doc/Caricature/MemberDescriptor.html".freeze, "doc/Caricature/Messenger.html".freeze, "doc/Caricature/MethodCallRecorder.html".freeze, "doc/Caricature/MethodCallRecording.html".freeze, "doc/Caricature/RubyIsolator.html".freeze, "doc/Caricature/RubyMessenger.html".freeze, "doc/Caricature/RubyObjectDescriptor.html".freeze, "doc/Caricature/TypeDescriptor.html".freeze, "doc/Caricature/Verification.html".freeze, "doc/Class.html".freeze, "doc/Hash.html".freeze, "doc/Module.html".freeze, "doc/Object.html".freeze, "doc/README_markdown.html".freeze, "doc/String.html".freeze, "doc/System.html".freeze, "doc/System/String.html".freeze, "doc/System/Type.html".freeze, "doc/created.rid".freeze, "doc/images/brick.png".freeze, "doc/images/brick_link.png".freeze, "doc/images/bug.png".freeze, "doc/images/bullet_black.png".freeze, "doc/images/bullet_toggle_minus.png".freeze, "doc/images/bullet_toggle_plus.png".freeze, "doc/images/date.png".freeze, "doc/images/find.png".freeze, "doc/images/loadingAnimation.gif".freeze, "doc/images/macFFBgHack.png".freeze, "doc/images/package.png".freeze, "doc/images/page_green.png".freeze, "doc/images/page_white_text.png".freeze, "doc/images/page_white_width.png".freeze, "doc/images/plugin.png".freeze, "doc/images/ruby.png".freeze, "doc/images/tag_green.png".freeze, "doc/images/wrench.png".freeze, "doc/images/wrench_orange.png".freeze, "doc/images/zoom.png".freeze, "doc/index.html".freeze, "doc/js/darkfish.js".freeze, "doc/js/jquery.js".freeze, "doc/js/quicksearch.js".freeze, "doc/js/thickbox-compressed.js".freeze, "doc/lib/caricature/clr/descriptor_rb.html".freeze, "doc/lib/caricature/clr/isolation_rb.html".freeze, "doc/lib/caricature/clr/isolator_rb.html".freeze, "doc/lib/caricature/clr/messenger_rb.html".freeze, "doc/lib/caricature/clr_rb.html".freeze, "doc/lib/caricature/descriptor_rb.html".freeze, "doc/lib/caricature/expectation_rb.html".freeze, "doc/lib/caricature/isolation_rb.html".freeze, "doc/lib/caricature/isolator_rb.html".freeze, "doc/lib/caricature/messaging_rb.html".freeze, "doc/lib/caricature/method_call_recorder_rb.html".freeze, "doc/lib/caricature/verification_rb.html".freeze, "doc/lib/caricature_rb.html".freeze, "doc/lib/core_ext/array_rb.html".freeze, "doc/lib/core_ext/class_rb.html".freeze, "doc/lib/core_ext/core_ext_rb.html".freeze, "doc/lib/core_ext/hash_rb.html".freeze, "doc/lib/core_ext/module_rb.html".freeze, "doc/lib/core_ext/object_rb.html".freeze, "doc/lib/core_ext/string_rb.html".freeze, "doc/lib/core_ext/system/string_rb.html".freeze, "doc/lib/core_ext/system/type_rb.html".freeze, "doc/rdoc.css".freeze, "irb_init.rb".freeze, "lib/bin/Workarounds.dll".freeze, "lib/bin/Workarounds.pdb".freeze, "lib/caricature.rb".freeze, "lib/caricature/clr.rb".freeze, "lib/caricature/clr/descriptor.rb".freeze, "lib/caricature/clr/isolation.rb".freeze, "lib/caricature/clr/isolator.rb".freeze, "lib/caricature/clr/messenger.rb".freeze, "lib/caricature/descriptor.rb".freeze, "lib/caricature/expectation.rb".freeze, "lib/caricature/isolation.rb".freeze, "lib/caricature/isolator.rb".freeze, "lib/caricature/messenger.rb".freeze, "lib/caricature/method_call_recorder.rb".freeze, "lib/caricature/verification.rb".freeze, "lib/core_ext/array.rb".freeze, "lib/core_ext/class.rb".freeze, "lib/core_ext/core_ext.rb".freeze, "lib/core_ext/hash.rb".freeze, "lib/core_ext/module.rb".freeze, "lib/core_ext/object.rb".freeze, "lib/core_ext/string.rb".freeze, "lib/core_ext/system/string.rb".freeze, "lib/core_ext/system/type.rb".freeze, "pkg/.gitignore".freeze, "pkg/caricature-0.1.0.gem".freeze, "spec/bacon_helper.rb".freeze, "spec/bin/.gitignore".freeze, "spec/core_ext_spec.rb".freeze, "spec/descriptor_spec.rb".freeze, "spec/expectation_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/interop_spec.rb".freeze, "spec/isolation_spec.rb".freeze, "spec/isolator_spec.rb".freeze, "spec/messaging_spec.rb".freeze, "spec/method_call_spec.rb".freeze, "spec/models/ClrModels.cs".freeze, "spec/verification_spec.rb".freeze, "workarounds/ReflectionHelper.cs".freeze] s.homepage = "http://github.com/casualjim/caricature".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Caricature - Bringing simple mocking to the DLR".freeze s.test_files = ["spec/bacon_helper.rb".freeze, "spec/core_ext_spec.rb".freeze, "spec/descriptor_spec.rb".freeze, "spec/expectation_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/interop_spec.rb".freeze, "spec/isolation_spec.rb".freeze, "spec/isolator_spec.rb".freeze, "spec/messaging_spec.rb".freeze, "spec/method_call_spec.rb".freeze, "spec/verification_spec.rb".freeze] end