Skip to content

Commit

Permalink
Merge pull request #8 from nickelser/update_changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
nickelser authored Oct 5, 2018
2 parents 8ed488f + c58a247 commit b8a1d7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
rvm:
- 2.2.0
- 2.3.1
- 2.2.6
- 2.3.7
- 2.4.4
- 2.5.1
services:
- memcached
- redis-server
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.3.3

- 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

Expand Down
1 change: 0 additions & 1 deletion suo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0")
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.require_paths = ["lib"]

Expand Down

0 comments on commit b8a1d7d

Please sign in to comment.