puppeteer-ruby 0.31.0 → 0.31.6

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- /.bundle/
2
- /.yardoc
3
- /_yardoc/
4
- /coverage/
5
- /doc/
6
- /pkg/
7
- /spec/reports/
8
- /tmp/
9
-
10
- /.vscode
11
- /Gemfile.lock
12
- /vendor/bundle
13
-
14
- # rspec failure tracking
15
- .rspec_status
16
-
17
- # RubyMine
18
- /.idea/
19
- /.rakeTasks
20
-
21
- diff-*.png
data/.travis.yml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- sudo: false
3
- language: ruby
4
- cache: bundler
5
- rvm:
6
- - 2.6.3
7
- before_install: gem install bundler -v 1.17.2