geckodriver-helper 0.0.3 → 0.0.4
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/CHANGELOG.md +5 -0
- data/README.md +2 -2
- data/bin/{geckodriver-update → gecko_updater} +0 -0
- data/lib/geckodriver/helper/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c4a2bcfbb7cbdca629167ae794c21b62ac18352
|
|
4
|
+
data.tar.gz: 7841c645828d3ab117bdc883db0e3cfedde4991c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a1c05c9a4134a720c1f993462cee156b1d9d736701b0aba0a68afa01fab0a059a72e2fb2ba7edbd2f565d4ef4bc28053b498d110d9116df9e029ec2b79d8041
|
|
7
|
+
data.tar.gz: 0c571a359f2bff069438786d72bfc454688b10a7020251644a9c2e88c95370a25dc37c7e0cfec1afcc9f67df491412b07eb5dba00b4ba04b14e0d7a2069dfd16
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# geckodriver-helper
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/DevicoSolutions/geckodriver-helper)
|
|
4
4
|
|
|
@@ -34,7 +34,7 @@ then, in your specs:
|
|
|
34
34
|
# Updating Geckodriver
|
|
35
35
|
|
|
36
36
|
If you'd like to force-upgrade to the latest version of geckodriver,
|
|
37
|
-
run the script `
|
|
37
|
+
run the script `gecko_updater`
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
# License
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geckodriver-helper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Devico Solutions
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -58,8 +58,8 @@ description: |-
|
|
|
58
58
|
email:
|
|
59
59
|
- info@devico.io
|
|
60
60
|
executables:
|
|
61
|
+
- gecko_updater
|
|
61
62
|
- geckodriver
|
|
62
|
-
- geckodriver-update
|
|
63
63
|
extensions: []
|
|
64
64
|
extra_rdoc_files: []
|
|
65
65
|
files:
|
|
@@ -70,8 +70,8 @@ files:
|
|
|
70
70
|
- LICENSE.txt
|
|
71
71
|
- README.md
|
|
72
72
|
- Rakefile
|
|
73
|
+
- bin/gecko_updater
|
|
73
74
|
- bin/geckodriver
|
|
74
|
-
- bin/geckodriver-update
|
|
75
75
|
- geckodriver-helper.gemspec
|
|
76
76
|
- lib/geckodriver/helper.rb
|
|
77
77
|
- lib/geckodriver/helper/gecko_release_page_parser.rb
|
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
version: '0'
|
|
101
101
|
requirements: []
|
|
102
102
|
rubyforge_project:
|
|
103
|
-
rubygems_version: 2.
|
|
103
|
+
rubygems_version: 2.6.12
|
|
104
104
|
signing_key:
|
|
105
105
|
specification_version: 4
|
|
106
106
|
summary: Easy installation and use of geckodriver.
|