Gemfile.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  1. GEM
  2. remote: https://rubygems.org/
  3. remote: https://username:password@gems.contribsys.com/
  4. specs:
  5. Indirizzo (0.1.7)
  6. PageRankr (4.4.0)
  7. httparty (>= 0.9.0)
  8. json (>= 1.4.6)
  9. jsonpath (>= 0.4.2)
  10. nokogiri (>= 1.4.1)
  11. public_suffix (>= 1.4.4)
  12. RubyInline (3.12.4)
  13. ZenTest (~> 4.3)
  14. ValidateEmail (1.0.1)
  15. ZenTest (4.11.1)
  16. actioncable (5.0.0.1)
  17. actionpack (= 5.0.0.1)
  18. nio4r (~> 1.2)
  19. websocket-driver (~> 0.6.1)
  20. actionmailer (5.0.0.1)
  21. actionpack (= 5.0.0.1)
  22. actionview (= 5.0.0.1)
  23. activejob (= 5.0.0.1)
  24. mail (~> 2.5, >= 2.5.4)
  25. rails-dom-testing (~> 2.0)
  26. actionpack (5.0.0.1)
  27. actionview (= 5.0.0.1)
  28. activesupport (= 5.0.0.1)
  29. rack (~> 2.0)
  30. rack-test (~> 0.6.3)
  31. rails-dom-testing (~> 2.0)
  32. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  33. actionview (5.0.0.1)
  34. activesupport (= 5.0.0.1)
  35. builder (~> 3.1)
  36. erubis (~> 2.7.0)
  37. rails-dom-testing (~> 2.0)
  38. rails-html-sanitizer (~> 1.0, >= 1.0.2)
  39. activejob (5.0.0.1)
  40. activesupport (= 5.0.0.1)
  41. globalid (>= 0.3.6)
  42. activemodel (5.0.0.1)
  43. activesupport (= 5.0.0.1)
  44. activerecord (5.0.0.1)
  45. activemodel (= 5.0.0.1)
  46. activesupport (= 5.0.0.1)
  47. arel (~> 7.0)
  48. activesupport (5.0.0.1)
  49. concurrent-ruby (~> 1.0, >= 1.0.2)
  50. i18n (~> 0.7)
  51. minitest (~> 5.1)
  52. tzinfo (~> 1.1)
  53. addressable (2.5.0)
  54. public_suffix (~> 2.0, >= 2.0.2)
  55. airbrussh (1.1.1)
  56. sshkit (>= 1.6.1, != 1.7.0)
  57. area (0.10.0)
  58. fastercsv (~> 1.5)
  59. arel (7.1.4)
  60. awesome_print (1.7.0)
  61. aws-sdk (2.6.38)
  62. aws-sdk-resources (= 2.6.38)
  63. aws-sdk-core (2.6.38)
  64. aws-sigv4 (~> 1.0)
  65. jmespath (~> 1.0)
  66. aws-sdk-resources (2.6.38)
  67. aws-sdk-core (= 2.6.38)
  68. aws-sigv4 (1.0.0)
  69. backports (3.6.8)
  70. bcrypt (3.1.11)
  71. bcrypt-ruby (3.1.5)
  72. bcrypt (>= 3.1.3)
  73. benchmark-ips (2.7.2)
  74. bson (1.12.5)
  75. bson_ext (1.12.5)
  76. bson (~> 1.12.5)
  77. buftok (0.2.0)
  78. builder (3.2.2)
  79. capistrano (3.7.1)
  80. airbrussh (>= 1.0.0)
  81. capistrano-harrow
  82. i18n
  83. rake (>= 10.0.0)
  84. sshkit (>= 1.9.0)
  85. capistrano-bundler (1.2.0)
  86. capistrano (~> 3.1)
  87. sshkit (~> 1.2)
  88. capistrano-composer (0.0.6)
  89. capistrano (>= 3.0.0.pre)
  90. capistrano-harrow (0.5.3)
  91. capistrano-rails (1.2.0)
  92. capistrano (~> 3.1)
  93. capistrano-bundler (~> 1.1)
  94. capistrano-rails-console (2.2.0)
  95. capistrano (>= 3.5.0, < 4.0.0)
  96. sshkit-interactive (~> 0.2.0)
  97. capistrano-rvm (0.1.2)
  98. capistrano (~> 3.0)
  99. sshkit (~> 1.2)
  100. capistrano-sidekiq (0.10.0)
  101. capistrano
  102. sidekiq (>= 3.4)
  103. celluloid (0.16.0)
  104. timers (~> 4.0.0)
  105. celluloid-io (0.16.2)
  106. celluloid (>= 0.16.0)
  107. nio4r (>= 1.1.0)
  108. chartkick (2.2.1)
  109. chronic (0.10.2)
  110. clarifier (0.9.1)
  111. classifier-reborn (2.1.0)
  112. fast-stemmer (~> 1.0)
  113. coderay (1.1.1)
  114. colored (1.2)
  115. concurrent-ruby (1.0.5)
  116. connection_pool (2.2.1)
  117. crass (1.0.2)
  118. curb (0.9.3)
  119. database_cleaner (1.5.3)
  120. derailed (0.1.0)
  121. derailed_benchmarks
  122. derailed_benchmarks (1.3.1)
  123. benchmark-ips (~> 2)
  124. get_process_mem (~> 0)
  125. heapy (~> 0)
  126. memory_profiler (~> 0)
  127. rack (>= 1)
  128. rake (> 10, < 12)
  129. thor (~> 0.19)
  130. diff-lcs (1.2.5)
  131. dnsruby (1.60.0)
  132. docker-api (1.33.0)
  133. excon (>= 0.38.0)
  134. json
  135. domain_name (0.5.20161129)
  136. unf (>= 0.0.5, < 1.0.0)
  137. elasticsearch (1.0.18)
  138. elasticsearch-api (= 1.0.18)
  139. elasticsearch-transport (= 1.0.18)
  140. elasticsearch-api (1.0.18)
  141. multi_json
  142. elasticsearch-model (0.1.9)
  143. activesupport (> 3)
  144. elasticsearch (> 0.4)
  145. hashie
  146. elasticsearch-transport (1.0.18)
  147. faraday
  148. multi_json
  149. em-udns (0.3.6)
  150. email-authentication (0.2.5)
  151. dnsruby
  152. thor
  153. email_domain_validator (0.0.1)
  154. email_verifier (0.1.0)
  155. dnsruby (>= 1.5)
  156. engtagger (0.2.1)
  157. equalizer (0.0.11)
  158. erubis (2.7.0)
  159. eventmachine (1.2.1)
  160. excon (0.54.0)
  161. faraday (0.10.0)
  162. multipart-post (>= 1.2, < 3)
  163. faraday-cookie_jar (0.0.6)
  164. faraday (>= 0.7.4)
  165. http-cookie (~> 1.0.0)
  166. faraday-encoding (0.0.4)
  167. faraday
  168. faraday-http-cache (1.3.1)
  169. faraday (~> 0.8)
  170. faraday_middleware (0.10.1)
  171. faraday (>= 0.7.4, < 1.0)
  172. faraday_middleware-aws-signers-v4 (0.1.5)
  173. aws-sdk (~> 2.1)
  174. faraday (~> 0.9)
  175. fast-stemmer (1.0.2)
  176. fastercsv (1.5.5)
  177. fastimage (2.0.1)
  178. addressable (~> 2)
  179. ffaker (2.3.0)
  180. ffi (1.9.14)
  181. fletcher (0.6.9)
  182. hashie
  183. monetize
  184. money
  185. nokogiri
  186. thor
  187. formatador (0.2.5)
  188. fuubar (2.2.0)
  189. rspec-core (~> 3.0)
  190. ruby-progressbar (~> 1.4)
  191. fuzzy-string-match (0.9.7)
  192. RubyInline (>= 3.8.6)
  193. fuzzy_match (2.1.0)
  194. geokit (1.10.0)
  195. get_process_mem (0.2.1)
  196. globalid (0.3.7)
  197. activesupport (>= 4.1.0)
  198. gman (7.0.1)
  199. colored (~> 1.2)
  200. iso_country_codes (~> 0.6)
  201. naughty_or_nice (~> 2.0)
  202. googlepagerank (1.0.4)
  203. activesupport (>= 1.4.2)
  204. hoe (>= 1.5.3)
  205. hpricot (>= 0.4.86)
  206. groupdate (3.1.1)
  207. activesupport (>= 3)
  208. growl (1.0.3)
  209. guard (2.14.0)
  210. formatador (>= 0.2.4)
  211. listen (>= 2.7, < 4.0)
  212. lumberjack (~> 1.0)
  213. nenv (~> 0.1)
  214. notiffany (~> 0.0)
  215. pry (>= 0.9.12)
  216. shellany (~> 0.0)
  217. thor (>= 0.18.1)
  218. guard-bundler (2.1.0)
  219. bundler (~> 1.0)
  220. guard (~> 2.2)
  221. guard-compat (~> 1.1)
  222. guard-compat (1.2.1)
  223. guard-rails (0.8.0)
  224. guard (~> 2.11)
  225. guard-compat (~> 1.0)
  226. guard-rspec (4.7.3)
  227. guard (~> 2.1)
  228. guard-compat (~> 1.1)
  229. rspec (>= 2.99.0, < 4.0)
  230. guard-sidekiq (0.1.0)
  231. guard (>= 2)
  232. sidekiq
  233. guess (0.1.0)
  234. guess_html_encoding (0.0.11)
  235. hashie (3.4.6)
  236. heapy (0.1.2)
  237. hirb (0.7.3)
  238. hiredis (0.6.1)
  239. hitimes (1.2.4)
  240. hoe (3.15.3)
  241. rake (>= 0.8, < 12.0)
  242. hpricot (0.8.6)
  243. htmlentities (4.3.4)
  244. http (2.1.0)
  245. addressable (~> 2.3)
  246. http-cookie (~> 1.0)
  247. http-form_data (~> 1.0.1)
  248. http_parser.rb (~> 0.6.0)
  249. http-cookie (1.0.3)
  250. domain_name (~> 0.5)
  251. http-form_data (1.0.1)
  252. http_parser.rb (0.6.0)
  253. httparty (0.14.0)
  254. multi_xml (>= 0.5.2)
  255. i18n (0.7.0)
  256. iconv (1.0.4)
  257. infoboxer (0.2.7)
  258. addressable
  259. backports
  260. htmlentities
  261. mediawiktory (>= 0.0.2)
  262. procme
  263. terminal-table
  264. iso_country_codes (0.7.5)
  265. jmespath (1.3.1)
  266. json (1.8.3)
  267. jsonpath (0.5.8)
  268. multi_json
  269. launchy (2.4.3)
  270. addressable (~> 2.3)
  271. letter_opener (1.4.1)
  272. launchy (~> 2.2)
  273. letter_opener_web (1.3.0)
  274. actionmailer (>= 3.2)
  275. letter_opener (~> 1.0)
  276. railties (>= 3.2)
  277. linkedin-scraper (2.1.1)
  278. mechanize (~> 2)
  279. random_user_agent
  280. listen (3.1.5)
  281. rb-fsevent (~> 0.9, >= 0.9.4)
  282. rb-inotify (~> 0.9, >= 0.9.7)
  283. ruby_dep (~> 1.2)
  284. loofah (2.0.3)
  285. nokogiri (>= 1.5.9)
  286. lumberjack (1.0.10)
  287. mail (2.6.4)
  288. mime-types (>= 1.16, < 4)
  289. mechanize (2.7.5)
  290. domain_name (~> 0.5, >= 0.5.1)
  291. http-cookie (~> 1.0)
  292. mime-types (>= 1.17.2)
  293. net-http-digest_auth (~> 1.1, >= 1.1.1)
  294. net-http-persistent (~> 2.5, >= 2.5.2)
  295. nokogiri (~> 1.6)
  296. ntlm-http (~> 0.1, >= 0.1.1)
  297. webrobots (>= 0.0.9, < 0.2)
  298. mediawiktory (0.0.2)
  299. addressable
  300. faraday
  301. faraday_middleware
  302. hashie
  303. memoizable (0.4.2)
  304. thread_safe (~> 0.3, >= 0.3.1)
  305. memory_profiler (0.9.7)
  306. metainspector (5.3.1)
  307. addressable (~> 2.4)
  308. faraday (~> 0.9)
  309. faraday-cookie_jar (~> 0.0)
  310. faraday-encoding (~> 0.0.3)
  311. faraday-http-cache (~> 1.2)
  312. faraday_middleware (~> 0.10)
  313. fastimage (~> 2.0)
  314. nesty (~> 1.0)
  315. nokogiri (~> 1.6)
  316. method_profiler (2.0.1)
  317. hirb (>= 0.6.0)
  318. method_source (0.8.2)
  319. mime-types (2.99.3)
  320. mini_portile2 (2.1.0)
  321. minitest (5.10.1)
  322. monetize (1.4.0)
  323. money (~> 6.7)
  324. money (6.7.1)
  325. i18n (>= 0.6.4, <= 0.7.0)
  326. sixarm_ruby_unaccent (>= 1.1.1, < 2)
  327. multi_json (1.12.1)
  328. multi_xml (0.6.0)
  329. multipart-post (2.0.0)
  330. mx-validator (0.0.1)
  331. dnsruby (>= 1.5.4)
  332. namae (0.11.3)
  333. naught (1.1.0)
  334. naughty_or_nice (2.1.0)
  335. addressable (~> 2.3)
  336. public_suffix (~> 2.0)
  337. nenv (0.3.0)
  338. nesty (1.0.2)
  339. net-http-digest_auth (1.4)
  340. net-http-persistent (2.9.4)
  341. net-scp (1.2.1)
  342. net-ssh (>= 2.6.5)
  343. net-ssh (3.2.0)
  344. net-telnet (0.1.1)
  345. netrc (0.11.0)
  346. nio4r (1.2.1)
  347. nlp-pure (0.1.0)
  348. nokogiri (1.6.8.1)
  349. mini_portile2 (~> 2.1.0)
  350. nokogumbo (1.4.10)
  351. nokogiri
  352. notiffany (0.1.1)
  353. nenv (~> 0.1)
  354. shellany (~> 0.0)
  355. ntlm-http (0.1.1)
  356. odyssey (0.2.0)
  357. require_all
  358. open-weather (0.12.0)
  359. json (~> 1)
  360. pg (0.19.0)
  361. phonelib (0.6.8)
  362. phony (2.15.38)
  363. phony_rails (0.14.4)
  364. activesupport (>= 3.0)
  365. phony (~> 2.15)
  366. pismo (0.7.4)
  367. awesome_print
  368. chronic
  369. fast-stemmer
  370. nokogiri
  371. sanitize
  372. polipus (0.5.1)
  373. hiredis (~> 0.5, >= 0.4.5)
  374. http-cookie (~> 1.0, >= 1.0.1)
  375. nokogiri (~> 1.6, >= 1.6.0)
  376. redis (~> 3.0, >= 3.0.4)
  377. redis-bloomfilter (~> 0.0, >= 0.0.3)
  378. redis-queue (~> 0.0, >= 0.0.4)
  379. polipus-elasticsearch (0.0.4)
  380. elasticsearch (~> 1.0.4)
  381. elasticsearch-model (~> 0.1.4)
  382. polipus (~> 0.3, >= 0.3.0)
  383. pragmatic_segmenter (0.3.13)
  384. unicode
  385. pragmatic_tokenizer (3.0.4)
  386. unicode
  387. procme (0.0.3)
  388. pry (0.10.4)
  389. coderay (~> 1.1.0)
  390. method_source (~> 0.8.1)
  391. slop (~> 3.4)
  392. public_suffix (2.0.4)
  393. punkt-segmenter (0.9.1)
  394. unicode_utils (>= 1.0.0)
  395. quandl (1.0.3)
  396. activesupport (>= 4.2.3)
  397. json (~> 1.8.3)
  398. rest-client (~> 1.8.0)
  399. rack (2.0.1)
  400. rack-protection (1.5.3)
  401. rack
  402. rack-test (0.6.3)
  403. rack (>= 1.0)
  404. rails (5.0.0.1)
  405. actioncable (= 5.0.0.1)
  406. actionmailer (= 5.0.0.1)
  407. actionpack (= 5.0.0.1)
  408. actionview (= 5.0.0.1)
  409. activejob (= 5.0.0.1)
  410. activemodel (= 5.0.0.1)
  411. activerecord (= 5.0.0.1)
  412. activesupport (= 5.0.0.1)
  413. bundler (>= 1.3.0, < 2.0)
  414. railties (= 5.0.0.1)
  415. sprockets-rails (>= 2.0.0)
  416. rails-dom-testing (2.0.1)
  417. activesupport (>= 4.2.0, < 6.0)
  418. nokogiri (~> 1.6.0)
  419. rails-html-sanitizer (1.0.3)
  420. loofah (~> 2.0)
  421. railties (5.0.0.1)
  422. actionpack (= 5.0.0.1)
  423. activesupport (= 5.0.0.1)
  424. method_source
  425. rake (>= 0.8.7)
  426. thor (>= 0.18.1, < 2.0)
  427. rake (11.3.0)
  428. random_user_agent (1.0.0)
  429. rb-fchange (0.0.6)
  430. ffi
  431. rb-fsevent (0.9.8)
  432. rb-inotify (0.9.7)
  433. ffi (>= 0.5.0)
  434. rb-readline (0.5.3)
  435. reality (0.0.4)
  436. geokit
  437. hashie
  438. infoboxer (>= 0.2.4)
  439. open-weather
  440. quandl
  441. ruby-sun-times
  442. time_boots
  443. timezone (>= 0.99.0)
  444. tzinfo
  445. redis (3.3.3)
  446. redis-bloomfilter (0.0.3)
  447. hiredis (~> 0.5, >= 0.5.2)
  448. redis (~> 3.0, >= 3.0.4)
  449. redis-objects (1.2.1)
  450. redis (>= 3.0.2)
  451. redis-queue (0.0.4)
  452. hiredis (~> 0.5, >= 0.5.2)
  453. redis (~> 3.0, >= 3.0.4)
  454. require_all (1.3.3)
  455. rest-client (1.8.0)
  456. http-cookie (>= 1.0.2, < 2.0)
  457. mime-types (>= 1.16, < 3.0)
  458. netrc (~> 0.7)
  459. roo (2.5.1)
  460. nokogiri (~> 1)
  461. rubyzip (~> 1.1, < 2.0.0)
  462. rspec (3.5.0)
  463. rspec-core (~> 3.5.0)
  464. rspec-expectations (~> 3.5.0)
  465. rspec-mocks (~> 3.5.0)
  466. rspec-core (3.5.4)
  467. rspec-support (~> 3.5.0)
  468. rspec-expectations (3.5.0)
  469. diff-lcs (>= 1.2.0, < 2.0)
  470. rspec-support (~> 3.5.0)
  471. rspec-its (1.2.0)
  472. rspec-core (>= 3.0.0)
  473. rspec-expectations (>= 3.0.0)
  474. rspec-mocks (3.5.0)
  475. diff-lcs (>= 1.2.0, < 2.0)
  476. rspec-support (~> 3.5.0)
  477. rspec-rails (3.5.2)
  478. actionpack (>= 3.0)
  479. activesupport (>= 3.0)
  480. railties (>= 3.0)
  481. rspec-core (~> 3.5.0)
  482. rspec-expectations (~> 3.5.0)
  483. rspec-mocks (~> 3.5.0)
  484. rspec-support (~> 3.5.0)
  485. rspec-support (3.5.0)
  486. ruby-mailchecker (3.0.19)
  487. ruby-progressbar (1.8.1)
  488. ruby-readability (0.7.0)
  489. guess_html_encoding (>= 0.0.4)
  490. nokogiri (>= 1.6.0)
  491. ruby-stemmer (0.9.6)
  492. ruby-sun-times (0.1.5)
  493. ruby_dep (1.5.0)
  494. rubydns (1.0.3)
  495. celluloid (= 0.16.0)
  496. celluloid-io (= 0.16.2)
  497. timers (~> 4.0.1)
  498. rubyzip (1.2.0)
  499. sad_panda (1.0.1)
  500. ruby-stemmer
  501. sanitize (4.4.0)
  502. crass (~> 1.0.2)
  503. nokogiri (>= 1.4.4)
  504. nokogumbo (~> 1.4.1)
  505. scalpel (0.2.1)
  506. searchjoy (0.1.0)
  507. activerecord
  508. chartkick
  509. groupdate
  510. searchkick (1.4.1)
  511. activemodel
  512. elasticsearch (>= 1)
  513. hashie
  514. sentimental (1.4.0)
  515. json (~> 1.8, >= 1.8.3)
  516. serverspec (2.37.2)
  517. multi_json
  518. rspec (~> 3.0)
  519. rspec-its
  520. specinfra (~> 2.53)
  521. sfl (2.3)
  522. shellany (0.0.1)
  523. sidekiq (4.2.10)
  524. concurrent-ruby (~> 1.0)
  525. connection_pool (~> 2.2, >= 2.2.0)
  526. rack-protection (>= 1.5.0)
  527. redis (~> 3.2, >= 3.2.1)
  528. sidekiq-benchmark (0.5.2)
  529. chartkick (>= 1.1.1)
  530. sidekiq (~> 4)
  531. sidekiq-hierarchy (2.1.0)
  532. connection_pool (~> 2.0)
  533. sidekiq (> 3.3, < 5)
  534. sidekiq-history (0.0.7)
  535. sidekiq (>= 3.0.0)
  536. sidekiq-lock (0.3.0)
  537. redis (>= 3.0.5)
  538. sidekiq (>= 2.14.0)
  539. sidekiq-pro (3.4.5)
  540. sidekiq (>= 4.1.5)
  541. sidekiq-statsd (0.1.5)
  542. activesupport
  543. sidekiq (>= 2.6)
  544. statsd-ruby (>= 1.1.0)
  545. sidekiq-status (0.6.0)
  546. sidekiq (>= 2.7)
  547. simple_oauth (0.3.1)
  548. sixarm_ruby_unaccent (1.1.1)
  549. slop (3.6.0)
  550. social_shares (0.3.2)
  551. json
  552. rest-client
  553. specinfra (2.66.3)
  554. net-scp
  555. net-ssh (>= 2.7, < 4.0)
  556. net-telnet
  557. sfl
  558. sprockets (3.7.0)
  559. concurrent-ruby (~> 1.0)
  560. rack (> 1, < 3)
  561. sprockets-rails (3.2.0)
  562. actionpack (>= 4.0)
  563. activesupport (>= 4.0)
  564. sprockets (>= 3.0.0)
  565. sshkit (1.11.5)
  566. net-scp (>= 1.1.2)
  567. net-ssh (>= 2.8.0)
  568. sshkit-interactive (0.2.0)
  569. sshkit (~> 1.9)
  570. stackprof (0.2.10)
  571. statsd-ruby (1.3.0)
  572. stopwords-filter (0.3.1)
  573. swot (1.0.0)
  574. naughty_or_nice (~> 2.0)
  575. public_suffix
  576. tactful_tokenizer (0.0.5)
  577. terminal-table (1.7.3)
  578. unicode-display_width (~> 1.1.1)
  579. text (1.3.1)
  580. textoken (1.1.2)
  581. thor (0.19.4)
  582. thread_safe (0.3.5)
  583. tika-app (0.2.1)
  584. time_boots (0.0.2)
  585. timers (4.0.4)
  586. hitimes
  587. timezone (1.2.4)
  588. twitter (6.0.0)
  589. addressable (~> 2.5)
  590. buftok (~> 0.2.0)
  591. equalizer (= 0.0.11)
  592. faraday (~> 0.10.0)
  593. http (~> 2.1)
  594. http_parser.rb (~> 0.6.0)
  595. memoizable (~> 0.4.2)
  596. naught (~> 1.1)
  597. simple_oauth (~> 0.3.1)
  598. tzinfo (1.2.2)
  599. thread_safe (~> 0.1)
  600. unf (0.1.4)
  601. unf_ext
  602. unf_ext (0.0.7.2)
  603. unicode (0.4.4.2)
  604. unicode-display_width (1.1.2)
  605. unicode_utils (1.4.0)
  606. validates_phone_number (2.0.1)
  607. webrobots (0.1.2)
  608. websocket-driver (0.6.4)
  609. websocket-extensions (>= 0.1.0)
  610. websocket-extensions (0.1.2)
  611. whatlanguage (1.0.6)
  612. whois (4.0.1)
  613. word_count_analyzer (1.0.0)
  614. engtagger
  615. words_counted (1.0.2)
  616. PLATFORMS
  617. ruby
  618. DEPENDENCIES
  619. Indirizzo
  620. PageRankr
  621. ValidateEmail
  622. area
  623. bcrypt-ruby
  624. benchmark-ips
  625. bson_ext
  626. capistrano
  627. capistrano-bundler
  628. capistrano-composer
  629. capistrano-rails
  630. capistrano-rails-console
  631. capistrano-rvm
  632. capistrano-sidekiq
  633. clarifier
  634. classifier-reborn
  635. curb
  636. database_cleaner
  637. derailed
  638. dnsruby
  639. docker-api
  640. elasticsearch (>= 1.0.15)
  641. em-udns
  642. email-authentication
  643. email_domain_validator
  644. email_verifier
  645. engtagger
  646. eventmachine
  647. faraday_middleware-aws-signers-v4
  648. ffaker
  649. ffi
  650. fletcher
  651. fuubar
  652. fuzzy-string-match
  653. fuzzy_match
  654. gman
  655. googlepagerank
  656. growl
  657. guard
  658. guard-bundler
  659. guard-rails
  660. guard-rspec
  661. guard-sidekiq
  662. guess
  663. hiredis (~> 0.6.1)
  664. iconv
  665. letter_opener
  666. letter_opener_web
  667. linkedin-scraper
  668. mechanize
  669. metainspector
  670. method_profiler
  671. mx-validator
  672. namae
  673. net-telnet
  674. nlp-pure
  675. nokogiri
  676. odyssey
  677. pg
  678. phonelib
  679. phony_rails
  680. pismo
  681. polipus (~> 0.5.1)
  682. polipus-elasticsearch
  683. pragmatic_segmenter
  684. pragmatic_tokenizer
  685. punkt-segmenter
  686. rails (= 5.0.0.1)
  687. rb-fchange
  688. rb-fsevent
  689. rb-inotify
  690. rb-readline
  691. reality
  692. redis (~> 3.2)
  693. redis-objects
  694. roo
  695. rspec-core
  696. rspec-rails
  697. ruby-mailchecker
  698. ruby-readability
  699. rubydns
  700. sad_panda
  701. scalpel
  702. searchjoy
  703. searchkick
  704. sentimental
  705. serverspec
  706. sidekiq (< 5)
  707. sidekiq-benchmark
  708. sidekiq-hierarchy
  709. sidekiq-history
  710. sidekiq-lock
  711. sidekiq-pro (< 4)!
  712. sidekiq-statsd
  713. sidekiq-status
  714. social_shares
  715. stackprof
  716. statsd-ruby
  717. stopwords-filter
  718. swot
  719. tactful_tokenizer
  720. text
  721. textoken
  722. tika-app
  723. twitter
  724. validates_phone_number
  725. whatlanguage
  726. whois
  727. word_count_analyzer
  728. words_counted
  729. RUBY VERSION
  730. ruby 2.2.6p396
  731. BUNDLED WITH
  732. 1.14.6