spectus 3.1.1 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +1 -1
- data/README.md +3 -9
- 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: 95a31886cf695efc630f7d01b8366a70ef7d5ef7cad8d08fcff114b9e9281dfb
|
4
|
+
data.tar.gz: ab82a52686a1d39846f236946281ea530a50afeea104ddb543241607658de56b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86a45d909bc7ceb7a654aa357a21d3a6e3026c93b65f43db1904845258fba3fb0174864aa6a512e06c2dfee036d4b1e3a9198e2e5fd670d89b572d986a7e966a
|
7
|
+
data.tar.gz: 8021528c00aeec27a9ec9b4320e2251eca327b781952f29764886c683c258bb0e7bc9faae796b957cd6e09d6a7ba925084c22ec99f21c82a88771cdcb39843c7
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
@@ -44,8 +44,8 @@ Thus,
|
|
44
44
|
|
45
45
|
Both results share a common interface, and can be classified respectively as:
|
46
46
|
|
47
|
-
* a
|
48
|
-
* a
|
47
|
+
* ✅ a _success_, ⚠️ a _warning_ or 💡 an _info_;
|
48
|
+
* ❌ a _failure_ or 💥 an _error_.
|
49
49
|
|
50
50
|
## Code Isolation
|
51
51
|
|
@@ -141,7 +141,7 @@ The optional `blank?` method is not implemented (unlike in [Ruby on Rails](https
|
|
141
141
|
|
142
142
|
### More Examples
|
143
143
|
|
144
|
-
|
144
|
+
A full list of unit tests can be viewed here:
|
145
145
|
[test.rb](https://github.com/fixrb/spectus/blob/master/test.rb)
|
146
146
|
|
147
147
|
## Contact
|
@@ -149,12 +149,6 @@ An exhaustive list of examples can also be viewed here:
|
|
149
149
|
* Home page: https://github.com/fixrb/spectus
|
150
150
|
* Bugs/issues: https://github.com/fixrb/spectus/issues
|
151
151
|
|
152
|
-
## Rubies
|
153
|
-
|
154
|
-
* [MRI](https://www.ruby-lang.org/)
|
155
|
-
* [Rubinius](https://rubinius.com/)
|
156
|
-
* [JRuby](https://www.jruby.org/)
|
157
|
-
|
158
152
|
## Versioning
|
159
153
|
|
160
154
|
__Spectus__ follows [Semantic Versioning 2.0](https://semver.org/).
|
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.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cyril Kato
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: defi
|
@@ -166,7 +166,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
166
|
requirements:
|
167
167
|
- - ">="
|
168
168
|
- !ruby/object:Gem::Version
|
169
|
-
version: 2.
|
169
|
+
version: 2.3.0
|
170
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
171
171
|
requirements:
|
172
172
|
- - ">="
|