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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbabf298d0219b42b41b9e55921258622b7480962006f4afde7688597fffccaf
4
- data.tar.gz: 85fb16eb26bb05c83cca31fb453115a2cb24375a80e9ac8e4419625c33f7ca7e
3
+ metadata.gz: a66bfe5292e65340832aa45c468fd1b5bf225cfc91c6bb25c96cabf60d2f1709
4
+ data.tar.gz: 37c8585a6a3835f0718e6338d67bc8b89e14383a98423cee200e40a55357105e
5
5
  SHA512:
6
- metadata.gz: 7727b8c55f2ad5a38c3efb847762b033e7b8cf49c4cd20b021c5f088daf30ba7d86fbbbd26fdbad007fa4f9a6c442f69f09e573bf722b9e2e40a7238dd58fcdd
7
- data.tar.gz: 8327e4c58555768cdc2a320766a889e6e3a8c4ea101da97352e480fbb67a3b45939d230acc782d4bb7f0bb2c728f9b9c203a4c0bf7051a34246a502528a0aaf4
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
 
@@ -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.'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ChanCrawlerGem
4
- VERSION = '0.1.0'
4
+ VERSION = '0.2.0'
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.1.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: