-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gemfile
36 lines (28 loc) · 1.35 KB
/
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
34
35
36
source "https://rubygems.org/"
gem "rake"# , "~> 10.2.1"
gem "jekyll", "~> 3.1.0"#, '~>2.5.3' #
gem "jekyll-assets" #, "~> 0.7.6"
gem "jekyll-scholar" #, "~> 5.8.1" #~>2.0.0
gem "jekyll-pandoc" #, "~> 0.0.1"
gem 'pandoc-ruby' #, '~> 0.7.5'
gem 'psych' #, '~> 2.0.5'
gem "json" #, '~>1.8'
gem "octokit"#, "~> 2.0" # Github API (octokit plugin)
gem "twitter"#, "~> 5.8.0" # Twitter API
gem "nokogiri", ">=1.6.8" # HTML / XML parser
gem "httparty"
gem "feedjira", "~>3.0.0" # Atom/RSS parser
gem "chronic" # Natural language time parser
gem 'jekyll-twitter-plugin' # For twitter API.
gem "git" # Git gem
gem "redcarpet"
#gem 'pygments.rb', '~> 0.6.0'
## Working locally only
gem "garb" #, "~> 0.9.8" # Google Analytics API
gem 'classifier-reborn', '~>2.2' #, :git => "https://github.com/jekyll/classifier-reborn" # To fix the equal sign warning.gem
gem 'rb-gsl'
#gem 'narray', :git => "https://github.com/tonyarnold/narray"
#gem 'gsl', :git => "https://github.com/tonyarnold/rb-gsl"
#gem 'gsl', :git => 'git://github.com/siefca/rb-gsl'
gem 'latex-decode', '>=0.3.1' #'0.2.2' # There seems to be a problem with 0.3.0.
gem 'citeproc', '>=1.0.6' # This is intended to work with the change on latex-decode v0.3.1. See https://github.com/inukshuk/citeproc-ruby/issues/16#issuecomment-342436167