forked from cboettig/labnotebook
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gemfile
33 lines (25 loc) · 924 Bytes
/
Gemfile
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
source "https://rubygems.org/"
gem "rake"# , "~> 10.2.1"
gem "jekyll"
gem "jekyll-assets" #, "~> 0.7.6"
gem "jekyll-scholar" #, "~> 2.0.0"
gem "jekyll-pandoc"
gem 'pandoc-ruby' #, '~> 0.7.5'
gem 'psych' #, '~> 2.0.5'
gem "json" #, '~> 1.8.3'
gem "octokit"#, "~> 2.0" # Github API (octokit plugin)
gem "twitter"#, "~> 5.8.0" # Twitter API
gem "nokogiri" # HTML / XML parser
gem "feedjira" # Atom/RSS parser
gem "chronic" # Natural language time parser
gem "git" # Git gem
gem "redcarpet"
gem "pygments.rb"
## Working locally only
gem "garb" #, "~> 0.9.8" # Google Analytics API
gem 'classifier-reborn'
#gem 'classifier-reborn', :git => "https://github.com/jekyll/classifier-reborn"
gem 'rb-gsl'
gem 'httparty'
#gem 'narray', :git => "https://github.com/tonyarnold/narray"
#gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"