spectr 0.0.4 → 0.0.5

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 432c43697a5350ca8e9b5916c684e821f8f79b00
4
- data.tar.gz: 244db56b59867e86ebf91abaa4d0893d2ee40055
3
+ metadata.gz: bfa786dd4722bd7e1e0a8fe61289e079bba1b8f1
4
+ data.tar.gz: 1a5b47cf15e26a0ddfa084fc5049d369319a90aa
5
5
  SHA512:
6
- metadata.gz: 4fcfbff60eeb5d4817dcc322643894a118090e00990859905a7357af77c968fde774bf9b2d2fc4c30efdc0b0318422f7770b92513bc9526188180de0d7bb38cb
7
- data.tar.gz: 229761453534d87722cb39757c7ed186a80d669d08e5d84cccc051e826b698b052f65cfa3aa7886b5efab9301640def7ed9f6f8cb8ba82366f4b40979706d977
6
+ metadata.gz: 733d8f3aae56f50c9efa12d139250a899fba3b767718ab2b8ca42c452bede4ab86fa92b5faf209d5a3e8188ed1c96906a93ac99604d465cfe47d33ff4215c722
7
+ data.tar.gz: ceb664dde80f00061f594ab95eb1a1843fa0f2a4a5ba49df3f379ca806e6ceea1a063386f3badda45cc3587b3e1c6671087b08a2cc777ce0e46a2b8104d07f73
data/README.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # Spectre
2
2
 
3
3
  ## Micro unit test framework
4
- Source: https://rubygems.org/gems/spectr
4
+ Gem: https://rubygems.org/gems/spectr
5
+ Source: https://github.com/ParadoXxGER/spectr
5
6
 
6
7
  [![Gem Version](https://badge.fury.io/rb/spectr.svg)](https://badge.fury.io/rb/spectr)
7
8
 
9
+ The goal is to provide a simple and fast testing 'framework' for plain ruby apps.
10
+
8
11
  Installation:
9
12
 
10
13
  Plain:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spectr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas Hanft