Add changelog entry, remove spurious gemspec entry.

This commit is contained in:
Nick Elser
2018-10-05 16:31:33 -04:00
parent 5e10afe534
commit 29da8cf090
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
## 0.3.3 ## 0.3.3
- Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory. - Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory.
- Vastly improve initial lock acquisition, especially on Redis (thanks to Jeremy Wadscak).
## 0.3.2 ## 0.3.2

View File

@@ -16,7 +16,6 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0") spec.files = `git ls-files -z`.split("\x0")
spec.bindir = "bin" spec.bindir = "bin"
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"] spec.require_paths = ["lib"]