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 +4 -4
- data/lib/strictly_fake/version.rb +1 -1
- data/strictly_fake.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88be5297f72452972a9aef57325123dd9070d4a1ea4c1af9af6f33f009fd50be
|
4
|
+
data.tar.gz: 89b5cec6552879279a4b114d1a0995719d9075b8e9e87501c3727e75b7263900
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f2c2cad6d61d30ec6efb191b374621ed4482e7a491e06e2c3041a6a6e7ac855a35020dc4eb67278295e9993b7c43981752b70bbc2bc74544f7442783be63421
|
7
|
+
data.tar.gz: 4feb0ed6d90a2f26f07648d1d109abf2628531c74ede0efce1d30d1f4de43d82c3a870b00ab552670d8eb2b2dbdd0a8bfaf22309ae7d47edd412d09c070642ec
|
data/strictly_fake.gemspec
CHANGED
@@ -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 =
|
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.
|
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:
|
14
|
-
|
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: []
|