ae_page_objects 0.0.1.beta.1 → 0.0.1.beta.2

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.
Files changed (2) hide show
  1. data/lib/ae_page_objects/version.rb +1 -1
  2. metadata +4 -3
@@ -1,3 +1,3 @@
1
1
  module AePageObjects
2
- VERSION = '0.0.1.beta.1'.freeze
2
+ VERSION = '0.0.1.beta.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_page_objects
3
3
  version: !ruby/object:Gem::Version
4
- hash: -2100407872
4
+ hash: -2073055296
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
10
  - beta
11
- - 1
12
- version: 0.0.1.beta.1
11
+ - 2
12
+ version: 0.0.1.beta.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - Donnie Tognazzini
@@ -115,6 +115,7 @@ dependencies:
115
115
  description: Capybara Page Objects pattern
116
116
  email:
117
117
  - don_tog@yahoo.com
118
+ - andrew.mutz@appfolio.com
118
119
  executables: []
119
120
 
120
121
  extensions: []