Manage gems + Ruby @ current stable versions w/RVM

* update to modern, supported Ruby 2.0 version
* update gems to current versions using Bundler
* make jekyll configs confirm to current version
* switch deb package dependencies to cross-platform rvm
* ignore bundled dependencies
* some README mods as per @harding + @saivann
This commit is contained in:
John Manoogian III 2014-05-18 08:48:33 -07:00
parent d01d3fcc97
commit 944e7c3470
5 changed files with 141 additions and 17 deletions

14
Gemfile Normal file
View file

@ -0,0 +1,14 @@
source 'https://rubygems.org'
ruby '2.0.0'
group :development do
gem 'ffi-icu'
gem 'jekyll'
gem 'json'
gem 'less'
gem 'kramdown'
gem 'RedCloth'
gem 'therubyracer' # required by less
end