botpop/Gemfile
2015-12-30 22:08:08 +01:00

30 lines
264 B
Ruby

source 'https://rubygems.org'
#irc
gem 'cinch'
# scrap yt
gem 'mechanize'
# debug
gem 'pry'
gem 'colorize'
#network
gem 'net-ping'
#proxy
gem 'htauth'
#iamalive
gem 'sequel'
# gem 'sqlite3'
gem 'pg'
#encrypt
gem 'tor257'
#other
gem 'nomorebeer'
gem 'i18n'