Skip to content

Commit

Permalink
prep for 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 6, 2024
1 parent ef66a6d commit be2f821
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.6.3](https://github.com/WinRb/rubyntlm/tree/0.6.4) (2024-06-06)
[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.3...0.6.4)

## [0.6.3](https://github.com/WinRb/rubyntlm/tree/0.6.3) (2021-01-26)
[Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.2...0.6.3)

Expand Down Expand Up @@ -124,4 +127,4 @@
## [v0.2.0](https://github.com/WinRb/rubyntlm/tree/v0.2.0) (2013-03-22)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion lib/net/ntlm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module NTLM
module VERSION
MAJOR = 0
MINOR = 6
TINY = 3
TINY = 4
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
Expand Down
4 changes: 3 additions & 1 deletion rubyntlm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ["lib"]

s.required_ruby_version = '>= 1.8.7'
s.required_ruby_version = '>= 2.6.0'

s.license = 'MIT'

Expand All @@ -26,4 +26,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", ">= 2.11"
s.add_development_dependency "simplecov"
s.add_dependency "base64"

s.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit be2f821

Please sign in to comment.