Skip to content

Commit

Permalink
www/ruby-http-accept: update to 2.2.0
Browse files Browse the repository at this point in the history
2.2.0 (2022-08-02)

* Tidy up specs.
* Improve default constructor.
* Remove code climate badge.
* Merge pull request #14 from socketry/olleolleolle-add-27
* Handle q-values up to 6 decimal places.
* Modernize gem.
  • Loading branch information
taca committed Aug 31, 2022
1 parent caf3f62 commit 570f6a4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
9 changes: 7 additions & 2 deletions www/ruby-http-accept/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2020/01/19 08:23:06 taca Exp $
# $NetBSD: Makefile,v 1.2 2022/08/31 14:56:22 taca Exp $

DISTNAME= http-accept-2.1.1
DISTNAME= http-accept-2.2.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand All @@ -10,5 +10,10 @@ LICENSE= mit

USE_LANGUAGES= # none

OVERRIDE_GEMSPEC+= :files lib/.DS_Store=

pre-configure:
${RM} -f ${WRKSRC}/lib/.DS_Store

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
9 changes: 1 addition & 8 deletions www/ruby-http-accept/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2020/01/19 08:23:06 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2022/08/31 14:56:22 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/http-accept.gemspec
${GEM_LIBDIR}/lib/http/accept.rb
${GEM_LIBDIR}/lib/http/accept/charsets.rb
${GEM_LIBDIR}/lib/http/accept/content_type.rb
Expand Down
8 changes: 4 additions & 4 deletions www/ruby-http-accept/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:30:58 nia Exp $
$NetBSD: distinfo,v 1.4 2022/08/31 14:56:22 taca Exp $

BLAKE2s (http-accept-2.1.1.gem) = 3d8c5dded2cb9d77fe72dc415fd7c2eaaa176ed2750a57ef7adb7312b212908c
SHA512 (http-accept-2.1.1.gem) = 5bf72e0f2d1e5b7d6e4845fc1ec8431b3c390294b8f2590fce34afb637e76690d128140446cf4078bc451da966dc8abb7dea2c0408dab346d45d5f2c1ae301af
Size (http-accept-2.1.1.gem) = 11776 bytes
BLAKE2s (http-accept-2.2.0.gem) = 586a400502b241c4d7b3ec8d458c3a6f60dde67d654ca5cbf646e9f6cc00846e
SHA512 (http-accept-2.2.0.gem) = f60a9818e79b90c67da8b5c2a5f357b40049aec1809c0809bbf17e1c3d93734cd1367fd4d7d5afba1ae49f6c9817281b6892d6ef9a027d91fc49c46ec943409b
Size (http-accept-2.2.0.gem) = 13824 bytes

0 comments on commit 570f6a4

Please sign in to comment.