-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update heartcheck-cache version #4
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ matrix: | |
- rvm: 2.5 | ||
- rvm: 2.6 | ||
- rvm: 2.7 | ||
- rvm: 3.0 | ||
services: | ||
- memcached |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## [3.0.0] - 2021-02-08 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use the trailing [] on reference links |
||
## Changed | ||
- Add support for ruby 3.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incorrect list-item indent: add 2 spaces |
||
|
||
## [2.0.0] - 2020-04-02 | ||
## Changed | ||
- Add support for ruby 2.7 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec| | |
spec.test_files = spec.files.grep(/^spec\//) | ||
spec.require_paths = ['lib'] | ||
|
||
spec.required_ruby_version = '>= 2.3' | ||
spec.required_ruby_version = '>= 3.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
spec.add_runtime_dependency 'net-telnet', '~> 0.1.1' | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
module Heartcheck | ||
# gem version | ||
module Cache | ||
VERSION = '2.0.0' | ||
VERSION = '3.0.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Freeze mutable objects assigned to constants. |
||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found reference to undefined definition