Path to this page:
./
devel/ruby-mixlib-config,
Class based configuration library
Branch: CURRENT,
Version: 3.0.27,
Package name: ruby31-mixlib-config-3.0.27,
Maintainer: pkgsrc-usersA simple class based Config mechanism, similar to the one found in
Chef.
Required to run:[
devel/ruby-tomlrb] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 14 KB
Version history: (Expand)
- (2023-02-09) Updated to version: ruby31-mixlib-config-3.0.27
- (2022-08-11) Updated to version: ruby27-mixlib-config-3.0.27
- (2021-10-07) Updated to version: ruby27-mixlib-config-3.0.9
- (2020-09-14) Updated to version: ruby26-mixlib-config-3.0.9
- (2020-03-24) Updated to version: ruby26-mixlib-config-3.0.6
- (2018-09-23) Updated to version: ruby24-mixlib-config-2.2.13
CVS history: (Expand)
2022-08-11 15:31:21 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-config: update to 3.0.27
3.0.27 (2022-06-08)
Merged Pull Requests
* Update chefstyle requirement from 1.2.1 to 1.3.2 #84
(dependabot-preview[bot])
* Update chefstyle requirement from 1.3.2 to 1.4.0 #85
(dependabot-preview[bot])
* Update chefstyle requirement from 1.4.0 to 1.4.2 #86
(dependabot-preview[bot])
* Update chefstyle requirement from 1.4.2 to 1.4.3 #87
(dependabot-preview[bot])
* Update chefstyle requirement from 1.4.3 to 1.4.5 #89
(dependabot-preview[bot])
* Update chefstyle requirement from 1.4.5 to 1.5.0 #90
(dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.2 #92
(dependabot-preview[bot])
* Update chefstyle requirement from 1.5.2 to 1.5.8 #96
(dependabot-preview[bot])
* Update chefstyle requirement from 1.5.8 to 1.5.9 #97
(dependabot-preview[bot])
* Remove parallel pin now that it supports Ruby 2.4 again #98 (tas50)
* Add Ruby 2.7 testing + cache gem installs in CI #99 (tas50)
* Update chefstyle requirement from 1.5.9 to 1.6.2 #101
(dependabot-preview[bot])
* Update chefstyle requirement from 1.6.2 to 1.7.1 #102
(dependabot-preview[bot])
* Update chefstyle requirement from 1.7.1 to 1.7.2 #104
(dependabot-preview[bot])
* Update chefstyle requirement from 1.7.2 to 1.7.5 #106
(dependabot-preview[bot])
* Upgrade to GitHub-native Dependabot #107 (dependabot-preview[bot])
* add ruby tests 3.0 and 3.1 in verify pipeline #109 (jayashrig158)
* Fix in nested_hash parsing in config #115 (Nik08)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-09-14 18:17:42 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-config: update to 3.0.9
Update devel/ruby-mixlib-config package to 3.0.9.
3.0.9 (2020-08-13)
* Remove encoding comment + pin chefstyle #81 (tas50)
* Update chefstyle requirement from = 1.2.0 to 1.2.1 #82
(dependabot-preview[bot])
* Optimize requires for non-omnibus installs #83 (tas50)
|
2020-03-24 18:46:11 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-mixlib-config: update to 3.0.6
Update ruby-mixlib-config to 3.0.6.
pkgsrc change: add "USE_LANGUAGES= # none".
3.0.6 (2019-12-29)
* Substitute require for require_relative #80 (tas50)
3.0.5 (2019-11-14)
* Add BuildKite PR Testing #75 (tas50)
* Remove Travis PR testing + add foundation team as the project owner #76
(tas50)
* Test on Windows and use the smaller containers #77 (tas50)
* Do not crash when loading undefined context from hash #79 (marcparadise)
3.0.1 (2019-04-23)
* update travis, drop ruby < 2.5, major version bump #73 (lamont-granquist)
* Allow Ruby 2.4 / Update github templates #74 (tas50)
2.2.18 (2018-12-17)
* Add github issue and PR templates #68 (tas50)
* Resolve chefstyle and expeditor issues #69 (tas50)
* Expand ruby testing in Travis #70 (tas50)
* Standardize the gemfile and rakefile #71 (tas50)
* Only ship the required library files in the gem artifact #72 (tas50)
|
2018-09-23 16:50:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-config: update to 2.2.13
v2.2.13 (2018-07-12)
Merged Pull Requests
* Avoid converting to text representation when parsing JSON/TOML/etc #66
(lamont-granquist)
v2.2.12 (2018-07-06)
Merged Pull Requests
* add is_default? inspection method #65 (lamont-granquist)
v2.2.11 (2018-07-02)
Merged Pull Requests
* key? and has_key? should find subcontexts #64 (lamont-granquist)
v2.2.10 (2018-07-02)
Merged Pull Requests
* remove hashrocket syntax #62 (lamont-granquist)
* add #key? alias to #has_key? #63 (lamont-granquist)
v2.2.8 (2018-06-13)
Merged Pull Requests
* fix style warnings with latest rubocop #60 (thommay)
* Fix config_context_list/hash in strict mode #57 (elyscape)
|
2018-03-23 14:52:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-config: update to 2.2.6
2.2.6 (2018-03-22)
* Adding support for reading from TOML files #55 (tyler-ball)
|
2018-03-21 12:25:36 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-mixlib-config: update to 2.2.5
2.2.5 (2018-02-09)
* Add support for reading from JSON files #53 (tduffield)
|