strictly_fake 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12c67d1493c17fbe736895b8fa5bf60bd96959e16290a8e38b35a82fc0c21013
4
- data.tar.gz: '0088588b7626d8aeee1f80f0171f828aca5e8c558a28538a2321ba9bc7ca1d41'
3
+ metadata.gz: 88be5297f72452972a9aef57325123dd9070d4a1ea4c1af9af6f33f009fd50be
4
+ data.tar.gz: 89b5cec6552879279a4b114d1a0995719d9075b8e9e87501c3727e75b7263900
5
5
  SHA512:
6
- metadata.gz: 347ae7e5cdec81ab141f47c98b93b59cd272344bcc5ef7246468bab280977d215e050ccf8815de613992457f97ba15d1ddc9a82ca4a0f2d796daac290a6003cc
7
- data.tar.gz: 7febf5c8242d3144924297de781d1e2cc6fff1ea31cd873f42b0029e90343233668726a06a418daf3d8d98367306821370545d7fd2fc79aa7f851b866d9fb38a
6
+ metadata.gz: 1f2c2cad6d61d30ec6efb191b374621ed4482e7a491e06e2c3041a6a6e7ac855a35020dc4eb67278295e9993b7c43981752b70bbc2bc74544f7442783be63421
7
+ data.tar.gz: 4feb0ed6d90a2f26f07648d1d109abf2628531c74ede0efce1d30d1f4de43d82c3a870b00ab552670d8eb2b2dbdd0a8bfaf22309ae7d47edd412d09c070642ec
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class StrictlyFake
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['artemave@gmail.com']
10
10
 
11
11
  spec.summary = 'Stub that automatically verifies that stubbed methods exist and the signatures match the original.'
12
- spec.description = "This is similar to Rspec's Veryfing Double, but standalone. So can be used in Minitest."
12
+ spec.description = spec.summary
13
13
  spec.homepage = 'https://github.com/featurist/strictly_fake'
14
14
  spec.license = 'MIT'
15
15
  spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strictly_fake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - artemave
@@ -10,8 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-11-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: This is similar to Rspec's Veryfing Double, but standalone. So can be
14
- used in Minitest.
13
+ description: Stub that automatically verifies that stubbed methods exist and the signatures
14
+ match the original.
15
15
  email:
16
16
  - artemave@gmail.com
17
17
  executables: []