pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
httparty: Update wip/ruby-httparty to 0.18.1
Module Name: pkgsrc-wip
Committed By: Dan Cîrnaț <dan%alt.md@localhost>
Pushed By: cirnatdan
Date: Tue Dec 7 17:32:39 2021 +0100
Changeset: 533c6df494d9a0b9e14cc817b9ff48ade9bb9a6f
Modified Files:
ruby-httparty/Makefile
ruby-httparty/PLIST
ruby-httparty/distinfo
Log Message:
httparty: Update wip/ruby-httparty to 0.18.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=533c6df494d9a0b9e14cc817b9ff48ade9bb9a6f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ruby-httparty/Makefile | 5 ++++-
ruby-httparty/PLIST | 57 ++++----------------------------------------------
ruby-httparty/distinfo | 6 +++---
3 files changed, 11 insertions(+), 57 deletions(-)
diffs:
diff --git a/ruby-httparty/Makefile b/ruby-httparty/Makefile
index 284eee54d8..b013d9895a 100644
--- a/ruby-httparty/Makefile
+++ b/ruby-httparty/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= httparty-0.16.4
+DISTNAME= httparty-0.18.1
CATEGORIES= www
MAINTAINER= khorben%defora.org@localhost
@@ -8,5 +8,8 @@ HOMEPAGE= https://github.com/jnunemaker/httparty
COMMENT= Makes http fun again
LICENSE= mit
+DEPENDS+= ${RUBY_PKGPREFIX}-multi_xml>=0.5.2:../../wip/ruby-multi_xml
+DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>3.0:../../mail/ruby-mime-types
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-httparty/PLIST b/ruby-httparty/PLIST
index 7e3ac2b0ec..a8e25015df 100644
--- a/ruby-httparty/PLIST
+++ b/ruby-httparty/PLIST
@@ -30,6 +30,7 @@ ${GEM_LIBDIR}/examples/logging.rb
${GEM_LIBDIR}/examples/microsoft_graph.rb
${GEM_LIBDIR}/examples/multipart.rb
${GEM_LIBDIR}/examples/nokogiri_html_parser.rb
+${GEM_LIBDIR}/examples/peer_cert.rb
${GEM_LIBDIR}/examples/rescue_json.rb
${GEM_LIBDIR}/examples/rubyurl.rb
${GEM_LIBDIR}/examples/stackexchange.rb
@@ -37,27 +38,13 @@ ${GEM_LIBDIR}/examples/stream_download.rb
${GEM_LIBDIR}/examples/tripit_sign_in.rb
${GEM_LIBDIR}/examples/twitter.rb
${GEM_LIBDIR}/examples/whoismyrep.rb
-${GEM_LIBDIR}/features/basic_authentication.feature
-${GEM_LIBDIR}/features/command_line.feature
-${GEM_LIBDIR}/features/deals_with_http_error_codes.feature
-${GEM_LIBDIR}/features/digest_authentication.feature
-${GEM_LIBDIR}/features/handles_compressed_responses.feature
-${GEM_LIBDIR}/features/handles_multiple_formats.feature
-${GEM_LIBDIR}/features/steps/env.rb
-${GEM_LIBDIR}/features/steps/httparty_response_steps.rb
-${GEM_LIBDIR}/features/steps/httparty_steps.rb
-${GEM_LIBDIR}/features/steps/mongrel_helper.rb
-${GEM_LIBDIR}/features/steps/remote_service_steps.rb
-${GEM_LIBDIR}/features/supports_read_timeout_option.feature
-${GEM_LIBDIR}/features/supports_redirection.feature
-${GEM_LIBDIR}/features/supports_timeout_option.feature
${GEM_LIBDIR}/httparty.gemspec
${GEM_LIBDIR}/lib/httparty.rb
${GEM_LIBDIR}/lib/httparty/connection_adapter.rb
${GEM_LIBDIR}/lib/httparty/cookie_hash.rb
${GEM_LIBDIR}/lib/httparty/exceptions.rb
-${GEM_LIBDIR}/lib/httparty/fragment_with_response.rb
${GEM_LIBDIR}/lib/httparty/hash_conversions.rb
+${GEM_LIBDIR}/lib/httparty/headers_processor.rb
${GEM_LIBDIR}/lib/httparty/logger/apache_formatter.rb
${GEM_LIBDIR}/lib/httparty/logger/curl_formatter.rb
${GEM_LIBDIR}/lib/httparty/logger/logger.rb
@@ -70,47 +57,11 @@ ${GEM_LIBDIR}/lib/httparty/request/body.rb
${GEM_LIBDIR}/lib/httparty/request/multipart_boundary.rb
${GEM_LIBDIR}/lib/httparty/response.rb
${GEM_LIBDIR}/lib/httparty/response/headers.rb
+${GEM_LIBDIR}/lib/httparty/response_fragment.rb
+${GEM_LIBDIR}/lib/httparty/text_encoder.rb
${GEM_LIBDIR}/lib/httparty/utils.rb
${GEM_LIBDIR}/lib/httparty/version.rb
${GEM_LIBDIR}/script/release
-${GEM_LIBDIR}/spec/fixtures/delicious.xml
-${GEM_LIBDIR}/spec/fixtures/empty.xml
-${GEM_LIBDIR}/spec/fixtures/example.html
-${GEM_LIBDIR}/spec/fixtures/ssl/generate.sh
-${GEM_LIBDIR}/spec/fixtures/ssl/generated/bogushost.crt
-${GEM_LIBDIR}/spec/fixtures/ssl/generated/ca.crt
-${GEM_LIBDIR}/spec/fixtures/ssl/generated/ca.key
-${GEM_LIBDIR}/spec/fixtures/ssl/generated/selfsigned.crt
-${GEM_LIBDIR}/spec/fixtures/ssl/generated/server.crt
-${GEM_LIBDIR}/spec/fixtures/ssl/generated/server.key
-${GEM_LIBDIR}/spec/fixtures/ssl/openssl-exts.cnf
-${GEM_LIBDIR}/spec/fixtures/tiny.gif
-${GEM_LIBDIR}/spec/fixtures/twitter.csv
-${GEM_LIBDIR}/spec/fixtures/twitter.json
-${GEM_LIBDIR}/spec/fixtures/twitter.xml
-${GEM_LIBDIR}/spec/fixtures/undefined_method_add_node_for_nil.xml
-${GEM_LIBDIR}/spec/httparty/connection_adapter_spec.rb
-${GEM_LIBDIR}/spec/httparty/cookie_hash_spec.rb
-${GEM_LIBDIR}/spec/httparty/exception_spec.rb
-${GEM_LIBDIR}/spec/httparty/fragment_with_response_spec.rb
-${GEM_LIBDIR}/spec/httparty/hash_conversions_spec.rb
-${GEM_LIBDIR}/spec/httparty/logger/apache_formatter_spec.rb
-${GEM_LIBDIR}/spec/httparty/logger/curl_formatter_spec.rb
-${GEM_LIBDIR}/spec/httparty/logger/logger_spec.rb
-${GEM_LIBDIR}/spec/httparty/logger/logstash_formatter_spec.rb
-${GEM_LIBDIR}/spec/httparty/net_digest_auth_spec.rb
-${GEM_LIBDIR}/spec/httparty/parser_spec.rb
-${GEM_LIBDIR}/spec/httparty/request/body_spec.rb
-${GEM_LIBDIR}/spec/httparty/request_spec.rb
-${GEM_LIBDIR}/spec/httparty/response_spec.rb
-${GEM_LIBDIR}/spec/httparty/ssl_spec.rb
-${GEM_LIBDIR}/spec/httparty_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/support/ssl_test_helper.rb
-${GEM_LIBDIR}/spec/support/ssl_test_server.rb
-${GEM_LIBDIR}/spec/support/stub_response.rb
${GEM_LIBDIR}/website/css/common.css
${GEM_LIBDIR}/website/index.html
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
-@pkgdir lib/ruby/gems/2.4.0/extensions
-@pkgdir lib/ruby/gems/2.4.0/build_info
diff --git a/ruby-httparty/distinfo b/ruby-httparty/distinfo
index 37e46465f4..9ac7b8cf25 100644
--- a/ruby-httparty/distinfo
+++ b/ruby-httparty/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-RMD160 (httparty-0.16.4.gem) = 6d5863b08767dc242d8b3fb4c94ce97a40cde1ef
-SHA512 (httparty-0.16.4.gem) = a3465234cdc6118396b385c482a44a0c6aabf37cb81d00186c4f004e63d7c692bf8783c72dad5702d347d2dbf5bd0b54e78fb4852c149851b27d65f886c3525a
-Size (httparty-0.16.4.gem) = 91136 bytes
+BLAKE2s (httparty-0.18.1.gem) = f1084041a7d19656d19627c15693c29f2b3ed4ea8e83ab12abc81e785a6d9092
+SHA512 (httparty-0.18.1.gem) = 7cbb9d649ad3b33522ebef8e1094018d4d1f4057b47d1b6e90780db6acc22821a2f83336ad3af6906bd26187773439b37537edafbcc06b7cd2f108314bc10e8a
+Size (httparty-0.18.1.gem) = 44544 bytes
Home |
Main Index |
Thread Index |
Old Index