NOTICE: This package has been removed from pkgsrc

./net/ruby-twitter-text, Library that provides text handling for Twitter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.0, Package name: ruby27-twitter-text-3.1.0, Maintainer: tsutsui

Twitter-text gem provides text processing routines for Twitter Tweets.
The major reason for this is to unify the various auto-linking and
extraction of usernames, lists, hashtags and URLs.


Required to run:
[converters/ruby-unf] [devel/ruby-idn] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 58 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-05 19:05:31 by Izumi Tsutsui | Files touched by this commit (4) | Package removed
Log message:
ruby-twitter-text: remove.

This was just imported for mikutter 3.9.4 and prior, and
no motivation to keep this even if this will handle newer APIs.
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2020-06-21 17:24:49 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-twitter-text: update to 3.1.0

Update ruby-twitter-text to 3.1.0.

3.1.0

Changed

* Bump nokogiri version (#302)
* Fix auto-link emoji parsing (#304)
* Updates known gTLDs to recognize recent additions by IANA (#308)
* Fix warning about has_rdoc usage (#309)
   2019-06-16 18:16:48 by Izumi Tsutsui | Files touched by this commit (3) | Package updated
Log message:
ruby-twitter-text: update to 3.0.0.

Upstream pull request log:
https://github.com/twitter/twitter-text/pull/265

* New v3.json config file with emojiParsingEnabled config option. When
  true, twitter-text will parse and discount emoji supported by the
  twemoji library (see https://github.com/twitter/twemoji). The length
  of these emoji will be the default weight (200 or two characters) even
  if they contain multiple code points combined by zero-width
  joiners. This means that emoji with skin tone and gender modifiers no
  longer count as more characters than those without such modifiers.
  All 4 implementations updated to reflect this change in counting.
* Updates known gTLDs to recognize recent additions by IANA (#261)
   2017-12-30 05:40:20 by Izumi Tsutsui | Files touched by this commit (3) | Package updated
Log message:
ruby-twitter-text: update to 2.1.0.

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)
   2017-07-08 05:14:20 by Izumi Tsutsui | Files touched by this commit (2) | Package updated
Log message:
Update ruby-twitter-text to 1.14.7.

No upstream changelog.
(seems TLDs data updates only)
   2017-02-05 11:45:59 by Izumi Tsutsui | Files touched by this commit (2)
Log message:
Update ruby-twitter-text to 1.14.5.

No upstream changelog.