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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a66bfe5292e65340832aa45c468fd1b5bf225cfc91c6bb25c96cabf60d2f1709
4
- data.tar.gz: 37c8585a6a3835f0718e6338d67bc8b89e14383a98423cee200e40a55357105e
3
+ metadata.gz: f9145f6e0d7c2ae4a369f2cd85fbe7ae41474bf71519853173f1f4b915f21a52
4
+ data.tar.gz: 32f2f93f90d5fb80b1e7a10686677c325434eabd2c0da75e7142f11963593bf1
5
5
  SHA512:
6
- metadata.gz: a007ddc5d6960c74c8b93ac6703d1aa2394bf22e11527b5f387896e69d13c1a8aa88060c82846897cd60a87e8be266d177c148b39b07ca71ef4592700b8c75ca
7
- data.tar.gz: 946f4cf4324f8a3a170d6137b326b1a8cafa4fe3d06045c0498e8ed67f6469eedcc50810f73feb0b6166a9c0a7e4fe8eca980538f2aff3f235fbaf9ed61d237f
6
+ metadata.gz: b0dfaa343eeb1e3683ffc3a16d94a45eb592404ddad6088920bad29b5a38a9175d4b1003eb39958712fb213a002e7215e9e5104400986d5a2688e373e8494ef0
7
+ data.tar.gz: 3bcade3f662a4071fafc063faee7f4aeaaf2b41f21dcd5e43b18e38717d4eb2ad192990e07787f13771560c4adff59a0fa16d2012f47b47e4b371a96f8c2fc96
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # ChanCrawlerGem
2
+ [![Gem Version](https://badge.fury.io/rb/chanCrawlerGem.svg)](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
@@ -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 = 'chanCrawlerGem'
9
- spec.version = ChanCrawlerGem::VERSION
10
- spec.authors = ['Lithiil']
11
- spec.email = ['tudorjamal@gmail.com']
8
+ spec.name = 'chanCrawlerGem'
9
+ spec.version = ChanCrawlerGem::VERSION
10
+ spec.authors = ['Lithiil']
11
+ spec.email = ['tudorjamal@gmail.com']
12
12
 
13
- spec.summary = 'Test'
14
- spec.description = 'test'
15
- spec.homepage = 'https://github.com/lithiil/chanCrawler'
16
- spec.license = 'MIT'
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 = 'exe'
37
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
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'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ChanCrawlerGem
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
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.0
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: test
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: Test
218
+ summary: This gem downloads images, gifs and webms from 4chan threads
216
219
  test_files: []