mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
www/gitlab: added new ports required for gitlab 18.1.0
This commit is contained in:
@@ -240,6 +240,7 @@
|
||||
SUBDIR += rubygem-minitar0
|
||||
SUBDIR += rubygem-ruby-xz
|
||||
SUBDIR += rubygem-rubyzip
|
||||
SUBDIR += rubygem-rubyzip-gitlab
|
||||
SUBDIR += rubygem-rubyzip13
|
||||
SUBDIR += rubygem-rubyzip2
|
||||
SUBDIR += rubygem-snappy
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
PORTNAME= rubyzip
|
||||
PORTVERSION= 2.4.1
|
||||
CATEGORIES= archivers rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby module for reading and writing zip files
|
||||
WWW= https://github.com/rubyzip/rubyzip
|
||||
|
||||
LICENSE= BSD2CLAUSE RUBY
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= rubyzip_project
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1750221497
|
||||
SHA256 (rubygem/rubyzip-2.4.1.gem) = 8577c88edc1fde8935eb91064c5cb1aef9ad5494b940cf19c775ee833e075615
|
||||
SIZE (rubygem/rubyzip-2.4.1.gem) = 41984
|
||||
@@ -0,0 +1 @@
|
||||
Ruby module for reading and writing zip files
|
||||
@@ -1032,6 +1032,7 @@
|
||||
SUBDIR += rubygem-ruby-mysql
|
||||
SUBDIR += rubygem-sdbm
|
||||
SUBDIR += rubygem-seed-fu
|
||||
SUBDIR += rubygem-seed-fu-gitlab
|
||||
SUBDIR += rubygem-solid_cable
|
||||
SUBDIR += rubygem-solid_cable-rails72
|
||||
SUBDIR += rubygem-solid_cache
|
||||
@@ -1042,7 +1043,9 @@
|
||||
SUBDIR += rubygem-sqlite3-ruby
|
||||
SUBDIR += rubygem-sqlite31
|
||||
SUBDIR += rubygem-state_machines-activemodel
|
||||
SUBDIR += rubygem-state_machines-activemodel-gitlab
|
||||
SUBDIR += rubygem-state_machines-activerecord
|
||||
SUBDIR += rubygem-state_machines-activerecord-gitlab
|
||||
SUBDIR += rubygem-state_machines-activerecord08
|
||||
SUBDIR += rubygem-tarantool
|
||||
SUBDIR += rubygem-trilogy
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= seed-fu
|
||||
PORTVERSION= 2.3.9
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Library to maintain seed data
|
||||
WWW= https://github.com/mbleigh/seed-fu
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord-gitlab>=3.1:databases/rubygem-activerecord-gitlab \
|
||||
rubygem-activesupport-gitlab>=3.1:devel/rubygem-activesupport-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1548426571
|
||||
SHA256 (rubygem/seed-fu-2.3.9.gem) = 6d902d12dc1b88a16d487506baacc93b3a92e3671fdd603110d1600d35fbf478
|
||||
SIZE (rubygem/seed-fu-2.3.9.gem) = 13824
|
||||
@@ -0,0 +1,4 @@
|
||||
Seed Fu is an attempt to once and for all solve the problem of inserting and
|
||||
maintaining seed data in a database. It uses a variety of techniques gathered
|
||||
from various places around the web and combines them to create what is
|
||||
hopefully the most robust seed data system around.
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= state_machines-activemodel
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Support for creating state machines for attributes on ActiveModel
|
||||
WWW= https://github.com/state-machines/state_machines-activemodel
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel-gitlab>=6.0:databases/rubygem-activemodel-gitlab \
|
||||
rubygem-state_machines>=0.6.0:devel/rubygem-state_machines
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1688902213
|
||||
SHA256 (rubygem/state_machines-activemodel-0.9.0.gem) = 832fcee34a4e1093a3539cb7f6d864fb480c489e5025f8f4ba55a26d32d0b04a
|
||||
SIZE (rubygem/state_machines-activemodel-0.9.0.gem) = 15360
|
||||
@@ -0,0 +1,4 @@
|
||||
The StateMachines ActiveModel integration is useful for both standalone usage
|
||||
and for providing the base implementation for ORMs which implement the
|
||||
ActiveModel API. This integration adds support for validation errors and dirty
|
||||
attribute tracking.
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= state_machines-activerecord
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Support for creating state machines for attributes on ActiveRecord
|
||||
WWW= https://github.com/state-machines/state_machines-activerecord
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord-gitlab>=5.1:databases/rubygem-activerecord-gitlab \
|
||||
rubygem-state_machines-activemodel-gitlab>=0.8.0:databases/rubygem-state_machines-activemodel-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1611262267
|
||||
SHA256 (rubygem/state_machines-activerecord-0.8.0.gem) = 072fb701b8ab03de0608297f6c55dc34ed096e556fa8f77e556f3c461c71aab6
|
||||
SIZE (rubygem/state_machines-activerecord-0.8.0.gem) = 24064
|
||||
@@ -0,0 +1,2 @@
|
||||
The StateMachines Active Record 4.1+ integration adds support for database
|
||||
transactions, automatically saving the record, named scopes, validation errors.
|
||||
@@ -6482,6 +6482,7 @@
|
||||
SUBDIR += rubygem-algebrick
|
||||
SUBDIR += rubygem-algorithms
|
||||
SUBDIR += rubygem-aliyun-sdk
|
||||
SUBDIR += rubygem-aliyun-sdk-gitlab
|
||||
SUBDIR += rubygem-allison
|
||||
SUBDIR += rubygem-amazing_print
|
||||
SUBDIR += rubygem-analogger
|
||||
@@ -7244,10 +7245,13 @@
|
||||
SUBDIR += rubygem-dry-configurable
|
||||
SUBDIR += rubygem-dry-container
|
||||
SUBDIR += rubygem-dry-core
|
||||
SUBDIR += rubygem-dry-core-gitlab
|
||||
SUBDIR += rubygem-dry-equalizer
|
||||
SUBDIR += rubygem-dry-inflector
|
||||
SUBDIR += rubygem-dry-logic
|
||||
SUBDIR += rubygem-dry-logic-gitlab
|
||||
SUBDIR += rubygem-dry-types
|
||||
SUBDIR += rubygem-dry-types-gitlab
|
||||
SUBDIR += rubygem-drydock
|
||||
SUBDIR += rubygem-dynflow
|
||||
SUBDIR += rubygem-e2mmap
|
||||
@@ -7269,6 +7273,7 @@
|
||||
SUBDIR += rubygem-event_stream_parser
|
||||
SUBDIR += rubygem-eventmachine
|
||||
SUBDIR += rubygem-excon
|
||||
SUBDIR += rubygem-excon-gitlab
|
||||
SUBDIR += rubygem-excon0
|
||||
SUBDIR += rubygem-execjs
|
||||
SUBDIR += rubygem-extlib
|
||||
@@ -7316,10 +7321,12 @@
|
||||
SUBDIR += rubygem-fluent-logger
|
||||
SUBDIR += rubygem-fog
|
||||
SUBDIR += rubygem-fog-core
|
||||
SUBDIR += rubygem-fog-core-gitlab
|
||||
SUBDIR += rubygem-fog-core1
|
||||
SUBDIR += rubygem-fog-core210
|
||||
SUBDIR += rubygem-fog-core250
|
||||
SUBDIR += rubygem-fog-json
|
||||
SUBDIR += rubygem-fog-json-gitlab
|
||||
SUBDIR += rubygem-font-awesome-rails
|
||||
SUBDIR += rubygem-font-awesome-rails-rails5
|
||||
SUBDIR += rubygem-font-awesome-rails-rails52
|
||||
@@ -7433,6 +7440,7 @@
|
||||
SUBDIR += rubygem-grape-swagger-entity
|
||||
SUBDIR += rubygem-grape20
|
||||
SUBDIR += rubygem-grape_logging
|
||||
SUBDIR += rubygem-grape_logging-gitlab
|
||||
SUBDIR += rubygem-graphiql-rails
|
||||
SUBDIR += rubygem-graphlient
|
||||
SUBDIR += rubygem-graphql
|
||||
@@ -7505,6 +7513,7 @@
|
||||
SUBDIR += rubygem-jenkins_api_client
|
||||
SUBDIR += rubygem-jeweler
|
||||
SUBDIR += rubygem-jira-ruby
|
||||
SUBDIR += rubygem-jira-ruby-gitlab
|
||||
SUBDIR += rubygem-jmespath
|
||||
SUBDIR += rubygem-jquery-ui-themes
|
||||
SUBDIR += rubygem-jruby-jars
|
||||
@@ -7942,6 +7951,7 @@
|
||||
SUBDIR += rubygem-spring-watcher-listen
|
||||
SUBDIR += rubygem-sprockets
|
||||
SUBDIR += rubygem-sprockets-es6
|
||||
SUBDIR += rubygem-sprockets-gitlab
|
||||
SUBDIR += rubygem-sprockets-helpers
|
||||
SUBDIR += rubygem-sprockets-rails-rails-gitlab
|
||||
SUBDIR += rubygem-sprockets-rails-rails4
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
PORTNAME= aliyun-sdk
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby program to facilitate accessing Aliyun Object Storage Service
|
||||
WWW= https://github.com/aliyun/aliyun-oss-ruby-sdk
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-nokogiri>=1.6<2:textproc/rubygem-nokogiri \
|
||||
rubygem-rest-client-gitlab>=2.0<3:www/rubygem-rest-client-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1598029481
|
||||
SHA256 (rubygem/aliyun-sdk-0.8.0.gem) = 65915d3f9b528082253d1f9ad0e4d13d6b552933fe49251c68c6915cd4d75b9d
|
||||
SIZE (rubygem/aliyun-sdk-0.8.0.gem) = 80896
|
||||
@@ -0,0 +1,2 @@
|
||||
Alibaba Cloud OSS SDK for Ruby is a Ruby client program for convenient access to
|
||||
Alibaba Cloud OSS (Object Storage Service) RESTful APIs.
|
||||
@@ -0,0 +1,22 @@
|
||||
PORTNAME= dry-core
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Toolset of small support modules used throughout the dry-rb ecosystem
|
||||
WWW= https://github.com/dry-rb/dry-core
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab \
|
||||
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1738090018
|
||||
SHA256 (rubygem/dry-core-1.1.0.gem) = 0903821a9707649a7da545a2cd88e20f3a663ab1c5288abd7f914fa7751ab195
|
||||
SIZE (rubygem/dry-core-1.1.0.gem) = 23040
|
||||
@@ -0,0 +1,2 @@
|
||||
dry-core is a toolset of small support modules used throughout the dry-rb and
|
||||
rom-rb ecosystems.
|
||||
@@ -0,0 +1,23 @@
|
||||
PORTNAME= dry-logic
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Predicate logic with rule composition
|
||||
WWW= https://github.com/dry-rb/dry-logic
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
|
||||
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-dry-core-gitlab>=1.1<2:devel/rubygem-dry-core-gitlab \
|
||||
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1738090022
|
||||
SHA256 (rubygem/dry-logic-1.6.0.gem) = da6fedbc0f90fc41f9b0cc7e6f05f5d529d1efaef6c8dcc8e0733f685745cea2
|
||||
SIZE (rubygem/dry-logic-1.6.0.gem) = 15872
|
||||
@@ -0,0 +1 @@
|
||||
dry-logic predicates logic with rule composition.
|
||||
@@ -0,0 +1,25 @@
|
||||
PORTNAME= dry-types
|
||||
PORTVERSION= 1.8.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Type system for Ruby supporting coercions, constraints and complex types
|
||||
WWW= https://github.com/dry-rb/dry-types
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \
|
||||
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-dry-core-gitlab>=1.0<2:devel/rubygem-dry-core-gitlab \
|
||||
rubygem-dry-inflector>=1.0<2:devel/rubygem-dry-inflector \
|
||||
rubygem-dry-logic-gitlab>=1.4<2:devel/rubygem-dry-logic-gitlab \
|
||||
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1738606579
|
||||
SHA256 (rubygem/dry-types-1.8.2.gem) = c84e9ada69419c727c3b12e191e0ed7d2c6d58d040d55e79ea16e0ebf8b3ec0f
|
||||
SIZE (rubygem/dry-types-1.8.2.gem) = 47104
|
||||
@@ -0,0 +1 @@
|
||||
dry-types provides flexible type system for Ruby with coercions and constraints.
|
||||
@@ -0,0 +1,20 @@
|
||||
PORTNAME= excon
|
||||
PORTVERSION= 0.112.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Extended http(s) Connections Library
|
||||
WWW= https://github.com/excon/excon
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= excon_project
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1728632670
|
||||
SHA256 (rubygem/excon-0.112.0.gem) = daf9ac3a4c2fc9aa48383a33da77ecb44fa395111e973084d5c52f6f214ae0f0
|
||||
SIZE (rubygem/excon-0.112.0.gem) = 176640
|
||||
@@ -0,0 +1 @@
|
||||
EXtended http(s) CONnections Library
|
||||
@@ -0,0 +1,23 @@
|
||||
PORTNAME= fog-core
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Shared classes and tests for fog providers and services
|
||||
WWW= https://github.com/fog/fog-core
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-builder>=0:devel/rubygem-builder \
|
||||
rubygem-excon-gitlab>=0.58<1:devel/rubygem-excon-gitlab \
|
||||
rubygem-formatador>=0.2<2.0:devel/rubygem-formatador \
|
||||
rubygem-mime-types-gitlab>=0:misc/rubygem-mime-types-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1520786474
|
||||
SHA256 (rubygem/fog-core-2.1.0.gem) = 53e5d793554d7080d015ef13cd44b54027e421d924d9dba4ce3d83f95f37eda9
|
||||
SIZE (rubygem/fog-core-2.1.0.gem) = 53760
|
||||
@@ -0,0 +1,11 @@
|
||||
--- fog-core.gemspec.orig 2024-02-20 07:57:19 UTC
|
||||
+++ fog-core.gemspec
|
||||
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
||||
s.add_runtime_dependency(%q<builder>.freeze, [">= 0".freeze])
|
||||
s.add_runtime_dependency(%q<mime-types>.freeze, [">= 0".freeze])
|
||||
s.add_runtime_dependency(%q<excon>.freeze, ["~> 0.58".freeze])
|
||||
- s.add_runtime_dependency(%q<formatador>.freeze, ["~> 0.2".freeze])
|
||||
+ s.add_runtime_dependency(%q<formatador>.freeze, [">= 0.2".freeze, "< 2.0".freeze])
|
||||
s.add_development_dependency(%q<tins>.freeze, [">= 0".freeze])
|
||||
s.add_development_dependency(%q<coveralls>.freeze, [">= 0".freeze])
|
||||
s.add_development_dependency(%q<minitest>.freeze, [">= 0".freeze])
|
||||
@@ -0,0 +1,2 @@
|
||||
rubygem-fog-core (Fog::Core) provides shared classes and tests for fog providers
|
||||
and services.
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= fog-json
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Extraction of the JSON parsing tools between providers
|
||||
WWW= https://github.com/fog/fog-json
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core-gitlab>=0:devel/rubygem-fog-core-gitlab \
|
||||
rubygem-multi_json>=1.10<2:devel/rubygem-multi_json
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532823240
|
||||
SHA256 (rubygem/fog-json-1.2.0.gem) = dd4f5ab362dbc72b687240bba9d2dd841d5dfe888a285797533f85c03ea548fe
|
||||
SIZE (rubygem/fog-json-1.2.0.gem) = 8704
|
||||
@@ -0,0 +1,2 @@
|
||||
rubygem-fog-json (Fog::Json) provides extraction of the JSON parsing tools
|
||||
shared between a number of providers in the 'fog' gem.
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= grape_logging
|
||||
PORTVERSION= 1.8.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Request logging for Grape
|
||||
WWW= https://github.com/aserafin/grape_logging
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-grape20>=0:devel/rubygem-grape20 \
|
||||
rubygem-rack>=0,3:www/rubygem-rack
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1598605220
|
||||
SHA256 (rubygem/grape_logging-1.8.4.gem) = efcc3e322dbd5d620a68f078733b7db043cf12680144cd03c982f14115c792d1
|
||||
SIZE (rubygem/grape_logging-1.8.4.gem) = 13312
|
||||
@@ -0,0 +1,3 @@
|
||||
This gem provides simple request logging for Grape with just few lines of code
|
||||
you have to put in your project! In return you will get response codes, paths,
|
||||
parameters and more!
|
||||
@@ -0,0 +1,23 @@
|
||||
PORTNAME= jira-ruby
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= API for JIRA
|
||||
WWW= https://github.com/sumoheavy/jira-ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport-gitlab>=0:devel/rubygem-activesupport-gitlab \
|
||||
rubygem-atlassian-jwt>=0:www/rubygem-atlassian-jwt \
|
||||
rubygem-multipart-post>=0:www/rubygem-multipart-post \
|
||||
rubygem-oauth0>=0.5.0<1:net/rubygem-oauth0
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1675191845
|
||||
SHA256 (rubygem/jira-ruby-2.3.0.gem) = abf26e6bff4a8ea40bae06f7df6276a5776905c63fb2070934823ca54f62eb62
|
||||
SIZE (rubygem/jira-ruby-2.3.0.gem) = 67072
|
||||
@@ -0,0 +1 @@
|
||||
This gem provides access to the Atlassian JIRA REST API.
|
||||
@@ -0,0 +1,27 @@
|
||||
PORTNAME= sprockets
|
||||
PORTVERSION= 3.7.5
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby library that preprocesses and concatenates JavaScript files
|
||||
WWW= https://github.com/rails/sprockets
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \
|
||||
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
|
||||
rubygem-rack22>=1,3<3,3:www/rubygem-rack22
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= sprockets_project
|
||||
|
||||
post-install:
|
||||
@${RM} ${STAGEDIR}${PREFIX}/bin/sprockets
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1727315418
|
||||
SHA256 (rubygem/sprockets-3.7.5.gem) = 72c20f256548f8a37fe7db41d96be86c3262fddaf4ebe9d69ec8317394fed383
|
||||
SIZE (rubygem/sprockets-3.7.5.gem) = 72704
|
||||
@@ -0,0 +1,4 @@
|
||||
Sprockets is a Ruby library for compiling and serving web assets. It features
|
||||
declarative dependency management for JavaScript and CSS assets, as well as a
|
||||
powerful preprocessor pipeline that allows you to write assets in languages like
|
||||
CoffeeScript, Sass and SCSS.
|
||||
@@ -220,6 +220,7 @@
|
||||
SUBDIR += rubygem-simpleidn
|
||||
SUBDIR += rubygem-simpleidn02
|
||||
SUBDIR += rubygem-validates_hostname
|
||||
SUBDIR += rubygem-validates_hostname-gitlab
|
||||
SUBDIR += rubygem-zonefile
|
||||
SUBDIR += samba-nsupdate
|
||||
SUBDIR += scavenge
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= validates_hostname
|
||||
PORTVERSION= 1.0.13
|
||||
CATEGORIES= dns rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Extension to ActiveRecord::Base for validating hostnames
|
||||
WWW= https://github.com/KimNorgaard/validates_hostname
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activerecord-gitlab>=3.0:databases/rubygem-activerecord-gitlab \
|
||||
rubygem-activesupport-gitlab>=3.0:devel/rubygem-activesupport-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1684104678
|
||||
SHA256 (rubygem/validates_hostname-1.0.13.gem) = eac40178cc0b4f727df9cc6a5cb5bc2550718ad8d9bb3728df9aba6354bdda19
|
||||
SIZE (rubygem/validates_hostname-1.0.13.gem) = 14848
|
||||
@@ -0,0 +1,5 @@
|
||||
Extension to ActiveRecord::Base for validating hostnames and domain names.
|
||||
|
||||
Features:
|
||||
- Adds validation for hostnames to ActiveModel
|
||||
- Supports i18n for the error messages
|
||||
@@ -584,6 +584,7 @@
|
||||
SUBDIR += rubygem-iesd
|
||||
SUBDIR += rubygem-mime-types
|
||||
SUBDIR += rubygem-mime-types-data
|
||||
SUBDIR += rubygem-mime-types-gitlab
|
||||
SUBDIR += rubygem-mimemagic
|
||||
SUBDIR += rubygem-octicons
|
||||
SUBDIR += rubygem-rabbit
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= mime-types
|
||||
PORTVERSION= 3.7.0
|
||||
CATEGORIES= misc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
|
||||
WWW= https://github.com/mime-types/ruby-mime-types
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab \
|
||||
rubygem-mime-types-data>=3.2025.0507<4:misc/rubygem-mime-types-data
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1747547552
|
||||
SHA256 (rubygem/mime-types-3.7.0.gem) = dcebf61c246f08e15a4de34e386ebe8233791e868564a470c3fe77c00eed5e56
|
||||
SIZE (rubygem/mime-types-3.7.0.gem) = 41984
|
||||
@@ -0,0 +1,2 @@
|
||||
MIME::Types for Ruby originally based on and synchronized with MIME::Types
|
||||
for Perl by Mark Overmeer, copyright 2001 - 2005.
|
||||
@@ -1291,6 +1291,7 @@
|
||||
SUBDIR += rubygem-fog-aliyun-gitlab
|
||||
SUBDIR += rubygem-fog-atmos
|
||||
SUBDIR += rubygem-fog-aws
|
||||
SUBDIR += rubygem-fog-aws-gitlab
|
||||
SUBDIR += rubygem-fog-aws328
|
||||
SUBDIR += rubygem-fog-azure
|
||||
SUBDIR += rubygem-fog-brightbox
|
||||
@@ -1306,6 +1307,7 @@
|
||||
SUBDIR += rubygem-fog-internet-archive
|
||||
SUBDIR += rubygem-fog-joyent
|
||||
SUBDIR += rubygem-fog-local
|
||||
SUBDIR += rubygem-fog-local-gitlab
|
||||
SUBDIR += rubygem-fog-openstack
|
||||
SUBDIR += rubygem-fog-ovirt
|
||||
SUBDIR += rubygem-fog-powerdns
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
PORTNAME= fog-aws
|
||||
PORTVERSION= 3.28.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support Amazon Web Services
|
||||
WWW= https://github.com/fog/fog-aws
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402 \
|
||||
rubygem-fog-core-gitlab>=2.1<3:devel/rubygem-fog-core-gitlab \
|
||||
rubygem-fog-json-gitlab>=1.1<2:devel/rubygem-fog-json-gitlab \
|
||||
rubygem-fog-xml-gitlab>=0.1<1:textproc/rubygem-fog-xml-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1730286749
|
||||
SHA256 (rubygem/fog-aws-3.28.0.gem) = 7d2e7e13eb123914be9cea12f3d134285fa9fc14e0fa0daebc97386a3d9567cd
|
||||
SIZE (rubygem/fog-aws-3.28.0.gem) = 433664
|
||||
@@ -0,0 +1 @@
|
||||
Fog::Aws is a module for the 'fog' gem to support Amazon Web Services.
|
||||
@@ -0,0 +1,20 @@
|
||||
PORTNAME= fog-local
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Module for the 'fog' gem to support local filesystem storage
|
||||
WWW= https://github.com/fog/fog-local
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core-gitlab>=1.27<3.0:devel/rubygem-fog-core-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1744289326
|
||||
SHA256 (rubygem/fog-local-0.9.0.gem) = 2bb5ffb153343a2d641018e2571155ebabd11908a7133504ead7ee03586a6a1c
|
||||
SIZE (rubygem/fog-local-0.9.0.gem) = 13312
|
||||
@@ -0,0 +1 @@
|
||||
Fog::Local is a module for the 'fog' gem to support local filesystem storage.
|
||||
@@ -1833,6 +1833,7 @@
|
||||
SUBDIR += rubygem-ezamar
|
||||
SUBDIR += rubygem-fast_xs
|
||||
SUBDIR += rubygem-fog-xml
|
||||
SUBDIR += rubygem-fog-xml-gitlab
|
||||
SUBDIR += rubygem-gemoji
|
||||
SUBDIR += rubygem-gemoji3
|
||||
SUBDIR += rubygem-gepub
|
||||
@@ -1849,6 +1850,7 @@
|
||||
SUBDIR += rubygem-heredoc_unindent
|
||||
SUBDIR += rubygem-hikidoc
|
||||
SUBDIR += rubygem-html-pipeline
|
||||
SUBDIR += rubygem-html-pipeline-gitlab
|
||||
SUBDIR += rubygem-html-proofer
|
||||
SUBDIR += rubygem-html2text
|
||||
SUBDIR += rubygem-htmlentities
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= fog-xml
|
||||
PORTVERSION= 0.1.5
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Extraction of the XML parsing tools shared among 'fog' providers
|
||||
WWW= https://github.com/fog/fog-xml
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-fog-core-gitlab>=0:devel/rubygem-fog-core-gitlab \
|
||||
rubygem-nokogiri>=1.5.11<2.0.0:textproc/rubygem-nokogiri
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1735705261
|
||||
SHA256 (rubygem/fog-xml-0.1.5.gem) = 52b9fea10701461dd3eaf9d9839702169b418dbbf50426786b9b74fade373bd6
|
||||
SIZE (rubygem/fog-xml-0.1.5.gem) = 11264
|
||||
@@ -0,0 +1 @@
|
||||
Fog::Xml provides shared XML related functionality for fog.
|
||||
@@ -0,0 +1,21 @@
|
||||
PORTNAME= html-pipeline
|
||||
PORTVERSION= 2.14.3
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= GitHub HTML processing filters and utilities
|
||||
WWW= https://github.com/jch/html-pipeline
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport-gitlab>=2:devel/rubygem-activesupport-gitlab \
|
||||
rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1669463335
|
||||
SHA256 (rubygem/html-pipeline-2.14.3.gem) = 8a1d4d7128b2141913387cac0f8ba898bb6812557001acc0c2b46910f59413a0
|
||||
SIZE (rubygem/html-pipeline-2.14.3.gem) = 36864
|
||||
@@ -0,0 +1,4 @@
|
||||
This library provides a handful of chainable HTML filters to
|
||||
transform user content into markup. A filter takes an HTML
|
||||
string or Nokogiri::HTML::DocumentFragment, optionally
|
||||
manipulates it, and then outputs the result.
|
||||
@@ -2045,6 +2045,7 @@
|
||||
SUBDIR += rubygem-cable_ready
|
||||
SUBDIR += rubygem-cal-heatmap-rails
|
||||
SUBDIR += rubygem-carrierwave
|
||||
SUBDIR += rubygem-carrierwave-gitlab
|
||||
SUBDIR += rubygem-carrierwave1
|
||||
SUBDIR += rubygem-cgi
|
||||
SUBDIR += rubygem-cgi_multipart_eof_fix
|
||||
@@ -2065,6 +2066,7 @@
|
||||
SUBDIR += rubygem-d3_rails
|
||||
SUBDIR += rubygem-davclient
|
||||
SUBDIR += rubygem-deckar01-task_list
|
||||
SUBDIR += rubygem-deckar01-task_list-gitlab
|
||||
SUBDIR += rubygem-domainatrix
|
||||
SUBDIR += rubygem-dropzonejs-rails
|
||||
SUBDIR += rubygem-em-http-request
|
||||
@@ -2353,6 +2355,7 @@
|
||||
SUBDIR += rubygem-responders-rails71
|
||||
SUBDIR += rubygem-responders-rails72
|
||||
SUBDIR += rubygem-rest-client
|
||||
SUBDIR += rubygem-rest-client-gitlab
|
||||
SUBDIR += rubygem-rfacebook
|
||||
SUBDIR += rubygem-rfeedfinder
|
||||
SUBDIR += rubygem-rinku
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
PORTNAME= carrierwave
|
||||
PORTVERSION= 1.3.4
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Upload files, map them to a range of ORMs, store on different backends
|
||||
WWW= https://github.com/carrierwaveuploader/carrierwave
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activemodel-gitlab>=4.0.0:databases/rubygem-activemodel-gitlab \
|
||||
rubygem-activesupport-gitlab>=4.0.0:devel/rubygem-activesupport-gitlab \
|
||||
rubygem-mime-types-gitlab>=1.16:misc/rubygem-mime-types-gitlab \
|
||||
rubygem-ssrf_filter10>=1.0<1.1.0:security/rubygem-ssrf_filter10
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= carrierwave_project
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1698073078
|
||||
SHA256 (rubygem/carrierwave-1.3.4.gem) = 81772dabd1830edbd7f4526d2ae2c79f974f1d48900c3f03f7ecb7c657463a21
|
||||
SIZE (rubygem/carrierwave-1.3.4.gem) = 46080
|
||||
@@ -0,0 +1,2 @@
|
||||
Upload files in your Ruby applications, map them to a range of ORMs, store them
|
||||
on different backends.
|
||||
@@ -0,0 +1,20 @@
|
||||
PORTNAME= deckar01-task_list
|
||||
PORTVERSION= 2.3.4
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Markdown TaskList components
|
||||
WWW= https://gitlab.com/deckar01/task_list
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-html-pipeline-gitlab>=2.0<3:textproc/rubygem-html-pipeline-gitlab
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1710923662
|
||||
SHA256 (rubygem/deckar01-task_list-2.3.4.gem) = 66abdc7e009ea759732bb53867e1ea42de550e2aa03ac30a015cbf42a04c1667
|
||||
SIZE (rubygem/deckar01-task_list-2.3.4.gem) = 66560
|
||||
@@ -0,0 +1,2 @@
|
||||
Provides various components necessary for integrating Task Lists
|
||||
into GitHub-flavored-Markdown user content.
|
||||
@@ -0,0 +1,25 @@
|
||||
PORTNAME= rest-client
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -gitlab
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Simple Simple HTTP and REST client for Ruby
|
||||
WWW= https://github.com/rest-client/rest-client
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-http-accept>=1.7.0:www/rubygem-http-accept \
|
||||
rubygem-http-cookie>=1.0.2<2.0:www/rubygem-http-cookie \
|
||||
rubygem-mime-types-gitlab>=1.16<4.0:misc/rubygem-mime-types-gitlab \
|
||||
rubygem-netrc>=0.8<1:net/rubygem-netrc
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/restclient
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1626714760
|
||||
SHA256 (rubygem/rest-client-2.1.0.gem) = 35a6400bdb14fae28596618e312776c158f7ebbb0ccad752ff4fa142bf2747e3
|
||||
SIZE (rubygem/rest-client-2.1.0.gem) = 147456
|
||||
@@ -0,0 +1,11 @@
|
||||
--- rest-client.gemspec.orig 2024-02-21 16:41:11 UTC
|
||||
+++ rest-client.gemspec
|
||||
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency(%q<pry-doc>.freeze, ["~> 0".freeze])
|
||||
s.add_development_dependency(%q<rdoc>.freeze, [">= 2.4.2".freeze, "< 6.0".freeze])
|
||||
s.add_development_dependency(%q<rubocop>.freeze, ["~> 0.49".freeze])
|
||||
- s.add_runtime_dependency(%q<http-accept>.freeze, [">= 1.7.0".freeze, "< 2.0".freeze])
|
||||
+ s.add_runtime_dependency(%q<http-accept>.freeze, [">= 1.7.0".freeze])
|
||||
s.add_runtime_dependency(%q<http-cookie>.freeze, [">= 1.0.2".freeze, "< 2.0".freeze])
|
||||
s.add_runtime_dependency(%q<mime-types>.freeze, [">= 1.16".freeze, "< 4.0".freeze])
|
||||
s.add_runtime_dependency(%q<netrc>.freeze, ["~> 0.8".freeze])
|
||||
@@ -0,0 +1,2 @@
|
||||
A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
|
||||
microframework style of specifying actions: get, put, post, delete.
|
||||
Reference in New Issue
Block a user