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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/changes.md +13 -9
  3. data/lib/coverband/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 02246eb05ef94f9b83510eba25d096e582f2d2ed
4
- data.tar.gz: a8af15031477e50a6e395b54b9a4cc726f31ef31
3
+ metadata.gz: d053a25d6140b3254fe2d2f1afa6a92fc06f0d3e
4
+ data.tar.gz: 069d15a21f7c2909fcdcb7a2f955fecc2daef168
5
5
  SHA512:
6
- metadata.gz: d28669d70bc0b5786c08d8a612f8f7d1d0aaf69e75c258e544cc6f3aa8862833bde6cb38ba42b6a97c78ff77c865928f4889507aeb50c46c6c89df2c369251b5
7
- data.tar.gz: 49a1bd4d91fbb131d673277a7c7f2d1fd4590282e13f9c5099b31564f5f698805c9be97370ed8f3df7f3be0dbe9c10689f7e44d0b486beeed65bfe1518fa40c2
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coverband
4
- VERSION = '2.0.2.alpha2'
4
+ VERSION = '2.0.2'
5
5
  end
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.alpha2
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: 1.3.1
255
+ version: '0'
256
256
  requirements: []
257
257
  rubyforge_project:
258
258
  rubygems_version: 2.5.1