Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gangelo/mad_flatter

Tags

3.0.8

Toggle 3.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update ruby gems; update rexml gem to patch CVE (#40)

* Update ruby gems; update rexml gem to patch CVE

* Run tests against greater number of platforms and operating systems

3.0.7

Toggle 3.0.7's commit message
Update ruby gems

3.0.6

Toggle 3.0.6's commit message
Update ruby gems

v3.0.5

Toggle v3.0.5's commit message
Update ruby gems

v3.0.4

Toggle v3.0.4's commit message
DRY up shared examples

v3.0.3

Toggle v3.0.3's commit message
Update ruby gems and bump version

v3.0.2

Toggle v3.0.2's commit message
Ruby gem updates bump to version 3.0.2

v3.0.1

Toggle v3.0.1's commit message
Update version and CHANGELOG.md

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump the development-dependencies group with 1 update (#4)

* Bump the development-dependencies group with 1 update

Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: simplecov
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gangelo <[email protected]>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.0.0 (#2)

* Changes
  * Add spec coverage.
  * Update README.md.
* Breaking change
  * Remove unused Module HashRetrievable.
* Bug Fixes
  * Fix bug that raised an error when :namespace
option is not a Symbol due cut & paste error from
validation routine that checked the :metadata
option for validity.
  * Fix bug when checking
`MadFlatter::Service#options.namespace? an error
was raised if option :namespace was not passed
as an option since it is optional.