coverband 2.0.2.alpha2 → 2.0.2
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/changes.md +13 -9
- data/lib/coverband/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d053a25d6140b3254fe2d2f1afa6a92fc06f0d3e
|
|
4
|
+
data.tar.gz: 069d15a21f7c2909fcdcb7a2f955fecc2daef168
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b4dfdbe5797949ab92ac9ec869f4fb4776162b0c681427436733fa4bbc4bdf4bf02be159559e8e1baf613704ecc8044256cd21e8dca3d6f3f575be00e7908f7
|
|
7
|
+
data.tar.gz: de454d222f4545cd6db08d9043fe97a1d5aa71aa339c5c0b9b6cd5694d252cb344fca4183a6cb55c30e052a709ff251de9ebeb2d1e2c79d2572594faa3e1411f
|
data/changes.md
CHANGED
|
@@ -14,29 +14,33 @@ Will be the fully modern release that drops maintenance legacy support in favor
|
|
|
14
14
|
* built in support for activejob, sidekiq, and other common frameworks
|
|
15
15
|
* code route tracing (entry point to all code executed for example /some_path -> code coverage of that path)
|
|
16
16
|
|
|
17
|
-
# Alpha
|
|
17
|
+
# Alpha
|
|
18
|
+
|
|
19
|
+
### ???
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Released
|
|
18
23
|
|
|
19
24
|
### 2.0.2
|
|
20
25
|
|
|
21
26
|
* fix possible nil error on files that changed since initial recording @viktor-silakov
|
|
22
|
-
* add improve error logging in verbose mode (stacktrace) @viktor-silakov
|
|
23
|
-
* improved logging level support @viktor-silakov
|
|
27
|
+
* add improve error logging in verbose mode (stacktrace) @viktor-silakov
|
|
28
|
+
* improved logging level support @viktor-silakov
|
|
24
29
|
* launch Coverband demo and integrate into Readme / Documentation
|
|
25
30
|
* fix on baseline to show an issue by @viktor-silakov
|
|
26
31
|
* remove all coverband:baseline related features and documentation
|
|
27
32
|
* dropped Sinatra requirement for web mountable page
|
|
28
|
-
|
|
29
|
-
# Released
|
|
33
|
+
* fixes to the MemoryCacheStore by @kbaum
|
|
30
34
|
|
|
31
35
|
### 2.0.1
|
|
32
36
|
|
|
33
37
|
* add support for fine grained S3 configuration via Coverband config, thanks @a0s
|
|
34
|
-
* https://github.com/danmayer/coverband/pull/98
|
|
38
|
+
* https://github.com/danmayer/coverband/pull/98
|
|
35
39
|
* Using the file argument to self.configure in lib/coverband.rb, thanks @ThomasOwens
|
|
36
40
|
* https://github.com/danmayer/coverband/pull/100
|
|
37
|
-
* added redis improvements allowing namespace and TTL thx @oded-zahavi
|
|
38
|
-
* fix warnings about duplicate method definition
|
|
39
|
-
* Add support for safe_reload_files based on full file path
|
|
41
|
+
* added redis improvements allowing namespace and TTL thx @oded-zahavi
|
|
42
|
+
* fix warnings about duplicate method definition
|
|
43
|
+
* Add support for safe_reload_files based on full file path
|
|
40
44
|
* Add support for Sinatra admin control endpoints
|
|
41
45
|
* improved documentation
|
|
42
46
|
|
data/lib/coverband/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coverband
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.2
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dan Mayer
|
|
@@ -250,9 +250,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
250
250
|
version: '0'
|
|
251
251
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
252
|
requirements:
|
|
253
|
-
- - "
|
|
253
|
+
- - ">="
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
|
-
version:
|
|
255
|
+
version: '0'
|
|
256
256
|
requirements: []
|
|
257
257
|
rubyforge_project:
|
|
258
258
|
rubygems_version: 2.5.1
|