chanCrawlerGem 0.2.0 → 0.2.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 +4 -4
- data/README.md +1 -0
- data/chanCrawlerGem.gemspec +12 -10
- data/lib/chanCrawlerGem/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f9145f6e0d7c2ae4a369f2cd85fbe7ae41474bf71519853173f1f4b915f21a52
|
|
4
|
+
data.tar.gz: 32f2f93f90d5fb80b1e7a10686677c325434eabd2c0da75e7142f11963593bf1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0dfaa343eeb1e3683ffc3a16d94a45eb592404ddad6088920bad29b5a38a9175d4b1003eb39958712fb213a002e7215e9e5104400986d5a2688e373e8494ef0
|
|
7
|
+
data.tar.gz: 3bcade3f662a4071fafc063faee7f4aeaaf2b41f21dcd5e43b18e38717d4eb2ad192990e07787f13771560c4adff59a0fa16d2012f47b47e4b371a96f8c2fc96
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# ChanCrawlerGem
|
|
2
|
+
[](https://badge.fury.io/rb/chanCrawlerGem)
|
|
2
3
|
|
|
3
4
|
This gem scowers 4chan (or any chan copy theoretically) searching for threads that
|
|
4
5
|
contains key words specified by you on boards specified by you and downloads
|
data/chanCrawlerGem.gemspec
CHANGED
|
@@ -5,15 +5,17 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
5
5
|
require 'chanCrawlerGem/version'
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |spec|
|
|
8
|
-
spec.name
|
|
9
|
-
spec.version
|
|
10
|
-
spec.authors
|
|
11
|
-
spec.email
|
|
8
|
+
spec.name = 'chanCrawlerGem'
|
|
9
|
+
spec.version = ChanCrawlerGem::VERSION
|
|
10
|
+
spec.authors = ['Lithiil']
|
|
11
|
+
spec.email = ['tudorjamal@gmail.com']
|
|
12
12
|
|
|
13
|
-
spec.summary
|
|
14
|
-
spec.description
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
spec.summary = 'This gem downloads images, gifs and webms from 4chan threads'
|
|
14
|
+
spec.description = 'This gem scowers 4chan (or any chan copy theoretically) searching for threads that
|
|
15
|
+
contains key words specified by you on boards specified by you and downloads
|
|
16
|
+
all the images, gifs and webms to a specified folder'
|
|
17
|
+
spec.homepage = 'https://github.com/lithiil/chanCrawler'
|
|
18
|
+
spec.license = 'MIT'
|
|
17
19
|
|
|
18
20
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
19
21
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
|
@@ -33,8 +35,8 @@ Gem::Specification.new do |spec|
|
|
|
33
35
|
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
|
34
36
|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
35
37
|
end
|
|
36
|
-
spec.bindir
|
|
37
|
-
spec.executables
|
|
38
|
+
spec.bindir = 'exe'
|
|
39
|
+
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
38
40
|
spec.require_paths = ['lib']
|
|
39
41
|
|
|
40
42
|
spec.add_development_dependency 'bundler', '~> 1.17'
|
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.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lithiil
|
|
@@ -164,7 +164,10 @@ dependencies:
|
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '3.0'
|
|
167
|
-
description:
|
|
167
|
+
description: |-
|
|
168
|
+
This gem scowers 4chan (or any chan copy theoretically) searching for threads that
|
|
169
|
+
contains key words specified by you on boards specified by you and downloads
|
|
170
|
+
all the images, gifs and webms to a specified folder
|
|
168
171
|
email:
|
|
169
172
|
- tudorjamal@gmail.com
|
|
170
173
|
executables: []
|
|
@@ -212,5 +215,5 @@ requirements: []
|
|
|
212
215
|
rubygems_version: 3.0.6
|
|
213
216
|
signing_key:
|
|
214
217
|
specification_version: 4
|
|
215
|
-
summary:
|
|
218
|
+
summary: This gem downloads images, gifs and webms from 4chan threads
|
|
216
219
|
test_files: []
|