fourchan-urler 0.0.7 → 0.0.8
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/lib/fourchan-urler.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 716a6f04acce4843026deb10d9241d6c78692336
|
|
4
|
+
data.tar.gz: 383e9c02ca56bfefd3451d4394ed20bda65b8784
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8f61ecba4cabe732d0cf639100216443ba3b5e518bfa1a87603539f4cd3a3ac61a8433fa5663ebf929b179164fa099389501bb249fd66d1863193cb5c7acbf4
|
|
7
|
+
data.tar.gz: ea135b3b945b6cf2fa3ff00de145c2a76b96906c5b62927dadd074b43fb8d1613ef70bea4e70e7379d32b744acb7118e940e8923e700798cbd87ebdf767ecf98
|
data/lib/fourchan-urler.rb
CHANGED
|
@@ -24,6 +24,6 @@ module FourchanUrler
|
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
def self.boards_list
|
|
27
|
-
["a", "b", "c", "d", "e", "f", "g", "gif", "h", "hr", "k", "m", "o", "p", "r", "s", "t", "u", "v", "vg", "vr", "w", "wg", "i", "ic", "
|
|
27
|
+
["a", "b", "c", "d", "e", "f", "g", "gif", "h", "hr", "k", "m", "o", "p", "r", "s", "t", "u", "v", "vg", "vr", "w", "wg", "i", "ic", "r9k", "s4s", "cm", "hm", "lgbt", "y", "3", "aco", "adv", "an", "asp", "biz", "cgl", "ck", "co", "diy", "fa", "fit", "gd", "hc", "his", "int", "jp", "lit", "mlp", "mu", "n", "news", "out", "po", "pol", "qst", "sci", "soc", "sp", "tg", "toy", "trv", "tv", "vp", "wsg", "wsr", "x"]
|
|
28
28
|
end
|
|
29
29
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fourchan-urler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Kim
|
|
@@ -9,7 +9,21 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2013-06-28 00:00:00.000000000 Z
|
|
12
|
-
dependencies:
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: rspec
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 2.14.1
|
|
20
|
+
type: :development
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 2.14.1
|
|
13
27
|
description: Provide the thread number and board information given 4chan url
|
|
14
28
|
email: iamjsonkim@gmail.com
|
|
15
29
|
executables: []
|
|
@@ -37,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
37
51
|
version: '0'
|
|
38
52
|
requirements: []
|
|
39
53
|
rubyforge_project:
|
|
40
|
-
rubygems_version: 2.4.1
|
|
54
|
+
rubygems_version: 2.4.5.1
|
|
41
55
|
signing_key:
|
|
42
56
|
specification_version: 4
|
|
43
57
|
summary: 4chan thread url processor
|