pronto-simplecov 0.10.1 → 0.11.0
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/CHANGELOG.md +8 -1
- data/lib/pronto/pronto_simplecov/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13a1e0ee18fbcae5dd2d75f49aa6aa761f5f17503537ad7dd35d0908ba2b0571
|
|
4
|
+
data.tar.gz: 97a721c73b45d74dc0e9cd14f4425cecb576142e3721ef95c940524ce4325117
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8419406db98fb6041b460a9d25a015e69818af00e0272d3e7c7421b159e5d9f8137c8f1695e89c4155707abf4f4dee88c27247e4c1e06c02e9ac93dd54dbe73e
|
|
7
|
+
data.tar.gz: 6d353bb706477dffa497a600ead100f888f9be779fa66066b8dab7b09ac223ce587e70392596c4032f19bfd819ea6994002a7473c9842925ef31581461d21c27
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,12 @@ All notable changes to this project will be documented in this file.
|
|
|
10
10
|
|
|
11
11
|
### Fixed
|
|
12
12
|
|
|
13
|
+
## [0.11.0] - 2020-02-10
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
|
|
17
|
+
- Support for Pronto 0.11 (#6)
|
|
18
|
+
|
|
13
19
|
## [0.10.1] - 2020-01-27
|
|
14
20
|
|
|
15
21
|
### Fixed
|
|
@@ -36,7 +42,8 @@ All notable changes to this project will be documented in this file.
|
|
|
36
42
|
|
|
37
43
|
- First release
|
|
38
44
|
|
|
39
|
-
[unreleased]: https://github.com/dsander/pronto-simplecov/compare/v0.
|
|
45
|
+
[unreleased]: https://github.com/dsander/pronto-simplecov/compare/v0.11.0...HEAD
|
|
46
|
+
[0.11.0]: https://github.com/dsander/pronto-simplecov/compare/v0.10.1...v0.11.0
|
|
40
47
|
[0.10.1]: https://github.com/dsander/pronto-simplecov/compare/v0.10.0...v0.10.1
|
|
41
48
|
[0.10.0]: https://github.com/dsander/pronto-simplecov/compare/v0.1.1...v0.10.0
|
|
42
49
|
[0.1.1]: https://github.com/dsander/pronto-simplecov/compare/v0.1.0...v0.1.1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pronto-simplecov
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dominik Sander
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pronto
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.11.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.11.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: simplecov
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|