chromedriver_update 0.1.3 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 563649b427cfbf63e764840e52c872f16f4f830800210ab53237d3886bf73a28
4
- data.tar.gz: ad6424117c455e746a1dbdb3e82911d9a84180fdb4529efc28ae843ad8444682
3
+ metadata.gz: 0a7d74db56950c22241675add5a7034fba3ee9379a77e87ec95b00e55301d86c
4
+ data.tar.gz: 2e9a49902628ea63a96300f52e42e1016bfdf3d28840124b21c8ad4de5651371
5
5
  SHA512:
6
- metadata.gz: f82a1e002b7e19e01c135ae06676ac375e619e110d5c5e02ae86ea468398e7882d740ba36da9954753d5168966888dc9d6b9ff59146e4e524bb22d899465470a
7
- data.tar.gz: b35c3240f6f9e92d35394fc52f5b145f239dcca45bd238440e2dcf3afd6970f86cb75589afb787ae32f4375aba295524b52387ac051bbebd56626fc346ec54a4
6
+ metadata.gz: cd993cd5598d865d1e2842f5be5d6e2130fc3d59ff8337b574f1894bfbe4cc9c1b96dfb53a8edabf2e857ffe7cae295650f53881cd86ccebe0f7abe0db0fe859
7
+ data.tar.gz: f2a5520dc2783932a8aeff0c00afd8ecaa6f991e2cd457f72f062bd08cd620c09508d252263379f451814a9d2955620a6230c62cc41bdd1284e505fd6725e959
@@ -13,6 +13,7 @@ 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" }
16
17
 
17
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  class ChromedriverUpdate
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.4'.freeze
3
3
  end
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthäus Beyrle
@@ -123,6 +123,7 @@ 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
126
127
  allowed_push_host: https://rubygems.org
127
128
  post_install_message:
128
129
  rdoc_options: []