Skip to content

Commit

Permalink
www/ruby-http-form_data: update to 2.3.0
Browse files Browse the repository at this point in the history
Update ruby-http-form_data to 2.3.0.

pkgsrc change: add "USE_LANGAUGES=	# none".


## 2.3.0 (2020-03-08)

* [#29](httprb/form_data#29)
  Enhance HTTP::FormData::Urlencoded with per-instance encoder.
  [@summera][]


## 2.2.0 (2020-01-09)

* [#28](httprb/form_data#28)
  Ruby 2.7 compatibility.
  [@janko][]
  • Loading branch information
taca committed Mar 21, 2020
1 parent 0870f9c commit 0564c42
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 4 additions & 2 deletions www/ruby-http-form_data/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $NetBSD: Makefile,v 1.6 2018/09/23 16:52:58 taca Exp $
# $NetBSD: Makefile,v 1.7 2020/03/21 17:03:44 taca Exp $

DISTNAME= http-form_data-2.1.1
DISTNAME= http-form_data-2.3.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/httprb/form_data.rb
COMMENT= Build form data request bodies
LICENSE= mit

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 2 additions & 1 deletion www/ruby-http-form_data/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.3 2017/12/09 17:48:43 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.4 2020/03/21 17:03:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.editorconfig
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-http-form_data/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2018/09/23 16:52:58 taca Exp $
$NetBSD: distinfo,v 1.8 2020/03/21 17:03:44 taca Exp $

SHA1 (http-form_data-2.1.1.gem) = 454ef4b48eadc5242b57e6c055c1ae3c42a3fe98
RMD160 (http-form_data-2.1.1.gem) = c6a0909dbd0126b96de85db794fbbf186276b76e
SHA512 (http-form_data-2.1.1.gem) = 43e1d9a522a748ab5d1633392225d87b5b178f6ae46a9bc4296b2a71b95b54d0a0c5fa1c3d8a8f48134df7c8c5893bfd7a5db060da275f49a147385cb4d04627
Size (http-form_data-2.1.1.gem) = 16896 bytes
SHA1 (http-form_data-2.3.0.gem) = 1ed9996ba39ebebcb3102303cee7dc16de621f3f
RMD160 (http-form_data-2.3.0.gem) = b0856b62b8673c753171e2aced0ab9665a3f4c4b
SHA512 (http-form_data-2.3.0.gem) = c070126d18a66bd505005d7dae4ece6c751e52593806daf618bbb437b7f9296a5f18aac2e317b3526c9b34adc2f4d9fc7b7bab8cf2a8c8ca67fdc5940969ff21
Size (http-form_data-2.3.0.gem) = 17408 bytes

0 comments on commit 0564c42

Please sign in to comment.