pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-hocon devel/ruby-hocon: update to 1.2.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea199d774015
branches:  trunk
changeset: 416799:ea199d774015
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 30 14:52:33 2019 +0000

description:
devel/ruby-hocon: update to 1.2.6

Update ruby-hocon to 1.2.6.

## 1.2.6
This is a bugfix release

* Do not ship spec folder with gem ([PA-2942](https://tickets.puppetlabs.com/browse/PA-2942))

diffstat:

 devel/ruby-hocon/Makefile |   4 +-
 devel/ruby-hocon/PLIST    |  48 +----------------------------------------------
 devel/ruby-hocon/distinfo |  10 ++++----
 3 files changed, 8 insertions(+), 54 deletions(-)

diffs (87 lines):

diff -r 7bc51269c081 -r ea199d774015 devel/ruby-hocon/Makefile
--- a/devel/ruby-hocon/Makefile Wed Oct 30 14:45:56 2019 +0000
+++ b/devel/ruby-hocon/Makefile Wed Oct 30 14:52:33 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/12/06 14:35:17 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/30 14:52:33 taca Exp $
 
-DISTNAME=      hocon-1.2.5
+DISTNAME=      hocon-1.2.6
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 7bc51269c081 -r ea199d774015 devel/ruby-hocon/PLIST
--- a/devel/ruby-hocon/PLIST    Wed Oct 30 14:45:56 2019 +0000
+++ b/devel/ruby-hocon/PLIST    Wed Oct 30 14:52:33 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/12/06 14:35:17 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/30 14:52:33 taca Exp $
 bin/hocon${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -94,50 +94,4 @@
 ${GEM_LIBDIR}/lib/hocon/parser/config_document_factory.rb
 ${GEM_LIBDIR}/lib/hocon/parser/config_node.rb
 ${GEM_LIBDIR}/lib/hocon/version.rb
-${GEM_LIBDIR}/spec/fixtures/hocon/by_extension/cat.conf
-${GEM_LIBDIR}/spec/fixtures/hocon/by_extension/cat.test
-${GEM_LIBDIR}/spec/fixtures/hocon/by_extension/cat.test-json
-${GEM_LIBDIR}/spec/fixtures/hocon/with_substitution/subst.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example1/input.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example1/output.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example1/output_nocomments.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example2/input.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example2/output.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example2/output_nocomments.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example3/input.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example3/output.conf
-${GEM_LIBDIR}/spec/fixtures/parse_render/example4/input.json
-${GEM_LIBDIR}/spec/fixtures/parse_render/example4/output.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/bom.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/cycle.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/file-include.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/include-from-list.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/subdir/bar.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/subdir/baz.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/subdir/foo.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/test01.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/test01.json
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/test03.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/utf16.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/utf8.conf
-${GEM_LIBDIR}/spec/fixtures/test_utils/resources/á? á??á?».conf
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/test_utils.rb
-${GEM_LIBDIR}/spec/unit/cli/cli_spec.rb
-${GEM_LIBDIR}/spec/unit/hocon/README.md
-${GEM_LIBDIR}/spec/unit/hocon/hocon_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/README.md
-${GEM_LIBDIR}/spec/unit/typesafe/config/concatenation_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/conf_parser_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/config_document_parser_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/config_document_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/config_factory_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/config_node_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/config_value_factory_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/config_value_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/path_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/public_api_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/simple_config_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/token_spec.rb
-${GEM_LIBDIR}/spec/unit/typesafe/config/tokenizer_spec.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 7bc51269c081 -r ea199d774015 devel/ruby-hocon/distinfo
--- a/devel/ruby-hocon/distinfo Wed Oct 30 14:45:56 2019 +0000
+++ b/devel/ruby-hocon/distinfo Wed Oct 30 14:52:33 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/12/06 14:35:17 taca Exp $
+$NetBSD: distinfo,v 1.2 2019/10/30 14:52:33 taca Exp $
 
-SHA1 (hocon-1.2.5.gem) = 5d234c73830576a438dd14992f3e801bbe05d656
-RMD160 (hocon-1.2.5.gem) = e03e5f8ebca6f6093ea5ec8ed02310e43676f6ee
-SHA512 (hocon-1.2.5.gem) = 7d2d86c28edd6ed6dd99358558093cd224b9922bcbcdd2e95e23134ef0e9a2bae6129e7273435032850b672094e77f8f5b6d8cfeec03762b39ed6b63fc5fb5dd
-Size (hocon-1.2.5.gem) = 147968 bytes
+SHA1 (hocon-1.2.6.gem) = 3fd13ef78d59b5313f1a194e33389c0df027ba4b
+RMD160 (hocon-1.2.6.gem) = 8f615cd1b37336749fd3b60bd77d1080bc5936b1
+SHA512 (hocon-1.2.6.gem) = fd8d1d1dd28d051241ed01083f833ca6ba60a82dd6d18c641026da60c3f8feeec21ab5ace3c964870d3cb9b2c37a5f41c0d1b91754c176f4db01487fbebdc694
+Size (hocon-1.2.6.gem) = 106496 bytes



Home | Main Index | Thread Index | Old Index