3cc4235d54
pkgsrc changes: - DEPENDS on ruby-idn gem Upstream changes: https://github.com/twitter/twitter-text/blob/master/rb/CHANGELOG.md ## [2.1] - 2017-12-20 ### Added - This CHANGELOG.md file ### Changed - Top-level namespace changed from `Twitter` to `Twitter::TwitterText`. This resolves a namespace collision with the popular [twitter gem](https://github.com/sferik/twitter). This is considered a breaking change, so the version has been bumped to 2.1. This fixes issue [#221](https://github.com/twitter/twitter-text/issues/221), "NoMethodError Exception: undefined method `[]' for nil:NilClasswhen using gem in rails app" ## [2.0.2] - 2017-12-18 ### Changed - Resolved issue [#211](https://github.com/twitter/twitter-text/issues/211), "gem breaks, asset file is a dangling symlink" - config files, tld_lib.yml files now copied into the right place - Rakefile now included `prebuild`, `clean` tasks (no changelog for 2.0; 2.0.1 changes are mentioned in the 2.0.2 entry)
15 lines
456 B
Makefile
15 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/12/30 04:40:20 tsutsui Exp $
|
|
|
|
DISTNAME= twitter-text-2.1.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/twitter-text
|
|
COMMENT= Library that provides text handling for Twitter
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-unf-[0-9]*:../../converters/ruby-unf
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-idn-[0-9]*:../../devel/ruby-idn
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|