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 rantly from 0.3.2 to 1.2.0 #259

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

Conversation

dependabot-preview[bot]
Copy link

Bumps rantly from 0.3.2 to 1.2.0.

Release notes

Sourced from rantly's releases.

Version 1.2.0

New features

  • Allow to generate floats using Gaussian distribution

Bug fixes

  • NoMethodError - undefined method retry? - when a test using dict fails

Changes

  • Correct typo in Too many tries message

Version 1.0.0

Added

  • Trying harder to shrink collections instead of giving up on first success of property (Eric Bischoff).
  • Added convenience classes Deflating and Tuple for more control on shrinking (Eric Bischoff).
  • Added usage examples for Deflating and Tuple shrinking strategies (Oleksii Fedorov).
  • Property#check will now use the RANTLY_COUNT environment variable to control the number of values generated (Jamie English).

Major changes

  • Array shrink was removed in favor of Tuple and Deflating.
Changelog

Sourced from rantly's changelog.

1.2.0 - 2018-08-29

New features

Bug fixes

Changes

  • Correct typo in Too many tries message
    • thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]

[1.1.0][1.1.0] - 2017-04-18

Improved

  • Include failed example and number of example run in failure message.
    • [Issue #21][21]
    • thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
  • Improve run-time for generation of strings.
    • [Issue #19][19]

[1.0.0][1.0.0] - 2016-07-06

Added

  • Trying harder to shrink collections instead of giving up on first success of property.
    • thanks [Eric Bischoff][Eric Bischoff]
  • Added convenience classes Deflating and Tuple for more control on shrinking.
    • thanks [Eric Bischoff][Eric Bischoff]
  • Added usage examples for Deflating and Tuple shrinking strategies.
    • thanks [Oleksii Fedorov][Oleksii Fedorov]
  • Property#check will now use the RANTLY_COUNT environment variable to control the number of values generated.
    • thanks [Jamie English][Jamie English]

Major changes

  • Array shrink was removed in favor of Tuple and Deflating.
Commits
  • 4ec0718 Merge pull request #51 from Ana06/error-gemspec
  • 0a89156 Fix README name in gemspec to release Rantly
  • 2e8724f Merge pull request #48 from Ana06/1.2.0
  • 58e60e0 Prepare version 1.2.0
  • a8c430f Add license to gemspec
  • d451500 Correct homepage in gemspec
  • 768c4d8 Add myself as author in gemspec
  • 2875f63 Merge pull request #43 from Ana06/remove-rbx
  • b48d985 Merge pull request #40 from Ana06/dict-bug
  • 57f4e64 Merge pull request #41 from Ana06/readme
  • Additional commits viewable in compare view

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rantly](https://github.com/abargnesi/rantly) from 0.3.2 to 1.2.0.
- [Release notes](https://github.com/abargnesi/rantly/releases)
- [Changelog](https://github.com/rantly-rb/rantly/blob/master/CHANGELOG.md)
- [Commits](rantly-rb/rantly@0.3.2...1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant