Skip to content

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon authored May 31, 2024
1 parent ca9442d commit 57b51f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ Wait for conditions in RSpec
[![Build Status](https://img.shields.io/github/actions/workflow/status/laserlemon/rspec-wait/rake.yml)](https://github.com/laserlemon/rspec-wait/actions/workflows/rake.yml)
[![License](https://img.shields.io/github/license/laserlemon/rspec-wait)](https://github.com/laserlemon/rspec-wait/blob/-/LICENSE.txt)

## ⭐ RSpec::Wait `1.0.0.rc1` is released!

You can help by [upgrading](https://github.com/laserlemon/rspec-wait?tab=readme-ov-file#upgrading-from-v0)!

```ruby
gem "rspec-wait", "1.0.0.rc1"
```

If you have any trouble upgrading or working with RSpec::Wait v1, please [open an issue](https://github.com/laserlemon/rspec-wait/issues/new). Otherwise, no news is good news and version `1.0.0` will be released on May 31, 2024.

## Why does RSpec::Wait exist?

Timing is hard.
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/wait/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RSpec
module Wait
VERSION = ::Gem::Version.new("1.0.0.rc1")
VERSION = ::Gem::Version.new("1.0.0")
end
end

0 comments on commit 57b51f5

Please sign in to comment.