spectus 4.0.0 → 4.0.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: 82d7608bd88d8d56331cb54a2d8f52969d235acecc443d97b46f0285202a6bcd
4
- data.tar.gz: c7a19799743076dcd75eefa1d760b07fd325b579f4d43bbc74dd2bc3b75cd48d
3
+ metadata.gz: ed1222cb49baae653e3e0650224f658c9efe61059d3a91e492db7d7a9c2b9ff4
4
+ data.tar.gz: 6894d5af94f3bafb3164dfa129ee3ced2914fc22edb51968ff005037c0c292be
5
5
  SHA512:
6
- metadata.gz: e82f4d736d40ff0a9aec7343a49998873ee6c3e43af63fc55d46503b72f786957591bdf84bfe2d1d04a4135983e4156e81904f28deb3897a1d9335d8427910c0
7
- data.tar.gz: 467587719b23f2c0ca39292a077d96a10ff8042fea7f0a2d72afcd4b02661b97114e50696cced7b740425d33b0da6c37baf2d7563fae1fdad6eadebb2319d400
6
+ metadata.gz: 07f4bc04c3c3d02874f52f1f59c9436651933c4830d456ef64895a6d94e2c4c5672e341b416a998400e43fb861e89fa721cc0879af99c89e26e09b1d5f0c7724
7
+ data.tar.gz: 9b7a1da40d5c191f00d4856259a8908aceb87fa73eeaaae6c447448866a73389ba23b7fd9b6b5845b5588e6adac3bd5cb0a1630ddb912752846d0d260c41f95e
data/README.md CHANGED
@@ -152,6 +152,7 @@ greeting # => "Hello, world!"
152
152
 
153
153
  * Home page: https://github.com/fixrb/spectus
154
154
  * Bugs/issues: https://github.com/fixrb/spectus/issues
155
+ * Blog post: https://batman.buzz/a-spectus-tutorial-expectations-with-rfc-2119-compliance-1fc769861c1
155
156
 
156
157
  ## Versioning
157
158
 
@@ -159,7 +160,7 @@ __Spectus__ follows [Semantic Versioning 2.0](https://semver.org/).
159
160
 
160
161
  ## License
161
162
 
162
- The [gem](https://rubygems.org/gems/spectus) is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
163
+ The [gem](https://rubygems.org/gems/spectus) is available as open source under the terms of the [MIT License](https://github.com/fixrb/spectus/raw/main/LICENSE.md).
163
164
 
164
165
  ***
165
166
 
@@ -28,7 +28,7 @@ module Spectus
28
28
  #
29
29
  # @api public
30
30
  def call(&block)
31
- test = ::TestTube.invoke(isolation: @isolate, matcher: @matcher, negate: @negate, &block)
31
+ test = ::TestTube.invoke(isolate: @isolate, matcher: @matcher, negate: @negate, &block)
32
32
 
33
33
  ::Expresenter.call(passed?(test)).with(
34
34
  actual: test.actual,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spectus
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Kato
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: expresenter
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.0
33
+ version: 2.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.0.0
40
+ version: 2.1.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: brutal
43
43
  requirement: !ruby/object:Gem::Requirement