app_prism 0.0.6 → 0.0.7

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: ec3bf9bdca363cb50de071fcda92c9d3b62afa91f7e8b30111571288568ec3b8
4
- data.tar.gz: '08224abef772c0d0f0bacb771e990678390a46805a88e98154b9b283e9728587'
3
+ metadata.gz: aa428f3851ad7ae64a4bb0d8c2118503c0e33e53414a548a3a5707f46a2a1467
4
+ data.tar.gz: 890b72cb4826405114908412f7443e9f4e0827b0e82c25205090cffd89195721
5
5
  SHA512:
6
- metadata.gz: 7ffe6132911c5f4e47b908f30499e89b5a69ef9b912783ce1f450c8f4a27112907e811af6ab3a7734a07051a73241527f4b803b0a27682d314f6ab65e8816bdd
7
- data.tar.gz: 7b0f70b714fe2e068a1e3d5a98ad089c344649b26cd19246e6815265e964bbc95e5ea476c995196c29a0aa8f6da92198340e74cc51038925705d63460e8a1a65
6
+ metadata.gz: c21d9166fdcf2f98d48f9d8662c8fbd4b495a0a56749865abe6e9dde2fa7f31b1885fb5b441602e0341b6098070b200cd3f417e07f425f8963e3ea9e6dd2b8a9
7
+ data.tar.gz: 2466b61e9fa50ceacaadfcffa85d4cb4bd1324e97ee5fbddb28e631cb2959132ef21c7c0b36a805b0d5b1cfe2934d3bab922e2b1188835b9fb7eca94dab2fb6a
@@ -5,7 +5,7 @@ module AppPrism
5
5
  @current_screen = page_class.new(@browser)
6
6
  end
7
7
 
8
- alias_method :on, :on_page
8
+ alias :on on_page
9
9
 
10
10
  def class_from_string(class_name)
11
11
  parts = class_name.split("::")
@@ -1,3 +1,3 @@
1
1
  module AppPrism
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/app_prism.rb CHANGED
@@ -17,7 +17,7 @@ module AppPrism
17
17
 
18
18
  def self.included(cls)
19
19
  cls.include AppPrism::HelperMethods
20
- cls.extend AppPrism::ScreenFactory
20
+ cls.include AppPrism::ScreenFactory
21
21
  cls.extend AppPrism::Finders
22
22
  cls.extend AppPrism::Sections::SectionFinders
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_prism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denys Bazarnyi