coverband 2.0.1.alpha → 2.0.1

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
  SHA1:
3
- metadata.gz: 69453bf4b4d3273ce29f591dd5db1c45cf0f16fd
4
- data.tar.gz: c9603b2dd9c5a736e9448711c4fae77456d7118b
3
+ metadata.gz: a3885791f4771973082ff809237d3a15a7f397ed
4
+ data.tar.gz: 158d669d609287e94b50b12d71811ca3252d80ee
5
5
  SHA512:
6
- metadata.gz: 484e9b4182057196b7c6b8f4cc8c2b299d04b329d285004534bee436a24587754bcd7d181e1c6991aaf5642f9595f69d5498cf8efff791e4c624e8f7cdfed58c
7
- data.tar.gz: 8aff2bd0a4be57763d100726596d0dea50867d35b665e26e2ad36f5655d3803a50abd594bc4c1f17c45db2a86baa20447a30f5180832fbbd71764c83009490ea
6
+ metadata.gz: c252116c4add56d46c26662dbebf90d03ba40de023dbb67250f69c92a72037f7a8c0d3e2a4a075f365f2f6c4be5306d1fe0a2328e03d684be615d3d2a922272c
7
+ data.tar.gz: 51988a04b8b22d8181beeaf209bf320c9bdfd042e427de59b9caa8902f3f9792569451454489961c290105a67e2e0e40efcc2684d10aabaea6114c3e41ae8215
data/changes.md CHANGED
@@ -22,6 +22,7 @@ Will be the fully modern release that drops maintenance legacy support in favor
22
22
  * https://github.com/danmayer/coverband/pull/98
23
23
  * Using the file argument to self.configure in lib/coverband.rb, thanks @ThomasOwens
24
24
  * https://github.com/danmayer/coverband/pull/100
25
+ * added redis improvements allowing namespace and TTL thx @oded-zahavi
25
26
  * fix warnings about duplicate method definition
26
27
  * Add support for safe_reload_files based on full file path
27
28
  * Add support for Sinatra admin control endpoints
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Coverband
4
- VERSION = '2.0.1.alpha'
4
+ VERSION = '2.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coverband
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1.alpha
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Mayer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-07 00:00:00.000000000 Z
11
+ date: 2018-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk
@@ -265,9 +265,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
265
265
  version: '0'
266
266
  required_rubygems_version: !ruby/object:Gem::Requirement
267
267
  requirements:
268
- - - ">"
268
+ - - ">="
269
269
  - !ruby/object:Gem::Version
270
- version: 1.3.1
270
+ version: '0'
271
271
  requirements: []
272
272
  rubyforge_project:
273
273
  rubygems_version: 2.5.1