chromedriver_update 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/chromedriver_update.gemspec +0 -1
- data/lib/chromedriver_update/version.rb +1 -1
- metadata +1 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8736ebfde62b10d5b4491b4f0563f1ae891aee584bb4fd497691055d0a0fee83
|
4
|
+
data.tar.gz: 19d916a82d4ffb71d27ef12625bc850d30369156e97c039fcfa3e6ce9e47c190
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4687eacec5d9f7be86dc15a393c3944fae9f63088886c031d1591d5d49755fd8402718a20b0b4f668033a5bf5c2d54977969017ba7942f0cbbb923a218c29b6
|
7
|
+
data.tar.gz: 877d62955b895fdb03fa76bb0f5b2fdab48afe2cdfa9b4f3567787e2dc9c47610965d5c7e2a8852ae247095c97ba0945895eb0b87644e1a9c46f83fafeaea233
|
data/chromedriver_update.gemspec
CHANGED
@@ -13,7 +13,6 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.summary = %q{Update an existing installation of chromedriver fitting to the current installed version of chrome}
|
14
14
|
spec.homepage = "https://github.com/magynhard/chromedriver_update"
|
15
15
|
spec.license = "MIT"
|
16
|
-
spec.metadata = { "source_code_uri" => "https://github.com/magynhard/chromedriver_update" }
|
17
16
|
|
18
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
19
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chromedriver_update
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthäus Beyrle
|
@@ -123,7 +123,6 @@ homepage: https://github.com/magynhard/chromedriver_update
|
|
123
123
|
licenses:
|
124
124
|
- MIT
|
125
125
|
metadata:
|
126
|
-
source_code_uri: https://github.com/magynhard/chromedriver_update
|
127
126
|
allowed_push_host: https://rubygems.org
|
128
127
|
post_install_message:
|
129
128
|
rdoc_options: []
|