grell 2.1.0 → 2.1.1

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
- SHA1:
3
- metadata.gz: 8d9acf34b301934669bf458555b29ef7c429f936
4
- data.tar.gz: 3949e320d75862e04325581986c24209440fd46e
2
+ SHA256:
3
+ metadata.gz: 2017936bf360a1baa9b97e7534ab7c27598b04abca86c1f212d8e37c9761904c
4
+ data.tar.gz: f3feb1d80bf9aa644c2040818330279dc3695978879b6f456f5ebc05cfc17dee
5
5
  SHA512:
6
- metadata.gz: 3cd06fcba285f5f894d0127c7de96575f032fff8d10cdcfa2ee5042b287b01babdbd3119c5c1d979c8610ae9ee9d571f8c6144711415acbcf09f3d43ceac567c
7
- data.tar.gz: 4dfb9e9d2e83095ca66df36bc8f41082fc37a29995d75e0553f8466eeb0dd36b62c3578861f171c9c29e4815ca257807dbd53dab4eee875301d1613fde6a437a
6
+ metadata.gz: c18a0f0dd5a9d9b2f6a71c5e41a23b219a31a38bb28c9405baf14357a4f47d4e23f7a77c3464673ff7e855da7f98f0c934d85d73d9797ec2c3179f2b9cd8a4b6
7
+ data.tar.gz: fa3010a9e9c37bccc8cd7442fd96693f93fcc15a1d85f672b2f6dcfedf827629b67f897611d17f6eee693b0c55816e52d63e0c41dcdfd51149cbeff6842ed59e
@@ -1,15 +1,20 @@
1
1
  language: ruby
2
2
  cache: bundler
3
3
  sudo: false
4
-
5
4
  rvm:
6
- - 2.1.8
7
- - 2.2.4
8
- - 2.3.0
5
+ - 2.2.4
6
+ - 2.3.0
7
+ - 2.4.2
9
8
  script: bundle exec rspec
10
-
11
9
  before_install:
12
- - mkdir travis-phantomjs
13
- - wget https://github.com/JordiPolo/phantomjs/blob/master/phantomjs-2.1.1-linux-x86_64.tar.bz2?raw=true -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
14
- - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
15
- - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
10
+ - mkdir travis-phantomjs
11
+ - wget https://github.com/JordiPolo/phantomjs/blob/master/phantomjs-2.1.1-linux-x86_64.tar.bz2?raw=true
12
+ -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
13
+ - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
14
+ - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
15
+ deploy:
16
+ provider: rubygems
17
+ api_key:
18
+ secure: czStDI0W6MWL70sDwu53oNNCc8vKtT61pgvii+ZWIC9A41C2p7BzmbtosXsnLk2ApxmpWvFIgtQE0XIH7jkM5mY05cHinXDphtOTkNLFVjck3ZOMkx/cc+QRFW8K4FHkrzFsC+/Xx4t2/Psh35LpzhfJd0XzKKoCstXUVgJsfGcAK3DMpjXHSUbwLXGDZ4lzmsk52OLf0oL+in2447TJfVOvGXtYmfh1PjXRwDxKB0dan7w5mVgajS52b6wUhVPTaMe/JgCbMuV7BaQ1Goq8u7V4aaxU+liPAhzHWfMB6tF4TEW8yu2tvGLdOA0+1jmM8E9Q5saPWtwKiHvBxN8CzRpkiNDzyFAf8ljrWT5yKX3aRQCyPp3NNyhoumWap36b+O/zwZ3HxoAe22Yg0rjz8z8NxMR/ELPvjPYjCiF5zY7fO9PAzmIynMRUrxDnFj+/JGHdzx0ZMo3fEXgHHSaHPNxIzEffVVQk4XLVnFHDjBLY4mVp4sbHbja5qnui20RkdM/H9Yi/fQyl1ODhk+LUPoh45ZneDZq7GPrl+WKK06oEjXIXLU+1iEuqnSqybbmJMTUJlUV+7EJdtq2DgfDB4KXwLm2LLOR/IX63AzEav4NIxx3hIXifSKa9rp6D7nMTzdQwF0FFzIj/Y3qLrAe1WWt0gx3Vxq67pSwOJthk5Fc=
19
+ on:
20
+ tags: true
@@ -1,3 +1,6 @@
1
+ # 2.1.1
2
+ * Update phantomjs_options to use 'TLSv1.2'
3
+
1
4
  # 2.1.0
2
5
  * Delete `driver_options` configuration key as it was never used.
3
6
  * `cleanup_all_processes` is a self method as intended to.
@@ -18,7 +18,7 @@ module Grell
18
18
  js_errors: false,
19
19
  inspector: false,
20
20
  phantomjs_logger: FakePoltergeistLogger,
21
- phantomjs_options: ['--debug=no', '--load-images=no', '--ignore-ssl-errors=yes', '--ssl-protocol=TLSv1'])
21
+ phantomjs_options: ['--debug=no', '--load-images=no', '--ignore-ssl-errors=yes', '--ssl-protocol=TLSv1.2'])
22
22
  end
23
23
 
24
24
  Capybara.default_max_wait_time = 3
@@ -1,3 +1,3 @@
1
1
  module Grell
2
- VERSION = "2.1.0".freeze
2
+ VERSION = "2.1.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grell
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordi Polo Carres
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-22 00:00:00.000000000 Z
11
+ date: 2017-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capybara
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  requirements: []
218
218
  rubyforge_project:
219
- rubygems_version: 2.5.1
219
+ rubygems_version: 2.7.1
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: Ruby web crawler