Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump parseconfig from 1.1.0 to 1.1.2 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 15, 2021

Bumps parseconfig from 1.1.0 to 1.1.2.

Changelog

Sourced from parseconfig's changelog.

Wed Sep 29, 2021 - v1.1.2

  • Dev and test against recent versions of Ruby (2.6+, 3.0+)
  • Docker development support
  • Remove tests for deprecated 'get_value()' method
  • Use Rspec 'expect' in place of 'should'

Mon Sep 28, 2020 - v1.1.0

  • Add non-value option support. Resolves Issue #11

Mon Jan 25, 2016 - v1.0.8

  • Use backward compatible positional arguments (not named keyword arguments) Resolves Issue #31

Mon Jan 25, 2016 - v1.0.7

  • Support alternative comment types (default: ['#', ';']) (@​voobscout) Resolves Issue #30

Mon Oct 06, 2014 - v1.0.6

  • Fix where extraneous double quotes were getting wrapped around parameters that have non-word characters (issue #19)

Thu Dec 19, 2013 - v1.0.4

  • Add fix for config files with Byte Order Marker (BOM)
  • Add support for .eql? function.

Tue Jun 12, 2012 - v1.0.2

  • Re-enable get_value() as it seems some projects are still using it. That said, get_value() will be removed in the future at some point.

Tue Jun 12, 2012 - v1.0.0

  • Resolved Issue #3, Config files not closed properly.
  • Resolved Issue #7, Added basic rspec testing
  • Resolved Issue #5, Readded support for array like access
  • Removed deprecated function get_value()

Sat Feb 27, 2010 - v0.5.2

  • Re-releasing under MIT License.
  • Fixed issue with the add() method where if you added a group outside of the import_config() method, the group would not be properly added to self.groups[].
  • Added feature that if you attempt to add a group that already exists, the groups will be merged together. Any existing params in the original group will be overwritten by the new ones.
  • Fully deprecated override_value() and nil_value(). Anything using 'instance_variable*' has been removed as well as it wasn't working properly anyway.
  • If you attempt to add_to_group() to a group that doesn't exist, the group is added automatically.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [parseconfig](https://github.com/datafolklabs/ruby-parseconfig) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/datafolklabs/ruby-parseconfig/releases)
- [Changelog](https://github.com/datafolklabs/ruby-parseconfig/blob/master/Changelog)
- [Commits](https://github.com/datafolklabs/ruby-parseconfig/commits)

---
updated-dependencies:
- dependency-name: parseconfig
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants