Skip to content

Commit

Permalink
databases/rubygem-google-cloud-firestore-v1: Add rubygem-google-cloud…
Browse files Browse the repository at this point in the history
…-firestore-v1 0.10.0

Ruby Client for the Cloud Firestore V1 API

Accesses the NoSQL document database built for automatic scaling, high
performance, and ease of application development.

Cloud Firestore is a NoSQL document database built for automatic scaling, high
performance, and ease of application development.
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 330c4a6 commit 66806f0
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions databases/Makefile
Expand Up @@ -968,6 +968,7 @@
SUBDIR += rubygem-google-cloud-datastore
SUBDIR += rubygem-google-cloud-datastore-v1
SUBDIR += rubygem-google-cloud-firestore
SUBDIR += rubygem-google-cloud-firestore-v1
SUBDIR += rubygem-her
SUBDIR += rubygem-hiredis
SUBDIR += rubygem-influxdb
Expand Down
23 changes: 23 additions & 0 deletions databases/rubygem-google-cloud-firestore-v1/Makefile
@@ -0,0 +1,23 @@
PORTNAME= google-cloud-firestore-v1
PORTVERSION= 0.10.0
CATEGORIES= databases rubygems
MASTER_SITES= RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby Client for the Cloud Firestore V1 API
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-firestore-v1/latest/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-firestore-v1 \
https://github.com/googleapis/google-cloud-ruby

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md

RUN_DEPENDS= rubygem-gapic-common>=0.17.1<2.0:devel/rubygem-gapic-common \
rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \
rubygem-google-cloud-location>=0.4<2.0:net/rubygem-google-cloud-location

USES= gem

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions databases/rubygem-google-cloud-firestore-v1/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1702028014
SHA256 (rubygem/google-cloud-firestore-v1-0.10.0.gem) = 2208aff370efe84070193a9cf6f8116e3bd514f9ed4b0da4f973eb272d1de60e
SIZE (rubygem/google-cloud-firestore-v1-0.10.0.gem) = 69120
7 changes: 7 additions & 0 deletions databases/rubygem-google-cloud-firestore-v1/pkg-descr
@@ -0,0 +1,7 @@
Ruby Client for the Cloud Firestore V1 API

Accesses the NoSQL document database built for automatic scaling, high
performance, and ease of application development.

Cloud Firestore is a NoSQL document database built for automatic scaling, high
performance, and ease of application development.

0 comments on commit 66806f0

Please sign in to comment.