forked from woodruffw/yossarian-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
166 lines (163 loc) · 3.44 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
cinch (2.3.4)
cinch-identify (1.7.0)
cinch (~> 2.0)
cld (0.7.0)
ffi
cleverbot-api (0.0.4)
concurrent-ruby (1.0.5)
crass (1.0.3)
daemons (1.2.6)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
duck-duck-go (1.1.3)
httpclient
json
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
flippy (0.1.2)
ruby-termios
trollop
genregen (0.0.8)
goodreads (0.6.1)
activesupport (>= 3.0)
hashie (~> 2.0)
i18n (~> 0.6)
oauth (~> 0.4)
rest-client (~> 2.0)
google-search (1.0.3)
json
hashie (2.1.2)
haste (0.2.3)
faraday (~> 0.9)
json
highline (1.7.10)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
httparty (0.15.6)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (0.9.3)
concurrent-ruby (~> 1.0)
json (2.1.0)
lastfm (1.27.2)
activesupport (>= 3.2.0)
httparty
xml-simple
leetspeak (0.1.1)
mechanize (2.7.5)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.5, >= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
megahal (2.0.0)
cld (~> 0.7)
highline (~> 1.7)
ruby-progressbar (~> 1.7)
rubyzip (~> 1.1)
sooth (~> 2.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.3.0)
minitest (5.11.3)
multi_xml (0.6.0)
multipart-post (2.0.0)
myanimelist (1.0.0)
rest-client (= 2.0.2)
xml-simple (= 1.1.5)
net-http-digest_auth (1.4.1)
net-http-persistent (2.9.4)
netrc (0.11.0)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogumbo (1.5.0)
nokogiri
ntlm-http (0.1.1)
oauth (0.5.4)
open_uri_redirections (0.2.1)
public_suffix (3.0.1)
research_topicgen (0.1.6)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-eval-in (0.0.6)
nokogiri
ruby-progressbar (1.9.0)
ruby-termios (1.0.2)
ruby-upworthy (0.0.2)
rubyzip (1.2.1)
sanitize (4.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4)
sooth (2.1.1)
telegraph (1.0.1)
thread_safe (0.3.6)
time_difference (0.7.0)
activesupport (~> 5.1)
trollop (2.1.2)
tzinfo (1.2.4)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
webrobots (0.1.2)
wolfram (0.2.1)
nokogiri (>= 1.4.3)
wunderground (1.2.0)
addressable
httparty (> 0.6.0)
json (> 1.4.0)
xkcd (1.1.0)
google-search
nokogiri (>= 1.5.0)
xml-simple (1.1.5)
PLATFORMS
ruby
DEPENDENCIES
cinch
cinch-identify
cleverbot-api
daemons
duck-duck-go
flippy
genregen
goodreads
haste
htmlentities
json
lastfm
leetspeak
mechanize
megahal
myanimelist (~> 1.0)
nokogiri
open_uri_redirections
research_topicgen
ruby-eval-in
ruby-upworthy
sanitize
telegraph
time_difference
wolfram
wunderground
xkcd
BUNDLED WITH
1.15.4