spectus 3.3.0 → 3.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -5
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea568266e54174dc52fd45ac1db0be5b45bd25597324a5979eb3eba3cfe219f9
|
4
|
+
data.tar.gz: fcfc0a8a66bb7a11bbda70d05c153d6707b8667a09c55bef4fb79d7a76db820b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b746d187369c3a87277635e4be4a4810cf66b7e60d7a0e9222b8fb0fff0ab7b83e800479202c7a4685fe282f48295082afbecf288d97281486cd0c8a076b5490
|
7
|
+
data.tar.gz: c731fb2feb89312e33fab1b0890e9881b6d4ff3a66786b10e28fb15e5afe965300ef69966ff428480a56636c35d5e729eae9bbc32eba2c41079b217172d46051
|
data/README.md
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
# Spectus
|
2
2
|
|
3
3
|
[![Build Status](https://api.travis-ci.org/fixrb/spectus.svg?branch=main)][travis]
|
4
|
-
[![Code Climate](https://codeclimate.com/github/fixrb/spectus/badges/gpa.svg)][codeclimate]
|
5
4
|
[![Gem Version](https://badge.fury.io/rb/spectus.svg)][gem]
|
6
5
|
[![Inline docs](https://inch-ci.org/github/fixrb/spectus.svg?branch=main)][inchpages]
|
7
6
|
[![Documentation](https://img.shields.io/:yard-docs-38c800.svg)][rubydoc]
|
@@ -18,11 +17,15 @@ gem "spectus"
|
|
18
17
|
|
19
18
|
And then execute:
|
20
19
|
|
21
|
-
|
20
|
+
```sh
|
21
|
+
bundle
|
22
|
+
```
|
22
23
|
|
23
24
|
Or install it yourself as:
|
24
25
|
|
25
|
-
|
26
|
+
```sh
|
27
|
+
gem install spectus
|
28
|
+
```
|
26
29
|
|
27
30
|
## Usage
|
28
31
|
|
@@ -132,7 +135,7 @@ __Spectus__ follows [Semantic Versioning 2.0](https://semver.org/).
|
|
132
135
|
|
133
136
|
## License
|
134
137
|
|
135
|
-
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
138
|
+
The [gem](https://rubygems.org/gems/spectus) is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
136
139
|
|
137
140
|
***
|
138
141
|
|
@@ -145,6 +148,5 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
145
148
|
|
146
149
|
[gem]: https://rubygems.org/gems/spectus
|
147
150
|
[travis]: https://travis-ci.org/fixrb/spectus
|
148
|
-
[codeclimate]: https://codeclimate.com/github/fixrb/spectus
|
149
151
|
[inchpages]: https://inch-ci.org/github/fixrb/spectus
|
150
152
|
[rubydoc]: https://rubydoc.info/gems/spectus/frames
|
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: 3.3.
|
4
|
+
version: 3.3.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-05-
|
11
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: defi
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.
|
33
|
+
version: 1.2.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: 1.
|
40
|
+
version: 1.2.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: matchi
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
215
215
|
- !ruby/object:Gem::Version
|
216
216
|
version: '0'
|
217
217
|
requirements: []
|
218
|
-
rubygems_version: 3.1.
|
218
|
+
rubygems_version: 3.1.6
|
219
219
|
signing_key:
|
220
220
|
specification_version: 4
|
221
221
|
summary: "Expectation library with RFC 2119's requirement levels \U0001F6A5"
|