Skip to content

Commit

Permalink
Merge pull request #7 from nickelser/update_rubocop
Browse files Browse the repository at this point in the history
Update Rubocop, and bump the version.
  • Loading branch information
nickelser authored Oct 5, 2018
2 parents 0423eb9 + 5e10afe commit 152b6ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.3

- Default TTL for keys to allow for short-lived locking keys (thanks to Ian Remillard) without leaking memory.

## 0.3.2

- Custom lock tokens (thanks to avokhmin).
Expand Down
2 changes: 1 addition & 1 deletion lib/suo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Suo
VERSION = "0.3.2".freeze
VERSION = "0.3.3".freeze
end
2 changes: 1 addition & 1 deletion suo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rubocop", "~> 0.30.0"
spec.add_development_dependency "rubocop", "~> 0.49.0"
spec.add_development_dependency "minitest", "~> 5.5.0"
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4.7"
end

0 comments on commit 152b6ac

Please sign in to comment.