insite 0.1.1 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/insite/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4da6a0c60f82d3ad461cbdc4bbfc42e6e0208931036e163cc25449dd68bb9e75
|
4
|
+
data.tar.gz: e2c2d2e684de2dd576e33333e098e64a0f85bcd5640a49ab3baec85a12a53649
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '081c49de90abf6786fb8ae7f9d0d060e9495d2031ef9689d3fbcfec806f410b8bde274568164a57760a946e39f61c4b305776c412826f2c235fa967de9db61f3'
|
7
|
+
data.tar.gz: 7d76291c5bab8c5854484ec0c0407b60da715d0d99dc04e12933567fcd4c3faf82dbc99d6f9789dc365c0ad97260933c6656bee9d8f986c3a9a386c85c410014
|
data/lib/insite/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: insite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Fitisoff
|
@@ -164,10 +164,11 @@ dependencies:
|
|
164
164
|
- - ">="
|
165
165
|
- !ruby/object:Gem::Version
|
166
166
|
version: 3.7.0
|
167
|
-
description:
|
168
|
-
|
169
|
-
|
170
|
-
|
167
|
+
description: "Insite is a page object library that allows you to work with your website
|
168
|
+
in\nmuch the same way that a user does. It also provides a highly portable, \nobject
|
169
|
+
oriented approach to modeling recurring features in your application\n(e.g., cards,
|
170
|
+
calendars. search widgets.) Reusable components that you write\nfor UI testing are
|
171
|
+
fully compatible with standard DOM elements."
|
171
172
|
email: jfitisoff@yahoo.com
|
172
173
|
executables: []
|
173
174
|
extensions: []
|
@@ -233,8 +234,8 @@ rubygems_version: 2.7.6
|
|
233
234
|
signing_key:
|
234
235
|
specification_version: 4
|
235
236
|
summary: Insite is a page object library that allows you to work with your website
|
236
|
-
in much the same way
|
237
|
-
|
238
|
-
|
239
|
-
|
237
|
+
in much the same way that a user does. It also provides a highly portable, object
|
238
|
+
oriented approach to modeling recurring features in your application (e.g., cards,
|
239
|
+
calendars. search widgets.) Reusable components that you write for UI testing are
|
240
|
+
fully compatible with standard DOM elements.
|
240
241
|
test_files: []
|