insite 0.1.1 → 0.1.2

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 +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e5c3c3292766218a4fdd6580526a7f6c34ee53a60e61477fe63599562e52507
4
- data.tar.gz: 76ef07457e86b531f3e43d2aa8f26ffd17a5ddcc38ba1ec26924d4306f00beec
3
+ metadata.gz: 4da6a0c60f82d3ad461cbdc4bbfc42e6e0208931036e163cc25449dd68bb9e75
4
+ data.tar.gz: e2c2d2e684de2dd576e33333e098e64a0f85bcd5640a49ab3baec85a12a53649
5
5
  SHA512:
6
- metadata.gz: 76da84bd7b04272db6c83e34f285f532c4547cd016a4522c0666d1d5d6c2a2775c6a6d4d343c2aad4124eee73177dbede5825f6c83b704f8e199eb20f651274d
7
- data.tar.gz: '08ead004638cfac8ed2639cccaa967ce8042709a52d1f7b2db7fbde069ef2a85fa2c78f749a6b3b4ec3061b0ed12baca48c98ce586c1ff40f2a44124a5a79b7e'
6
+ metadata.gz: '081c49de90abf6786fb8ae7f9d0d060e9495d2031ef9689d3fbcfec806f410b8bde274568164a57760a946e39f61c4b305776c412826f2c235fa967de9db61f3'
7
+ data.tar.gz: 7d76291c5bab8c5854484ec0c0407b60da715d0d99dc04e12933567fcd4c3faf82dbc99d6f9789dc365c0ad97260933c6656bee9d8f986c3a9a386c85c410014
@@ -1,3 +1,3 @@
1
1
  module Insite
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
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.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
- Insite is a page object library that allows you to work with your website in much the same way as an actual user does. It provides a page object browser (called a site object) for your page objects. Site objects are smart: They can determine which page they on and whether or not a page object has been defined for the currently displayed page. Benefits are simplified navigation, better error handling when things go wrong and less code needed to maintain your site and write tests.
169
-
170
- Insite also provides a highly flexible, object-oriented approach to writing code for reusable features. It supports this via _components_, which can be thought of as DOM extensions. Components are fully interoperable with standard DOM elements and other components. When a component is defined, you get accessor methods for each page that belongs to your site, one for an individual instance of the component and another
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 as an actual user does. This library also provides a highly
237
- portable, object oriented approach to modeling recurring features in your application
238
- (e,g, cards, calendars. search widgets.) Reusable components that you write for
239
- UI testing are fully compatible with standard DOM elements.
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: []