Skip to content

Commit

Permalink
ruby: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jun 19, 2024
1 parent 4497f75 commit 7877ebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'appium_flutter_finder', '~> 0.4'
gem 'appium_lib_core', '~> 5.0'
gem 'appium_flutter_finder'
gem 'appium_lib_core'
gem 'minitest', '~> 5.0'
2 changes: 2 additions & 0 deletions finder/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ 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.7.1
- Update the upper limit of ruby_lib_core
- 0.7.0
- Update the upper limit of ruby_lib_core
- 0.6.0
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.7.0'.freeze
VERSION = '0.7.1'.freeze
end
end
end

0 comments on commit 7877ebf

Please sign in to comment.