Skip to content

Commit

Permalink
chore: bump ruby client
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 14, 2023
1 parent 5a13ce8 commit 235f96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion finder/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Changelog
- 0.6.0
- Fix type of `match_root` and `first_match_only` in `by_ancestor` and `by_descendant`
- 0.5.0
= Support appium_lib_core version to v7 as well. The appium_lib_core requires Ruby v3.
- Support appium_lib_core version to v7 as well. The appium_lib_core requires Ruby v3.
- 0.4.2
- Relax the dependency version restriction
- 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion finder/ruby/lib/appium_flutter_finder/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Appium
module Flutter
module Finder
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end
end
end

0 comments on commit 235f96b

Please sign in to comment.