interactor_ui_automation 0.1.2 → 0.1.3

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: 8ee70b1db681588ce64bd69ed6e51ec13a2801ec
4
- data.tar.gz: ae6528b3bded8f3446f5c150b61ccd6ee59ddabf
3
+ metadata.gz: 2a0d6a36613b770dadb4249c04d453807330291b
4
+ data.tar.gz: 6ce410c82de459a2b0d629de8f69cdef98667347
5
5
  SHA512:
6
- metadata.gz: 35153de36e50cb7a8447095202db978f6619fbd01684361fa357ac5093a62d7eb2b59506841336c657bfb34ca3a310663102eaab47418302e4cd2d5c1624d5a4
7
- data.tar.gz: 9ff7af32e3197a9830fc57ba9e2650cde1437692b4538d2d0d27e2c393c7c04226e6686a0f16a872158add4859f586eed2c628bbe16638d453cc99bf778271c5
6
+ metadata.gz: ea14a41bf4f69ecea9c84c2c240b8866f1f643ca8878b2bc886121ebe48e0db098d858f338dc2edcecbfb00084ab8c5df4f15c450319cc8c746ae52194c718a1
7
+ data.tar.gz: 3857ec501c2659e9d1886b1450645da93e66cbf541cc797b4df8d97b93c7152a6c39c15583df1541508b837760bb5944914fbd9d09fddb72786afa9c1b13bdb7
@@ -1,2 +1,4 @@
1
+ warn("#{'=' * 20}\nDeprecation Warning: `interactor_ui_automation` gem has been renamed to `ui_interactors`. Please upgrade to the new gem.\n#{'=' * 20}")
2
+
1
3
  require_relative 'interactor_ui_automation/version'
2
4
  require_relative 'interactor_ui_automation/interactor'
@@ -1,3 +1,3 @@
1
1
  module InteractorUIAutomation
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interactor_ui_automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Rood
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-09 00:00:00.000000000 Z
11
+ date: 2017-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler