Update to 0.9.0

- Update WWW

Changes:	https://github.com/tas50/chef-api/blob/master/CHANGELOG.md
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-12-05 18:50:20 +00:00
parent 6752f09997
commit 3ea2b453d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486716
3 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= chef-api
PORTVERSION= 0.8.0
PORTVERSION= 0.9.0
CATEGORIES= sysutils ruby
MASTER_SITES= RG
@ -12,10 +12,12 @@ COMMENT= Leightweight Chef API client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-logify>=0.1:sysutils/rubygem-logify
RUN_DEPENDS= rubygem-logify>=0.1:sysutils/rubygem-logify \
rubygem-mime-types>=0:misc/rubygem-mime-types
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1520081545
SHA256 (rubygem/chef-api-0.8.0.gem) = f9995acc756747cfd16d24f8b58470190e59d5d9a9132b6c13e62d0b4170a9b6
SIZE (rubygem/chef-api-0.8.0.gem) = 53248
TIMESTAMP = 1544008033
SHA256 (rubygem/chef-api-0.9.0.gem) = b2f13c98d545c1033b35961025f9ffa74a74f16fce2ff71fe98488a48aa2d851
SIZE (rubygem/chef-api-0.9.0.gem) = 33792

View File

@ -1,4 +1,4 @@
ChefAPI is a tiny, dependency-minimal Ruby client for interacting with a
Chef Server. It adopts many patterns and principles from Ruby On Rails.
WWW: https://github.com/sethvargo/chef-api
WWW: https://github.com/tas50/chef-api