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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 796a75ee0d2292e2e200a694898a5edd09b900a238f915b9941239f82c2edb7a
4
- data.tar.gz: 3940fe73c0fad0cc638bbd93e09fabbc5c5eaa032bcf24e1dd554795ea4344f2
3
+ metadata.gz: 01c9721262cad024c222b265ad16e893b80c4a110622282e18c049a0f650046f
4
+ data.tar.gz: 31477a0965102557aea98f772b8da3076983e0aa9b4dc6cd1f0c8085933e5943
5
5
  SHA512:
6
- metadata.gz: fa3615c10376c1f48d6f56657716a383660e77dea6ac848b79a759eb3356050361ad0c3928220538253ca1dd3cf9a208fc1c9a5fd9eb96e640248ec35bc4c2e4
7
- data.tar.gz: 4baffa4cb8e0657ad603fda714a77182620aa01ac1e81890ee4b0c0cbce836fe215022549c84ca674962a51a52865a66e317798bde7c7bf9bd6be4f3f9bceb70
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.
@@ -3,7 +3,7 @@
3
3
  module SimpleCov
4
4
  module Formatter
5
5
  class ShieldJSONFormatter
6
- VERSION = '0.0.4'
6
+ VERSION = '0.0.5'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-shield-json
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
  - Guilherme Pereira