proxycrawl 1.0.0 → 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: c225955f21200efc0790c401385727e3b9dd9bc20f785ce768f44f687f55105b
4
- data.tar.gz: 0a38e44493065a9779366d4ab5372771bf92b020da513059c0cf20b69e2d696a
3
+ metadata.gz: 491136c170b37649b9510314b869df7232aaf2fa611b380201fe5b6c66483bfb
4
+ data.tar.gz: 5da2fc3f4aca7d197c9af3117cda520e4e4612e4a20fa5d6130a1281fba3864e
5
5
  SHA512:
6
- metadata.gz: 2d81900546063ff3ddbbe660f528b8cbc04336916bce468f37c8791370b7dd99c36d32915dd471ff886bc6fb8fb498ddccc4adfb40c95009849e25a1f4938805
7
- data.tar.gz: cd167890621d7d8bcbdf1c2502e545c9ea40c95abf437927e443dc1e3694d8393fae4d1c521e7b34227c4a962e172cb085697169d43f9ee1ff99369649e6c36f
6
+ metadata.gz: c7c56adbd0bd4a0b875f4e1df2692314fc0d23a9273f3a7c15683e6297929ef50a268f99ef126b62ed40f8935d454d92d9831c8487219403259d1bd11536a512
7
+ data.tar.gz: a87f7dc29e0f5d4b38d70486d9bbdc424270e38920c4ab0c5454220e0af2ce5a353ea851f4b5a004741e5b1062091fa22b3c896e27c46d4ddaea99d0f05fb8c2
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 ProxyCrawl
3
+ Copyright (c) 2023 ProxyCrawl
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ # DEPRECATION NOTICE
2
+
3
+ > :warning: **IMPORTANT:** This gem is no longer maintained or supported. For the latest updates, please use our new gem at [crawlbase-ruby](https://github.com/crawlbase-source/crawlbase-ruby).
4
+
5
+ ---
6
+
1
7
  # ProxyCrawl
2
8
 
3
9
  Dependency free gem for scraping and crawling websites using the ProxyCrawl API.
@@ -361,4 +367,4 @@ Everyone interacting in the Proxycrawl project’s codebases, issue trackers, ch
361
367
 
362
368
  ---
363
369
 
364
- Copyright 2022 ProxyCrawl
370
+ Copyright 2023 ProxyCrawl
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ProxyCrawl
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.2'
5
5
  end
data/proxycrawl.gemspec CHANGED
@@ -28,4 +28,16 @@ Gem::Specification.new do |spec|
28
28
  spec.add_development_dependency "webmock", "~> 3.4"
29
29
  spec.add_development_dependency "bundler", "~> 2.0"
30
30
  spec.add_development_dependency "rake", "~> 12.3.3"
31
+
32
+ # Deprecation warning
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
31
43
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxycrawl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - proxycrawl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-26 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -94,7 +94,15 @@ homepage: https://github.com/proxycrawl/proxycrawl-ruby
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}
97
- post_install_message:
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
+ ================================================================================
98
106
  rdoc_options: []
99
107
  require_paths:
100
108
  - lib