insite 0.2.4 → 0.2.5
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 +13 -24
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc9b1b03c5b9ccb0c6cf3d4d64444318ebf3eb6528c0d48093d2e5018588325b
|
|
4
|
+
data.tar.gz: f3036582a4369c884d117bb2de34c6e8da66f5d1533c1f2c4c5740aa9f6fca74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f82dccd3aaf9d1991589621e26283f82348ca28fe49c98ccf80cabe208c85f7c61e04067dbac03525d6d4ec052f775de9b69b82aa169a3e71a0e4d571945f434
|
|
7
|
+
data.tar.gz: fcd84352557c0bb16e0c4b2b510ef552a6277897f6e168a170e6fad4e651480693d0023690b5084991796cf15e0dec81aea8f5d74c9c0b482dd7b9a616ceeabb
|
data/lib/insite/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: insite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John Fitisoff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-11-
|
|
11
|
+
date: 2018-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -164,17 +164,12 @@ dependencies:
|
|
|
164
164
|
- - ">="
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: 3.7.0
|
|
167
|
-
description:
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
cards, calendars, search \nwidgets, etc.) Components that you write are essentially
|
|
174
|
-
DOM extensions:\nThey can be referenced from other components or any standard DOM
|
|
175
|
-
object.\nThis interoperability with the DOM makes your component features more\naccessible
|
|
176
|
-
when writing tests and almost completely eliminates the need to\nwrite code to wire
|
|
177
|
-
your components up to pages or to get them to work with\nother components."
|
|
167
|
+
description: |-
|
|
168
|
+
Page object library with an emphasis on simplified navigation and reusable code.
|
|
169
|
+
It has features geared towards supporting web components (www.webcomponents.org)
|
|
170
|
+
or any recurring feature in your application. UI automation components that you
|
|
171
|
+
define are extensions of the DOM and are fully interopable with standard DOM
|
|
172
|
+
elements and other components.
|
|
178
173
|
email: jfitisoff@yahoo.com
|
|
179
174
|
executables: []
|
|
180
175
|
extensions: []
|
|
@@ -239,15 +234,9 @@ rubyforge_project:
|
|
|
239
234
|
rubygems_version: 2.7.6
|
|
240
235
|
signing_key:
|
|
241
236
|
specification_version: 4
|
|
242
|
-
summary:
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
oriented approach to modeling recurring features in your web application (e.g.,
|
|
248
|
-
cards, calendars, search widgets, etc.) Components that you write are essentially
|
|
249
|
-
DOM extensions: They can be referenced from other components or any standard DOM
|
|
250
|
-
object. This interoperability with the DOM makes your component features more accessible
|
|
251
|
-
when writing tests and almost completely eliminates the need to write code to wire
|
|
252
|
-
your components up to pages or to get them to work with other components.'
|
|
237
|
+
summary: Page object library with an emphasis on simplified navigation and reusable
|
|
238
|
+
code. It has features geared towards supporting web components (www.webcomponents.org)
|
|
239
|
+
or any recurring feature in your application. UI automation components that you
|
|
240
|
+
define are extensions of the DOM and are fully interopable with standard DOM elements
|
|
241
|
+
and other components.
|
|
253
242
|
test_files: []
|