- Update to 0.3.18
- Add LICENSE - Update WWW Changes: https://github.com/brianmario/mysql2/releases
This commit is contained in:
parent
bab46fa17e
commit
e8de709562
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385988
@ -2,15 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql2
|
||||
PORTVERSION= 0.3.16
|
||||
PORTVERSION= 0.3.18
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
|
||||
|
||||
USE_MYSQL= yes
|
||||
LICENSE= MIT
|
||||
|
||||
USE_MYSQL= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/mysql2-0.3.16.gem) = 2e1c5f06fc49138f2c42248d11d86a0f369be4361b58affbc671fbbd44426f46
|
||||
SIZE (rubygem/mysql2-0.3.16.gem) = 48128
|
||||
SHA256 (rubygem/mysql2-0.3.18.gem) = d35477aaf1a5fc508511af5c521675b8878275ad0af9c12e1cf222b50e285735
|
||||
SIZE (rubygem/mysql2-0.3.18.gem) = 50688
|
||||
|
@ -2,4 +2,4 @@ The Mysql2 gem is meant to serve the extremely common use-case of connecting,
|
||||
querying and iterating on results. Some database libraries out there serve as
|
||||
direct 1:1 mappings of the already complex C API's available. This one is not.
|
||||
|
||||
WWW: http://github.com/brianmario/mysql2
|
||||
WWW: https://github.com/brianmario/mysql2
|
||||
|
Loading…
Reference in New Issue
Block a user