Sha256: 5e9e891565f42bf6e2c03debf55146b87b120f03f759d418e9589e731e2c172a
Contents?: true
Size: 1.33 KB
Versions: 0
Compression: gzip
Compressed size: 571 Bytes
Stored size: 571 Bytes
Contents
--- !ruby/object:Gem::Specification name: strictly_fake version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - artemave autorequire: bindir: exe cert_chain: [] date: 2020-11-24 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: - ".gitignore" - ".travis.yml" - 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.4.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Stub that automatically verifies that stubbed methods exist and the signatures match the original. test_files: []