chromedriver_update 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/bin/console +4 -4
- 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: 563649b427cfbf63e764840e52c872f16f4f830800210ab53237d3886bf73a28
|
4
|
+
data.tar.gz: ad6424117c455e746a1dbdb3e82911d9a84180fdb4529efc28ae843ad8444682
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f82a1e002b7e19e01c135ae06676ac375e619e110d5c5e02ae86ea468398e7882d740ba36da9954753d5168966888dc9d6b9ff59146e4e524bb22d899465470a
|
7
|
+
data.tar.gz: b35c3240f6f9e92d35394fc52f5b145f239dcca45bd238440e2dcf3afd6970f86cb75589afb787ae32f4375aba295524b52387ac051bbebd56626fc346ec54a4
|
data/Rakefile
CHANGED
data/bin/console
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
-
require
|
4
|
-
|
3
|
+
require 'bundler/setup'
|
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.
|
8
8
|
|
9
9
|
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require
|
10
|
+
# require 'pry'
|
11
11
|
# Pry.start
|
12
12
|
|
13
|
-
require
|
13
|
+
require 'irb'
|
14
14
|
IRB.start(__FILE__)
|