spectus 3.1.1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -1
  3. data/README.md +3 -9
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1134fea1ff1f7050cf3d31bff77f305a56aab47dc104ac0a3507d29624d792e
4
- data.tar.gz: e7e48de3820fb930b7e6a1069448290f0b3aea5e5a6872460ac4a9f24b29559b
3
+ metadata.gz: 95a31886cf695efc630f7d01b8366a70ef7d5ef7cad8d08fcff114b9e9281dfb
4
+ data.tar.gz: ab82a52686a1d39846f236946281ea530a50afeea104ddb543241607658de56b
5
5
  SHA512:
6
- metadata.gz: 0efec970b35a265413175c6e9d513e549c61293018b102bbfb2299485ba7a73e96cb964013fe5652025c5b462464b55430c525eac87a8a4da3485db57e5f3b15
7
- data.tar.gz: c84b2d084f6cd68086ffdd36c81df6a8b2cbcf9e6777a51d1480e048b1afc4a862bda2cf6f268ed81cd10fb1f746019bd7616a372b3394a02675c17307cb1a78
6
+ metadata.gz: 86a45d909bc7ceb7a654aa357a21d3a6e3026c93b65f43db1904845258fba3fb0174864aa6a512e06c2dfee036d4b1e3a9198e2e5fd670d89b572d986a7e966a
7
+ data.tar.gz: 8021528c00aeec27a9ec9b4320e2251eca327b781952f29764886c683c258bb0e7bc9faae796b957cd6e09d6a7ba925084c22ec99f21c82a88771cdcb39843c7
data/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2014-2019 Cyril Kato
3
+ Copyright (c) 2014-2020 Cyril Kato
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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 _success_, a ⚠️ _warning_ or an 💡 _info_;
48
- * a _failure_ or an 💥 _error_.
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
- An exhaustive list of examples can also be viewed here:
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.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: 2019-12-30 00:00:00.000000000 Z
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.7.0
169
+ version: 2.3.0
170
170
  required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  requirements:
172
172
  - - ">="