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 +4 -4
- data/fourchan-kit.gemspec +1 -1
- data/lib/fourchan/kit/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1ec1473598b10bbe407320734f5860951a4cecf
|
|
4
|
+
data.tar.gz: 975852c170abdbc9d1f205410b37212cc7d06ca8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63c929ef792e3ca1615249651b0e096830411644ddcba2188a3cfbce61a7aca1f6c0a94436b74f3b665d6ff458c0751806b56afacd7ba5063c9fd1cdae9e0330
|
|
7
|
+
data.tar.gz: 0899c7449d1c1f0e754ead34a4c6a7759d6d27652bf8bca6b9887d1f78bcf3285bcc6a5d6bc0ee87e36ade5dc2e17e4ee7a780a2e11c156f1a17706b6dd7c7d8
|
data/fourchan-kit.gemspec
CHANGED
|
@@ -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 = "
|
|
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")
|
data/lib/fourchan/kit/version.rb
CHANGED
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.
|
|
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:
|
|
241
|
+
homepage: https://github.com/lauritzsh/fourchan-kit
|
|
242
242
|
licenses:
|
|
243
243
|
- MIT
|
|
244
244
|
metadata: {}
|