appium_flutter_finder 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/appium_flutter_finder.gemspec +1 -1
- data/lib/appium_flutter_finder/version.rb +1 -1
- data/lib/appium_flutter_finder.rb +2 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 582ba7b3b833255f543bba50226cf06961376c342ec9d984c5a0507008dd97be
|
4
|
+
data.tar.gz: '0940c7ec6285dcd39010a5497375c453577b57f07388c9657fe51231c375f224'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a154ed2ab40cd77c6784b1d1a5d86f5750efa9c8054087ad8988208afbf2e06b75c2f01a4b24f45f4be26d69c2d9a9eb54380dad50159b6ea8eedba41b35777
|
7
|
+
data.tar.gz: b078b823b702aa98f6e89a38af8c18a635f36e489ae238f7c44171473e5819b4e612959637ab3edcf4b2efc9d37dcd93598bb447b0355b068c096dbf00703833
|
data/README.md
CHANGED
@@ -43,6 +43,8 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
43
43
|
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).
|
44
44
|
|
45
45
|
## Changelog
|
46
|
+
- 0.4.1
|
47
|
+
- Add `attr_reader` for `Appium::Flutter::Element#id`
|
46
48
|
- 0.4.0
|
47
49
|
- Bump appium_lib_core version to v5+
|
48
50
|
- 0.3, 0.3.1
|
@@ -55,4 +57,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
55
57
|
|
56
58
|
## Contributing
|
57
59
|
|
58
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/truongsinh/appium-flutter-driver/tree/
|
60
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/truongsinh/appium-flutter-driver/tree/main/finder/ruby .
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appium_flutter_finder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kazuaki Matsuo
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: appium_lib_core
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
61
|
+
version: '13.0'
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
68
|
+
version: '13.0'
|
69
69
|
description: Finder for appium-flutter-driver
|
70
70
|
email:
|
71
71
|
- fly.49.89.over@gmail.com
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
- !ruby/object:Gem::Version
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
|
-
rubygems_version: 3.
|
102
|
+
rubygems_version: 3.3.3
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: Finder for appium-flutter-driver
|