Skip to content

Commit

Permalink
Release 4.0.3.fork
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcheramy committed Dec 16, 2024
1 parent 0839aaf commit 395de5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [4.0.3.fork - 2024-12-13 ]
### Changed
- Versioning with patchversion and prerelese-version set to fork, to work with
dependencies from other gems (@robertcheramy)

## [ 4.0.fork02 - 2024-12-13 ]
### Added
- Integrated RuboCop for code style and quality enforcement. (@robertcheramy)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ So I will try to maintain "my" version of Net::SCP in this repository until I
find a solution with the Net::SCP team.

I plan to keep the original Major and Minor version of Net:SSCP, and
differentiate with the patch version in the format fork(number): 4.0.fork01.
differentiate with the patch version and the prerelease version set to fork:
4.0.3.fork.

Issues and Pull Requests are welcome in this fork, just use the github
funtionality.
Expand Down
4 changes: 2 additions & 2 deletions lib/net/scp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def to_i
MINOR = 0

# The tiny component of this version of the Net::SSH library
TINY = 'fork02'.freeze
TINY = 3

# The prerelease component of this version of the Net::SSH library
# nil allowed
PRE = nil
PRE = 'fork'.freeze

# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
Expand Down

0 comments on commit 395de5c

Please sign in to comment.