./devel/ruby-rugged, Ruby bindings to libgit2

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.2, Package name: ruby32-rugged-1.7.2, Maintainer: pkgsrc-users

Rugged is a library for accessing libgit2 in Ruby. It gives you the speed
and portability of libgit2 with the beauty of the Ruby language.


Required to run:
[security/openssl] [devel/libgit2] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 1792 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-10 15:09:37 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rugged: update to 1.7.2

1.7.2 (2024-02-07)

* vendor: update libgit2 to 1.7.2
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-23 17:16:40 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rugged: update to 1.7.1

1.7.1 (2023-09-04)

* Support libgit 1.7.1.
   2023-04-29 15:39:53 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
devel/ruby-rugged: update to 1.6.3

1.6.2 (2023-03-17)

* extconf: do not build libgit2 tests or CLI
* Remove alloc from defined classes
* walker: use TypedData_Get_Struct to retrieve the object
* extconf: fix regexps for use-system-libraries
* include_untracked_content -> show_untracked_content
* show_untracked_content in index.rb as well
* vendor: update to libgit2 v1.6.2
* better Ruby 3.2 support

1.6.3 (2023-03-27)

* ext: correct pc filename
* vendor: bump libgit2 to v1.6.3
   2023-01-25 14:47:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rugged: update to 1.5.1

1.5.1 (2023-01-21)

* extconf: do not build libgit2 tests or CLI
* vendor: bump libgit2 to v1.5.1
* ci: store the github.com ssh-rsa key in known_hosts
   2022-09-03 17:06:52 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-rugged: add a patch file

Add a patch file missed from previous commit.
   2022-09-03 17:05:43 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rugged: update to 1.5.0.1

Catch up tolibgit2 1.5.0.  Changes from 1.2.0 are too many to write here
please refer: <https://github.com/libgit2/rugged/compare/v1.2.0...v1.5.0.1>.
   2021-11-23 15:20:22 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-rugged: update to 1.2.0

1.2.0 (2021-09-06)

No release note but it catched up to libgit2 1.2.0.
Please refer <https://github.com/libgit2/rugged/compare/v1.1.1...v1.2.0> in
detail.