fourchan-kit 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
  SHA1:
3
- metadata.gz: 56b13505fc6117d7ae6860b257a6771be8216730
4
- data.tar.gz: b818063288566a3a69ca2be15e7a4eabe34fbb08
3
+ metadata.gz: b1ec1473598b10bbe407320734f5860951a4cecf
4
+ data.tar.gz: 975852c170abdbc9d1f205410b37212cc7d06ca8
5
5
  SHA512:
6
- metadata.gz: 0140d628d49579bd7f0cdb83f4380799e2bae193e7bdafa3abffc3b4e88607f6a804dfe00b08641ec4f79f133351a8255820019234eacff464e47ddf3594fb3f
7
- data.tar.gz: 6fe9c586d85098e8c991f31793fc5c04a8e36ae5f86fc52a0821188e4808faea571366f1317d61e2e5be31c8461da5c0ad3df47a7d32132a1446fabd5fd03659
6
+ metadata.gz: 63c929ef792e3ca1615249651b0e096830411644ddcba2188a3cfbce61a7aca1f6c0a94436b74f3b665d6ff458c0751806b56afacd7ba5063c9fd1cdae9e0330
7
+ data.tar.gz: 0899c7449d1c1f0e754ead34a4c6a7759d6d27652bf8bca6b9887d1f78bcf3285bcc6a5d6bc0ee87e36ade5dc2e17e4ee7a780a2e11c156f1a17706b6dd7c7d8
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["mail@lauritz.me"]
11
11
  spec.summary = %q{A tool and API wrapper for the 4chan API.}
12
12
  spec.description = %q{Fourchan Kit is a Ruby wrapper and tool for the 4chan API. Use Fourchan Kit to interact with the API using Ruby, or use the tool to interact with the threads on 4chan.}
13
- spec.homepage = "http://rubygems.org/gems/fourchan-kit"
13
+ spec.homepage = "https://github.com/lauritzsh/fourchan-kit"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,5 +1,5 @@
1
1
  module Fourchan
2
2
  module Kit
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fourchan-kit
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
  - lauritzsh
@@ -238,7 +238,7 @@ files:
238
238
  - spec/fourchan_kit_tools_spec.rb
239
239
  - spec/spec_helper.rb
240
240
  - spec/threads.txt
241
- homepage: http://rubygems.org/gems/fourchan-kit
241
+ homepage: https://github.com/lauritzsh/fourchan-kit
242
242
  licenses:
243
243
  - MIT
244
244
  metadata: {}