Sha256: 78d03bbb3f0b9f8bf59544c5ddffe75bc780c504131bb13b085c53e3d76ad85b
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.3 platform: ruby authors: - Kelly Redding - Collin Redding autorequire: bindir: bin cert_chain: [] date: 2020-07-13 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.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.18.1 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