simplecov-shield-json 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.
- checksums.yaml +4 -4
- data/README.md +0 -15
- data/lib/simplecov-shield-json/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01c9721262cad024c222b265ad16e893b80c4a110622282e18c049a0f650046f
|
|
4
|
+
data.tar.gz: 31477a0965102557aea98f772b8da3076983e0aa9b4dc6cd1f0c8085933e5943
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b430ce2eb68efe48fb04090c8a883ae12e3b6116fed4654d5a825d87040dad46cb6511c10dabcd7f5dddd8d05adfead1ff68862d39d33ec49253ab92ab9820bc
|
|
7
|
+
data.tar.gz: 7423ce6678125ee7263cc609cc17fc1c707531762d57894e624661a9a4b6feee7d249068ea6c8909dc8479cdf72e6930a5a3bc8a6c816ada04c9857499a5ef12
|
data/README.md
CHANGED
|
@@ -30,18 +30,3 @@ The format you can expect is:
|
|
|
30
30
|
"cacheSeconds": 1800
|
|
31
31
|
}
|
|
32
32
|
```
|
|
33
|
-
|
|
34
|
-
## Making Contributions
|
|
35
|
-
|
|
36
|
-
If you want to contribute, please:
|
|
37
|
-
|
|
38
|
-
* Fork the project.
|
|
39
|
-
* Make your feature addition or bug fix.
|
|
40
|
-
* Add tests for it. This is important so I don't break it in a future version unintentionally.
|
|
41
|
-
* Send me a pull request on Github.
|
|
42
|
-
* Check that travis build passes for your pull request.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## Copyright
|
|
46
|
-
|
|
47
|
-
Copyright (c) 2020 Vicent Llongo. See LICENSE for details.
|