- Update to 0.6.1
- Add LICENSE - Update WWW Changes: https://bitbucket.org/tagoh/ruby-bugzilla/commits/branch/master
This commit is contained in:
parent
f69ef6be9a
commit
5e84a47afa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386003
3 changed files with 6 additions and 4 deletions
|
@ -2,13 +2,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ruby-bugzilla
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Access to Bugzilla through WebService APIs in Ruby
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
RUN_DEPENDS= rubygem-gruff>=0:${PORTSDIR}/graphics/rubygem-gruff \
|
||||
rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
|
||||
rubygem-rmagick>=0:${PORTSDIR}/graphics/rubygem-rmagick
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/ruby-bugzilla-0.5.3.gem) = ab9d1701809a25904bfcd1be7edef7253b6c2e61a4bb3fac8b186ecd1af64860
|
||||
SIZE (rubygem/ruby-bugzilla-0.5.3.gem) = 20992
|
||||
SHA256 (rubygem/ruby-bugzilla-0.6.1.gem) = 1140ec773621f2ccf58cc806b55871df8c5d2a4ba104046ed6f77d518908ebe5
|
||||
SIZE (rubygem/ruby-bugzilla-0.6.1.gem) = 22528
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This aims to provide similar features to access to Bugzilla through
|
||||
WebService APIs in Ruby.
|
||||
|
||||
WWW: https://rubygems.org/gems/ruby-bugzilla
|
||||
WWW: https://bitbucket.org/tagoh/ruby-bugzilla
|
||||
|
|
Loading…
Reference in a new issue