cuculungwa 0.0.2 → 0.0.3
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 +8 -8
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTMzYTdkODQwNWZiYjRlNzg0YjJkZmJjYzdkZjMwNGE3ZWVmMzUzMg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YmJlMTYwMTIyODhlMWEwMzk0ZmQ0ZDZjMTdhNGIwZmZlNjU2NDA1Yg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmE4ZGQ5ZWY1MGRjNjJmMDhkZGY3MTE1YTIwOGY2MzhhYjFhMGExYWIyYzAy
|
|
10
|
+
MWRkNTk2MTA4ZmQ2OGVjN2MzMjZhNGQ3Mzk0MjU1MmNkZjFiZjU3Mzk5OTBl
|
|
11
|
+
ZmU2NDY0ZDhjZjE1ZTE0MDU4NzYzZmZjMzk5NWRjZGVmMDU4M2U=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjU2MmFjMmJjZTQ2ODNmZmU5MWRiNWQ5ZWIzYjE0MDU2NDMzOTc4NDZjY2Fl
|
|
14
|
+
ZGRlN2YwMTJmOGM4OTBmZWVlNjIxYzFkOGM3ZWJkNmNlZTZmYTc5ZTZkN2Qx
|
|
15
|
+
MmRjYjMwMGY5MTQ1NjNkMDg1ZDk4YmMzOTk5NTgwMzA4MDllNjE=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cuculungwa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Kaftanski
|
|
@@ -489,13 +489,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
489
489
|
requirements:
|
|
490
490
|
- - ! '>='
|
|
491
491
|
- !ruby/object:Gem::Version
|
|
492
|
-
version:
|
|
492
|
+
version: 1.9.3
|
|
493
493
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
494
494
|
requirements:
|
|
495
495
|
- - ! '>='
|
|
496
496
|
- !ruby/object:Gem::Version
|
|
497
497
|
version: '0'
|
|
498
|
-
requirements:
|
|
498
|
+
requirements:
|
|
499
|
+
- The latest IEDriverServer.exe for run tests via Internet Explorer on MS Windows
|
|
500
|
+
- The latest chromedriver.exe for run tests via Chrome on MS Windows
|
|
501
|
+
- The latest phantomjs.exe for run tests via PhantomJS on MS Windows
|
|
502
|
+
- mysql-connector-c-6.1.5-win32 and the latest curl.exe for run Arachni security tests
|
|
499
503
|
rubyforge_project:
|
|
500
504
|
rubygems_version: 2.4.1
|
|
501
505
|
signing_key:
|