bucky-core 0.10.10 → 0.10.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1702d368f2ab2491528673a0e46b1b63c432c465f1a07fa725659da0b84482bf
4
- data.tar.gz: 0b9a848ccf66fcde3e8bd83c8acd0adc202eb55544a8d7630993037282682157
3
+ metadata.gz: ccb222e4d46f71d5351c9fcfde3e700998714b8e78195b0e4455c4cbb233f7e2
4
+ data.tar.gz: db981e13bfc12ca2a67fc6c05867553d16590b030083d9f805d90f23546d45fd
5
5
  SHA512:
6
- metadata.gz: b63ed6a8af9d6206b18426cdc44d43b58132f629ed1f50142ec0a34e954e2067156fcf337f66fb2ba21b4799e35f986754a2fab057423241d3ee4b57fb8b6ed0
7
- data.tar.gz: 1efa70a68e58002fe21d98e70d64540e0d2ef767c0c7864eaa9d7dfff354769d59060f5c9f4f86285003ba2cb9d1bcd223e846ae669a4561a1753f5b031917f1
6
+ metadata.gz: 268616fca9bc44744125d61b64111f287b525b47bcaec655133dfa51f8c85c2c197e9194939be5609197c28101c2605084d9708e88a3ec7a09b86704cdf2c691
7
+ data.tar.gz: 1d78e67f2f27b1de60c0104a49e6753a78d4b462a5f093db8317accc364b9b9ca1e7f276926cde555f72f1aefc2f4e2b0f1bd41b64b73f1a6456d4c8e0a32d2f
@@ -1,4 +1,4 @@
1
- VERSION=$(git describe --tags | sed -e 's/^v//')
1
+ VERSION=$(git describe --tags | grep -o -E "([0-9]+\.){1}[0-9]+(\.[0-9]+)?" | head -n1)
2
2
  git config user.email "bucky-operator@users.noreply.github.com"
3
3
  git config user.name "bucky-operator"
4
4
  # Update version.rb
@@ -37,7 +37,6 @@ module Bucky
37
37
 
38
38
  def click(args)
39
39
  elem = @pages.get_part(args)
40
- elem.location_once_scrolled_into_view
41
40
  # when click successfully, return of click is nil.
42
41
  wait_until_helper(5, 0.1, Selenium::WebDriver::Error::WebDriverError) { elem.click.nil? }
43
42
  end
data/lib/bucky/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bucky
4
4
  module Version
5
- VERSION = '0.10.10'
5
+ VERSION = '0.10.13'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bucky-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.10
4
+ version: 0.10.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaotoKishino
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: exe
15
15
  cert_chain: []
16
- date: 2021-02-09 00:00:00.000000000 Z
16
+ date: 2021-02-25 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: awesome_print