Search Criteria
Package Details: ruby-git 1.19.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ruby-git.git (read-only, click to copy) |
---|---|
Package Base: | ruby-git |
Description: | Ruby library to manipulate git repositories by wrapping system calls to the git binary |
Upstream URL: | https://github.com/ruby-git/ruby-git |
Licenses: | MIT |
Submitter: | supermario |
Maintainer: | supermario |
Last Packager: | supermario |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-20 02:18 (UTC) |
Last Updated: | 2024-01-17 11:56 (UTC) |
Dependencies (16)
- git (git-gitAUR, git-glAUR)
- ruby
- ruby-addressable
- ruby-rchardetAUR
- ruby-bumpAUR (make)
- ruby-rdoc (make)
- rubygems (rubygems-userAUR) (make)
- openssh (openssh-gitAUR, openssh-gssapiAUR, openssh-dotconfigAUR, openssh-dotconfig-binAUR, openssh-selinuxAUR, openssh-hpn-shimAUR) (check)
- ruby-bundler (check)
- ruby-minitar (check)
- ruby-mocha (check)
- ruby-rake (ruby-rake-12AUR) (check)
- ruby-redcarpet (check)
- ruby-test-unit (check)
- ruby-yard (check)
- ruby-yardstickAUR (check)
Latest Comments
ayekat commented on 2022-04-25 15:34 (UTC) (edited on 2022-09-05 19:36 (UTC) by ayekat)
The issue with
?tag
instad of#tag
is still present. Could you please fix that?--update: Thanks!
vlovich commented on 2022-03-24 04:52 (UTC)
Can't get this to install. Something to do with a master -> main transition and tests are failing:
ayekat commented on 2021-12-22 12:20 (UTC)
For selecting the tag, it should be
…#tag=…
, not…?tag=…
. Otherwise makepkg fails to select the correct tag and consequently attempts to build with the codebase in upstream master (which is now 1.10.0, so it fails to find the expected gem file for 1.9.1).