Path to this page:
./
sysutils/ruby-repofetch,
Plugin-based stat fetcher
Branch: CURRENT,
Version: 0.5.2,
Package name: ruby31-repofetch-0.5.2,
Maintainer: pkgsrc-usersrepofetch
A plugin-based tool to fetch stats, with a GitHub stat fetcher included
by default.
Master sites:
Filesize: 20.5 KB
Version history: (Expand)
- (2023-01-25) Updated to version: ruby31-repofetch-0.5.2
- (2023-01-21) Updated to version: ruby31-repofetch-0.5.0
- (2023-01-15) Updated to version: ruby31-repofetch-0.4.4
- (2023-01-09) Package added to pkgsrc.se, version ruby31-repofetch-0.4.2 (created)
CVS history: (Expand)
2023-01-25 15:16:21 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/ruby-repofetch: update to 0.5.2
0.5.1 (2023-01-23)
Added
* -v/--version to print the version from the CLI
* Repofetch::VERSION to get the version as a library
0.5.2 (2023-01-24)
Fixed
* Placement of -v, --version help in the help message
|
2023-01-21 15:04:18 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/ruby-repofetch: update to 0.5.0
0.5.0 (2023-01-21)
Added
* Stat#format(theme) to create styled stats
* Stat#style_label to style the label without mutating the original Stat
instance
* Plugin#matches_path? and Plugin#from_path to allow plugins to initialize
from paths, not
* just git repositories
Changed
* Bitbucket Cloud header to be bold and blue
* Stat#style_label! to accept one or more styles as parameters
* Plugin#matches_repo? to return false instead of raising an error when it
is not overridden
Fixed
* length of separator to match visual length of header
Potentially Breaking for 3rd-party Plugins
Changed
* Repofetch::Util to be a module
* clean_s to be called remove_format_params
* Moved default_remote and default_remote_url to be in Repofetch::Util
* Stat#to_s to return an unstyled value
* Header text and stats will now automatically be bold and use the value
returned by Plugin#primary_color
|
2023-01-15 16:48:01 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
sysutils/ruby-repofetch: update to 0.4.4
0.4.3 (2023-01-12)
Added
* Bitbucket Cloud plugin
* Simple help message for the GitLab plugin (repofetch --plugin
Repofetch::Gitlab -- --help)
* --path option, which is an alias for --repository
* SSH url stat to GitHub and GitLab plugins
Changed
* "URL" stat in GitHub and GitLab plugins to "HTTP(S)"
* GitLab header to be styled
Fixed
* Confusing error on incorrect CLI args for the GitLab plugin
Breaking for users
Changed
* The --plugin short option to -P
* -p to be the short option for --path
Breaking for 3rd-party plugins
Changed
* The exception that is caught when initializing a plugin from ArgumentError
to Repofetch::PluginUsageError
0.4.4 (2023-01-13)
Fixed
* Bitbucket Cloud not getting automatically detected when running repofetch
in a Bitbucket Cloud repository
|
2023-01-09 14:09:35 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
sysutils/ruby-repofetch: add version 0.4.2
This is new version of sysutils/repofetch which is rewrited by Ruby.
repofetch
A plugin-based tool to fetch stats, with a GitHub stat fetcher included
by default.
|