Sha256: 0b435666233f36a388fff7d25f0a4bd57260fd47f158d9cb9b75dba7c00f07a4
Contents?: true
Size: 1.34 KB
Versions: 0
Compression: gzip
Compressed size: 580 Bytes
Stored size: 580 Bytes
Contents
--- !ruby/object:Gem::Specification name: strictly_fake version: !ruby/object:Gem::Version version: 0.1.4 platform: ruby authors: - artemave autorequire: bindir: exe cert_chain: [] date: 2022-01-11 00:00:00.000000000 Z dependencies: [] description: Stub that automatically verifies that stubbed methods exist and the signatures match the original. email: - artemave@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/ruby.yml" - ".gitignore" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - lib/strictly_fake.rb - lib/strictly_fake/version.rb - strictly_fake.gemspec homepage: https://github.com/featurist/strictly_fake licenses: - MIT metadata: homepage_uri: https://github.com/featurist/strictly_fake source_code_uri: https://github.com/featurist/strictly_fake post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Stub that automatically verifies that stubbed methods exist and the signatures match the original. test_files: []