dotfiles/Gemfile

12 lines
290 B
Ruby
Raw Normal View History

2019-08-09 02:02:55 +00:00
source 'https://rubygems.org'
# Install Twitter CLI https://github.com/sferik/t
gem 'twitter', '~> 6.1.0'
2019-08-09 02:02:55 +00:00
gem 't'
gem 'asciidoctor-pdf'
2019-08-18 14:26:28 +00:00
gem 'terjira'
2019-10-04 11:59:50 +00:00
gem 'terraforming'
2019-08-09 02:02:55 +00:00
#Previously installed using
#sudo gem install -n /usr/local/bin asciidoctor-pdf --pre
2019-11-16 09:46:56 +00:00
# 3llo - CLI for Trello
gem '3llo'