View | Details | Raw Unified | Return to bug 241818
Collapse All | Expand All

(-)rubygem-oci/Makefile (-7 / +7 lines)
Lines 1-19 Link Here
1
# Created by: Alessandro Sagratini <alessandro.sagratini@gmail.com>
1
# Created by: Alessandro Sagratini <ale_sagra@hotmail.com>
2
# $FreeBSD: head/devel/rubygem-oci/Makefile 517103 2019-11-09 03:05:54Z meta $
2
# $FreeBSD$
3
PORTNAME=	oci
3
PORTNAME=	oci
4
PORTVERSION=	2.5.11
4
PORTVERSION=	2.7.0
5
CATEGORIES=	devel rubygems
5
CATEGORIES=	devel rubygems
6
MASTER_SITES=	RG
6
MASTER_SITES=	RG
7
MAINTAINER=	alessandro.sagratini@gmail.com
7
MAINTAINER=	ale_sagra@hotmail.com
8
COMMENT=	Ruby client for the Oracle Cloud Infrastructure API
8
COMMENT=	Ruby client for the Oracle Cloud Infrastructure API
9
LICENSE=	APACHE20
9
LICENSE=	APACHE20
10
RUN_DEPENDS=	rubygem-inifile>=3.0.0:textproc/rubygem-inifile \
10
RUN_DEPENDS=    rubygem-inifile>=3.0.0:textproc/rubygem-inifile \
11
		rubygem-json>=1.4.6:devel/rubygem-json \
11
                rubygem-json>=1.4.6:devel/rubygem-json \
12
		rubygem-jwt>0:www/rubygem-jwt
12
                rubygem-jwt>0:www/rubygem-jwt
13
USES=		gem
13
USES=		gem
14
USE_RUBY=	yes
14
USE_RUBY=	yes
(-)rubygem-oci/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1566326223
1
TIMESTAMP = 1573022747
2
SHA256 (rubygem/oci-2.5.11.gem) = f0945b32342e4bf6178ab79231154d99ebbffe07c2abbb43e2f626f65a3c8865
2
SHA256 (rubygem/oci-2.7.0.gem) = 2f1bec481b14e6a3e55e48385616f4f6ed1cf5549e26803d624fde830dbfa7af
3
SIZE (rubygem/oci-2.5.11.gem) = 973824
3
SIZE (rubygem/oci-2.7.0.gem) = 1185792
(-)rubygem-oci/pkg-descr (-3 / +18 lines)
Lines 1-5 Link Here
1
This is the Ruby SDK for Oracle Cloud Infrastructure.
1
The Ruby SDK enables one to write code to manage Oracle Cloud Infrastructure
2
Ruby version 2.2 or later is required.
2
resources. Following services are supported:
3
WWW: https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/rubysdk.htm
3
* Analytics, Announcements, Audit, Budgets
4
* Container Engine for Kubernetes
5
* Compute Autoscaling/Work Requests
6
* Content and Experience
7
* Core Services (Networking, Compute, Block Volume)
8
* Data Transfer, Database, Digital Assistan, DNS
9
* Email Delivery, Events
10
* File Storage, Functions
11
* Health Checks, IAM (= Identity and Access Management), Integration Cloud service
12
* Key Management
13
* Limits, Load Balancing
14
* Monitoring, Notifications
15
* Object Storage, Quotas
16
* Resource Manager, Search, Streaming
17
* Web Application Acceleration and Security
18
4
WWW: https://github.com/oracle/oci-ruby-sdk/
19
WWW: https://github.com/oracle/oci-ruby-sdk/

Return to bug 241818