proxycrawl 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2e422acaf7de6fef3bc43e6241265852a9d699dcf8a114af5aab12b84def901
4
- data.tar.gz: a78a2265f2dde7c80918b36167499667d6c85871bb33c2c63e59d727cf9db47e
3
+ metadata.gz: 491136c170b37649b9510314b869df7232aaf2fa611b380201fe5b6c66483bfb
4
+ data.tar.gz: 5da2fc3f4aca7d197c9af3117cda520e4e4612e4a20fa5d6130a1281fba3864e
5
5
  SHA512:
6
- metadata.gz: 8b0d9ec78313bdccc5083432f53a1c384280ac2f7725d9309fef20cb488e0e5bc7f625ad03865a34735cd7724d562a45cf91c1abd86e11f7dc610c36aabb354f
7
- data.tar.gz: 95a92e684149d66a072f47c98d41f4de23cd538d0a85685ec17ff979e3c773e6ca8061191d3455411f6a6dddefe272b6c291cc09e117da2e2d367fca60311fec
6
+ metadata.gz: c7c56adbd0bd4a0b875f4e1df2692314fc0d23a9273f3a7c15683e6297929ef50a268f99ef126b62ed40f8935d454d92d9831c8487219403259d1bd11536a512
7
+ data.tar.gz: a87f7dc29e0f5d4b38d70486d9bbdc424270e38920c4ab0c5454220e0af2ce5a353ea851f4b5a004741e5b1062091fa22b3c896e27c46d4ddaea99d0f05fb8c2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProxyCrawl
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.2'
5
5
  end
data/proxycrawl.gemspec CHANGED
@@ -30,5 +30,14 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "rake", "~> 12.3.3"
31
31
 
32
32
  # Deprecation warning
33
- spec.post_install_message = "DEPRECATION WARNING: This package is no longer maintained due to rebranding. Please use the 'crawlbase' gem instead. More info: https://github.com/crawlbase-source/crawlbase-ruby"
33
+ spec.post_install_message = <<~MESSAGE
34
+ ================================================================================
35
+ DEPRECATION WARNING - 'proxycrawl' gem
36
+ ================================================================================
37
+
38
+ 'proxycrawl' is deprecated due to rebranding. Please switch to the 'crawlbase' gem.
39
+
40
+ More details and migration guide: https://github.com/crawlbase-source/crawlbase-ruby
41
+ ================================================================================
42
+ MESSAGE
34
43
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxycrawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - proxycrawl
@@ -94,8 +94,15 @@ homepage: https://github.com/proxycrawl/proxycrawl-ruby
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}
97
- post_install_message: 'DEPRECATION WARNING: This package is no longer maintained due
98
- to rebranding. Please use the ''crawlbase'' gem instead. More info: https://github.com/crawlbase-source/crawlbase-ruby'
97
+ post_install_message: |
98
+ ================================================================================
99
+ DEPRECATION WARNING - 'proxycrawl' gem
100
+ ================================================================================
101
+
102
+ 'proxycrawl' is deprecated due to rebranding. Please switch to the 'crawlbase' gem.
103
+
104
+ More details and migration guide: https://github.com/crawlbase-source/crawlbase-ruby
105
+ ================================================================================
99
106
  rdoc_options: []
100
107
  require_paths:
101
108
  - lib