- Add LICENSE
- Update WWW
This commit is contained in:
parent
21debe2e60
commit
18e501a001
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388012
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ MASTER_SITES= RG
|
|||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Hashery is a tight collection of Hash-like classes
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
|
|
@ -4,4 +4,4 @@ flexible OpenHash and the convenient KeyHash. Nearly every class is a subclass
|
|||
of the CRUDHash which defines a CRUD model on top of Ruby's standard Hash
|
||||
making it a snap to subclass and augment to fit any specific use case.
|
||||
|
||||
WWW: http://rubyworks.github.com/hashery
|
||||
WWW: http://rubyworks.github.io/hashery/
|
||||
|
|
Loading…
Reference in a new issue