Package Details: ruby-git 1.19.1-1

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)

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:

Failure: test_git_init(TestInit)
/tmp/makepkg/ruby-git/src/ruby-git/tests/units/test_init.rb:41:in `block in test_git_init'
     38:       assert(File.directory?(File.join(path, '.git')))
     39:       assert(File.exist?(File.join(path, '.git', 'config')))
     40:       assert_equal('false', repo.config('core.bare'))
  => 41:       assert_equal("ref: refs/heads/master\n", File.read("#{path}/.git/HEAD"))
     42:     end
     43:   end
     44: 
/tmp/makepkg/ruby-git/src/ruby-git/tests/test_helper.rb:53:in `block in in_temp_dir'
/usr/lib/ruby/3.0.0/fileutils.rb:139:in `chdir'
/usr/lib/ruby/3.0.0/fileutils.rb:139:in `cd'
/tmp/makepkg/ruby-git/src/ruby-git/tests/test_helper.rb:52:in `in_temp_dir'
/tmp/makepkg/ruby-git/src/ruby-git/tests/units/test_init.rb:36:in `test_git_init'
<"ref: refs/heads/master\n"> expected but was
<"ref: refs/heads/main\n">

diff:
? ref: refs/heads/master
?                   in  
?                   ????  
==============================================================================================================================================================================================================================================================================
........................................................................................
Finished in 15.278121096 seconds.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
157 tests, 582 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
99.3631% passed
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
10.28 tests/s, 38.09 assertions/s

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).