chromedriver_update 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/console +1 -1
- data/lib/chromedriver_update/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2fd4ee5796bd349a0cadacf7491796ef09d2091666843761de0b61389f8ea39
|
4
|
+
data.tar.gz: 15de734f9c6f193bff21ccc24bf1d2f724c9c2d8f033c04e7cc5c4be447cefc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eec325cd223d2235f7b17ebad77b97eac5a8a8f0b8f88ac7a2b47f3f9ef778b23ebd1cf229c5134ac6b948bf74532a7a55c77214cc76011588a2af8ad231cc76
|
7
|
+
data.tar.gz: 521751f74060d7ba184c859f5d032ea20382f79875f7d4489e424198e22128e8b2b47eeedd02a05965b0903cf6ff1b894f6b3c5084dc02e3eb8b215153bc5a3b
|
data/bin/console
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
3
|
require "bundler/setup"
|
4
|
-
|
4
|
+
require_relative "../lib/chromedriver_update"
|
5
5
|
|
6
6
|
# You can add fixtures and/or initialization code here to make experimenting
|
7
7
|
# with your gem easier. You can also use a different console, if you like.
|