Sha256: 09c51f8679413792606e7a8225cfa20ce06ccdb586fd07c4391ddd28fe032f21
Contents?: true
Size: 1.86 KB
Versions: 0
Compression: gzip
Compressed size: 681 Bytes
Stored size: 681 Bytes
Contents
--- !ruby/object:Gem::Specification name: much-stub version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - Kelly Redding - Collin Redding autorequire: bindir: bin cert_chain: [] date: 2020-09-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: assert requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.18.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.18.2 description: Stubbing API for replacing method calls on objects in test runs. email: - kelly@kellyredding.com - collin.redding@me.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - Gemfile - LICENSE - README.md - lib/much-stub.rb - lib/much-stub/call.rb - lib/much-stub/call_spy.rb - lib/much-stub/version.rb - log/.gitkeep - much-stub.gemspec - test/helper.rb - test/support/factory.rb - test/system/much-stub_tests.rb - test/unit/call_spy_tests.rb - test/unit/call_tests.rb - test/unit/much-stub_tests.rb - tmp/.gitkeep homepage: https://github.com/redding/much-stub licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.2 signing_key: specification_version: 4 summary: Stubbing API for replacing method calls on objects in test runs. test_files: - test/helper.rb - test/support/factory.rb - test/system/much-stub_tests.rb - test/unit/call_spy_tests.rb - test/unit/call_tests.rb - test/unit/much-stub_tests.rb