Skip to content

Commit

Permalink
sysutils/ruby-puppet-resource_api: update to 1.8.14
Browse files Browse the repository at this point in the history
pkgsrc change: correct CATEGORIES.


1.8.14 (2021-06-09)

Implemented enhancements:

* (GH-225) Add support for custom insync #285 (michaeltlombardi)
* Improve type validation error messages to show expected types #279 (timidri)
* Support puppet device --resource ... --to_yaml invocation; drop puppet4
  and jruby 1.7 testing #278 (timidri)

Fixed bugs:

* Git tag 1.8.13 exists, but missing on rubygems.org / in CHANGELOG.md #266

Closed issues:

* CHANGELOG.md entries are missing for latest releases? #258

Merged pull requests:

* Upgrade to GitHub-native Dependabot #287 (dependabot-preview[bot])
* (IAC-1455) - Removal of Inappropriate Terminology #283 (david22swan)
* Update puppetlabs_spec_helper requirement from ~> 2.7 to ~> 3.0 #281
  (dependabot-preview[bot])
* (maint) Update Puppet VS Code Extension ID #277 (jpogran)
* (IAC-859) Add ruby 2.7 to test matrix #276 (DavidS)
* (maint) Cleanup gemfile and fix codecov dependency #275 (DavidS)
* Language correction #270 (epackorigan)
* (maint) Update CHANGELOG #268 (DavidS)
* (maint) update test matrix for current supported versions; remove older
  versions to cut down on resource usage #265 (DavidS)
* (maint) Mock Hocon.load(...) #263 (IrimieBogdan)
* Update rake requirement from ~> 10.0 to ~> 13.0 #262
  (dependabot-preview[bot])
* (maint) update Gemfile to allow use of non-vulnerable rake version 12.3.3
  #260 (DavidS)
  • Loading branch information
taca committed Jun 14, 2021
1 parent 000dfc9 commit 0acf11b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions sysutils/ruby-puppet-resource_api/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2020/05/02 13:53:47 taca Exp $
# $NetBSD: Makefile,v 1.4 2021/06/14 15:39:55 taca Exp $

DISTNAME= puppet-resource_api-1.8.13
CATEGORIES= devel
DISTNAME= puppet-resource_api-1.8.14
CATEGORIES= sysutils

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/puppetlabs/puppet-resource_api
Expand Down
3 changes: 2 additions & 1 deletion sysutils/ruby-puppet-resource_api/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2020/03/24 18:25:55 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2021/06/14 15:39:55 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.dependency_decisions.yml
${GEM_LIBDIR}/.fixtures.yml
${GEM_LIBDIR}/.github/dependabot.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
Expand Down
10 changes: 5 additions & 5 deletions sysutils/ruby-puppet-resource_api/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/05/02 13:53:47 taca Exp $
$NetBSD: distinfo,v 1.4 2021/06/14 15:39:55 taca Exp $

SHA1 (puppet-resource_api-1.8.13.gem) = c820f8178a9b005ee21076127f630663675fa2b2
RMD160 (puppet-resource_api-1.8.13.gem) = 16286bf75702a2b0701c0c0bb97c35b261b66a67
SHA512 (puppet-resource_api-1.8.13.gem) = a517a10c6de3d95cfcc2b348a5840a44322b43ee8ec3589055c5002e7dcc13e7bd938952a1207b5dfabd68a428b798320c273d0bda22bd0eec211de5aeb4ae26
Size (puppet-resource_api-1.8.13.gem) = 109568 bytes
SHA1 (puppet-resource_api-1.8.14.gem) = 8f27dd9b6cf275cffa575fce50e7c29693789dc6
RMD160 (puppet-resource_api-1.8.14.gem) = bf2720bff07b0436a312bbedafa89fa4b740158e
SHA512 (puppet-resource_api-1.8.14.gem) = 72b4c5adae526c664b15c7c55c9d89b45d331a5ca2f82c68094f8eb66677847c46aec5471f57748ab64369c67967b76eb5a9e84a85f9a2944566644a677dce80
Size (puppet-resource_api-1.8.14.gem) = 112128 bytes

0 comments on commit 0acf11b

Please sign in to comment.