summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2023-07-26 20:48:23 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2024-02-24 16:44:01 +0100
commitb0d0c76dbec64d77fbc6e9b1a4f5b4c16e9f6160 (patch)
tree344715e8dc796fa7a53ff05acbe1b0296b5d7cff /gnu/packages/ruby.scm
parent7b7ab0e4c7f2b24f59af20271bcd78402fa24204 (diff)
gnu: Add ruby-hashicorp-checkpoint.
* gnu/packages/ruby.scm (ruby-hashicorp-checkpoint): New variable.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 311650b6ec1..1b72220b331 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9629,6 +9629,26 @@ follows Ruby conventions and requires little knowledge of REST.")
9629 (home-page "https://github.com/octokit/octokit.rb") 9629 (home-page "https://github.com/octokit/octokit.rb")
9630 (license license:expat))) 9630 (license license:expat)))
9631 9631
9632(define-public ruby-hashicorp-checkpoint
9633 (package
9634 (name "ruby-hashicorp-checkpoint")
9635 (version "0.1.5")
9636 (source (origin
9637 (method url-fetch)
9638 (uri (rubygems-uri "hashicorp-checkpoint" version))
9639 (sha256
9640 (base32
9641 "1z6mwzvd7p2wqhmk07dwrhvm0ncgqm7pxn0pr2k025rwsspp9bsd"))))
9642 (build-system ruby-build-system)
9643 (arguments
9644 (list #:tests? #f)) ;; no need to test, useless outside HashiCorp anyway
9645 (synopsis "Internal HashiCorp service to check version information")
9646 (description "This package is probably useless outside of internal
9647HashiCorp use. It is open source for disclosure and because HashiCorp's open
9648source projects must be able to link to it.")
9649 (home-page "https://github.com/hashicorp/ruby-checkpoint")
9650 (license license:mpl2.0)))
9651
9632(define-public ruby-vagrant-cloud 9652(define-public ruby-vagrant-cloud
9633 (package 9653 (package
9634 (name "ruby-vagrant-cloud") 9654 (name "ruby-vagrant-cloud")