firebase-cloning-tool 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 271c0290ab0bd10fc8962c94f9e2e3e750c6d58a
4
- data.tar.gz: 30615057ed7234433d9b75cd7d89c64420523065
3
+ metadata.gz: c36023b44d7ed9f5d55766de054e67256b41bdd8
4
+ data.tar.gz: ce9be3186c7ea668d4fee253a80b71286c575104
5
5
  SHA512:
6
- metadata.gz: 0df4453135784b0b56709e38f9cb3f341238ceb51baff051907f3dab3002c058f014a416434464ca553171085c976341ed1a99b45e5ae6849555813107476d1f
7
- data.tar.gz: 01090980a4ec1103f45918591cab91066c70b4ad8c86e8c25e1a2c28beda381efceb358872e7b2637be52f40dcf0104b1d6239b383b8c86ed003b0bb59cccf37
6
+ metadata.gz: 6d362b74f2944d57bc782814347d1fbf8a64bd15ea0be9d60857bad8d87b46700eb3061a0982b235c7f40a77e09703989a51330a015cc12e0d84f8fdba650931
7
+ data.tar.gz: 5e6ade00dcc422d32d071e93f14759158ca4b1098efc22e76a88250ff8229605785b729320c39a0101a906f8d50bed672c6ea22f5998193841f5935c78c66172
@@ -42,8 +42,8 @@ module Firebase
42
42
  puts 'Going to project settings...'
43
43
  wait_until_xpath_present('//button[@aria-label="Settings" and contains(@class, "md-icon-button")]')
44
44
  Capybara.find(:xpath, '//button[@aria-label="Settings" and contains(@class, "md-icon-button")]').click
45
- wait_until_xpath_present('//button[@ng-click="controller.navEntryClick(controller.settings)"]')
46
- Capybara.find(:xpath, '//button[@ng-click="controller.navEntryClick(controller.settings)"]').click
45
+ wait_until_xpath_present('//a[@ng-click="controller.navEntryClick(controller.settings)"]')
46
+ Capybara.find(:xpath, '//a[@ng-click="controller.navEntryClick(controller.settings)"]').click
47
47
  wait_until_xpath_present('//span[@ng-if="::controller.webApiKey"]')
48
48
  puts 'Project settings loaded.'
49
49
  end
@@ -1,7 +1,7 @@
1
1
  module Firebase
2
2
  module Cloning
3
3
  module Tool
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firebase-cloning-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - epool
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-10 00:00:00.000000000 Z
11
+ date: 2017-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  requirements: []
151
151
  rubyforge_project:
152
- rubygems_version: 2.6.7
152
+ rubygems_version: 2.6.11
153
153
  signing_key:
154
154
  specification_version: 4
155
155
  summary: Tool for cloning firebase remote config projects.