insite 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/insite/version.rb +1 -1
  3. metadata +13 -24
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a68396a261c66b3cb67524ff47c0bb3f6a17f21807d093175b1a73c293147eae
4
- data.tar.gz: ea60b9b3bb3b67f566c9ca75346a886ba98e828298be6eb72989b07b91f930ee
3
+ metadata.gz: dc9b1b03c5b9ccb0c6cf3d4d64444318ebf3eb6528c0d48093d2e5018588325b
4
+ data.tar.gz: f3036582a4369c884d117bb2de34c6e8da66f5d1533c1f2c4c5740aa9f6fca74
5
5
  SHA512:
6
- metadata.gz: 5a73e9efe53bc038eb8ff4b67269227ff34720b6aaa9060dadec600a9144bd7edcf9a132f700da5f1235afa291436a0ca096072f585516506a567cccfb831933
7
- data.tar.gz: d175a8a0c4eb3829393b203a17c0fbd7c64ec327430afefeb71f12a6585b69eb10428c05f28b387757dff891a7681ff3a9c560b980d067395396e3743e0870c9
6
+ metadata.gz: f82dccd3aaf9d1991589621e26283f82348ca28fe49c98ccf80cabe208c85f7c61e04067dbac03525d6d4ec052f775de9b69b82aa169a3e71a0e4d571945f434
7
+ data.tar.gz: fcd84352557c0bb16e0c4b2b510ef552a6277897f6e168a170e6fad4e651480693d0023690b5084991796cf15e0dec81aea8f5d74c9c0b482dd7b9a616ceeabb
@@ -1,3 +1,3 @@
1
1
  module Insite
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
3
  end
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
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-17 00:00:00.000000000 Z
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: "Insite is a page object library that allows you to work with your website
168
- in\na more natural way. It does this by providing a wrapper class for all of your\npages.
169
- This wrapper (called a site object) functions as a sort of browser for\nyour page
170
- objects. Benefits of this approach include simplified navigation \nand better error
171
- handling when things go wrong.\n\nInsite also provides a highly portable, object
172
- oriented approach to modeling\nrecurring features in your web application (e.g.,
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: 'Insite is a page object library that allows you to work with your website
243
- in a more natural way. It does this by providing a wrapper class for all of your
244
- pages. This wrapper (called a site object) functions as a sort of browser for your
245
- page objects. Benefits of this approach include simplified navigation and better
246
- error handling when things go wrong. Insite also provides a highly portable, object
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: []