page-object-pal 0.1.0 → 0.1.1
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.
- data/lib/page-object-pal/version.rb +1 -1
- data/page-object-pal.gemspec +2 -2
- metadata +7 -7
data/page-object-pal.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = PageObjectPal::VERSION
|
|
9
9
|
spec.authors = ["Johnson Denen"]
|
|
10
10
|
spec.email = ["jdenen@manta.com"]
|
|
11
|
-
spec.description = %q{
|
|
12
|
-
spec.summary = %q{
|
|
11
|
+
spec.description = %q{Page object maintenance made easier}
|
|
12
|
+
spec.summary = %q{Did the test suite find a bug? Or are the page objects outdated by new code? PageObjectPal will keep an eye on your page objects and let you know when they need some TLC.}
|
|
13
13
|
spec.homepage = "http://github.com/jdenen/page-object-pal"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: page-object-pal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -107,9 +107,7 @@ dependencies:
|
|
|
107
107
|
- - ~>
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: 0.9.2
|
|
110
|
-
description:
|
|
111
|
-
code? PageObjectPal will keep an eye on your page objects and let you know when
|
|
112
|
-
they need some TLC.
|
|
110
|
+
description: Page object maintenance made easier
|
|
113
111
|
email:
|
|
114
112
|
- jdenen@manta.com
|
|
115
113
|
executables: []
|
|
@@ -149,7 +147,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
149
147
|
version: '0'
|
|
150
148
|
segments:
|
|
151
149
|
- 0
|
|
152
|
-
hash:
|
|
150
|
+
hash: 2495704330875555377
|
|
153
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
152
|
none: false
|
|
155
153
|
requirements:
|
|
@@ -158,13 +156,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
156
|
version: '0'
|
|
159
157
|
segments:
|
|
160
158
|
- 0
|
|
161
|
-
hash:
|
|
159
|
+
hash: 2495704330875555377
|
|
162
160
|
requirements: []
|
|
163
161
|
rubyforge_project:
|
|
164
162
|
rubygems_version: 1.8.25
|
|
165
163
|
signing_key:
|
|
166
164
|
specification_version: 3
|
|
167
|
-
summary:
|
|
165
|
+
summary: Did the test suite find a bug? Or are the page objects outdated by new code?
|
|
166
|
+
PageObjectPal will keep an eye on your page objects and let you know when they need
|
|
167
|
+
some TLC.
|
|
168
168
|
test_files:
|
|
169
169
|
- spec/Page.rb
|
|
170
170
|
- spec/dsl_conversion_spec.rb
|