chanCrawlerGem 0.1.0 → 0.2.0
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 +4 -4
- data/README.md +2 -0
- data/chanCrawlerGem.gemspec +3 -3
- data/lib/chanCrawlerGem/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a66bfe5292e65340832aa45c468fd1b5bf225cfc91c6bb25c96cabf60d2f1709
|
|
4
|
+
data.tar.gz: 37c8585a6a3835f0718e6338d67bc8b89e14383a98423cee200e40a55357105e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a007ddc5d6960c74c8b93ac6703d1aa2394bf22e11527b5f387896e69d13c1a8aa88060c82846897cd60a87e8be266d177c148b39b07ca71ef4592700b8c75ca
|
|
7
|
+
data.tar.gz: 946f4cf4324f8a3a170d6137b326b1a8cafa4fe3d06045c0498e8ed67f6469eedcc50810f73feb0b6166a9c0a7e4fe8eca980538f2aff3f235fbaf9ed61d237f
|
data/README.md
CHANGED
|
@@ -4,6 +4,8 @@ This gem scowers 4chan (or any chan copy theoretically) searching for threads th
|
|
|
4
4
|
contains key words specified by you on boards specified by you and downloads
|
|
5
5
|
all the images, gifs and webms to a specified folder
|
|
6
6
|
|
|
7
|
+
You can also find the gem at https://rubygems.org/gems/chanCrawlerGem
|
|
8
|
+
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
|
data/chanCrawlerGem.gemspec
CHANGED
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
|
|
13
13
|
spec.summary = 'Test'
|
|
14
14
|
spec.description = 'test'
|
|
15
|
-
spec.homepage = 'https://github.com/chanCrawler'
|
|
15
|
+
spec.homepage = 'https://github.com/lithiil/chanCrawler'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
18
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
@@ -21,8 +21,8 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
22
22
|
|
|
23
23
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
24
|
-
spec.metadata['source_code_uri'] = 'https://github.com/chanCrawler'
|
|
25
|
-
spec.metadata['changelog_uri'] = 'https://github.com/chanCrawler'
|
|
24
|
+
spec.metadata['source_code_uri'] = 'https://github.com/lithiil/chanCrawler'
|
|
25
|
+
spec.metadata['changelog_uri'] = 'https://github.com/lithiil/chanCrawler'
|
|
26
26
|
else
|
|
27
27
|
raise 'RubyGems 2.0 or newer is required to protect against ' \
|
|
28
28
|
'public gem pushes.'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chanCrawlerGem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lithiil
|
|
@@ -186,14 +186,14 @@ files:
|
|
|
186
186
|
- example.rb
|
|
187
187
|
- lib/chanCrawlerGem.rb
|
|
188
188
|
- lib/chanCrawlerGem/version.rb
|
|
189
|
-
homepage: https://github.com/chanCrawler
|
|
189
|
+
homepage: https://github.com/lithiil/chanCrawler
|
|
190
190
|
licenses:
|
|
191
191
|
- MIT
|
|
192
192
|
metadata:
|
|
193
193
|
allowed_push_host: https://rubygems.org
|
|
194
|
-
homepage_uri: https://github.com/chanCrawler
|
|
195
|
-
source_code_uri: https://github.com/chanCrawler
|
|
196
|
-
changelog_uri: https://github.com/chanCrawler
|
|
194
|
+
homepage_uri: https://github.com/lithiil/chanCrawler
|
|
195
|
+
source_code_uri: https://github.com/lithiil/chanCrawler
|
|
196
|
+
changelog_uri: https://github.com/lithiil/chanCrawler
|
|
197
197
|
post_install_message:
|
|
198
198
|
rdoc_options: []
|
|
199
199
|
require_paths:
|