watir_helper 1.0.1 → 1.0.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.
Files changed (5) hide show
  1. checksums.yaml +8 -8
  2. data/LICENSE +32 -0
  3. data/README +1 -1
  4. data/watir_helper.gempsec +1 -1
  5. metadata +3 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTYxYzA2YzZjODc4MTEwOTcyYzU2ODA3NzMyZWVmOTUxMTU5OTAwYw==
4
+ MjZmMTVjODg2MzI4NTIzOTU0ZmQyNTljNWNhOGNhNmFmNTM3NWM0Yg==
5
5
  data.tar.gz: !binary |-
6
- ZGNmOWI4OTc4ZGIyNGYyMjE3YTIzMGE1YTY3NTI5NTJjMjRjYzg3NQ==
6
+ YzFlZjM5OTNmOTU4MWIxMmFkYmQ5M2FiYTBiN2QyZDhkNmI2MWQ0NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDk1MmJiNDlkZGJhOTEyNmZlYzIzNzExMWM5MmY1NWEwODgyMGYzMGNjNWMz
10
- Y2Q1NmMyOWUwYmU1ZjFhNjIwZDY1ODQzYmU5MTRjYTcwY2VhNjgwMzBmMDQy
11
- YjgwODAxNjcxODcyMjkxNmUzNjRjOTgyYTc2ZGEyYTllZThkZjM=
9
+ MjA1YmRjZGZhOTRjNGVmMTUzZGI2ZWJkNzkzMmM1MGY5ODc3MGQ4MmNmNzkw
10
+ NmIwMTM1Njg2MWIyODI3ZTQyN2IzN2FmZWIxMWNlY2QxNTgwMjAzYTFlOGEx
11
+ NmI4YzlkMWI4ZDYxZDQ3OGVmMTNlNWZjMjc3NDAyMjY2NzNmMmI=
12
12
  data.tar.gz: !binary |-
13
- YzlhOWFmMzg2ZTA0ODRkOWQ3YmU0NTk4ZTdiOGQxMWYwZTE4ZDc1OGQ4YTJi
14
- Y2M1MzEzYjEzNmQxNTk5MGIwZDQ0ZmQ2Y2ViYjZkNTBlOWY2OGI4OGFjZDM5
15
- ZDM2NjM5NTZkMWMwZmQwZTJlZDY2YmE0NmM0OGI3Yzk4ZGUyYmU=
13
+ ZWYxZTFjYWM2Yzk0OTIwY2JkMDdjNTFlODAyZjYzODBkMGJlZjc4YTdkYTJm
14
+ ZGU3NjA0OTcyNmJiOGY5N2YwZGZjY2IyYzA3MzYxNTkwNzc0MGNlNWYxM2Yz
15
+ NmI4NGM0YzFjZWRkMDIxNTYyOTQ5MGZiYzYzZGNkZTViZTRmOWI=
data/LICENSE ADDED
@@ -0,0 +1,32 @@
1
+ ---------------------------------------------------------------------------
2
+ Copyright (c) 2015, Ankur Gera
3
+ All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice,
9
+ this list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright
12
+ notice, this list of conditions and the following disclaimer in the
13
+ documentation and/or other materials provided with the distribution.
14
+
15
+ 3. Neither the name Ankur Gera, nor the names of any
16
+ other contributors to this software may be used to endorse or promote
17
+ products derived from this software without specific prior written
18
+ permission.
19
+
20
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
21
+ IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
24
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
29
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
30
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
+ --------------------------------------------------------------------------
32
+ (based on BSD Open Source License)
data/README CHANGED
@@ -110,7 +110,7 @@ How To Use:
110
110
 
111
111
  Contacts:
112
112
 
113
- The mailing list: http://groups.google.com/group/watir-general
113
+ The mailing list: http://groups.google.com/forum/#!forum/watir_helper
114
114
 
115
115
  E-mail :- ankurgera@gmail.com
116
116
 
data/watir_helper.gempsec CHANGED
@@ -6,7 +6,7 @@ require 'rake/testtask'
6
6
 
7
7
  spec = Gem::Specification.new do |s|
8
8
  s.name = "watir_helper"
9
- s.version = "1.0.1"
9
+ s.version = "1.0.2"
10
10
  s.platform = Gem::Platform::RUBY
11
11
  s.authors = ["Ankur Gera"]
12
12
  s.email = "ankurgera@gmail.com"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ankur Gera
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-12 00:00:00.000000000 Z
11
+ date: 2015-02-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ! "This gem is developed for novice automation tester's to write automation
14
14
  scripts\n fast as it is very easy to use."
@@ -17,6 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - LICENSE
20
21
  - README
21
22
  - lib/watir_helper.rb
22
23
  - lib/watir_helper/browser_helper.rb